Closed AlCalzone closed 4 months ago
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 think it might require a re-interview too because the Basic CC support information needs to be set correctly.
Do you have an Aeotec Multisensor 6 or something similar? That should exhibit the behavior. I think it might require a re-interview too because the Basic CC support information needs to be set correctly.
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.