Search found 9 matches

by Caribou
Monday 30 October 2017 19:56
Forum: Python
Topic: Python Plugin: Broadlink RM2 V3
Replies: 310
Views: 74129

Re: Python Plugin: Broadlink RM2 V3

Hi zak, Since I've updated my server, I get this error message and it doesn't work anymore: 2017-10-30 19:41:42.262 Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/caribou/domoticz/plugins/BroadlinkRM2/:/usr/lib/python36.zip:/usr/lib/python3.6:/usr/lib/python3.6:/usr ...
by Caribou
Thursday 29 June 2017 18:09
Forum: Python
Topic: Python Plugin: Broadlink RM2 V3
Replies: 310
Views: 74129

Re: Python Plugin: Broadlink RM2 V3

Hi zak45, I have an issue with your Broadlink plugin, even with the v3 and previous version. When this plugin is activated, my domoticz crashes randomly daily. When this plugin is desactivated, my domoticz runs perfectly. Here are some informations to help you to help me :) My domoticz version ...
by Caribou
Thursday 18 May 2017 15:50
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 537851

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Hi,
Sorry I don't know if it's Xiaomi related or a more general question about domoticz:
why do I get that message "no temperature sensors founded or added in the system…" quickly displayed in the footer of this webpage: https://i.imgur.com/nebpvLz.png ?
by Caribou
Tuesday 16 May 2017 2:24
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 134159

Re: Script to restart Domoticz if it crashes

G3rard wrote:Thanks @K3rryBlue for sharing the script. Works fine on my Ubuntu Server with some small changes.
Hi G3rard,
Would you mind to share your version including these small changes please?
by Caribou
Thursday 04 May 2017 17:09
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65257

Re: Python Plugin: Broadlink RM2

There was nothing usable in the logs… BUT I finally understood why I had that error:
in settings, the mac address have to not contain ":" between values, otherwise you will get that "Error Connecting to Broadlink device" message.
by Caribou
Thursday 04 May 2017 0:02
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65257

Re: Python Plugin: Broadlink RM2

Thanks for your quick answer zak and the good news about that release 3.0!
What kind of bad settings on the configuration page for example? Is there some logs to better focus that issue?
by Caribou
Wednesday 03 May 2017 20:53
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65257

Re: Python Plugin: Broadlink RM2

This mean the module 'broadlink' has not been installed. See wiki and forum, all should be there even if still problem with pip3. Hi zak, Actually the module was installed, but not in the right directories (because I use python3.5). Now it's far better: 2017-05-03 20:49:17.352 (Broadlink RM2 ...
by Caribou
Wednesday 03 May 2017 3:30
Forum: Python
Topic: Python Plugin: Broadlink RM2
Replies: 234
Views: 65257

Re: Python Plugin: Broadlink RM2

I'm sorry, I also have issues when I try to install this plugin: Error: (BroadlinkRM2) failed to load 'plugin.py', Python Path used was '/home/me/domoticz/plugins/BroadlinkRM2/:/usr/lib/python35.zip:/usr/lib/python3.5/:/usr/lib/python3.5/plat-x86_64-linux-gnu:/usr/lib/python3.5/lib-dynload'. Error ...
by Caribou
Thursday 20 April 2017 18:27
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 423868

Re: Blockly examples

Hi, I'm a newbie with domoticz and beginning to play with events. Could you please tell me what am I missing with this blocky scenario: https://i.imgur.com/R6rjFEq.jpg My goal is to receive an email alert when a motion is detected between specific hours (next I will try to improve it, by receving ...