Search found 6 matches

by MikeNg
Sunday 12 May 2019 4:49
Forum: Zigbee
Topic: Xiaomi/ aqara battery level stops update after upgrading from v48xx
Replies: 0
Views: 569

Xiaomi/ aqara battery level stops update after upgrading from v48xx

Recently I upgraded my domoticz from stable version 3.8153 to 4.9700 and notice all of the device battery level for aqara xiaomi wireless switches stop updating. I also notice now there is not a separate Voltage device in domoticz for every battery run xiaomi device but the battery level is combined ...
by MikeNg
Wednesday 04 April 2018 18:58
Forum: Zigbee
Topic: Xiaomi Gateway - devices compatibility
Replies: 3
Views: 4771

Re: Xiaomi Gateway - devices compatibility

What beta version did you have? I am on 3.8153 and I have 2 separate devices for my No Neutral wired double switch in domoticz. However, when I configured one or both buttons to be wireless in Mi Home App, I never got the Selector switch in domoticz at all, just the 2 on/off switch devices
by MikeNg
Saturday 09 December 2017 19:36
Forum: Python
Topic: Python Plugin: Broadlink RM2 V3
Replies: 310
Views: 72209

Re: Python Plugin: Broadlink RM2 V3

If i delete the hardware and create new with 127.0.0.1 I get the discover device. If i turn it on i get this in the log: 2017-08-14 13:56:05.018 User: Admin initiated a switch command (228/Broadlink RM2 - Discover/On) 2017-08-14 13:56:05.051 (Broadlink RM2) Calling message handler 'onCommand'. 2017 ...
by MikeNg
Tuesday 28 March 2017 13:09
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 126141

Re: Using BROADLINK RM2 on DOMOTICZ

I got an issue with the playcode.py script running from on/off action of a domoticz switch. Checked in the log it say error executing script returned 256. Running the script from SSH comand line it works perfectly. Anyone could help? Many thanks! I put in domoticz action like: script:///home ...
by MikeNg
Tuesday 28 March 2017 13:01
Forum: Python
Topic: Script -Error - Returned: 256
Replies: 17
Views: 16521

Re: Script -Error - Returned: 256

Got the same issue with the playcode.py script running from on/off action of a domoticz switch. Checked in the log it say error executing script returned 256. Running the script from SSH comand line it works perfectly.
by MikeNg
Thursday 16 March 2017 5:59
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 126141

Re: Using BROADLINK RM2 on DOMOTICZ

Hi, I am a newbie with domoticz. I created learn.py and playcode.py as per Noddy119 instruction and everything worked well in the command line. However, when I put in domoticz action like: script:///home/domoticz/scripts/python/playcode.py /home/domoticz/scripts/python/tvOff.txt it just did not work ...