Just started with home-assistant (discovering docker in the process) and I’m mightily happy. I’m using it with Hue, Emby, and now Zwave (and hopefully later with bluetooth).
I try to add a button from NodOn I just bought:
It seems to be added properly, I see activity in the logs (OZW_log.txt) which seems legit. So it seems on the OZW front it’s working alright.
But it doesn’t show up in H-A panel. All I see is in History, an “invalid config” which points to zwave, and this error many times in the log:
16-12-04 11:51:05 openzwave: Z-Wave Notification ValueRemoved for an unknown value ({‘id’: 72057594103037991}) on node 3
and sorry for not coming back earlier, I actually dusted off a Solidrun CuboxTV and decided to install the All-in-one PI script on it.
After fiddling a bit with the Perl, I could get it to install properly.
Now OZW control panel is working well, it detects my NodOn switch (it reads NodOn CWS-3-1-01 Wall Switch), I configured it as per your link, @danpow danpow, thanks for that. Events are properly detected, etc.
I of course saved the config.
But I don’t know why, it’s not showing up in Home-Assistant, and I don’t get any log. Here’s the config I applied so far in the configuration.yaml:
Did you figure out anything regarding this?
I have a Nodon Switch paired with my z-stick, i can see it in the OZWCP but can’t see it in home assistant. No errors in logs as I can see.
If you look at this thread, it refers to a different type of remote, but the process is the same. All you need is the object_id of the remote, and you can plumb that in to your automation.
Oh, I should say - make sure that your switch isn’t in Central Scene mode, set parameter 3 to 1. You can do that with either HA or ozwcp, just ensure you wake up the switch first (all this is detailed in the manual).
Hello !
Sorry to dig this up, but i had this switch working with a jeedom smarthome controler, and this was the “Central Scene” config of my zwcfg file.
Just copy pasting this didn’t work, only button one did show up correctly on the event thingy …
I would selfishly like to get some help with this, and then i could add the working code to https://www.home-assistant.io/docs/z-wave/device-specific/
Looks like Jeedom is using its own version of OpenZWave which includes proper support for Central Scene. HA does not have this version of OZW, so the XML you’ve posted is not compatible. You will need to create a new one that is similar to the ones on the HA wiki.
Yes, everything about it is different. OZW 1.4 does not have the Scene KeyAttributes, Attributes All Scenes, Scenes Identical, etc. Those are attributes added in OZW 1.6 which redesigned Central Scene support. OZW 1.4 will not understand them. If you look at the examples in the HA docs you’ll see it’s a flat list with Scene Count at index 0 followed by all the scene IDs (i.e. buttons) at index 1+N.