It seems like it always are both Broadlink A1, and Mi flora. Sometimes it runs a couple of hours, sometimes one hour.
They always crash simultaneously.
Search found 41 matches
- Wednesday 26 December 2018 13:01
- Forum: Python
- Topic: Python crash
- Replies: 5
- Views: 595
- Wednesday 26 December 2018 7:23
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
The A1 sensors is checking every 30 second, is there anyway how to change this intervals?
- Wednesday 26 December 2018 6:47
- Forum: Python
- Topic: Python crash
- Replies: 5
- Views: 595
Re: Python crash
yes, it happens pretty frequently.
- Tuesday 25 December 2018 9:42
- Forum: Python
- Topic: Python crash
- Replies: 5
- Views: 595
Python crash
Hello!
I have a problem with python plugins.
I have Broadlink plugin installed, also Mi Flora.
My problem is I get this:
2018-12-25 09:38:07.348 Error: Blomma2 hardware (4) thread seems to have ended unexpectedly
2018-12-25 09:38:07.348 Error: Sovrummet Sensor hardware (5) thread seems to have ...
I have a problem with python plugins.
I have Broadlink plugin installed, also Mi Flora.
My problem is I get this:
2018-12-25 09:38:07.348 Error: Blomma2 hardware (4) thread seems to have ended unexpectedly
2018-12-25 09:38:07.348 Error: Sovrummet Sensor hardware (5) thread seems to have ...
- Sunday 23 December 2018 13:40
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Flower Mate
- Replies: 99
- Views: 29824
Re: Python plugin: Xiaomi Mi Flower Mate
I am doing a new installation of domoticz, on a raspberry pi 3. I have installed the plugin and it's working.
Except that moisture sensor is not showing any data. It shows 0 and the it's showing it in cb, shouldn't it be in %.
Except that moisture sensor is not showing any data. It shows 0 and the it's showing it in cb, shouldn't it be in %.
- Wednesday 25 April 2018 12:40
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
seems like I have some trouble with pyaes, running raspbian stretch:
2018-04-25 12:38:44.089 Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/broadlink/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib ...
2018-04-25 12:38:44.089 Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/broadlink/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib ...
- Tuesday 17 April 2018 17:00
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
output is:
Name: broadlink
Version: 0.8
Summary: Python API for controlling Broadlink IR controllers
Home-page: http://github.com/mjg59/python-broadlink
Author: Matthew Garrett
Author-email: [email protected]
License: UNKNOWN
Location: /usr/local/lib/python3.5/dist-packages
Requires: pycryptodome ...
Name: broadlink
Version: 0.8
Summary: Python API for controlling Broadlink IR controllers
Home-page: http://github.com/mjg59/python-broadlink
Author: Matthew Garrett
Author-email: [email protected]
License: UNKNOWN
Location: /usr/local/lib/python3.5/dist-packages
Requires: pycryptodome ...
- Sunday 15 April 2018 20:11
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
I get this when I try to run the plugin:
Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/BroadlinkRM2/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload'.
Running raspbian stretch ...
Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/BroadlinkRM2/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux-gnueabihf:/usr/lib/python3.5/lib-dynload'.
Running raspbian stretch ...
- Friday 13 April 2018 18:12
- Forum: Python
- Topic: Broadlink RMpro+
- Replies: 2
- Views: 650
Re: Broadlink RMpro+
I am pretty sure it doesn't work. I have one also, and I didn't get it to work. So I bought me an RM2 instead.
- Wednesday 11 April 2018 22:04
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
I get this error when trying to start the webstart:
2018-04-11 22:02:58.575 Error: (Broadlink Bean) 126
2018-04-11 22:02:58.576 Error: (Broadlink Bean) /home/pi/domoticz/plugins/broadlink/plugin_http.sh 0.0.0.0 9000 /home/pi/domoticz/plugins/broadlink/
2018-04-11 22:02:58.576 Error: (Broadlink Bean ...
2018-04-11 22:02:58.575 Error: (Broadlink Bean) 126
2018-04-11 22:02:58.576 Error: (Broadlink Bean) /home/pi/domoticz/plugins/broadlink/plugin_http.sh 0.0.0.0 9000 /home/pi/domoticz/plugins/broadlink/
2018-04-11 22:02:58.576 Error: (Broadlink Bean ...
- Wednesday 11 April 2018 7:01
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 145340
Re: [90] MQTT Support
I am trying to get a blind working, and in the function would I like to have level instead of ON/OF:
msg.topic = "domoticz/out/device/"+msg.payload.name;
if (msg.payload.svalue1 == 1) {
msg.payload = "ON"}
else
{
msg.payload = "OFF"
}
return msg;
How do I do that)
msg.topic = "domoticz/out/device/"+msg.payload.name;
if (msg.payload.svalue1 == 1) {
msg.payload = "ON"}
else
{
msg.payload = "OFF"
}
return msg;
How do I do that)
- Sunday 01 April 2018 11:54
- Forum: Other questions and discussions
- Topic: ESP Blinds
- Replies: 0
- Views: 392
ESP Blinds
I found this: https://www.thingiverse.com/thing:2392856 of controlling blinds.
It seems like it possible to "steer" via mqtt. I don't have a clue how to do it, I have read about mqtt, in this forum, in the wiki and on other places on internet. But I haven't figured out how to do it.
Is there any ...
It seems like it possible to "steer" via mqtt. I don't have a clue how to do it, I have read about mqtt, in this forum, in the wiki and on other places on internet. But I haven't figured out how to do it.
Is there any ...
- Wednesday 07 March 2018 22:23
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
Got it working. It was needed to be set in AP mode. 
- Wednesday 07 March 2018 19:53
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
Yes, I have choosen the A1 sensor. It have found all the sensors, temp, hum, air, noice and lux. But it don't update the values.
- Wednesday 07 March 2018 18:42
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 129712
Re: Python Plugin : Broadlink RM2 V4
I have just installed an Broadlink A1, and try to use this plugin.
Everything seems to be fine, except that I get no values for temp and Hum:
2018-03-07 18:40:18.991 (Livingroom Temperature) Updating device from 0:'0.0' to have values 0:'0.0'.
2018-03-07 18:40:18.997 (Broadlink) Update 0:'0.0 ...
Everything seems to be fine, except that I get no values for temp and Hum:
2018-03-07 18:40:18.991 (Livingroom Temperature) Updating device from 0:'0.0' to have values 0:'0.0'.
2018-03-07 18:40:18.997 (Broadlink) Update 0:'0.0 ...
- Sunday 11 February 2018 8:36
- Forum: Python
- Topic: Python Plugin: Broadlink RM2 V3
- Replies: 310
- Views: 76442
Re: Python Plugin: Broadlink RM2 V3
Does the plugin support the newer Broadlink IHC app?
- Sunday 04 February 2018 11:21
- Forum: Other questions and discussions
- Topic: This site can't be reached (127.0.0.1:8080)
- Replies: 2
- Views: 1551
Re: This site can't be reached (127.0.0.1:8080)
Do you have setup the raspberry on your home network?
If you have try to use that IP instead (example:192.168.07;8080).
If you have try to use that IP instead (example:192.168.07;8080).
- Saturday 13 January 2018 18:47
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 201343
Re: Controlicz - Easy Domoticz to Alexa Integration
Hopefully, some one who lives in sweden, and have the same internet provider as I.

- Saturday 13 January 2018 18:15
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 201343
Re: Controlicz - Easy Domoticz to Alexa Integration
When I do the setup as described for my asus router, and then check "open port check" It doesn't work. I also have this in the router:
"The wireless router currently uses a private WAN IP address.
This router may be in the multiple-NAT environment and DDNS service cannot work in this environment."
"The wireless router currently uses a private WAN IP address.
This router may be in the multiple-NAT environment and DDNS service cannot work in this environment."
- Saturday 13 January 2018 17:11
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 201343
Re: Controlicz - Easy Domoticz to Alexa Integration
I use banhof as an internet provider. I guess thats the reason why I cant access. They don't show my real ip adress. I need a vpn tunnel, if I want to reach my home network from internet