smar000 / evoGateway

Python script for listening in and responding to evohome heating control radio messages
46 stars 17 forks source link

Add exception handling for JSON Decode Error #27

Closed PRoomberg closed 3 years ago

PRoomberg commented 3 years ago

In issue #23 a solution was proposed to fix a blocking error. I ran into the same issue and implemented this solution.

This does not fix the cause of this issue, but the gateway will continue to run when such an error occurs.