kpine
kpine
I have a SiLabs 800 dev kit. I had to upgrade to firmware 7.19.0 for NVM backup to work, otherwise I was seeing the same 0-byte file. 7.19.0 is a...
> Notably different from the SiLabs 800 dev kit. Well that would be because I update it every Gecko release. The latest Pre-Certified came out yesterday. I don't remember what...
> This could be an issue with the home assistant configuration. Does the sensor have an option for "8" in the .py for water? HA is dynamically [looking up](https://github.com/home-assistant/core/blob/8181fbab5ccc369a6ca5f0c3f9a45910e7a65c48/homeassistant/components/zwave_js/sensor.py#L733-L735) the...
Here's the relevant info from the dump: ```json "57-113-0-Water Alarm-Water temperature alarm status": { "endpoint": 0, "commandClass": 113, "commandClassName": "Notification", "property": "Water Alarm", "propertyKey": "Water temperature alarm status", "propertyName": "Water...
I would agree, the device is probably only reporting the notification (8) but not adding on any event data. I don't think there's any requirement that event data be provided,...
Something's fishy, because the device diagnostic shows binary_sensor entities based on the same value were created: ```json { "domain": "binary_sensor", "entity_id": "binary_sensor.smart_water_valve_meter_no_data", "original_name": "No data", "original_device_class": "problem", "disabled": true, "disabled_by":...
> so I can't get to 2049, 2050 2051 unless the parameter length byte is skipped These state values are how Z-Wave JS provides the event data to applications, with...
> FWIW I think your table above is correct and the duplicate entity suffix _2 (3x) are in error (but maybe don't come into play, so do not cause harm?)...
> Both the `valueWithEnum` and `value` are valid. It seems that is where the problem lies. agree? I would disagree. Z-Wave JS defines the valid states, and it is sending...
> My perspective was just that the state parameter is optional by the ZW spec and deemed "invalid" (only?) by HA. In the defense of HA, its code to use...