Search found 9 matches

by ms2076
Thursday 26 March 2020 22:09
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121573

Re: Python Plugin : Broadlink RM2 V4

Gerwin wrote: Thursday 26 March 2020 14:22 Hello
it works again only i can't find the 013 version in (and removed the 0.13 version broadlink folder from /usr/lib/python3.7/)
but it works well

Gerwin
great to hear!
AlessioLorusso wrote: Thursday 26 March 2020 20:21 Hello
Same error here ...fixed as weel with the same method.
Thanks!
Great :)
by ms2076
Thursday 26 March 2020 9:28
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121573

Re: Python Plugin : Broadlink RM2 V4

thnx to alexstk69 it worked again with: sudo pip3 uninstall broadlink sudo -H pip3 install broadlink==0.10 i had to copy the broadlink version 0.10 to the lib folder sudo cp -r /usr/local/lib/python3.7/dist-packages/broadlink-0.10.dist-info/ /usr/lib/python3.7/ and removed the 0.13 version broadlink ...
by ms2076
Wednesday 25 March 2020 22:26
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121573

Re: Python Plugin : Broadlink RM2 V4

Hi, i have the same issue like Gerwin. I have 3 Broadlink RM mini devices, they worked fine before updating to the latest 2020.1 version. I tried almost everything like reinstalling the plugins, python versions change, pip3 modules.. it just broke.. any help would be appreciated.
thnx!
by ms2076
Thursday 17 March 2016 19:23
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1322

Re: trying to make my first lua script

does someone know how to manage the time scripting? so that i only get one message in 10 minutes (of whatever) instead of every 2 seconds? after trial and error with krany his script, its not working. Also i cannot find the right solution in this forums.
by ms2076
Wednesday 16 March 2016 19:42
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1322

Re: trying to make my first lua script

the search is not really helping me and i cannot find a good explained solution for my case (about notification interval with lua). Also i think its weird that with its not implemented by default to make this with blockly (if switch - on for 20 seconds then... or whatsoever) Anyway, i tried the ...
by ms2076
Wednesday 16 March 2016 19:16
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1322

Re: trying to make my first lua script

Thanks it looks like thats not working, but i will search. thanks for pointing me into the right direction.
by ms2076
Tuesday 15 March 2016 22:59
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1322

Re: trying to make my first lua script

allright this is working,I am getting the message by prowl, but it gives me messages constantly every 2 seconds, i just want 1 message. Any idea? then i can continue building this script: commandArray={} function timedifference (s) year = string.sub(s, 1, 4) month = string.sub(s, 6, 7) day = string ...
by ms2076
Tuesday 15 March 2016 22:27
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1322

Re: trying to make my first lua script

Thanks! i will try asap.
by ms2076
Tuesday 15 March 2016 21:45
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1322

trying to make my first lua script

Hi, i am trying to make a script that should monitor the powerconsumption in domoticz (on raspberry). I know I cannot make this with the block events (well, I cannot find how to manage this), but also the lua script isnt working as expected (i know that i am doing something wrong). what i want to ...