Closed anisite closed 4 years ago
Anyone to help me ?
I see the same error in the logs with hass.io 0.108.2 in docker on RPi4, but I can't understand where it comes from
I finally found the source of error. called states api entity by entity like that : https://serveur/api/states/climate.mysa_4bf4e8 until found "Error 500" entity
In log :
Unable to serialize to JSON: '<' not supported between instances of 'bool' and 'str' <state climate.mysa_4bf4e8=heat; hvac_modes=['off', 'heat', 'cool', 'heat_cool'], min_temp=5.0, max_temp=30.0, current_temperature=20.0, temperature=20.0, current_humidity=48, hvac_action=heating, friendly_name=Chambre Émile, supported_features=1, False=5, nuit=20, absence=16, prechauffage=20, chauffage=20, vacances=14 @ 2020-04-12T15:53:20.499820-04:00>
Saw : False=5
fixed a bad customize.yaml config : False: 5 .... i don't know why.
now everything is ok!
The problem
Hi, i'm trying to use "appdaemon" but it seems to crash every 5 seconds calling http rest api from Home assistant. Error message talk about "invalid json" but string showed at the bottom is not a Json string... I don't really understand from where the :
come.
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information