wernerhp / ha.appdaemon.aqara_motion_sensors

An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.
MIT License
40 stars 5 forks source link

Question: hardware hack #1

Closed pniewiadowski closed 3 years ago

pniewiadowski commented 3 years ago

Do I have to do the hardware hack, in order to use this piece of code?

wernerhp commented 3 years ago

You can still use the code without the hardware hack, but it works better with the hardware hack. Without the hardware hack the sensor only detects motion and sends "on" every 60s.

pniewiadowski commented 3 years ago

Thanks