Hi Devan,
Thanks for linking the progress you made in the other thread.
I gave your solution a try, and it doesn’t look like it’s working for me. I installed using the following commandline, from within my virtual environment:
pip3 install --upgrade git+git://github.com/devanl/home-assistant.git@dev
Here’s the errors from my log file:
2018-06-09 12:23:33 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=switch.kitchen_lights_switch, old_state=None, new_state=<state switch.kitchen_lights_switch=on; node_id=6, value_index=0, value_instance=1, value_id=72057594143391744, old_entity_id=switch.kitchen_lights_switch_6_0, new_entity_id=switch.kitchen_lights_switch, friendly_name=Kitchen Lights Switch, emulated_hue_hidden=False @ 2018-06-09T12:23:33.187498-07:00>>
2018-06-09 12:23:33 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1528572213.183307, level=ERROR, message=Error in manager callback, exception=Traceback (most recent call last):
File "/opt/ha/lib/python3.6/site-packages/openzwave/network.py", line 950, in zwcallback
self._handle_value_added(args)
File "/opt/ha/lib/python3.6/site-packages/openzwave/network.py", line 1480, in _handle_value_added
'value' : self.nodes[args['nodeId']].values[args['valueId']['id']]})
File "/opt/ha/lib/python3.6/site-packages/pydispatch/dispatcher.py", line 338, in send
**named
File "/opt/ha/lib/python3.6/site-packages/pydispatch/robustapply.py", line 55, in robustApply
return receiver(*arguments, **named)
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 320, in value_added
hass, schema, value, config, device_config)
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 738, in __init__
self._check_entity_ready()
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 828, in _check_entity_ready
node_config=node_config, hass=self._hass)
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/sensor/zwave.py", line 35, in get_device
return ZWaveIndicatorSensor(values)
TypeError: __init__() missing 2 required positional arguments: 'refresh' and 'delay'
, source=components/sensor/zwave.py>
2018-06-09 12:23:33 ERROR (Dummy-3) [openzwave] Error in manager callback
Traceback (most recent call last):
File "/opt/ha/lib/python3.6/site-packages/openzwave/network.py", line 950, in zwcallback
self._handle_value_added(args)
File "/opt/ha/lib/python3.6/site-packages/openzwave/network.py", line 1480, in _handle_value_added
'value' : self.nodes[args['nodeId']].values[args['valueId']['id']]})
File "/opt/ha/lib/python3.6/site-packages/pydispatch/dispatcher.py", line 338, in send
**named
File "/opt/ha/lib/python3.6/site-packages/pydispatch/robustapply.py", line 55, in robustApply
return receiver(*arguments, **named)
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 320, in value_added
hass, schema, value, config, device_config)
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 738, in __init__
self._check_entity_ready()
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 828, in _check_entity_ready
node_config=node_config, hass=self._hass)
File "/opt/ha/lib/python3.6/site-packages/homeassistant/components/sensor/zwave.py", line 35, in get_device
return ZWaveIndicatorSensor(values)
TypeError: __init__() missing 2 required positional arguments: 'refresh' and 'delay'