Some attributes from charger data and state compete over the same attribute. E.g. is_online is being set to True by the data, and 1 by state, resulting in values going back and forth. Possibly the fix is to type-convert the incoming data from Zaptec before storing the attribute.
Some attributes from charger data and state compete over the same attribute. E.g.
is_online
is being set toTrue
by the data, and1
by state, resulting in values going back and forth. Possibly the fix is to type-convert the incoming data from Zaptec before storing the attribute.