2024-04-10 18:55:11,639 - tydom.MessageHandler - ERROR - '>' not supported between instances of 'float' and 'NoneType'
Traceback (most recent call last):
File "/app/tydom/MessageHandler.py", line 362, in parse_response
await self.parse_devices_data(parsed=parsed)
File "/app/tydom/MessageHandler.py", line 472, in parse_devices_data
await self.parse_endpoint_data(endpoint, i["id"])
File "/app/tydom/MessageHandler.py", line 709, in parse_endpoint_data
await new_sh_hvac.update()
File "/app/sensors/Boiler.py", line 163, in update
"idle" if self.current_temp > self.current_setpoint else "heating",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'float' and 'NoneType'
2024-04-10 18:55:11,641 - tydom.MessageHandler - WARNING - Unknown message type received ([]
)
Bonjour
Petit souci , voici le log:
2024-04-10 18:55:11,639 - tydom.MessageHandler - ERROR - '>' not supported between instances of 'float' and 'NoneType' Traceback (most recent call last): File "/app/tydom/MessageHandler.py", line 362, in parse_response await self.parse_devices_data(parsed=parsed) File "/app/tydom/MessageHandler.py", line 472, in parse_devices_data await self.parse_endpoint_data(endpoint, i["id"]) File "/app/tydom/MessageHandler.py", line 709, in parse_endpoint_data await new_sh_hvac.update() File "/app/sensors/Boiler.py", line 163, in update "idle" if self.current_temp > self.current_setpoint else "heating", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: '>' not supported between instances of 'float' and 'NoneType' 2024-04-10 18:55:11,641 - tydom.MessageHandler - WARNING - Unknown message type received ([] )
Merci