jpmens / homie-ota

OTA "server" in Python for Homie
127 stars 50 forks source link

sigterm due DEBUG_SENSOR failing on specific mqtt messages #80

Closed fvdpol closed 5 years ago

fvdpol commented 5 years ago

This simple fix corrects a defect where Homie-OTA was crashing if the DEBUG_SENSOR was enabled and specfic message topics used which python failed to cast to string.

jpmens commented 5 years ago

Thank you