Xiaomi Smart Home Suite (very cheap) compatibilty?
Moderator: leecollings
-
- Posts: 16
- Joined: Monday 13 October 2014 14:05
- Target OS: Linux
- Domoticz version: 3.8136
- Location: France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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 ?
It could be done or it has be done ?
And what kind of "more appropriate" device ?
Debian Jessie VM on EsxI on a Gen 8 Proliant + RFXCom + AeonLabs Zwave+ + Fibaro eye + Fibaro Smoke + Fibaro FGS211 Philips Hue + Harmony Hub + Somfy RTS + Oregon Temp sensors + Xiaomi Gateway + Xiaomi sensors + Sonoff basic
-
- Posts: 3
- Joined: Thursday 07 September 2017 16:05
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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
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
-
- Posts: 16
- Joined: Saturday 12 August 2017 9:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I already followed the wiki but didn't read about the blockly scripts. I will try and learn blockly thnxpvm 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?
- corbin
- Posts: 463
- Joined: Saturday 20 August 2016 22:57
- Target OS: Windows
- Domoticz version: Beta
- Location: Brisbane, Australia
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Not included in the main beta yet - https://github.com/domoticz/domoticz/pull/1794DannyElfman 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 ?
Question about the Xiaomi Gateway in Domoticz? Please check the Wiki first: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Double click or both click ? Single button or double button. ?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
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
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 3
- Joined: Thursday 07 September 2017 16:05
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
It's dobule button switch (Xiaomi QBKG03LM Aqara Wall Switch ZigBee Version)
-
- Posts: 101
- Joined: Wednesday 25 March 2015 10:46
- Target OS: Linux
- Domoticz version: v4.11307
- Location: France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Does it work ?
Because the If and Else if is almost the same and only the If should be triggered and never the first Else If.
Here is a start :
Code: Select all
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
-
- Posts: 105
- Joined: Thursday 31 December 2015 15:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Hi all,
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?
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?
-
- Posts: 31
- Joined: Monday 21 September 2015 16:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Latest
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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)?
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)?
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
sorry but language in block and Lua are different?
chatainsim wrote: ↑Friday 08 September 2017 9:19Does it work ?
Because the If and Else if is almost the same and only the If should be triggered and never the first Else If.
Here is a start :Code: Select all
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
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
That à Fw problème, api doesn't send info about this switch, wait for gateway updateSevift 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)?
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
OK just test it, and yeap double Click is on app, but not on api, gateway doesn't send this info/order.macher wrote:
It's dobule button switch (Xiaomi QBKG03LM Aqara Wall Switch ZigBee Version)
You can activate Xiaomi log on domoticz following this : https://www.domoticz.com/wiki/Xiaomi_Ga ... leshooting
Activating raw message will show everything who is send by the gateway and can be use on Domoticz.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 23
- Joined: Tuesday 05 September 2017 1:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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..
-
- Posts: 4
- Joined: Friday 08 September 2017 18:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I have a Xiaomi gateway but when is activate the Xiaomi Gateway MP3 in a script or manually Domoticz crashes. Is this a common problem.
-
- Posts: 16
- Joined: Monday 13 October 2014 14:05
- Target OS: Linux
- Domoticz version: 3.8136
- Location: France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Thank you Sir for this info (and for that great toolcorbin wrote: ↑Thursday 07 September 2017 23:13 Not included in the main beta yet - https://github.com/domoticz/domoticz/pull/1794
Debian Jessie VM on EsxI on a Gen 8 Proliant + RFXCom + AeonLabs Zwave+ + Fibaro eye + Fibaro Smoke + Fibaro FGS211 Philips Hue + Harmony Hub + Somfy RTS + Oregon Temp sensors + Xiaomi Gateway + Xiaomi sensors + Sonoff basic
-
- Posts: 3
- Joined: Thursday 07 September 2017 16:05
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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?deennoo wrote: ↑Friday 08 September 2017 15:23OK just test it, and yeap double Click is on app, but not on api, gateway doesn't send this info/order.macher wrote:
It's dobule button switch (Xiaomi QBKG03LM Aqara Wall Switch ZigBee Version)
You can activate Xiaomi log on domoticz following this : https://www.domoticz.com/wiki/Xiaomi_Ga ... leshooting
Activating raw message will show everything who is send by the gateway and can be use on Domoticz.
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Hi to all,
this new water sensor work in domoticz?
https://www.gearbest.com/home-smart-imp ... 68897.html
Thx
this new water sensor work in domoticz?
https://www.gearbest.com/home-smart-imp ... 68897.html
Thx
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
You can do it by your own using lua script. Gateway support only support what is send from the gateway.macher wrote: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?deennoo wrote: ↑Friday 08 September 2017 15:23OK just test it, and yeap double Click is on app, but not on api, gateway doesn't send this info/order.macher wrote:
It's dobule button switch (Xiaomi QBKG03LM Aqara Wall Switch ZigBee Version)
You can activate Xiaomi log on domoticz following this : https://www.domoticz.com/wiki/Xiaomi_Ga ... leshooting
Activating raw message will show everything who is send by the gateway and can be use on Domoticz.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 65
- Joined: Monday 21 August 2017 19:52
- Target OS: Windows
- Domoticz version: 3.8153
- Location: Rhoon
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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.
'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.
-
- Posts: 69
- Joined: Monday 30 November 2015 11:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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?
thanks
Once the gateway's ip changes, do you need to reset the gateway and start over again with the app, and so on?
thanks
Who is online
Users browsing this forum: No registered users and 1 guest