Plugins not showing in hardware list
Posted: Friday 12 May 2017 16:08
Hallo.
I've been searching for some days an answer to my problem but I'm afraid I'm missing something and don't know what.
I'm running Domoticz 3.7449 on a Linux Ubuntu 14.04 system. It's a fresh install (I've installed from the beginning one week ago because I couldn't find a way to sort the problem out, but without luck)
It's working fine but NO PLUGINS are loaded, even in the startup log I can't see an attempt to load python plugins...
2017-05-12 14:21:13.212 Domoticz V3.7449 (c)2012-2017 GizMoCuz
2017-05-12 14:21:13.212 Build Hash: 9df6061, Date: 2017-05-08 18:36:04
2017-05-12 14:21:13.213 Startup Path: /home/domobianchi/domoticz/
2017-05-12 14:21:13.357 Sunrise: 05:58:00 SunSet:20:44:00
2017-05-12 14:21:13.357 EventSystem: reset all events...
2017-05-12 14:21:13.380 Active notification Subsystems: gcm (1/12)
2017-05-12 14:21:15.974 WebServer(HTTP) started on address: :: with port 5001
2017-05-12 14:21:16.289 Incoming connection from: 192.168.1.200
2017-05-12 14:21:25.659 Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 443: bind: Address already in use
2017-05-12 14:21:25.659 Error: WebServer(SSL) check privileges for opening ports below 1024
2017-05-12 14:21:25.659 Proxymanager started.
2017-05-12 14:21:28.878 Starting shared server on: :::6144
2017-05-12 14:21:28.879 TCPServer: shared server started...
2017-05-12 14:21:28.880 RxQueue: queue worker started...
2017-05-12 14:21:30.881 EventSystem: reset all events...
2017-05-12 14:21:30.882 EventSystem: reset all device statuses...
2017-05-12 14:21:30.884 EventSystem: Started
2017-05-12 14:21:31.381 OpenZWave: using config in: /home/domobianchi/domoticz/Config/
2017-05-12 14:21:31.444 OpenZWave: Starting...
2017-05-12 14:21:31.444 OpenZWave: Version: 1.4-2518-gf95fa41-dirty
2017-05-12 14:21:31.582 OpenZWave: Driver Ready
2017-05-12 14:21:31.583 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 1
2017-05-12 14:21:31.584 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 1
2017-05-12 14:21:31.584 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 1
2017-05-12 14:21:31.584 OpenZWave: Value_Added: Node: 6 (0x06), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.585 OpenZWave: Value_Added: Node: 6 (0x06), CommandClass: SWITCH BINARY, Label: Switch, Instance: 2
2017-05-12 14:21:31.586 OpenZWave: Value_Added: Node: 7 (0x07), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.587 OpenZWave: Value_Added: Node: 10 (0x0a), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.588 OpenZWave: Value_Added: Node: 12 (0x0c), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.589 OpenZWave: Value_Added: Node: 13 (0x0d), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.590 OpenZWave: Value_Added: Node: 16 (0x10), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.590 OpenZWave: Value_Added: Node: 16 (0x10), CommandClass: SWITCH BINARY, Label: Switch, Instance: 2
2017-05-12 14:21:31.592 OpenZWave: Value_Added: Node: 17 (0x11), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.592 OpenZWave: Value_Added: Node: 17 (0x11), CommandClass: SWITCH BINARY, Label: Switch, Instance: 2
2017-05-12 14:21:31.594 OpenZWave: Value_Added: Node: 18 (0x12), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:22:08.954 OpenZWave: Received Node Dead notification from HomeID: 25288, NodeID: 7 (0x07)
2017-05-12 14:22:08.954 (Z-Wave) Light/Switch (Switch)
2017-05-12 14:22:13.830 OpenZWave: Received Node Dead notification from HomeID: 25288, NodeID: 10 (0x0a)
2017-05-12 14:22:13.829 (Z-Wave) Light/Switch (SwitchUnassigned)
2017-05-12 14:22:16.127 (Z-Wave) Light/Switch (Artemide)
2017-05-12 14:22:31.247 OpenZWave: Received timeout notification from HomeID: 25288, NodeID: 18 (0x12)
2017-05-12 14:22:31.572 OpenZWave: Awake Nodes queried
Python is this:
domobianchi@domobianchi-server:~/domoticz/plugins$ python --version
Python 3.4.3
I have some default stuff in plugins directory plus the Broadlink one that I've added
domobianchi@domobianchi-server:~/domoticz/plugins$ ls -ltr
totale 12
drwxr-xr-x 3 domobianchi domobianchi 4096 mag 8 21:17 AwoxSMP
drwxr-xr-x 2 domobianchi domobianchi 4096 mag 8 21:17 examples
drwxr-xr-x 2 domobianchi domobianchi 4096 mag 9 12:01 BroadlinkRM2
domobianchi@domobianchi-server:~/domoticz/plugins$ ls -ltr BroadlinkRM2/
totale 44
-rwxr-xr-x 1 domobianchi domobianchi 1473 mar 27 15:59 plugin_send.py
-rwxr-xr-x 1 domobianchi domobianchi 11422 apr 22 09:36 plugin_http.py
-rwxr-xr-x 1 domobianchi domobianchi 72 apr 22 09:36 plugin_http.sh
-rwxr-xr-x 1 domobianchi domobianchi 23475 apr 23 18:58 plugin.py
domobianchi@domobianchi-server:~/domoticz/plugins$
Unfortunately the plugins (I'm looking for broadlink RM) is not showing up in hardware list.
Please can you help me with this?
Thanks in advance!
I've been searching for some days an answer to my problem but I'm afraid I'm missing something and don't know what.
I'm running Domoticz 3.7449 on a Linux Ubuntu 14.04 system. It's a fresh install (I've installed from the beginning one week ago because I couldn't find a way to sort the problem out, but without luck)
It's working fine but NO PLUGINS are loaded, even in the startup log I can't see an attempt to load python plugins...
2017-05-12 14:21:13.212 Domoticz V3.7449 (c)2012-2017 GizMoCuz
2017-05-12 14:21:13.212 Build Hash: 9df6061, Date: 2017-05-08 18:36:04
2017-05-12 14:21:13.213 Startup Path: /home/domobianchi/domoticz/
2017-05-12 14:21:13.357 Sunrise: 05:58:00 SunSet:20:44:00
2017-05-12 14:21:13.357 EventSystem: reset all events...
2017-05-12 14:21:13.380 Active notification Subsystems: gcm (1/12)
2017-05-12 14:21:15.974 WebServer(HTTP) started on address: :: with port 5001
2017-05-12 14:21:16.289 Incoming connection from: 192.168.1.200
2017-05-12 14:21:25.659 Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 443: bind: Address already in use
2017-05-12 14:21:25.659 Error: WebServer(SSL) check privileges for opening ports below 1024
2017-05-12 14:21:25.659 Proxymanager started.
2017-05-12 14:21:28.878 Starting shared server on: :::6144
2017-05-12 14:21:28.879 TCPServer: shared server started...
2017-05-12 14:21:28.880 RxQueue: queue worker started...
2017-05-12 14:21:30.881 EventSystem: reset all events...
2017-05-12 14:21:30.882 EventSystem: reset all device statuses...
2017-05-12 14:21:30.884 EventSystem: Started
2017-05-12 14:21:31.381 OpenZWave: using config in: /home/domobianchi/domoticz/Config/
2017-05-12 14:21:31.444 OpenZWave: Starting...
2017-05-12 14:21:31.444 OpenZWave: Version: 1.4-2518-gf95fa41-dirty
2017-05-12 14:21:31.582 OpenZWave: Driver Ready
2017-05-12 14:21:31.583 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 1
2017-05-12 14:21:31.584 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 1
2017-05-12 14:21:31.584 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 1
2017-05-12 14:21:31.584 OpenZWave: Value_Added: Node: 6 (0x06), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.585 OpenZWave: Value_Added: Node: 6 (0x06), CommandClass: SWITCH BINARY, Label: Switch, Instance: 2
2017-05-12 14:21:31.586 OpenZWave: Value_Added: Node: 7 (0x07), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.587 OpenZWave: Value_Added: Node: 10 (0x0a), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.588 OpenZWave: Value_Added: Node: 12 (0x0c), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.589 OpenZWave: Value_Added: Node: 13 (0x0d), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.590 OpenZWave: Value_Added: Node: 16 (0x10), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.590 OpenZWave: Value_Added: Node: 16 (0x10), CommandClass: SWITCH BINARY, Label: Switch, Instance: 2
2017-05-12 14:21:31.592 OpenZWave: Value_Added: Node: 17 (0x11), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:21:31.592 OpenZWave: Value_Added: Node: 17 (0x11), CommandClass: SWITCH BINARY, Label: Switch, Instance: 2
2017-05-12 14:21:31.594 OpenZWave: Value_Added: Node: 18 (0x12), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2017-05-12 14:22:08.954 OpenZWave: Received Node Dead notification from HomeID: 25288, NodeID: 7 (0x07)
2017-05-12 14:22:08.954 (Z-Wave) Light/Switch (Switch)
2017-05-12 14:22:13.830 OpenZWave: Received Node Dead notification from HomeID: 25288, NodeID: 10 (0x0a)
2017-05-12 14:22:13.829 (Z-Wave) Light/Switch (SwitchUnassigned)
2017-05-12 14:22:16.127 (Z-Wave) Light/Switch (Artemide)
2017-05-12 14:22:31.247 OpenZWave: Received timeout notification from HomeID: 25288, NodeID: 18 (0x12)
2017-05-12 14:22:31.572 OpenZWave: Awake Nodes queried
Python is this:
domobianchi@domobianchi-server:~/domoticz/plugins$ python --version
Python 3.4.3
I have some default stuff in plugins directory plus the Broadlink one that I've added
domobianchi@domobianchi-server:~/domoticz/plugins$ ls -ltr
totale 12
drwxr-xr-x 3 domobianchi domobianchi 4096 mag 8 21:17 AwoxSMP
drwxr-xr-x 2 domobianchi domobianchi 4096 mag 8 21:17 examples
drwxr-xr-x 2 domobianchi domobianchi 4096 mag 9 12:01 BroadlinkRM2
domobianchi@domobianchi-server:~/domoticz/plugins$ ls -ltr BroadlinkRM2/
totale 44
-rwxr-xr-x 1 domobianchi domobianchi 1473 mar 27 15:59 plugin_send.py
-rwxr-xr-x 1 domobianchi domobianchi 11422 apr 22 09:36 plugin_http.py
-rwxr-xr-x 1 domobianchi domobianchi 72 apr 22 09:36 plugin_http.sh
-rwxr-xr-x 1 domobianchi domobianchi 23475 apr 23 18:58 plugin.py
domobianchi@domobianchi-server:~/domoticz/plugins$
Unfortunately the plugins (I'm looking for broadlink RM) is not showing up in hardware list.
Please can you help me with this?
Thanks in advance!