Closed moskovskiy82 closed 6 years ago
@MartinHjelmare can you check on this please?
Thanks for reporting. I've found the bug. It's sensor entities though, that will be affected, and shouldn't be related to your climate entity as long as that isn't templated from a sensor.
The node also has a temperature sensor. We have discussed the code here.
What is the problem with the climate entity as you see it? Is it the null - null
values? If so that's another more general bug, probably related to the frontend:
https://github.com/home-assistant/home-assistant-polymer/issues/1051
Not only the nulls but also that now i have 4 controls instead of 1. Yes maybe it's related to the home-assistant/home-assistant-polymer#1051
This is related I think - After the above error, I'm getting a warning each time the node reports: WARNING (Thread-23) [mysensors] Not a valid message: Not valid message sub-type: 32 for dictionary value @ data['sub_type']
This is coming from my soil moisture sensor. 32 is the value. It is type S_MOISTURE and the message is V_LEVEL. I didn't see S_MOISTURE covered in the unit/icon identifying code. This value should be a percentage.
This is not related. Subtype 32 is neither S_MOISTURE or V_LEVEL. I would double check your sketch, for correct child and value types.
If you need more help, please make a post in our forum and tag me.
Upon upgrading from 0.65 to 0.66 get the following in the logs
And this is how my climate component for the mysensors looks like now...