1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-07 22:50:44 +02:00

9 Commits

Author SHA1 Message Date
Combie81
5548ab554f Moving config entries/cleanup
Moved some configutation options to the config files

Minor text changes

Converted a lot of spaces to tabs
2020-07-16 10:20:39 +02:00
Ammar Askar
8d154725b9 Load motion_timeout setting from sdcard (#1106) 2019-08-05 16:42:57 +02:00
dagrider
29dcbc03f2 Misc fixes (#1036)
* Update configureMotion

* Update sw_night_configure.html

* Update action.cgi
2019-05-02 07:08:56 +02:00
Julian Tatsch
e656f06138 fix recovery of motion sensitivity after switching on/off 2019-02-18 21:17:35 +01:00
Tsvi Mostovicz
fdece43a7a Remove tcp_tw_recycle option set to 1 (#916)
Due to this being 1, I get  connection timeouts from HASSIO.
This option has been removed from 4.12 kernels and later as timestamps are now randomized (see https://vincent.bernat.ch/en/blog/2014-tcp-time-wait-state-linux and https://stackoverflow.com/questions/8893888/dropping-of-connections-with-tcp-tw-recycle), this means that when set to 1 we expect timestamps to behave in a certain way, but they might not.
2019-02-03 21:17:29 +01:00
Julian Tatsch
16b5c93431 init motion.conf from dist 2018-05-09 08:19:05 +02:00
nik0
47073bfed5 Motion tracking (#216)
* Debug information on OSD
Add some debug info on OSD:
 * Hostname
 * IP
 * Transmitted bandwith
 * Rec bandwith
 * CPU usage (based on top command)
 * Freemem (based on free command)
 * Used memory (based on top command)
 * Free memory (based on top command)
This is controlable from scripts/debugInOsd.sh

* Motion tracking !
- Add motion tracking (basic)
- Need to add configuration
- Did small memory optimisation (no allocate memory for OSD if not needed)
2018-04-11 20:35:27 +02:00
jmtatsch
5b9aedfbb9 Add some examples for dealing with motion events (#194)
* Add some examples for dealing with motion events

* Harmonize core motion detection & event handling to use one single motion.conf, refactor & beautify motion detection api for more consistency, host jquery locally for usecases without internet, add responsive switch to live ui

* added mqtt actions for switching motion detection on and off

* added motion detection status to status

* Update motion.conf

* Update motion.conf
2018-03-31 17:26:10 +02:00
nik0
39d0058d78 Motion configuration (#176)
* Add motion configuration
For now region seems not to work, but it is because of v4l2server

* Motion configuration
Add configuration for motion (new page, selectable from the status page)

* Robustness
Add some robustness when the Height and the width are not specified in the command line

* Robustness
Add some robustness when the Height and the width are not specified in the command line

* Reboot setup
Missed the reboot parameter restore

* add the binaries
They are not from original master !!
2018-03-23 19:03:06 +01:00