mjcumming / HomieV3

Homie V3 Implementation in Python
MIT License
5 stars 7 forks source link

devices go offline as no heartbeat is send from device_base #7

Closed dresber closed 5 years ago

mjcumming commented 5 years ago

Fixed with your merge - was trying different timer objects due to issues with resources on a Pi Zero. Eventually settled on a common timer for all homie devices. This will cause problems if devices use different intervals. One implementation I use create hundreds of Homie devices and separate timer thread for each was not workable.