mrwiwi / tydom2mqtt

Link between a Delta Dore's Tydom Hub and and a MQTT broker, unofficial of course.
MIT License
28 stars 17 forks source link

Fix bad response parsing, thx tonioa #16

Closed bbo76 closed 3 years ago

bbo76 commented 3 years ago

Sometimes, the response for devices_data return PUT /devices/data HTTP/1.1\r\n\r\n and the parsing crash. Maybe due to update at same time of getting data and websocket merge response.