Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Posted: Tuesday 10 March 2020 21:16
I guess there is no guide, you probably need coding skills? You might want to try to propose it here?
Open source Home Automation System
https://forum.domoticz.com/
Model seems to be empty so I hope that doesn't give a problem with in 'XiaomiGateway::xiaomi_udp_server::handle_receive'. I was also wondering what the unit code would be, where are these numbers defined?2020-03-16 21:26:15.831 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:26:15.831 Status: {"cmd":"heartbeat","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"voltage\":3600}"}
2020-03-16 21:26:42.490 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:26:42.490 Status: {"cmd":"report","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"channel_0\":\"on\"}"}
2020-03-16 21:26:47.391 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:26:47.391 Status: {"cmd":"report","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"channel_1\":\"on\"}"}
2020-03-16 21:26:51.318 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:26:51.318 Status: {"cmd":"report","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"channel_1\":\"off\"}"}
2020-03-16 21:26:53.828 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:26:53.828 Status: {"cmd":"report","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"channel_0\":\"off\"}"}
2020-03-16 21:27:38.541 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:27:38.541 Status: {"cmd":"report","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"channel_0\":\"off\"}"}
2020-03-16 21:27:38.595 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:27:38.595 Status: {"cmd":"report","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"channel_1\":\"off\"}"}
2020-03-16 21:27:40.583 Status: XiaomiGateway (ID=2): unhandled model: , name: Xiaomi Switch
2020-03-16 21:27:40.584 Status: {"cmd":"heartbeat","model":"","sid":"158d0003cbe6e8","short_id":44412,"data":"{\"voltage\":3600}"}
Code: Select all
if (xcmd->unitcode == 8) {
Code: Select all
message = "{\"cmd\":\"write\",\"model\":\"curtain\",\"sid\":\"158d00" + sid + "\",\"short_id\" ....
You can create an account with and 'ID card number' of 18 digits, all '1's works. I've posted a request for fixing 'ZNLDP12LM' and 'LLKZMK11LM'.Huupke wrote: ↑Tuesday 07 April 2020 20:57 Did someone file an issue at Xiaomi or Aqara with success?
Via de Xiaomi Mi Home app I filed several 'feedback' issues. On one I got the response to ask my question in the 'developer forum': Aqara IOT OpenCloud but I was not able to register myself as I don't know what to fill in for 'ID card number'.
Also when going directly to the forum I don't see any link to signup or create an account. Anyone succeeded?
BTW, I found quite some extra documentation and information:
http://docs.opencloud.aqara.com/en/guid ... tion/#home
https://github.com/aqara
For some HW there are multiple 'devices' created. For instance for the 'Temperature' sensor the following devices are created:askold wrote: ↑Wednesday 21 July 2021 13:53 Xiaomi aquara temperature, humidity and pressure sensor WSDCGQ11LM connected through the DGNWG02LM hub. The domoticz updates the data once an hour. At the same time, the sensor itself measures much more often, which can be seen in Mi Home. The hub, therefore, can also transmit information more often. But how do you get it to domoticz? I wanted to use this sensor for automatic fan control, but once an hour is not good enough.