I have a couple of devices that are getting stuck in processing and not updating. I believe this started with v2024.1.0 . Here is what the json looks like:
Code: Select all
{"idu":{"cfm":["525"],"opstat":["off"],"type":["furnace2stg"]}}
and another device:
Code: Select all
{"clsp":["76.0"],"currentActivity":["home"],"damperposition":["15"],"enabled":["on"],"fan":["low"],"hold":["off"],"htsp":["73.0"],"id":"1","name":["ZONE 1"],"occupancy":["unoccupied"],"occupancyOverride":["off"],"otmr":[{}],"rh":["53"],"rt":["76.0"],"zoneconditioning":["idle"]}
Those are both coming from the same server. Other devices pointed at that server are working. The only thing I notice that is different on a quick look is that these have brackets in them. Anything I should be doing differently here?
Thanks!