Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ValueAdded for value before ValueChanged #155

Open
devanl opened this issue Jan 4, 2019 · 1 comment
Open

Missing ValueAdded for value before ValueChanged #155

devanl opened this issue Jan 4, 2019 · 1 comment

Comments

@devanl
Copy link

devanl commented Jan 4, 2019

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 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

@kdschlosser
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants