Xiaomi Smart Home Suite (very cheap) compatibilty?
Moderator: leecollings
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
yes i try but o don't know if the variable is off when the door is close or "close"
- Attachments
-
- Catturablock.PNG (89.01 KiB) Viewed 3310 times
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
The same question for me too man!! But I have seen so many people http://www.domoticz.com/forum/viewtopic ... 4&start=20 opting for Neato XV Pro because of easy monitoring with domoticz and the communication speed.
What about the Xiaomi???
-
- Posts: 1
- Joined: Tuesday 05 September 2017 11:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
at me the square device was defined incorrectly - temperature and humidity have identical ID and pressure of another with type "general". Also, the battery level is not displayed
-
- 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?
Events -> Lua, device:
Code: Select all
commandArray = {}
if (devicechanged['Door'] == 'Closed' and otherdevices['Xiaomi RGB Gateway'] == 'Off') then
commandArray['Xiaomi RGB Gateway']='On'
elseif (devicechanged['Door'] == 'Open' and otherdevices['Xiaomi RGB Gateway'] == 'On') then
commandArray['Xiaomi RGB Gateway']='Off'
end
return commandArray
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
hy thank youchatainsim wrote: ↑Tuesday 05 September 2017 15:39Events -> Lua, device:Code: Select all
commandArray = {} if (devicechanged['Door'] == 'Closed' and otherdevices['Xiaomi RGB Gateway'] == 'Off') then commandArray['Xiaomi RGB Gateway']='On' elseif (devicechanged['Door'] == 'Open' and otherdevices['Xiaomi RGB Gateway'] == 'On') then commandArray['Xiaomi RGB Gateway']='Off' end return commandArray
could see this picture and transform in lua?
-
- 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?
It's too small to read text.matteos1 wrote: ↑Tuesday 05 September 2017 16:38hy thank youchatainsim wrote: ↑Tuesday 05 September 2017 15:39Events -> Lua, device:Code: Select all
commandArray = {} if (devicechanged['Door'] == 'Closed' and otherdevices['Xiaomi RGB Gateway'] == 'Off') then commandArray['Xiaomi RGB Gateway']='On' elseif (devicechanged['Door'] == 'Open' and otherdevices['Xiaomi RGB Gateway'] == 'On') then commandArray['Xiaomi RGB Gateway']='Off' end return commandArray
could see this picture and transform in lua?
Catturablock.PNG
-
- 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?
Have a look to https://github.com/rytilahti/python-mirobosam329 wrote:The same question for me too man!! But I have seen so many people http://www.domoticz.com/forum/viewtopic ... 4&start=20 opting for Neato XV Pro because of easy monitoring with domoticz and the communication speed.
What about the Xiaomi???
That tje n'est python lib to drive Xiaomi wifi device, dev are working hard and add new device/function every day. I manage to drive my Xiaomi Philips ball led with this.
Python plugin for robot vaccum use the same lib (an older version) his way to run looks the best one, just need to be adapted for other device.
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
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
chatainsim wrote: ↑Tuesday 05 September 2017 17:14It's too small to read text.matteos1 wrote: ↑Tuesday 05 September 2017 16:38hy thank youchatainsim wrote: ↑Tuesday 05 September 2017 15:39
Events -> Lua, device:Code: Select all
commandArray = {} if (devicechanged['Door'] == 'Closed' and otherdevices['Xiaomi RGB Gateway'] == 'Off') then commandArray['Xiaomi RGB Gateway']='On' elseif (devicechanged['Door'] == 'Open' and otherdevices['Xiaomi RGB Gateway'] == 'On') then commandArray['Xiaomi RGB Gateway']='Off' end return commandArray
could see this picture and transform in lua?
Catturablock.PNG
-
- 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?
why don't you try to translate to lua then ask for help if you are stuck ?
-
- Posts: 2
- Joined: Monday 04 September 2017 15:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I've got it to work.deennoo wrote: ↑Monday 04 September 2017 17:15What is you Fw version please ?LeonvA wrote:Hello,
I have bought a Xiaomi gateway in China last week but it doesn't connect to Domoticz.
I can control the gateway and read the status of my temperature sensor in the Mi Home app.
I've enabled LAN Communication protocol in the Mi Home app and wrote down the password.
Then I added the new hardware in Domoticz with correct IP address, port 9898 and the correct password.
But then I can't see any new devices in the devices tab.
I've also tried it on a new installed raspberry pi with domoticz on a stand alone network but also no result.
anyone who can help me?
Thanks,
Leon
I used an older version of the mi home app and now it works.
-
- Posts: 101
- Joined: Wednesday 25 March 2015 10:46
- Target OS: Linux
- Domoticz version: v4.11307
- Location: France
- Contact:
-
- 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?
Well i finally received my Xiaomi gateway and added it to domoticz.
I also ordered two door/windows sensors to use it as an alarm. With the mii home app it works very well and when i put the alarm "on" it immediatly plays sound from the gateway. Is there also a way to use these sensors inside domoticz so they send the alarm to the gateway ? I tried searching google and this forum but can't find what i am looking for. Is there anybody that can help me/point me in the good direction ?
thnx
I also ordered two door/windows sensors to use it as an alarm. With the mii home app it works very well and when i put the alarm "on" it immediatly plays sound from the gateway. Is there also a way to use these sensors inside domoticz so they send the alarm to the gateway ? I tried searching google and this forum but can't find what i am looking for. Is there anybody that can help me/point me in the good direction ?
thnx
-
- Posts: 550
- Joined: Tuesday 17 June 2014 22:14
- Target OS: NAS (Synology & others)
- Domoticz version: 4.10538
- Location: NL
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
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?
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?
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I just added a few zigbee power sockets to my setup, they are working fine and reporting power, on my utility graph I only see power usage and energy usage, apart from an odd "spike" on energy usage it seems to report "0", is anyone else experiencing this?
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I just did a test with it set to "computed" and I now see results in the "Energy Usage", is it possible to have these devices set to computed when they are created by the plugin?
-
- 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?
Hello,
I add yesterday xiaomi home to domoticz and working well. I have gateway, 5xdoor contact, 1xbutton, 2x motion sensor. and also 2x IR transmitter but this I dont see in domoticz. have anybody this working ? In MiHome aplication is working TV, AC, HomeTeather. But MiHome fo IR is in Chinese language
I am waiting for wall switches, light bulb and thermometers.
How I can control the classic lights ? Have somebody any relays what is definitely working (433 or wifi) ?
I add yesterday xiaomi home to domoticz and working well. I have gateway, 5xdoor contact, 1xbutton, 2x motion sensor. and also 2x IR transmitter but this I dont see in domoticz. have anybody this working ? In MiHome aplication is working TV, AC, HomeTeather. But MiHome fo IR is in Chinese language
I am waiting for wall switches, light bulb and thermometers.
How I can control the classic lights ? Have somebody any relays what is definitely working (433 or wifi) ?
-
- 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?
Hi,
Does anybody know if the Xiaomi Aqara flood sensors are working with one of the latest Domoticz beta build ?
I cannot find anything on github ( https://github.com/domoticz/domoticz/co ... ateway.cpp )
Does anybody know if the Xiaomi Aqara flood sensors are working with one of the latest Domoticz beta build ?
I cannot find anything on github ( https://github.com/domoticz/domoticz/co ... ateway.cpp )
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: 61
- Joined: Saturday 17 December 2016 11:51
- Target OS: Linux
- Domoticz version: Beta
- Location: Moscow, Russia
- Contact:
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
DannyElfman wrote: ↑Thursday 07 September 2017 10:02 Hi,
Does anybody know if the Xiaomi Aqara flood sensors are working with one of the latest Domoticz beta build ?
I cannot find anything on github ( https://github.com/domoticz/domoticz/co ... ateway.cpp )
corbin wrote: ↑Sunday 03 September 2017 11:30I could add it the same as the smoke alarm no problem, but hoping someone can suggest a more appropriate device.
Who is online
Users browsing this forum: No registered users and 1 guest