Hi,
Looking into a problem with HA not picking up nexa switch commands via RFLink gateway. The Nexa 433Mhz remote has 3 on and off buttons and an extra ‘all off’ button. HA works as expected and detects the individual on/off buttons, but the ‘all off’ button is not detected, and although the nexa switches respond, HA still shows them as being ‘on’ as it appears to be incorrectly handling the ‘alloff’ command. Every time the All Off button is pressed it adds another light entity with the same name but with an incrementing suffix _1, _2, _3.
17-05-05 21:41:05 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {'command': 'alloff', 'id': 'newkaku_00bbbd1e_1'}
17-05-05 21:41:05 DEBUG (MainThread) [homeassistant.components.rflink] device_id not known, adding new device
17-05-05 21:41:05 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
result = next(coro)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 204, in async_update_ha_state
"No entity id specified for entity {}".format(self.name))
homeassistant.exceptions.NoEntitySpecifiedError: No entity id specified for entity newkaku_00bbbd1e_1
17-05-05 21:41:07 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {'command': 'alloff', 'id': 'newkaku_00bbbd1e_1'}
17-05-05 21:41:07 DEBUG (MainThread) [homeassistant.components.rflink] device_id not known, adding new device
Is this bug, by design or am I doing something wrong??
Thanks