-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
[bug] Missing sensors for three (of four) of the Octan NodOn Remote Controller scenes #108
Comments
@katiuskt Is there a valueId in control panel for those values? Could you shwom me the console log? Also could you export the node from the contorl panel and attach it here? |
Yes, in control panel I can see the 4 scenes and a switch/option I didn't saw before at OZW. Only one scene + that switch creates a HASS device: Here you have the node JSON exported from GUI: Regarding the console log, I'm afraid I'm not sure how to get that. I set "Log Level = Debug" and "Log to file" is selected but I'm not able fo find any log (I look into the same folder I passed to the docker (where I can see the settings.json, nodes.json,... and that stuff). Taking a look at the docker log I can see this (but I'm not sure it helps you). Be aware
|
@katiuskt is this the soft remote? |
@robertsLando I observe the same behaviour on my NodOn soft remote. I will debug further with it. |
Co-authored-by: V. Aretakis <[email protected]> Co-authored-by: Daniel Lando <[email protected]>
Version
Build/Run method
zwavejs2mqtt version: I'm not sure how to get this. I'm using zwavejs/zwavejs2mqtt:dev pulled on 24th Dec
Describe the bug
Missing HASS devices for NodOn Octan Remote Controller CRC-3100.
Manufacturer ID: 357
Product Type: 2
Product ID: 1
Once you hace included your Noctan Octan remote controller into the ZWave network, with this configuration (Central Scene):
Each botton is identified like this into ZWaveJS2MQTT GUI:
Meaning, each one is identified by [node]-91-0-scene-00X with X=1, 2, 3, 4
However, not all of them are "converted" to devices for HASS.
"sensor_scene_state" is for topic "91/0/slowRefresh"
And the relevant one "sensor_scene_state_0" is created for topic "91/0/scene/002":
There are no devices for scenes 001, 003 or 004 hence HASS isn't aware when you click (or double click or hold,...) the other three buttons.
I've defined these devices manually and it did the trick.
Note: The "sensor_scene_state_02" is basically the same than the automatically discovered "sensor_scene_state_0" but just assigning a name with the same pattern than the 01/03/04 to make it a little bit more consistent:
Is it possible for ZWaveJS2MQTT to autodiscover the four scenes and not just one of them? Or am I missing something?
Thank you in advance
The text was updated successfully, but these errors were encountered: