How to add a switch

Hi list,

I’m very new to Home Assistant, the auto discovery discoverd almost all of my z-wave devices (which is very cool!!), except for my switches (Leviton). I can see my switches activities in OZW_Log.txt.

My quetion is very simple i beleive, how could i add those switches in my home assistant home page ? I want a button where i can open and close the lights.

Thanks

Guys,
I clicked on the second icon under the developers tool, i can’t find my switch there.

How can i add this switch in HA ? I have struggled with this many hours today.

Thanks for your help !

Michael

I would try removing them and then re adding them. You will get better help if you fully describe your settup. What install method, zwave dongle/hub etc.

Thank you Zarthan. I installed HA on a Raspberry Pi 3, i use a z-stick aeon gen 5 with :

  • Aeontec Multisensor 6 (which is working fine)
  • Everspring door/winders doors sensor (which is also working fine)
  • a Levithon switch (which HA do not show icon for it, but can see activity in OZW_log. txt

Thanks

I tried to remve and then re addning, and i still can’t see it in HA

How are you adding and removing devices? i would try using the HA web interface under services / zwave.

I’m adding/removing device using the z-stick (exclude-include by pressing the button).

I don’t know this services option. I will try it

It says to refer to to OZW-Log for reference, but not sure what i need to add …

Here is my OZW-log when i turn on the switch :
2016-10-28 18:41:42.982 Detail, Node005, Received: 0x01, 0x12, 0x00, 0x49, 0x84, 0x05, 0x0c, 0x04, 0x10, 0x03, 0x25, 0x27, 0x2b, 0x2c, 0x72, 0x86, 0x91, 0x77, 0x73, 0x5a
2016-10-28 18:41:42.982 Detail,
2016-10-28 18:41:42.982 Info, Node005, UPDATE_STATE_NODE_INFO_RECEIVED from node 5
2016-10-28 18:41:42.982 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Dynamic live=1
2016-10-28 18:41:42.983 Detail, Node005, QueryStage_Dynamic
2016-10-28 18:41:42.983 Detail, Node005, Queuing (Send) SwitchBinaryCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x25, 0x02, 0x25, 0x1f, 0xff
2016-10-28 18:41:42.983 Detail, Node005, Queuing (Query) Query Stage Complete (Dynamic)
2016-10-28 18:41:42.983 Detail,
2016-10-28 18:41:42.983 Info, Node005, Sending (Send) message (Callback ID=0x1f, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=5): 0x01, 0x09, 0x00, 0x13, 0x05, 0x02, 0x25, 0x02, 0x25, 0x1f, 0xff
2016-10-28 18:41:42.992 Detail, Node005, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-10-28 18:41:42.992 Detail, Node005, ZW_SEND_DATA delivered to Z-Wave stack
2016-10-28 18:41:43.008 Detail, Node005, Received: 0x01, 0x07, 0x00, 0x13, 0x1f, 0x00, 0x00, 0x02, 0xf6
2016-10-28 18:41:43.008 Detail, Node005, ZW_SEND_DATA Request with callback ID 0x1f received (expected 0x1f)
2016-10-28 18:41:43.009 Info, Node005, Request RTT 25 Average Request RTT 25
2016-10-28 18:41:43.009 Detail, Expected callbackId was received
2016-10-28 18:41:43.019 Detail, Node005, Received: 0x01, 0x0a, 0x00, 0x04, 0x00, 0x05, 0x04, 0x22, 0x01, 0x00, 0x00, 0xd3
2016-10-28 18:41:43.019 Detail,
2016-10-28 18:41:43.019 Info, Node005, Response RTT 36 Average Response RTT 35
2016-10-28 18:41:52.983 Error, Node005, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-10-28 18:41:52.984 Detail, Node005, Removing current message
2016-10-28 18:41:52.984 Detail, Node005, Notification: Notification - TimeOut
2016-10-28 18:41:52.985 Detail, Node005, Query Stage Complete (Dynamic)
2016-10-28 18:41:52.985 Detail, Node005, AdvanceQueries queryPending=0 queryRetries=0 queryStage=Configuration live=1
2016-10-28 18:41:52.985 Detail, Node005, QueryStage_Configuration
2016-10-28 18:41:52.985 Detail, Node005, QueryStage_Complete
2016-10-28 18:41:52.985 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=1
2016-10-28 18:41:52.985 Warning, CheckCompletedNodeQueries all=0, deadFound=0 sleepingOnly=1
2016-10-28 18:41:52.986 Detail, Node005, Notification: NodeQueriesComplete

It is just something to try. I had to add and remove a device 5 or 6 times the other day before it included properly.

I found this in the home-assistant.log :

16-10-28 18:56:08 openzwave: Z-Wave Notification ValueRemoved for an unknown value ({‘id’: 72057594126614528}) on node 5

This is my switch

Ok, i added the node using the HA web interface and it works now ! Thanks a lot zarthan, i can now move forward :wink:

Great news.