python-openzwave icon indicating copy to clipboard operation
python-openzwave copied to clipboard

Missing ValueAdded for value before ValueChanged

Open devanl opened this issue 6 years ago • 1 comments

I'm looking at an issue with zwave in HomeAsssistant here: https://github.com/home-assistant/home-assistant/issues/19655

Looks like the ValueAdded event is consistently missing from starting the network for certain nodes (I'm watching the COMMAND_CLASS_INDICATOR). The first event I see for these values is the ValueChanged.

Attached log has ValueAdded for [4, 7, 12] and ValueChanged for [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 25, 38]. COMMAND_CLASS_INDICATOR_missing_ValueAdded.log zwcfg_0xc1ee3fea.xml.txt

Log as GIST https://gist.github.com/devanl/33d2e4f2aeec18cb31f26a7fed3ce110

devanl avatar Jan 04 '19 15:01 devanl

I am seeing a bunch of errors from homeassistant in that log concerning mismatched values to what I think is some kind of a home assistant catalog that holds reference to the values. I am not 100% sure tho.

I do not know the internal working of home assistant well enough to be able to tell where the issue might be stemming from. The only way to be able to tell if it is a python-openzwave issue or a home assistant problem is you will need to run python-openzwave by it's self. This is the only sure fire way to know.

kdschlosser avatar May 28 '19 04:05 kdschlosser