Home-modules / plugin-arduino

Home_modules plugin for Arduino room controllers and basic devices.
0 stars 0 forks source link

Arduino serial controller doesn't fail if the board doesn't send init message #1

Closed Mammad900 closed 1 year ago

Mammad900 commented 1 year ago

If the Arduino board does not have the right sketch uploaded, or the message is missed, the room controller will get stuck in initialization forever. There should be a timeout while waiting for this message. If the message wasn't received in 5 seconds, the room should be disabled.

Mammad900 commented 1 year ago

Fixed in dev branch