for an unknown reason my DIY RFLINK stoppes working.
I rebooted several time but it as always the same issue.
At boot it looks like is starts (the led of the 433 receiver blinks) and after few seconds it stops.
Here my logs :
Code: Select all
2018-09-14 07:17:54.374 Sunrise: 07:26:00 SunSet: 20:07:00
2018-09-14 07:17:54.374 Day length: 12:41:00 Sun at south: 13:05:00
2018-09-14 07:17:54.374 Civil twilight start: 06:54:00 Civil twilight end: 20:39:00
2018-09-14 07:17:54.374 Nautical twilight start: 06:16:00 Nautical twilight end: 21:17:00
2018-09-14 07:17:54.374 Astronomical twilight start: 05:37:00 Astronomical twilight end: 21:57:00
2018-09-14 07:17:54.936 Active notification Subsystems: pushbullet (1/13)
2018-09-14 07:17:54.004 Status: Domoticz V4.9700 (c)2012-2018 GizMoCuz
2018-09-14 07:17:54.017 Status: Build Hash: a3a45906, Date: 2018-06-23 16:24:51
2018-09-14 07:17:54.027 Status: Startup Path: /home/pi/domoticz/
2018-09-14 07:17:54.374 Status: EventSystem: reset all events...
2018-09-14 07:17:54.910 Status: PluginSystem: Started, Python version '3.5.3'.
2018-09-14 07:17:55.195 Starting shared server on: :::6144
2018-09-14 07:17:55.005 Status: WebServer(HTTP) started on address: :: with port 8080
2018-09-14 07:17:55.132 Status: WebServer(SSL) started on address: :: with port 443
2018-09-14 07:17:55.137 Status: Proxymanager started.
2018-09-14 07:17:55.195 Status: TCPServer: shared server started...
2018-09-14 07:17:55.196 Status: RxQueue: queue worker started...
2018-09-14 07:17:57.207 Status: AppLamp: Worker Started...
2018-09-14 07:17:57.207 Status: (IKEA-TRADFRI) Started.
2018-09-14 07:17:57.210 Status: Hardware Monitor: Started
2018-09-14 07:17:57.218 Status: DarkSky: Started...
2018-09-14 07:17:57.234 Status: EventSystem: reset all events...
2018-09-14 07:17:57.235 Status: EventSystem: reset all device statuses...
2018-09-14 07:17:57.398 Status: PluginSystem: Entering work loop.
2018-09-14 07:17:57.400 Status: RFLink: Using serial port: /dev/ttyUSB0
2018-09-14 07:17:57.669 Status: Python EventSystem: Initalizing event module.
2018-09-14 07:17:57.670 Status: EventSystem: Started
2018-09-14 07:17:57.670 Status: EventSystem: Queue thread started...
2018-09-14 07:17:58.206 (IKEA-TRADFRI) Failed to connect to IKEA tradfri COAP-adapter! Status: 111 Description: Connection refused
2018-09-14 07:17:58.206 (IKEA-TRADFRI) Device has disconnected
2018-09-14 07:17:58.088 Status: (IKEA-TRADFRI) Entering work loop.
2018-09-14 07:17:58.090 Status: (IKEA-TRADFRI) Initialized version 1.0.6, author 'moroen'
2018-09-14 07:17:58.662 Status: AppLamp: Bridge found!...
2018-09-14 07:18:08.572 (Météo) Temp + Humidity + Baro (THB)
2018-09-14 07:18:08.580 (Météo) Wind (Unknown)
2018-09-14 07:18:08.587 (Météo) UV (UV Index)
2018-09-14 07:18:08.596 (Météo) Rain (Unknown)
2018-09-14 07:18:08.605 (Météo) General/Visibility (Unknown)
2018-09-14 07:18:08.612 (Météo) General/Custom Sensor (Ozone Sensor)
2018-09-14 07:18:11.661 (IKEA-TRADFRI) Connected successfully to: 192.168.1.250
2018-09-14 07:18:11.003 Status: Incoming connection from: 127.0.0.1
2018-09-14 07:31:59.284 Status: User: Admin initiated a switch command (25/Lampe Salon/On)
2018-09-14 07:32:02.938 Status: User: Admin initiated a switch command (25/Lampe Salon/Off)
2018-09-14 07:32:05.486 Status: User: Admin initiated a switch command (25/Lampe Salon/On)
2018-09-14 07:32:45.330 Status: RFLink: serial retrying in 30 seconds...
2018-09-14 07:32:45.176 Error: Serial Port closed!... Error: End of file
2018-09-14 07:33:15.146 Status: RFLink: Using serial port: /dev/ttyUSB0
What is wrong in your opinion and how to fix it ?