I finally managed to get the temperature sensor to work by modifying line 727 of the plugin.py file like this:
if Parameters["Mode3"] == 'RM2T' or Parameters["Mode3"] == 'RM24T' or Parameters["Mode3"] == 'RM24M':
instead of :
if Parameters["Mode3"] == 'RM2T' or Parameters["Mode3"] == 'RM24T ...
Search found 8 matches
- Sunday 02 October 2022 22:15
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
- Sunday 02 October 2022 17:19
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
Hi zak,
My device is a Broadlink RM4 mini. When I choose "Remote Control RM4 with Temp" in Domoticz hardware (instead of "Remote Control mini RM4"), the WebAdmin page at http://10.0.0.11:9000/ shows only "File not found".
I think it is normal because it is not the correct device. When I put "Remote ...
My device is a Broadlink RM4 mini. When I choose "Remote Control RM4 with Temp" in Domoticz hardware (instead of "Remote Control mini RM4"), the WebAdmin page at http://10.0.0.11:9000/ shows only "File not found".
I think it is normal because it is not the correct device. When I put "Remote ...
- Saturday 01 October 2022 18:20
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
Unfortunately, the Broadlink RM4 mini does not work with "Remote control RM4 with temp" as device type.
The message is "File not found" in Webadmin.
So I removed the temperature sensor to try a device search with the correct product (RM4 mini), unsuccessful.
However, the temperature sensor is well ...
The message is "File not found" in Webadmin.
So I removed the temperature sensor to try a device search with the correct product (RM4 mini), unsuccessful.
However, the temperature sensor is well ...
- Thursday 29 September 2022 16:54
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
Great ! It works. The device appeared in temperature sensors.
Thanks again
Thanks again
- Thursday 29 September 2022 12:58
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
If I may, I have another question:
Can I create a temperature sensor in Domoticz that uses the temperature information from the Broadlink rm4 mini?
Can I create a temperature sensor in Domoticz that uses the temperature information from the Broadlink rm4 mini?
- Wednesday 28 September 2022 21:25
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
Many thanks zak !
For some strange reason, the file jquery-3.4.1.min.js was missing from the js directory.
Everything works now !
For some strange reason, the file jquery-3.4.1.min.js was missing from the js directory.
Everything works now !
- Wednesday 28 September 2022 8:24
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
Hi, should be something like this: (replace second ? by &)
http://10.0.0.11:9000/SendCode?key=AABBCCDDEEFF&ini=Broadlink-7-010.ini
I tried too, but the response is the same: "Broadlink doesn't know what to do!"
Tip: On the plugin Admin web page, for each captured command (RF or IR) , if ...
- Tuesday 27 September 2022 18:51
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 96830
Re: Python Plugin : Broadlink
Hello everyone and congratulations to zak45 for this very useful plugin.
I would like to create a switch in Domoticz with several options to easily select the temperature of an air conditioner :
Capture.PNG
For this pupose, I want to use the following command with several .ini files:
http://10 ...
I would like to create a switch in Domoticz with several options to easily select the temperature of an air conditioner :
Capture.PNG
For this pupose, I want to use the following command with several .ini files:
http://10 ...