Logic Machine Forum
Xiaomi Sensors - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Xiaomi Sensors (/showthread.php?tid=2988)



Xiaomi Sensors - Hyxion14 - 17.11.2020

Hi, is it possible to integrate Xiaomi (aquara) temperature or humidity sensors into LM?

How would that integration be with a zigbee usb connected to the LM or through a xaomi gateway integrated with LM?

Thanks a lot.


RE: Xiaomi Sensors - benanderson_475 - 18.11.2020

(17.11.2020, 20:39)Hyxion14 Wrote: Hi, is it possible to integrate Xiaomi (aquara) temperature or humidity sensors into LM?

How would that integration be with a zigbee usb connected to the LM or through a xaomi gateway integrated with LM?

Thanks a lot.

i achieved both the below,
first i used the xioami gateway and a script communicating to it with UDP. I can post the code if you want it. It talks UDP multicast from Lm to the xioami gateway, but you must first allow lan communication from the xioami app for the xioami gateway which only a few types allow this.

But I didn’t like that I needed the xioami hub and I can’t be sure it’s data is secure as it goes through a remote server for its own app, so I decided to use zigbee2mqtt -(running on a raspi) this is compatible with the Temperature and humidity sensors then I just use mqtt broker on lm with new firmware and bringing the data into LM this way.

im not sure about the LM zigbee USB.


RE: Xiaomi Sensors - Daniel - 18.11.2020

If you ask about this one https://www.amazon.co.uk/dp/B07R9VCQ5N?ref=ppx_pop_mob_ap_share
then I can confirm it works with our app.


RE: Xiaomi Sensors - mdisilvestro - 19.11.2020

(18.11.2020, 08:56)Daniel. Wrote: If you ask about this one https://www.amazon.co.uk/dp/B07R9VCQ5N?ref=ppx_pop_mob_ap_share
then I can confirm it works with our app.
Using usb dongle directly? Wich type?

Thanks


RE: Xiaomi Sensors - Daniel - 19.11.2020

Zigbee is in beta phase right now and you would have to buy the dongle from us.


RE: Xiaomi Sensors - mdisilvestro - 19.11.2020

(19.11.2020, 08:25)Daniel. Wrote: Zigbee is in beta phase right now and you would have to buy the dongle from us.
Ok, waiting for a stable release. Thank you


RE: Xiaomi Sensors - Hyxion14 - 19.11.2020

(18.11.2020, 01:54)benanderson_475 Wrote:
(17.11.2020, 20:39)Hyxion14 Wrote: Hi, is it possible to integrate Xiaomi (aquara) temperature or humidity sensors into LM?

How would that integration be with a zigbee usb connected to the LM or through a xaomi gateway integrated with LM?

Thanks a lot.

i achieved both the below,
first i used the xioami gateway and a script communicating to it with UDP. I can post the code if you want it. It talks UDP multicast from Lm to the xioami gateway, but you must first allow lan communication from the xioami app for the xioami gateway which only a few types allow this.

But I didn’t like that I needed the xioami hub and I can’t be sure it’s data is secure as it goes through a remote server for its own app, so I decided to use zigbee2mqtt -(running on a raspi) this is compatible with the Temperature and humidity sensors then I just use mqtt broker on lm with new firmware and bringing the data into LM this way.

im not sure about the LM zigbee USB.

Using zigbee2mqtt seems like a good option but from what you tell me you are using a RASPI to do it.I think a good option, if possible, would be for the LM to have a zigbee USB to connect directly to the zigbee sensors, right?I don't know if this is possible or if I need to use the zigbee2mqtt.

(18.11.2020, 08:56)Daniel. Wrote: If you ask about this one https://www.amazon.co.uk/dp/B07R9VCQ5N?ref=ppx_pop_mob_ap_share
then I can confirm it works with our app.

Indeed that is the sensor that I want to integrate with LM and also the Xaomi Plant sensor.

(19.11.2020, 08:25)Daniel. Wrote: Zigbee is in beta phase right now and you would have to buy the dongle from us.

Daniel, when you say that the sensor works with your app, what app do you mean?

I have not seen a Zigbee app on my LM.

Thank you.


RE: Xiaomi Sensors - admin - 19.11.2020

ZigBee app is not published yet but we can provide it together with the dongle. As for plant sensor do you mean soil moisture sensor? The ones I've seen are Bluetooth not ZigBee.


RE: Xiaomi Sensors - Daniel - 20.11.2020

I say this because I have this sensor on my desk and I tested it.


RE: Xiaomi Sensors - Hyxion14 - 20.11.2020

(19.11.2020, 18:32)admin Wrote: ZigBee app is not published yet but we can provide it together with the dongle. As for plant sensor do you mean soil moisture sensor? The ones I've seen are Bluetooth not ZigBee.

Thanks for the info.

The plant sensor is Bluetooth.

https://es.aliexpress.com/item/1005001557139168.html?spm=a2g0o.productlist.0.0.4f831948KR1zzz&algo_pvid=ed1464ad-e0a6-47cb-9409-474d67534fb4&algo_expid=ed1464ad-e0a6-47cb-9409-474d67534fb4-2&btsid=2100bb4716058661091246548efdab&ws_ab_test= searchweb0_0, searchweb201602_, searchweb201603_

(20.11.2020, 08:37)Daniel. Wrote: I say this because I have this sensor on my desk and I tested it.

Thanks Daniel