Python Plugin : Broadlink RM2 V4
Moderator: leecollings
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Python Plugin : Broadlink RM2 V4
Hi,
the v4 uploaded.
EDIT 01/07/2020
************
CAUTION : no more maintained
New version released,
link for download : https://www.dropbox.com/sh/ui5h2hyfzq0c ... 3gQWa?dl=0
link to new topic : https://www.domoticz.com/forum/viewtopi ... 65&t=33223
***********
Changes:
# 4.0.0: Add eSensor / Smart plug / Multi plug devices
# --> big thanks to deennoo to have provided test devices : http://domo-attitude.fr
# support for chinese char thanks to : https://zhougy0717.github.io/2017/07/31 ... on%20Echo/
# Change the way to retreive module by using 'site', no more 'copy' should be necessary specially for linux systems
# Broadlink lib to v 0.6.0
# socket.setdefaulttimeout put on comment as plugin framework is on trouble on onheartbeat(): even with other plugins.
Lots of things have been changed and specially into the parameters but hope for existing users, you should be able to upgrade if wanted:
copy the new plugin.py
update broadlink if not already done :
sudo pip3 install broadlink --upgrade
do always a backup of your files in case of and before proceed ...
For new installation just follow wiki
wiki:
https://www.domoticz.com/wiki/Plugins/BroadlinkRM2.html
enjoy!
EDIT 14/04/2018:
Ver 4.1.0 uploaded.
to update, copy plugin.py plugin_send.py and update module Broadlink to 0.8
this correct mainly :
# 4.1.0: Broadlink lib to v 0.8.0
# add check/set nightlight on device which manage it (SP3)
# correct utf-8 char handle in ini file creation
the Broadlink 0.8 provided in pip do not manage in right way the check_power/nightlight (SP2/SP3 devices)
if you need it use the one provided in dropbox:
download python-broadlink-0.8.zip / unzip it / go to folder with setup.py/ execute pip3 install .
#
#
EDIT 19/02/2019
V 4.2.0 uploaded
Correct problem on checktemp
to update, just replace plugin.py
#
#
the v4 uploaded.
EDIT 01/07/2020
************
CAUTION : no more maintained
New version released,
link for download : https://www.dropbox.com/sh/ui5h2hyfzq0c ... 3gQWa?dl=0
link to new topic : https://www.domoticz.com/forum/viewtopi ... 65&t=33223
***********
Changes:
# 4.0.0: Add eSensor / Smart plug / Multi plug devices
# --> big thanks to deennoo to have provided test devices : http://domo-attitude.fr
# support for chinese char thanks to : https://zhougy0717.github.io/2017/07/31 ... on%20Echo/
# Change the way to retreive module by using 'site', no more 'copy' should be necessary specially for linux systems
# Broadlink lib to v 0.6.0
# socket.setdefaulttimeout put on comment as plugin framework is on trouble on onheartbeat(): even with other plugins.
Lots of things have been changed and specially into the parameters but hope for existing users, you should be able to upgrade if wanted:
copy the new plugin.py
update broadlink if not already done :
sudo pip3 install broadlink --upgrade
do always a backup of your files in case of and before proceed ...
For new installation just follow wiki
wiki:
https://www.domoticz.com/wiki/Plugins/BroadlinkRM2.html
enjoy!
EDIT 14/04/2018:
Ver 4.1.0 uploaded.
to update, copy plugin.py plugin_send.py and update module Broadlink to 0.8
this correct mainly :
# 4.1.0: Broadlink lib to v 0.8.0
# add check/set nightlight on device which manage it (SP3)
# correct utf-8 char handle in ini file creation
the Broadlink 0.8 provided in pip do not manage in right way the check_power/nightlight (SP2/SP3 devices)
if you need it use the one provided in dropbox:
download python-broadlink-0.8.zip / unzip it / go to folder with setup.py/ execute pip3 install .
#
#
EDIT 19/02/2019
V 4.2.0 uploaded
Correct problem on checktemp
to update, just replace plugin.py
#
#
Last edited by zak45 on Thursday 16 July 2020 14:56, edited 6 times in total.
-
- Posts: 331
- Joined: Monday 03 July 2017 19:58
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Good work, thanks... Does that mean SP mini will also work?
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi, thanks... should be, just use Smartplug 2/3 as device type. let us know.
-
- Posts: 20
- Joined: Sunday 22 October 2017 19:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi, Zak
I get multiple LOG errors like:
2018-01-27 18:15:28.121 Error: (Broadlink MP1 A3) Error getting temperature data from Broadlink device....Timeout
2018-01-27 18:15:28.347 Error: (Broadlink MP1 - 70) Error getting temperature data from Broadlink device....Timeout
both are MP1 power distributors
How can I fix that?
Thanks!
I get multiple LOG errors like:
2018-01-27 18:15:28.121 Error: (Broadlink MP1 A3) Error getting temperature data from Broadlink device....Timeout
2018-01-27 18:15:28.347 Error: (Broadlink MP1 - 70) Error getting temperature data from Broadlink device....Timeout
both are MP1 power distributors
How can I fix that?
Thanks!
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Do not have been able to test the MP1... try with this plugin.pyVelly wrote: ↑Saturday 27 January 2018 16:18 Hi, Zak
I get multiple LOG errors like:
2018-01-27 18:15:28.121 Error: (Broadlink MP1 A3) Error getting temperature data from Broadlink device....Timeout
2018-01-27 18:15:28.347 Error: (Broadlink MP1 - 70) Error getting temperature data from Broadlink device....Timeout
both are MP1 power distributors
How can I fix that?
Thanks!
-
- Posts: 20
- Joined: Sunday 22 October 2017 19:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
after last one plugin:
2018-01-27 19:01:08.395 Error: (Broadlink MP1 A3) check power error
2018-01-27 19:01:08.409 Error: (Broadlink MP1 - 70) check power error
no "TEMP" error anymore
but STATUS is always OFF
however all plugs are controlled well.
2018-01-27 19:01:08.395 Error: (Broadlink MP1 A3) check power error
2018-01-27 19:01:08.409 Error: (Broadlink MP1 - 70) check power error
no "TEMP" error anymore
but STATUS is always OFF
however all plugs are controlled well.
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Fine ,
check power error should be seen only once. (hope so ...)
lets try this plugin.py
-
- Posts: 20
- Joined: Sunday 22 October 2017 19:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
yes, only once
then in 30-50sec Status is to ON
Everything looks Ok except I needed to manually restart Domoticz service, - it went to Offline after reboot with new plugin.
Maybe it is my SD or Python files corrupted (??)
then in 30-50sec Status is to ON
Everything looks Ok except I needed to manually restart Domoticz service, - it went to Offline after reboot with new plugin.
Maybe it is my SD or Python files corrupted (??)
-
- Posts: 20
- Joined: Sunday 22 October 2017 19:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Zak, another question if possible:
when I make IR command for example for my Panasonic TV -
before (V3) I could choose TV Icon
now (V4) only default Round On/OFF is present
Can I make logical switch On/OFF for Broadlink IR ini with TV pic ?
Thanks!
when I make IR command for example for my Panasonic TV -
before (V3) I could choose TV Icon
now (V4) only default Round On/OFF is present
Can I make logical switch On/OFF for Broadlink IR ini with TV pic ?
Thanks!
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
should work in this way :
-
- Posts: 20
- Joined: Sunday 22 October 2017 19:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
GREAT !!!
I could never guess about off delay...
Thank you man!
I could never guess about off delay...
Thank you man!
-
- Posts: 168
- Joined: Monday 22 June 2015 10:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hello,
I installed this plugin for my Smartsocket with power indicator, but I cannot get the power information:
2018-01-28 14:44:32.736 (Broadlink Smart Outlet) Calling message handler 'onHeartbeat'.
2018-01-28 14:44:32.737 (Broadlink Smart Outlet) SP3S called
2018-01-28 14:44:32.848 Error: (Broadlink Smart Outlet) Get Energy error
2018-01-28 14:44:32.885 (Broadlink Smart Outlet) Power state : True
2018-01-28 14:44:32.886 (Broadlink Smart Outlet - SP3S) Updating device from 0:'Off' to have values 1:'On'.
2018-01-28 14:44:32.894 (Broadlink Smart Outlet) Update 1:'On' (Broadlink Smart Outlet - SP3S)
What can be wrong here?
I installed this plugin for my Smartsocket with power indicator, but I cannot get the power information:
2018-01-28 14:44:32.736 (Broadlink Smart Outlet) Calling message handler 'onHeartbeat'.
2018-01-28 14:44:32.737 (Broadlink Smart Outlet) SP3S called
2018-01-28 14:44:32.848 Error: (Broadlink Smart Outlet) Get Energy error
2018-01-28 14:44:32.885 (Broadlink Smart Outlet) Power state : True
2018-01-28 14:44:32.886 (Broadlink Smart Outlet - SP3S) Updating device from 0:'Off' to have values 1:'On'.
2018-01-28 14:44:32.894 (Broadlink Smart Outlet) Update 1:'On' (Broadlink Smart Outlet - SP3S)
What can be wrong here?
-
- Posts: 168
- Joined: Monday 22 June 2015 10:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Found the issue to be an incompatibility of python3 with ord, as described here:Hesmink wrote: ↑Sunday 28 January 2018 14:47 Hello,
I installed this plugin for my Smartsocket with power indicator, but I cannot get the power information:
2018-01-28 14:44:32.736 (Broadlink Smart Outlet) Calling message handler 'onHeartbeat'.
2018-01-28 14:44:32.737 (Broadlink Smart Outlet) SP3S called
2018-01-28 14:44:32.848 Error: (Broadlink Smart Outlet) Get Energy error
2018-01-28 14:44:32.885 (Broadlink Smart Outlet) Power state : True
2018-01-28 14:44:32.886 (Broadlink Smart Outlet - SP3S) Updating device from 0:'Off' to have values 1:'On'.
2018-01-28 14:44:32.894 (Broadlink Smart Outlet) Update 1:'On' (Broadlink Smart Outlet - SP3S)
What can be wrong here?
https://github.com/mjg59/python-broadlink/issues/140
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Yep.. you can found the corrected version in dropBox : python-broadlink-master-0.6.zipHesmink wrote: ↑Sunday 28 January 2018 16:14
Found the issue to be an incompatibility of python3 with ord, as described here:
https://github.com/mjg59/python-broadlink/issues/140
waiting official release
-
- Posts: 168
- Joined: Monday 22 June 2015 10:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Another question, why use 2 status blocks for power and usage?
I'd prefer it to be one, like:
Now it looks like:
I'd prefer it to be one, like:
Now it looks like:
-
- Posts: 5
- Joined: Monday 29 January 2018 15:53
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi to all
i'm a newbie and i have a problems with the broadlink multisensor A1 Device.
I follow the wiki (First time users) and i have created a new Hardware called "My br - Discover", when i go to the switches tab and i try to swith to on i get this errors.
2018-01-29 15:47:12.676 (My br- Discover) Found 4 broadlink devices
2018-01-29 15:47:12.679 Error: (My br- Discover) 'onCommand' failed 'TypeError':'object of type 'NoneType' has no len()'.
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 278 in /usr/local/domoticz/var/plugins/BroadlinkRM2/plugin.py, function onCommand
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 578 in /usr/local/domoticz/var/plugins/BroadlinkRM2/plugin.py, function Discover
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 203 in /usr/local/domoticz/var/plugins/BroadlinkRM2/broadlink/__init__.py, function auth
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 263 in /usr/local/domoticz/var/plugins/BroadlinkRM2/broadlink/__init__.py, function send_packet
Anyone can help me in someway?
Thanks
titoz
i'm a newbie and i have a problems with the broadlink multisensor A1 Device.
I follow the wiki (First time users) and i have created a new Hardware called "My br - Discover", when i go to the switches tab and i try to swith to on i get this errors.
2018-01-29 15:47:12.676 (My br- Discover) Found 4 broadlink devices
2018-01-29 15:47:12.679 Error: (My br- Discover) 'onCommand' failed 'TypeError':'object of type 'NoneType' has no len()'.
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 278 in /usr/local/domoticz/var/plugins/BroadlinkRM2/plugin.py, function onCommand
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 578 in /usr/local/domoticz/var/plugins/BroadlinkRM2/plugin.py, function Discover
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 203 in /usr/local/domoticz/var/plugins/BroadlinkRM2/broadlink/__init__.py, function auth
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 263 in /usr/local/domoticz/var/plugins/BroadlinkRM2/broadlink/__init__.py, function send_packet
Anyone can help me in someway?
Thanks
titoz
-
- Posts: 953
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
can you post the full Domoticz Log, just after restarted the plugin ?titoz wrote: ↑Monday 29 January 2018 16:01 2018-01-29 15:47:12.676 (My br- Discover) Found 4 broadlink devices
2018-01-29 15:47:12.679 Error: (My br- Discover) 'onCommand' failed 'TypeError':'object of type 'NoneType' has no len()'.
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 278 in /usr/local/domoticz/var/plugins/BroadlinkRM2/plugin.py, function onCommand
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 578 in /usr/local/domoticz/var/plugins/BroadlinkRM2/plugin.py, function Discover
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 203 in /usr/local/domoticz/var/plugins/BroadlinkRM2/broadlink/__init__.py, function auth
2018-01-29 15:47:12.679 Error: (My br- Discover) ----> Line 263 in /usr/local/domoticz/var/plugins/BroadlinkRM2/broadlink/__init__.py, function
something like that :
- Spoiler: show
-
- Posts: 331
- Joined: Monday 03 July 2017 19:58
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
I tried SP mini with SP2/3, unfortunately it gives:
and
Just for the info, for a new installation it gives 'pyaes' is missing. You also have to pip3 install pyaes. Or just put broadlink and pyaes master directories to broadlink plugin folder, so that you do not need to pip3 install anything...
Code: Select all
Error: (test) check power error
Code: Select all
Error: (test) Error Connecting to Broadlink device....192.168.1.117
-
- Posts: 5
- Joined: Monday 29 January 2018 15:53
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi Zak45
This is the full Domoticz log, after the restart
2018-01-30 15:16:55.189 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-30 15:16:55.189 Build Hash: 494fff7-modified, Date: 2017-07-30 12:19:41
2018-01-30 15:16:55.190 Startup Path: /usr/local/domoticz/
2018-01-30 15:16:55.277 Sunrise: 07:39:00 SunSet:17:15:00
2018-01-30 15:16:55.277 EventSystem: reset all events...
2018-01-30 15:16:55.461 PluginSystem: Started, Python version '3.5.1'.
2018-01-30 15:16:55.471 Active notification Subsystems: pushover (1/12)
2018-01-30 15:16:55.484 WebServer(HTTP) started on address: :: with port 8084
2018-01-30 15:16:55.512 WebServer(SSL) started on address: :: with port 8443
2018-01-30 15:16:55.514 Proxymanager started.
2018-01-30 15:16:55.515 Starting shared server on: :::6150
2018-01-30 15:16:55.516 RxQueue: queue worker started...
2018-01-30 15:16:55.516 TCPServer: shared server started...
2018-01-30 15:16:55.590 Incoming connection from: 217.xx.xx.xx
2018-01-30 15:16:57.517 EventSystem: reset all events...
2018-01-30 15:16:57.518 EventSystem: reset all device statuses...
2018-01-30 15:16:57.518 Netatmo: Worker started...
2018-01-30 15:16:57.518 Logitech Media Server: Worker started...
2018-01-30 15:16:57.554 Logitech Media Server: 2 player-switch(es) found.
2018-01-30 15:16:57.757 Python EventSystem: Module not found - Trying to initialize.
2018-01-30 15:16:57.757 Python EventSystem: Initalizing event module.
2018-01-30 15:16:57.758 EventSystem: Started
2018-01-30 15:16:57.859 PluginSystem: Entering work loop.
2018-01-30 15:16:58.224 Logitech Media Server: 279 playlist(s) found.
2018-01-30 15:16:58.520 RFXCOM: Using serial port: /dev/ttyUSB0
2018-01-30 15:16:58.775 (My br- Discover) Initialized version 4.0.0, author 'zak45'
2018-01-30 15:16:58.836 (My br- Discover) Debug log level set to: 'true'.
2018-01-30 15:16:58.836 (My br- Discover) 'Mode2':'C:/BroadlinkRM2'
2018-01-30 15:16:58.836 (My br- Discover) 'HomeFolder':'/usr/local/domoticz/var/plugins/BroadlinkRM2/'
2018-01-30 15:16:58.836 (My br- Discover) 'Mode3':'DIS'
2018-01-30 15:16:58.836 (My br- Discover) 'Mode1':'000000000000'
2018-01-30 15:16:58.836 (My br- Discover) 'Author':'zak45'
2018-01-30 15:16:58.836 (My br- Discover) 'Name':'My br- Discover'
2018-01-30 15:16:58.836 (My br- Discover) 'Port':'0'
2018-01-30 15:16:58.836 (My br- Discover) 'HardwareID':'17'
2018-01-30 15:16:58.836 (My br- Discover) 'Version':'4.0.0'
2018-01-30 15:16:58.837 (My br- Discover) 'Mode6':'Debug'
2018-01-30 15:16:58.837 (My br- Discover) 'Mode4':'no'
2018-01-30 15:16:58.837 (My br- Discover) 'Mode5':'9000'
2018-01-30 15:16:58.837 (My br- Discover) 'Key':'BroadlinkRM2'
2018-01-30 15:16:58.837 (My br- Discover) 'Address':'127.0.0.1'
2018-01-30 15:16:58.837 (My br- Discover) Device count: 2
2018-01-30 15:16:58.837 (My br- Discover) Device: 1 - ID: 79, Name: 'My br- Discover - Discovery', nValue: 0, sValue: ''
2018-01-30 15:16:58.837 (My br- Discover) Device ID: '79'
2018-01-30 15:16:58.837 (My br- Discover) Device Name: 'My br- Discover - Discovery'
2018-01-30 15:16:58.837 (My br- Discover) Device nValue: 0
2018-01-30 15:16:58.837 (My br- Discover) Device sValue: ''
2018-01-30 15:16:58.838 (My br- Discover) Device LastLevel: 0
2018-01-30 15:16:58.838 (My br- Discover) Device: 2 - ID: 80, Name: 'My br- Discover - Discovery Info', nValue: 0, sValue: ''
2018-01-30 15:16:58.838 (My br- Discover) Device ID: '80'
2018-01-30 15:16:58.838 (My br- Discover) Device Name: 'My br- Discover - Discovery Info'
2018-01-30 15:16:58.838 (My br- Discover) Device nValue: 0
2018-01-30 15:16:58.838 (My br- Discover) Device sValue: ''
2018-01-30 15:16:58.838 (My br- Discover) Device LastLevel: 0
2018-01-30 15:16:58.838 (My br- Discover) Connecting to: 127.0.0.1:000000000000
2018-01-30 15:16:58.838 (My br- Discover) Device Number begin to : 1
2018-01-30 15:16:58.838 (My br- Discover) Heartbeat interval set to: 30.
2018-01-30 15:16:59.095
2018-01-30 15:16:59.173 subtype = Interface Response
This is the full Domoticz log, after the restart
2018-01-30 15:16:55.189 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-01-30 15:16:55.189 Build Hash: 494fff7-modified, Date: 2017-07-30 12:19:41
2018-01-30 15:16:55.190 Startup Path: /usr/local/domoticz/
2018-01-30 15:16:55.277 Sunrise: 07:39:00 SunSet:17:15:00
2018-01-30 15:16:55.277 EventSystem: reset all events...
2018-01-30 15:16:55.461 PluginSystem: Started, Python version '3.5.1'.
2018-01-30 15:16:55.471 Active notification Subsystems: pushover (1/12)
2018-01-30 15:16:55.484 WebServer(HTTP) started on address: :: with port 8084
2018-01-30 15:16:55.512 WebServer(SSL) started on address: :: with port 8443
2018-01-30 15:16:55.514 Proxymanager started.
2018-01-30 15:16:55.515 Starting shared server on: :::6150
2018-01-30 15:16:55.516 RxQueue: queue worker started...
2018-01-30 15:16:55.516 TCPServer: shared server started...
2018-01-30 15:16:55.590 Incoming connection from: 217.xx.xx.xx
2018-01-30 15:16:57.517 EventSystem: reset all events...
2018-01-30 15:16:57.518 EventSystem: reset all device statuses...
2018-01-30 15:16:57.518 Netatmo: Worker started...
2018-01-30 15:16:57.518 Logitech Media Server: Worker started...
2018-01-30 15:16:57.554 Logitech Media Server: 2 player-switch(es) found.
2018-01-30 15:16:57.757 Python EventSystem: Module not found - Trying to initialize.
2018-01-30 15:16:57.757 Python EventSystem: Initalizing event module.
2018-01-30 15:16:57.758 EventSystem: Started
2018-01-30 15:16:57.859 PluginSystem: Entering work loop.
2018-01-30 15:16:58.224 Logitech Media Server: 279 playlist(s) found.
2018-01-30 15:16:58.520 RFXCOM: Using serial port: /dev/ttyUSB0
2018-01-30 15:16:58.775 (My br- Discover) Initialized version 4.0.0, author 'zak45'
2018-01-30 15:16:58.836 (My br- Discover) Debug log level set to: 'true'.
2018-01-30 15:16:58.836 (My br- Discover) 'Mode2':'C:/BroadlinkRM2'
2018-01-30 15:16:58.836 (My br- Discover) 'HomeFolder':'/usr/local/domoticz/var/plugins/BroadlinkRM2/'
2018-01-30 15:16:58.836 (My br- Discover) 'Mode3':'DIS'
2018-01-30 15:16:58.836 (My br- Discover) 'Mode1':'000000000000'
2018-01-30 15:16:58.836 (My br- Discover) 'Author':'zak45'
2018-01-30 15:16:58.836 (My br- Discover) 'Name':'My br- Discover'
2018-01-30 15:16:58.836 (My br- Discover) 'Port':'0'
2018-01-30 15:16:58.836 (My br- Discover) 'HardwareID':'17'
2018-01-30 15:16:58.836 (My br- Discover) 'Version':'4.0.0'
2018-01-30 15:16:58.837 (My br- Discover) 'Mode6':'Debug'
2018-01-30 15:16:58.837 (My br- Discover) 'Mode4':'no'
2018-01-30 15:16:58.837 (My br- Discover) 'Mode5':'9000'
2018-01-30 15:16:58.837 (My br- Discover) 'Key':'BroadlinkRM2'
2018-01-30 15:16:58.837 (My br- Discover) 'Address':'127.0.0.1'
2018-01-30 15:16:58.837 (My br- Discover) Device count: 2
2018-01-30 15:16:58.837 (My br- Discover) Device: 1 - ID: 79, Name: 'My br- Discover - Discovery', nValue: 0, sValue: ''
2018-01-30 15:16:58.837 (My br- Discover) Device ID: '79'
2018-01-30 15:16:58.837 (My br- Discover) Device Name: 'My br- Discover - Discovery'
2018-01-30 15:16:58.837 (My br- Discover) Device nValue: 0
2018-01-30 15:16:58.837 (My br- Discover) Device sValue: ''
2018-01-30 15:16:58.838 (My br- Discover) Device LastLevel: 0
2018-01-30 15:16:58.838 (My br- Discover) Device: 2 - ID: 80, Name: 'My br- Discover - Discovery Info', nValue: 0, sValue: ''
2018-01-30 15:16:58.838 (My br- Discover) Device ID: '80'
2018-01-30 15:16:58.838 (My br- Discover) Device Name: 'My br- Discover - Discovery Info'
2018-01-30 15:16:58.838 (My br- Discover) Device nValue: 0
2018-01-30 15:16:58.838 (My br- Discover) Device sValue: ''
2018-01-30 15:16:58.838 (My br- Discover) Device LastLevel: 0
2018-01-30 15:16:58.838 (My br- Discover) Connecting to: 127.0.0.1:000000000000
2018-01-30 15:16:58.838 (My br- Discover) Device Number begin to : 1
2018-01-30 15:16:58.838 (My br- Discover) Heartbeat interval set to: 30.
2018-01-30 15:16:59.095
2018-01-30 15:16:59.173 subtype = Interface Response
Who is online
Users browsing this forum: No registered users and 1 guest