How can I get this config parameter change event to be a sensor in home assistant?
2019-01-21 10:18:33.838 Info, Node003, Received Configuration report: Parameter=76, Value=0
I’ve been messing around with trying to get more functionality out of the Trane XR524 thermostat over zwave. Nexia home intelligence is able to control more options on the device. So it’s clearly possible.
I’m working on adding a HOLD status viewable in HomeAssistant. I’m going to focus first on just showing the status and later work on changing the value.
When selecting HOLD on the device, it emits a change to config parameter 76, value 0.
2019-01-21 10:18:33.328 Info, Node003, Received Configuration report: Parameter=77, Value=0
2019-01-21 10:18:33.328 Detail, Node003, Notification: ValueChanged
2019-01-21 10:18:33.348 Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value
2019-01-21 10:18:33.348 Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value
2019-01-21 10:18:33.837 Detail, Node003, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x03, 0x05, 0x70, 0x06, 0x4c, 0x01, 0x00, 0xcd
2019-01-21 10:18:33.837 Detail,
2019-01-21 10:18:33.838 Detail, Node003, Refreshed Value: old value=0, new value=0, type=list
2019-01-21 10:18:33.838 Detail, Node003, Changes to this value are not verified
2019-01-21 10:18:33.838 Info, Node003, Received Configuration report: Parameter=76, Value=0
2019-01-21 10:18:33.839 Detail, Node003, Notification: ValueChanged
2019-01-21 10:18:33.858 Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value
2019-01-21 10:18:33.858 Warning, Exception: Manager.cpp:2499 - 102 - ValueID passed to GetValueFloatPrecision is not a Decimal Value
I’ve searched the topics here a ton, and I only find topics talking about setting that parameter.