Hi, I have a simple automation that works good the first time it is fired. The day after it seems like something with the connection to my rfxcom-usb is not working. Here is a working log:
2018-11-24 14:15:17 INFO (MainThread) [homeassistant.components.automation] Executing turn on the
lights when the sun sets
2018-11-24 14:15:17 INFO (MainThread) [homeassistant.helpers.script] Script turn on the lights when the
sun sets: Running script
2018-11-24 14:15:17 INFO (MainThread) [homeassistant.helpers.script] Script turn on the lights when the
sun sets: Executing step call service
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x03 0x8d 0xb7 0x4a 0x10 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x01 0xa0 0x83 0x42 0x03 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x01 0xa0 0x83 0x42 0x01 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x03 0x8d 0xb7 0x4a 0x0e 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x01 0xa0 0x83 0x42 0x02 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x03 0x8d 0xb7 0x4a 0x0f 0x01 0x00 0x00
2018-11-24 14:15:17 INFO (MainThread) [homeassistant.helpers.script] Script turn on the lights when the
sun sets: Executing step call service
RFXTRX: Recv: 0x04 0x02 0x01 0x00 0x00
RFXTRX: Recv: 0x04 0x02 0x01 0x00 0x00
RFXTRX: Recv: 0x04 0x02 0x01 0x00 0x00
RFXTRX: Recv: 0x04 0x02 0x01 0x00 0x00
RFXTRX: Recv: 0x04 0x02 0x01 0x00 0x00
RFXTRX: Recv: 0x04 0x02 0x01 0x00 0x00
RFXTRX: Recv: 0x08 0x50 0x03 0xa5 0xf9 0x01 0x00 0x10 0x49
And here is the log when it´s not working:
2018-11-25 14:13:11 INFO (MainThread) [homeassistant.components.automation] Executing turn on the
lights when the sun sets
2018-11-25 14:13:11 INFO (MainThread) [homeassistant.helpers.script] Script turn on the lights when the
sun sets: Running script
2018-11-25 14:13:11 INFO (MainThread) [homeassistant.helpers.script] Script turn on the lights when the
sun sets: Executing step call service
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x03 0x8d 0xb7 0x4a 0x10 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x01 0xa0 0x83 0x42 0x03 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x01 0xa0 0x83 0x42 0x01 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x03 0x8d 0xb7 0x4a 0x0e 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x01 0xa0 0x83 0x42 0x02 0x01 0x00 0x00
RFXTRX: Send: 0x0b 0x11 0x00 0x00 0x03 0x8d 0xb7 0x4a 0x0f 0x01 0x00 0x00
2018-11-25 14:13:11 INFO (MainThread) [homeassistant.helpers.script] Script turn on the lights when the
sun sets: Executing step call service
2018-11-25 17:28:08 INFO (MainThread) [homeassistant.components.http.view] Serving /api/websocket to
172.18.0.12 (auth: False)
2018-11-25 17:28:08 INFO (MainThread) [homeassistant.components.http.view] Serving /api/states to
172.18.0.12 (auth: True)
ok, I have installed node-red and played with it, seems nice.
If I mount the rfxcom transreceiver for node-red is it not possible to use with home-assistant at the same time?
Got this error: serial.serialutil.SerialException: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?)