zak45 wrote: ↑Thursday 23 July 2020 19:12
Hogis wrote: ↑Thursday 23 July 2020 17:51
Spider mode enabled. Check if remote file exists.
--2020-07-23 17:49:12-- http://192.168.x.x:xxxx/
Connecting to 192.168.x.x:xxxx... connected.
HTTP request sent, awaiting response... 200 OK
Length: 74313 (73K) [text/html]
Remote file exists and could contain further links,
but recursion is disabled -- not retrieving.
that's look ok !
try setup.py and if still problem, you can do the manual installation...!
After a manual installation:
2020-07-25 16:18:39.757 Status: Domoticz V2020.2 (build 12211) (c)2012-2020 GizMoCuz
2020-07-25 16:18:39.757 Status: Build Hash: 943863218-modified, Date: 2020-07-08 12:34:11
2020-07-25 16:18:39.757 Status: Startup Path: /home/pi/domoticz/
2020-07-25 16:18:40.214 Active notification Subsystems: kodi (1/13)
2020-07-25 16:18:40.266 Starting shared server on: :::6144
2020-07-25 16:18:40.205 Status: PluginSystem: Started, Python version '3.7.3'.
2020-07-25 16:18:40.211 Status: Philips Hue: Using default poll interval of 10 secs.
2020-07-25 16:18:40.245 Status: WebServer(HTTP) started on address: :: with port xxxx
2020-07-25 16:18:40.259 Status: WebServer(SSL) started on address: :: with port xxx
2020-07-25 16:18:40.267 Status: RxQueue: queue worker started...
2020-07-25 16:18:40.266 Status: TCPServer: shared server started...
2020-07-25 16:18:42.374 Kodi: (Kodi Stick) Starting thread.
2020-07-25 16:18:42.475 Kodi: Starting I/O service thread.
2020-07-25 16:18:42.268 Status: Kodi: Started
2020-07-25 16:18:42.268 Status: OpenWeatherMap: Started
2020-07-25 16:18:42.268 Status: Philips Hue: Worker started...
2020-07-25 16:18:42.269 Status: (Broadlink) Started.
2020-07-25 16:18:42.269 Status: Harmony Hub: Worker thread started...
2020-07-25 16:18:42.269 Status: NotificationSystem: thread started...
2020-07-25 16:18:42.270 Status: EventSystem: reset all events...
2020-07-25 16:18:42.281 Status: EventSystem: reset all device statuses...
2020-07-25 16:18:42.461 Status: PluginSystem: Entering work loop.
2020-07-25 16:18:42.523 Status: Python EventSystem: Initalizing event module.
2020-07-25 16:18:42.530 Status: EventSystem: Started
2020-07-25 16:18:42.530 Status: EventSystem: Queue thread started...
2020-07-25 16:18:42.772 Status: OpenZWave: using config in: /home/pi/domoticz/Config/
2020-07-25 16:18:42.850 Status: OpenZWave: Starting...
2020-07-25 16:18:42.850 Status: OpenZWave: Version: 1.6-1033-g3661f170
2020-07-25 16:18:44.405 (Broadlink) lang file : /home/pi/domoticz/plugins/broadlink/lng/en_en.lng
2020-07-25 16:18:44.405 (Broadlink) Language loaded for : en
2020-07-25 16:18:44.406 (Broadlink) Listen on BROWebServer - Port: 9000
2020-07-25 16:18:44.441 (Broadlink) Plugin Device count start on : 9
2020-07-25 16:18:44.442 (Broadlink) __File : /home/pi/domoticz/plugins/broadlink/log/13RM2M.txt exist, we bypass__
2020-07-25 16:18:44.442 (Broadlink) Connecting to: 192.168.x.xx : xxxxxxxxxxxxx
2020-07-25 16:18:44.393 Status: (Broadlink) Entering work loop.
2020-07-25 16:18:44.394 Status: (Broadlink) Initialized version 1.1.1, author 'zak45'
2020-07-25 16:18:54.499 (Broadlink) Update 0:'Off' (Broadlink - RM2M-Status)
2020-07-25 16:18:54.517 (Broadlink) Admin html file created: /home/pi/domoticz/www/templates/Broadlink-RM2M-13.html
2020-07-25 16:18:54.486 Error: (Broadlink) Traceback (most recent call last):
2020-07-25 16:18:54.486 File "/usr/local/lib/python3.7/dist-packages/broadlink/__init__.py", line 350, in send_packet
2020-07-25 16:18:54.486 response = cs.recvfrom(2048)
2020-07-25 16:18:54.486 socket.timeout: timed out
2020-07-25 16:18:54.486
2020-07-25 16:18:54.486 During handling of the above exception, another exception occurred:
2020-07-25 16:18:54.486
2020-07-25 16:18:54.486 Traceback (most recent call last):
2020-07-25 16:18:54.486 File "/home/pi/domoticz/plugins/broadlink/plugin.py", line 1772, in broadlink_connect
2020-07-25 16:18:54.486 DEVICE.auth()
2020-07-25 16:18:54.486 File "/usr/local/lib/python3.7/dist-packages/broadlink/__init__.py", line 251, in auth
2020-07-25 16:18:54.486 response = self.send_packet(0x65, payload)
2020-07-25 16:18:54.486 File "/usr/local/lib/python3.7/dist-packages/broadlink/__init__.py", line 355, in send_packet
2020-07-25 16:18:54.486 raise exception(0xfffd)
2020-07-25 16:18:54.486 broadlink.exceptions.DeviceOfflineError: The device is offline
2020-07-25 16:18:54.486
2020-07-25 16:18:54.486 Error: (Broadlink) Error to connect to Broadlink device: 192.168.x.xx
2020-07-25 16:18:54.553 Error: (Broadlink) Traceback (most recent call last):
2020-07-25 16:18:54.553 File "/home/pi/domoticz/plugins/broadlink/plugin.py", line 2373, in start_shell
2020-07-25 16:18:54.553 subprocess.check_call(command, shell=True, timeout=1)
2020-07-25 16:18:54.553 File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
2020-07-25 16:18:54.553 raise CalledProcessError(retcode, cmd)
2020-07-25 16:18:54.553 subprocess.CalledProcessError: Command '"/home/pi/domoticz/plugins/broadlink/scr/dombr.sh" "/home/pi/domoticz/plugins/broadlink/Dombroadlink.py" "192.168.x.x;xxxx;xxxxxxxxxx;/home/pi/domoticz/plugins/broadlink/;RM2M;192.168.x.xx;9000;0;13;/home/pi/domoticz/plugins/broadlink/;0;en;remotePlugin" no ' returned non-zero exit status 126.
2020-07-25 16:18:54.553
2020-07-25 16:18:54.553 Error: (Broadlink) ERROR to start subprocess
2020-07-25 16:20:14.514 (Broadlink) Connected to Broadlink device: 192.168.x.xx RM2
2020-07-25 16:20:14.532 (Broadlink) Update 1:'On' (Broadlink - RM2M-Status)