Nothing important, but should be solved by installing 4.2.0 ( from dropbox )maury wrote: ↑Thursday 21 February 2019 17:44 Hi Zac, I'm sorry
I have this error, how can I do?
2019-02-19 17:55:44.410 Error: (BroadlinkSCS) ----> Line 473 in /home/pi/domoticz/plugins/BroadlinkRM2/plugin.py, function onHeartbeat
2019-02-19 17:55:44.410 Error: (BroadlinkSCS) ----> Line 757 in /home/pi/domoticz/plugins/BroadlinkRM2/plugin.py, function checkTemp
raspberry pi 3 b+
domoticz 4.9700
broadlink rm mini3
plugin 4.0
broadlink 0.9
please help me
thank you
Python Plugin : Broadlink RM2 V4
Moderator: leecollings
-
- Posts: 952
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
-
- Posts: 6
- Joined: Wednesday 16 January 2019 1:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
I'm sorry,
but I can not find the 4.2 plugin
where is it?
but I can not find the 4.2 plugin
where is it?
- Attachments
-
- pluginbroad.jpg (191.33 KiB) Viewed 2100 times
-
- Posts: 952
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
plugin.py is always the last one.
-
- Posts: 4
- Joined: Saturday 23 February 2019 9:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi,
I am new here. I tried to find the issue i have, but although i see many similar cases - i couldn't find the solution for my problem.
I use Broadlink RM Pro. Installed the pluing as described in the wiki:
----
For others
sudo pip3 install broadlink --> mandatory
sudo pip3 install pyaes --> pycrypto no more mandatory, pyaes will be used instead
----
Copied the files plugin.py, plugin_send.py, plugin_http.py, plugin_http.sh in /domoticz/plugins/BroadlinkRM2 folder
chmod +x each of them
restarted domoticz
Then added hardware Type: Broadlink RM2 with Kodi Remote, with fixed IP address, MAC wihout the ":" (thanks to this forum). I was not sure if port should be the same as for domoticz or different, but tried both with the same result. I can Add the hardware and it says devices will be found on devices tab, but i don't see any devices added.
Also, if i try to update anything (or delete) the entry to start again - domoticz freezes so i have to restart.
Any help on what to check and i might have done wrong would be highly appreciated!
I am new here. I tried to find the issue i have, but although i see many similar cases - i couldn't find the solution for my problem.
I use Broadlink RM Pro. Installed the pluing as described in the wiki:
----
For others
sudo pip3 install broadlink --> mandatory
sudo pip3 install pyaes --> pycrypto no more mandatory, pyaes will be used instead
----
Copied the files plugin.py, plugin_send.py, plugin_http.py, plugin_http.sh in /domoticz/plugins/BroadlinkRM2 folder
chmod +x each of them
restarted domoticz
Then added hardware Type: Broadlink RM2 with Kodi Remote, with fixed IP address, MAC wihout the ":" (thanks to this forum). I was not sure if port should be the same as for domoticz or different, but tried both with the same result. I can Add the hardware and it says devices will be found on devices tab, but i don't see any devices added.
Also, if i try to update anything (or delete) the entry to start again - domoticz freezes so i have to restart.
Any help on what to check and i might have done wrong would be highly appreciated!
-
- Posts: 952
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Port need to be a free one, so yes, different one.
check if you have enable devices creation in your settings
-->:Hardware/Devices:
---->Accept new Hardware
-
- Posts: 12
- Joined: Saturday 28 April 2018 17:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hello everyone, I am new here and I have the same problem, I have everything installed and configured, however there is no new switch MY BR and I can not make any changes to the hardware "Broadlink RM2 with Kodi Remote" because domoticz stops responding
-
- Posts: 4
- Joined: Saturday 23 February 2019 9:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Thank you for looking into this!
Ok, i changed the port. Btw, the only way to delete/update the entry is to set it to disable and press update. Then restart Domoticz and go back and delete. I double checked that Accept new Hardware is enabled, but still have the same result.
- jjnh
- Posts: 33
- Joined: Sunday 09 December 2018 14:06
- Target OS: Linux
- Domoticz version: 2023.1
- Location: Netherlands
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi,
I am having issue with getting my RM3 working with Domoticz.
Domoticz is running on a RBPi 3B+ with:
- Raspbian Stretch Lite
- Python 3.5.3 (there is also Python 2.7 on the Pi. I think that is used by Zigbee2Mqtt)
- I have a Broadlink RM Mini 3 with firmware version 55
- Domoticz version Version: 4.9700 Build Hash: a3a45906
I tried the most recent versions of all files and plugins, but the I only get a hanging Domoticz when starting or stopping the Broadlink plugin.
The current config is using Plugin v3, Broadlink 0.5 and Crypto only.
I also made a copy of Crypto without the capital 'C'.
Both plugin directories have also been copied to the domoticz/plugins/BroadlinkRM2 folder.
When starting the plugin i get the following log:
From my phone the RM3 works fine. I can ping the device form the Pi and the mac address is configured correctly.
Can you help me?
Kind regards,
John
I am having issue with getting my RM3 working with Domoticz.
Domoticz is running on a RBPi 3B+ with:
- Raspbian Stretch Lite
- Python 3.5.3 (there is also Python 2.7 on the Pi. I think that is used by Zigbee2Mqtt)
- I have a Broadlink RM Mini 3 with firmware version 55
- Domoticz version Version: 4.9700 Build Hash: a3a45906
I tried the most recent versions of all files and plugins, but the I only get a hanging Domoticz when starting or stopping the Broadlink plugin.
The current config is using Plugin v3, Broadlink 0.5 and Crypto only.
I also made a copy of Crypto without the capital 'C'.
Both plugin directories have also been copied to the domoticz/plugins/BroadlinkRM2 folder.
When starting the plugin i get the following log:
Clicking the "Learn" button will result in:2019-02-25 11:48:16.313 (BL1) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL
2019-02-25 11:48:16.313 (BL1) 'HomeFolder':'/home/pi/domoticz/plugins/BroadlinkRM2/'
2019-02-25 11:48:16.313 (BL1) 'Mode6':'Debug'
2019-02-25 11:48:16.313 (BL1) 'Key':'BroadlinkRM2'
2019-02-25 11:48:16.313 (BL1) 'Mode5':'9000'
2019-02-25 11:48:16.313 (BL1) 'Mode3':'yes'
2019-02-25 11:48:16.313 (BL1) 'Version':'3.0.0'
2019-02-25 11:48:16.313 (BL1) 'Mode4':'yes'
2019-02-25 11:48:16.313 (BL1) 'DomoticzHash':'a3a45906'
2019-02-25 11:48:16.313 (BL1) 'DomoticzVersion':'4.9700'
2019-02-25 11:48:16.313 (BL1) 'Port':'0'
2019-02-25 11:48:16.313 (BL1) 'HardwareID':'12'
2019-02-25 11:48:16.313 (BL1) 'Mode1':'c8f742171db3'
2019-02-25 11:48:16.313 (BL1) 'DomoticzBuildTime':'2018-06-23 16:24:51'
2019-02-25 11:48:16.313 (BL1) 'Name':'BL1'
2019-02-25 11:48:16.313 (BL1) 'Author':'zak45'
2019-02-25 11:48:16.313 (BL1) 'Mode2':'/home/pi/domoticz/plugins/BroadlinkRM2/inifiles'
2019-02-25 11:48:16.313 (BL1) 'Address':'172.16.100.22'
2019-02-25 11:48:16.314 (BL1) Device count: 4
2019-02-25 11:48:16.314 (BL1) Device: 1 - ID: 164, Name: 'BL1 - Command', nValue: 0, sValue: 'Off'
2019-02-25 11:48:16.314 (BL1) Device ID: '164'
2019-02-25 11:48:16.314 (BL1) Device Name: 'BL1 - Command'
2019-02-25 11:48:16.314 (BL1) Device nValue: 0
2019-02-25 11:48:16.314 (BL1) Device sValue: 'Off'
2019-02-25 11:48:16.314 (BL1) Device LastLevel: 0
2019-02-25 11:48:16.314 (BL1) Device: 2 - ID: 165, Name: 'BL1 - Temp', nValue: 0, sValue: ''
2019-02-25 11:48:16.314 (BL1) Device ID: '165'
2019-02-25 11:48:16.314 (BL1) Device Name: 'BL1 - Temp'
2019-02-25 11:48:16.314 (BL1) Device nValue: 0
2019-02-25 11:48:16.314 (BL1) Device sValue: ''
2019-02-25 11:48:16.314 (BL1) Device LastLevel: 0
2019-02-25 11:48:16.314 (BL1) Device: 254 - ID: 166, Name: 'BL1 - Remote', nValue: 0, sValue: ''
2019-02-25 11:48:16.314 (BL1) Device ID: '166'
2019-02-25 11:48:16.314 (BL1) Device Name: 'BL1 - Remote'
2019-02-25 11:48:16.314 (BL1) Device nValue: 0
2019-02-25 11:48:16.314 (BL1) Device sValue: ''
2019-02-25 11:48:16.314 (BL1) Device LastLevel: 0
2019-02-25 11:48:16.314 (BL1) Device: 255 - ID: 167, Name: 'BL1 - Import', nValue: 0, sValue: 'Off'
2019-02-25 11:48:16.314 (BL1) Device ID: '167'
2019-02-25 11:48:16.314 (BL1) Device Name: 'BL1 - Import'
2019-02-25 11:48:16.314 (BL1) Device nValue: 0
2019-02-25 11:48:16.314 (BL1) Device sValue: 'Off'
2019-02-25 11:48:16.314 (BL1) Device LastLevel: 0
2019-02-25 11:48:16.314 (BL1) Pushing 'PollIntervalDirective' on to queue
2019-02-25 11:48:16.314 (BL1) Connecting to: 172.16.100.22:c8f742171db3
2019-02-25 11:48:16.314 (BL1) Device Number begin to : 2
2019-02-25 11:48:16.317 (BL1) No ini file :/home/pi/domoticz/plugins/BroadlinkRM2/inifiles/remote/plugin_remote_12.ini
2019-02-25 11:48:16.317 (BL1) Custom Commands for Remote not managed
2019-02-25 11:48:16.317 (BL1) Processing 'PollIntervalDirective' message
2019-02-25 11:48:16.317 (BL1) Heartbeat interval set to: 30.
2019-02-25 11:48:16.045 Status: (BL1) Started.
2019-02-25 11:48:16.310 Status: (BL1) Entering work loop.
2019-02-25 11:48:16.310 Status: (BL1) Initialized version 3.0.0, author 'zak45'
2019-02-25 11:48:16.314 Error: (BL1) Error Connecting to Broadlink device....
2019-02-25 11:48:25.812 (BL1) Pushing 'onHeartbeatCallback' on to queue
2019-02-25 11:48:25.834 (BL1) Processing 'onHeartbeatCallback' message
2019-02-25 11:48:25.834 (BL1) Calling message handler 'onHeartbeat'.
2019-02-25 11:48:25.834 Error: (BL1) Error Connecting to Broadlink device....
There is no noticable activity on the RM3.2019-02-25 11:49:31.738 (BL1) onCommand called for Unit 1: Parameter 'Set Level', Level: 10 , Connected : False
2019-02-25 11:49:31.738 (BL1) All plugin system is on pause for 5s...
2019-02-25 11:49:31.738 (BL1) When Broadlink led is lit press the button on your remote within 5 seconds
2019-02-25 11:49:31.726 Status: User: Admin initiated a switch command (164/BL1 - Command/Set Level)
2019-02-25 11:49:31.738 Error: (BL1) Error Connecting to Broadlink device....
2019-02-25 11:49:31.738 Error: (BL1) 'onCommand' failed 'NameError':'name 'device' is not defined'.
2019-02-25 11:49:31.738 Error: (BL1) ----> Line 160 in /home/pi/domoticz/plugins/BroadlinkRM2/plugin.py, function onCommand
2019-02-25 11:49:31.738 Error: (BL1) ----> Line 419 in /home/pi/domoticz/plugins/BroadlinkRM2/plugin.py, function learn
From my phone the RM3 works fine. I can ping the device form the Pi and the mac address is configured correctly.
Can you help me?
Kind regards,
John
Odroid N2+ 4GB, with an RfxTrx433E, Zigbee with Slaesh's CC2652RB, Z-Wave, BroadLink IR using RM mini 3 and P1 connected.
-
- Posts: 24
- Joined: Sunday 10 February 2019 16:22
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hello all,
I am facing a strange issue on my Domoticz (installed on Synology).
On the logs I am having the same error message than other users:
But the switch does not have the learn button (and the others). I had no issues when discovering the Broadlink, but I cant set it up...
Domoticz 4.9700
Plugin version 4.1.0
The complete logs:
The find command on my installation:
Thanks for your help and advice on that issue.
EDIT: Changing the topic to the right thread + adding some info.
To make the pugin "work" for few second, I performed a chmod +x plugin_http.sh.
The issue I am facing now is that the learn function & tests function work only once, and then the plugin is KO... I will restart my domoticz to get proper logs.
What is strange is that the learn/test/save/reset buttons are not correctly highlighted when I click them.... even if the Broadlink seems to respond corectly to the commands sent...
I am facing a strange issue on my Domoticz (installed on Synology).
On the logs I am having the same error message than other users:
Code: Select all
2019-02-25 22:33:15.076 Status: User: Darkneo initiated a switch command (16/Broadcom - Remote/On)
2019-02-25 22:33:15.107 Error: (Broadcom) ini file not found: /volume1/@appstore/domoticz/var/plugins/BroadlinkRM2/BroadlinkRM2-8-254.ini
2019-02-25 22:33:16.525 (Broadcom) Pushing 'onHeartbeatCallback' on to queue
2019-02-25 22:33:16.559 (Broadcom) Processing 'onHeartbeatCallback' message
2019-02-25 22:33:16.559 (Broadcom) Calling message handler 'onHeartbeat'.
Domoticz 4.9700
Plugin version 4.1.0
The complete logs:
Code: Select all
2019-02-25 22:35:28.994 Status: (Broadcom) Started.
2019-02-25 22:35:29.102 (Broadcom) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL
2019-02-25 22:35:29.102 (Broadcom) 'Key':'BroadlinkRM2'
2019-02-25 22:35:29.102 (Broadcom) 'DomoticzHash':'a3a4590-modified'
2019-02-25 22:35:29.102 (Broadcom) 'Author':'zak45'
2019-02-25 22:35:29.102 (Broadcom) 'Mode5':'9000'
2019-02-25 22:35:29.102 (Broadcom) 'Port':'0'
2019-02-25 22:35:29.102 (Broadcom) 'Mode6':'Debug'
2019-02-25 22:35:29.102 (Broadcom) 'DomoticzBuildTime':'2018-06-23 16:24:51'
2019-02-25 22:35:29.102 (Broadcom) 'Mode3':'RM2'
2019-02-25 22:35:29.102 (Broadcom) 'Mode2':'/volume1/@appstore/domoticz/var/plugins/BroadlinkRM2'
2019-02-25 22:35:29.102 (Broadcom) 'Name':'Broadcom'
2019-02-25 22:35:29.102 (Broadcom) 'HomeFolder':'/usr/local/domoticz/var/plugins/BroadlinkRM2/'
2019-02-25 22:35:29.102 (Broadcom) 'Mode4':'no'
2019-02-25 22:35:29.102 (Broadcom) 'Address':'192.168.1.34'
2019-02-25 22:35:29.102 (Broadcom) 'Mode1':'780f77b94bfe'
2019-02-25 22:35:29.102 (Broadcom) 'HardwareID':'8'
2019-02-25 22:35:29.102 (Broadcom) 'Version':'4.1.0'
2019-02-25 22:35:29.102 (Broadcom) 'DomoticzVersion':'4.9700'
2019-02-25 22:35:29.102 (Broadcom) Device count: 3
2019-02-25 22:35:29.102 (Broadcom) Device: 1 - ID: 12, Name: 'Broadcom - Discovery', nValue: 0, sValue: 'Off'
2019-02-25 22:35:29.102 (Broadcom) Device ID: '12'
2019-02-25 22:35:29.102 (Broadcom) Device Name: 'Broadcom - Discovery'
2019-02-25 22:35:29.102 (Broadcom) Device nValue: 0
2019-02-25 22:35:29.102 (Broadcom) Device sValue: 'Off'
2019-02-25 22:35:29.102 (Broadcom) Device LastLevel: 0
2019-02-25 22:35:29.102 (Broadcom) Device: 2 - ID: 13, Name: 'Broadcom - Discovery', nValue: 1, sValue: '0.0'
2019-02-25 22:35:29.102 (Broadcom) Device ID: '13'
2019-02-25 22:35:29.102 (Broadcom) Device Name: 'Broadcom - Discovery'
2019-02-25 22:35:29.102 (Broadcom) Device nValue: 1
2019-02-25 22:35:29.103 (Broadcom) Device sValue: '0.0'
2019-02-25 22:35:29.103 (Broadcom) Device LastLevel: 0
2019-02-25 22:35:29.103 (Broadcom) Device: 254 - ID: 16, Name: 'Broadcom - Remote', nValue: 0, sValue: ''
2019-02-25 22:35:29.103 (Broadcom) Device ID: '16'
2019-02-25 22:35:29.103 (Broadcom) Device Name: 'Broadcom - Remote'
2019-02-25 22:35:29.103 (Broadcom) Device nValue: 0
2019-02-25 22:35:29.103 (Broadcom) Device sValue: ''
2019-02-25 22:35:29.103 (Broadcom) Device LastLevel: 0
2019-02-25 22:35:29.103 (Broadcom) Pushing 'PollIntervalDirective' on to queue
2019-02-25 22:35:29.103 (Broadcom) Connecting to: 192.168.1.34:780f77b94bfe
2019-02-25 22:35:29.165 (Broadcom) Connected to Broadlink device: 192.168.1.34
2019-02-25 22:35:29.165 (Broadcom - Discovery) Updating device from 0:'Off' to have values 1:'10'.
2019-02-25 22:35:29.166 (Broadcom) Update 1:'10' (Broadcom - Discovery)
2019-02-25 22:35:29.167 (Broadcom) No ini file :/volume1/@appstore/domoticz/var/plugins/BroadlinkRM2/remote/plugin_remote_8.ini
2019-02-25 22:35:29.167 (Broadcom) Custom Commands for Remote not managed
2019-02-25 22:35:29.167 (Broadcom) Device Number begin to : 2
2019-02-25 22:35:29.167 (Broadcom) Processing 'PollIntervalDirective' message
2019-02-25 22:35:29.167 (Broadcom) Heartbeat interval set to: 30.
2019-02-25 22:35:29.101 Status: (Broadcom) Initialized version 4.1.0, author 'zak45'
2019-02-25 22:35:29.101 Status: (Broadcom) Entering work loop.
2019-02-25 22:35:38.602 (Broadcom) Pushing 'onHeartbeatCallback' on to queue
2019-02-25 22:35:38.627 (Broadcom) Processing 'onHeartbeatCallback' message
2019-02-25 22:35:38.627 (Broadcom) Calling message handler 'onHeartbeat'.
Code: Select all
root@Syno:/# find -iname "broadlink*"
./root/python-broadlink/broadlink
./root/python-broadlink/cli/broadlink_cli
./root/python-broadlink/cli/broadlink_discovery
./root/python-broadlink/broadlink.egg-info
./root/python-broadlink/build/lib/broadlink
./root/python-broadlink/dist/broadlink-0.9-py2.7.egg
./root/python-broadlink/dist/broadlink-0.9-py3.5.egg
./usr/lib/python2.7/site-packages/broadlink-0.9-py2.7.egg
./usr/lib/python2.7/site-packages/broadlink-0.9-py2.7.egg/broadlink
./volume1/@appstore/domoticz/var/plugins/BroadlinkRM2
./volume1/@appstore/domoticz/var/plugins/BroadlinkRM2/broadlink
./volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/broadlink-0.9-py3.5.egg
./volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/broadlink-0.9-py3.5.egg/broadlink
./C:/BroadlinkRM2
EDIT: Changing the topic to the right thread + adding some info.
To make the pugin "work" for few second, I performed a chmod +x plugin_http.sh.
The issue I am facing now is that the learn function & tests function work only once, and then the plugin is KO... I will restart my domoticz to get proper logs.
What is strange is that the learn/test/save/reset buttons are not correctly highlighted when I click them.... even if the Broadlink seems to respond corectly to the commands sent...
-
- Posts: 952
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
try to put last version :4.2.0
and post the output from this command :
sudo pip3 list module
and post the output from this command :
sudo pip3 list module
-
- Posts: 12
- Joined: Saturday 28 April 2018 17:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Does anyone here really know how to make this broadlink plugin work with domoticz? I tried everything that was suggested, but still unsuccessful!luizcarlosnery wrote: ↑Saturday 23 February 2019 18:51 Hello everyone, I am new here and I have the same problem, I have everything installed and configured, however there is no new switch MY BR and I can not make any changes to the hardware "Broadlink RM2 with Kodi Remote" because domoticz stops responding
-
- Posts: 12
- Joined: Saturday 28 April 2018 17:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
My domoticz hangs every time I try to change some configuration in the plugin, after this just restarting domoticz
-
- Posts: 198
- Joined: Thursday 06 October 2016 8:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: Python Plugin : Broadlink RM2 V4
I have the sameMy domoticz hangs every time I try to change some configuration in the plugin, after this just restarting domoticz
-
- Posts: 12
- Joined: Saturday 28 April 2018 17:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
-
- Posts: 952
- Joined: Sunday 22 January 2017 11:37
- Target OS: Windows
- Domoticz version: V2024.4
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi,luizcarlosnery wrote: ↑Wednesday 06 March 2019 14:27 My domoticz works perfectly, but I have been trying to use this plugin for a long time, but I never got it!
to be able to try to help you, please provide these informations:
Domoticz version/ plugin version/ python version
Do you have other python plugin that is working ?
post the output of : sudo pip3 list modules
Put the plugin on Debug mode and post the output
-
- Posts: 198
- Joined: Thursday 06 October 2016 8:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Python 3.5
Broadlink 4.2.0
I will not see anything in the log because whatever I touch in the Broadlink plugin is Domoticz hanging
Broadlink 4.2.0
I will not see anything in the log because whatever I touch in the Broadlink plugin is Domoticz hanging
-
- Posts: 198
- Joined: Thursday 06 October 2016 8:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.7243
- Contact:
Re: Python Plugin : Broadlink RM2 V4
I have versions of 4xxxx on another Raspberry
Tested on fresh Raspbian Stretch
Tested on fresh Raspbian Stretch
-
- Posts: 24
- Joined: Sunday 10 February 2019 16:22
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Python Plugin : Broadlink RM2 V4
Hi and thanks for your reply. Is there any way to upgrade the plug-in easily? Or do I need to remove the previous one and git clone the last?
Hereunder the list module result:
Code: Select all
------------ -------
broadlink 0.9
pip 19.0.1
pyaes 1.6.1
PyCRC 1.21
pycryptodome 3.6.6
setuptools 40.7.3
wheel 0.32.3
You are using pip version 19.0.1, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Edit: damn.... Rtfm....
Caution: if you have pycrypto & pycryptodome modules installed, the plugin will not work.
After the how to upgrade, how to remove pycryptodome (and first ensure that I do not use it)?
Who is online
Users browsing this forum: No registered users and 1 guest