Hello,
I just bought a Remotec ZRC-90 https://www.amazon.com/gp/product/B016YTTIVW/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1 and I’m wondering if anyone already tried to integrate it to HA.
I can see the event on libopenzwave but I don’t see any entity_id or name recognized on HA.
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] notif_callback : new notification
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] notif_callback : Notification type : 2, nodeId : 4
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] addValueId : ValueID : 72057594111328257
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] addValueId : GetCommandClassId : 128, GetType : 1
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] addValueId : Notification : {'valueId': {'type': 'Byte', 'commandClass': 'COMMAND_CLASS_BATTERY', 'units': '%', 'value': 100, 'index': 0, 'id': 72057594111328257, 'genre': 'User', 'readOnly': True, 'instance': 1, 'label': 'Battery Level', 'nodeId': 4, 'homeId': 3612075906}, 'nodeId': 4, 'homeId': 3612075906, 'notificationType': 'ValueChanged'}
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] notif_callback : call callback context
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [openzwave] zwcallback args=[{'valueId': {'type': 'Byte', 'commandClass': 'COMMAND_CLASS_BATTERY', 'units': '%', 'value': 100, 'index': 0, 'id': 72057594111328257, 'genre': 'User', 'readOnly': True, 'instance': 1, 'label': 'Battery Level', 'nodeId': 4, 'homeId': 3612075906}, 'nodeId': 4, 'homeId': 3612075906, 'notificationType': 'ValueChanged'}]
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [openzwave] Z-Wave Notification ValueChanged : {'valueId': {'type': 'Byte', 'commandClass': 'COMMAND_CLASS_BATTERY', 'units': '%', 'value': 100, 'index': 0, 'id': 72057594111328257, 'genre': 'User', 'readOnly': True, 'instance': 1, 'label': 'Battery Level', 'nodeId': 4, 'homeId': 3612075906}, 'nodeId': 4, 'homeId': 3612075906, 'notificationType': 'ValueChanged'}
Sep 28 18:05:21 tchellopi hass[6662]: 16-09-28 18:05:21 DEBUG (Dummy-5) [libopenzwave] notif_callback : end
On OZCP I can see the event:
2016-09-28 17:52:52.804 Detail, Node004, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x05, 0x5b, 0x03, 0x1e, 0x00, 0x08, 0xbf
2016-09-28 17:52:52.804 Detail,
2016-09-28 17:52:52.805 Info, Node004, Received Central Scene set from node 4: scene id=8 in 0 seconds. Sending event notification.
2016-09-28 17:52:52.805 Warning, Node004, No ValueID created for Scene 8
2016-09-28 17:52:54.297 Detail, Node004, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x04, 0x03, 0x80, 0x03, 0x64, 0x12
2016-09-28 17:52:54.297 Detail,
2016-09-28 17:52:54.298 Info, Node004, Received Battery report from node 4: level=100
2016-09-28 17:52:54.298 Detail, Node004, Refreshed Value: old value=100, new value=100, type=byte
2016-09-28 17:52:54.298 Detail, Node004, Changes to this value are not verified
2016-09-28 17:52:54.299 Detail, Node004, Notification: ValueChanged
2016-09-28 17:52:54.299 Info, Notification: Value Changed Home 0xd74be782 Node 4 Genre user Class BATTERY Instance 1 Index 0 Type byte
Based on the example above it seems that HA only battery event got recognized.
Does anyone have any pointers?
Thanks
mmello