My devices are not responding after updating to 0.15.5. I also tried 0.15.6, but got the same result. I am using Conbee II with a Pi 4. No device shows the correct state, and they don't react to actions. My power socket devices and one Hue device is greyed out. There seem to be two errors in the log of special interest. The first is that messages from a thermostat are invalid. The other is that parseSeCurrentSummDeliveredAttr function is unknown. The complete log can be found here: https://gist.githubusercontent.com/Gachapen/c1ed0b868b43826d8d119f2760b5a276/raw/8d9b89777d32de039041ef18a653626655fd0e61/webthings.log
2021-02-02 18:38:27.306 ERROR : Failed to get property on: getProperty: device: zb-0015bc002f00705f not found.
2021-02-02 18:38:27.308 ERROR : Failed to get property instantaneousPower: getProperty: device: zb-0015bc002f00705f not found.
2021-02-02 18:38:27.309 ERROR : Failed to get property current: getProperty: device: zb-0015bc002f00705f not found.
2021-02-02 18:38:27.310 ERROR : Failed to get property frequency: getProperty: device: zb-0015bc002f00705f not found.
2021-02-02 18:38:27.311 ERROR : Failed to get property voltage: getProperty: device: zb-0015bc002f00705f not found.
2021-02-02 18:38:27.312 ERROR : Failed to get property temperature: getProperty: device: zb-0015bc002f00705f not found.
2021-02-02 18:38:27.313 ERROR : Failed to get property on: getProperty: device: zb-0015bc002f0071d0 not found.
2021-02-02 18:38:27.315 ERROR : Failed to get property instantaneousPower: getProperty: device: zb-0015bc002f0071d0 not found.
2021-02-02 18:38:27.316 ERROR : Failed to get property current: getProperty: device: zb-0015bc002f0071d0 not found.
2021-02-02 18:38:27.317 ERROR : Failed to get property frequency: getProperty: device: zb-0015bc002f0071d0 not found.
2021-02-02 18:38:27.318 ERROR : Failed to get property voltage: getProperty: device: zb-0015bc002f0071d0 not found.
2021-02-02 18:38:27.319 ERROR : Failed to get property temperature: getProperty: device: zb-0015bc002f0071d0 not found.
2021-02-02 18:38:27.320 ERROR : Failed to get property level: getProperty: device: zb-0017880108a05f36 not found.
2021-02-02 18:38:27.321 ERROR : Failed to get property on: getProperty: device: zb-0017880108a05f36 not found.
I just released v0.15.7. It should fix the parseSeCurrentSummDeliveredAttr errors. I don't believe the invalid message error should actually cause any issues.
My devices are not responding after updating to 0.15.5. I also tried 0.15.6, but got the same result. I am using Conbee II with a Pi 4. No device shows the correct state, and they don't react to actions. My power socket devices and one Hue device is greyed out. There seem to be two errors in the log of special interest. The first is that messages from a thermostat are invalid. The other is that
parseSeCurrentSummDeliveredAttr
function is unknown. The complete log can be found here: https://gist.githubusercontent.com/Gachapen/c1ed0b868b43826d8d119f2760b5a276/raw/8d9b89777d32de039041ef18a653626655fd0e61/webthings.logBelow are a few excerpts.
The last one is from a later log.