Hi,
Why wired wall switch can't be selector? If I understand only wireless can be as selector switch why not wired? In logs in MI Home it detects click and double clicks
pvm wrote: ↑Wednesday 06 September 2017 21:49
ratjenl
Do you have these devices available in Domoticz? Then you should be able to play a sound using blockly, some instructions on https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)
Did you see those? Does that help you?
I already followed the wiki but didn't read about the blockly scripts. I will try and learn blockly thnx
DannyElfman wrote: ↑Thursday 07 September 2017 10:58
Thanks but I'm not sure I get it
It could be done or it has be done ?
And what kind of "more appropriate" device ?
macher wrote:Hi,
Why wired wall switch can't be selector? If I understand only wireless can be as selector switch why not wired? In logs in MI Home it detects click and double clicks
Double click or both click ? Single button or double button. ?
Please give us more information and à log or screen about it
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate http://domo-attitude.fr
time = os.date("*t")
commandArray = {}
if (devicechanged['Bagnetto Aqara'] == "On" and otherdevices['Bagnetto Aqara Lux'] >= "35" and time.hour > 8 and timeofday['Daytime']) then
commandArray['Group:Bagnetto lux > 34'] = "On"
elseif (devicechanged['Bagnetto Aqara'] == "On" and otherdevices['Bagnetto Aqara Lux'] >= "35" and time.hour > 8 and otherdevices['Xiaomi Porta Bagno'] == "Closed" and timeofday['Daytime']) then
commandArray['Group:bagnetto seduto'] = "On"
commandArray['Yeelight LED (Mono) Bagnetto'] = "Off"
elseif
[...]
end
return commandArray
I have several of the zigbee powerplugs around the house to form a mesh. Occasionally however there is some problem, causing several sensors and plugs to be offline. I could add more plugs to solve this, but I read it is now also possible to add a second gateway.
What is the experience of this? Will a second gateway function as a repeater for the zigbee singal.Does it perform similar to the plugs or is is perhaps even stronger/better?
Hi.
I have - Xiaomi Aqara Smart Light Switch WXKG03LM single-key.
Domoticz adds only a battery device. Light/Switch device does not appear. In MiHome everything works fine. Is this related to the Xiaomi gateway firmware (149)?
time = os.date("*t")
commandArray = {}
if (devicechanged['Bagnetto Aqara'] == "On" and otherdevices['Bagnetto Aqara Lux'] >= "35" and time.hour > 8 and timeofday['Daytime']) then
commandArray['Group:Bagnetto lux > 34'] = "On"
elseif (devicechanged['Bagnetto Aqara'] == "On" and otherdevices['Bagnetto Aqara Lux'] >= "35" and time.hour > 8 and otherdevices['Xiaomi Porta Bagno'] == "Closed" and timeofday['Daytime']) then
commandArray['Group:bagnetto seduto'] = "On"
commandArray['Yeelight LED (Mono) Bagnetto'] = "Off"
elseif
[...]
end
return commandArray
Sevift wrote:Hi.
I have - Xiaomi Aqara Smart Light Switch WXKG03LM single-key.
Domoticz adds only a battery device. Light/Switch device does not appear. In MiHome everything works fine. Is this related to the Xiaomi gateway firmware (149)?
That à Fw problème, api doesn't send info about this switch, wait for gateway update
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate http://domo-attitude.fr
Have you got double button in domoticz ? because, I install double button wired switch yesterday, but no time for configuration. today I check remotely domoticz server and he say that have new xiaomi wall switch. So I add switch from device tab to repository, but I have just one on/off switch..
Activating raw message will show everything who is send by the gateway and can be use on Domoticz.
Ok I saw in gateway log that it not send information about double click... but... if i click double it send for examle that is clicked two times "Off". So maybe there is posibility to code it in domoticz. For example if gateway send that button has been clicked 2 times "Off" in time range 1 secound than it is double click?
Activating raw message will show everything who is send by the gateway and can be use on Domoticz.
Ok I saw in gateway log that it not send information about double click... but... if i click double it send for examle that is clicked two times "Off". So maybe there is posibility to code it in domoticz. For example if gateway send that button has been clicked 2 times "Off" in time range 1 secound than it is double click?
You can do it by your own using lua script. Gateway support only support what is send from the gateway.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate http://domo-attitude.fr
My Xiaomi works great in Domoticz with the attached sensors (human body, temp&humidity sensors), but when I want to trigger something on the device itself(fe ring the doorbell), I'm getting an error:
'Error: XiaomiGateway: unable to write command - Invalid Key"
Search thru a lot of posts, but can't find an answer on how to solve this. I'm currently on the latest Beta, I was running on the latest stable production version, upgrading to beta didn't help.
Hi, my xiaomi gateway was running ok until i changed the gateway's IP. Even if i updated the IP in the hardware section, devices are not responding. i tried to update the IP (same password) but no way.
Once the gateway's ip changes, do you need to reset the gateway and start over again with the app, and so on?