You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
I'm looking at an issue with zwave in HomeAsssistant here:
home-assistant/core#19655
Looks like the
ValueAdded
event is consistently missing from starting the network for certain nodes (I'm watching theCOMMAND_CLASS_INDICATOR
). The first event I see for these values is theValueChanged
.Attached log has
ValueAdded
for [4, 7, 12] andValueChanged
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
The text was updated successfully, but these errors were encountered: