-
Notifications
You must be signed in to change notification settings - Fork 0
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
Treat Basic CC currentValue
without targetValue
as a numeric (?) sensor instead of a light
#28
Comments
got a device dump I can use? |
also is this going to require a reinterview? |
Do you have an Aeotec Multisensor 6 or something similar? That should exhibit the behavior. |
I don't but it's fine, I will take the existing Aeotec Multisensor 6 dump and modify it for this purpose |
We had a little chat about this and came to a few conclusions;
|
Regarding the 1st point:
...so I consider that done - the rest is on the HA side. |
The recent changes to Basic CC exposed an issue where devices that "support" Basic CC, but cannot actually be controlled, appear as a light entity. The next version of
node-zwave-js
only exposescurrentValue
in this case.This needs a change in the discovery scheme, so that
currentValue
withouttargetValue
is considered a sensor and not a light/actor.The text was updated successfully, but these errors were encountered: