Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Posted: Tuesday 05 September 2017 9:06
yes i try but o don't know if the variable is off when the door is close or "close"
Open source Home Automation System
https://forum.domoticz.com/
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.DasK wrote: Wednesday 18 May 2016 14:06 Any news? Is it possible to control Xiaomi devices with Domoticz? It would be great
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 displayedmartijnm wrote: Sunday 03 September 2017 15:57 I believe they are the same except for a different brandname (Aqara vs. Xiaomi)
Events -> Lua, device:matteos1 wrote: Monday 04 September 2017 22:01 i'de like to create a scene where when i close a door with xiaomi door sensor one light is on and when the door is open light is off.
how i can i make it possible??
thank you
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 commandArrayhy thank youchatainsim wrote: Tuesday 05 September 2017 15:39Events -> Lua, device:matteos1 wrote: Monday 04 September 2017 22:01 i'de like to create a scene where when i close a door with xiaomi door sensor one light is on and when the door is open light is off.
how i can i make it possible??
thank youCode: 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
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:matteos1 wrote: Monday 04 September 2017 22:01 i'de like to create a scene where when i close a door with xiaomi door sensor one light is on and when the door is open light is off.
how i can i make it possible??
thank youCode: 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
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.DasK wrote: Wednesday 18 May 2016 14:06 Any news? Is it possible to control Xiaomi devices with Domoticz? It would be great
What about the Xiaomi???
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
why don't you try to translate to lua then ask for help if you are stuck ?matteos1 wrote: Tuesday 05 September 2017 19:18 Cattura.PNG
i think is better
chatainsim wrote: Tuesday 05 September 2017 17:14It's too small to read text.matteos1 wrote: Tuesday 05 September 2017 16:38
hy thank you
could see this picture and transform in lua?
Catturablock.PNG
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
It's not because I don't want to help, It's because it's the best way you to learn lua
Yes i know but only this timechatainsim wrote:It's not because I don't want to help, It's because it's the best way you to learn lua
I'

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.Martins80 wrote: Saturday 02 September 2017 13:44I think there is support for smoke alarm and gas alarm, i think this is the same, but water alarmmarcotini wrote: Saturday 02 September 2017 8:45 I don't know if there is one in Domoticz. It's just a water presence so I think that just 1 or 0 it's ok lol.