Question: does this zigbee bridge supports communicating to which side a xiaomi cube was moved after a gesture? I would love to use a cube for setting an alarm where each side has a different time. Or use it to activate a scene.
This looks great. Iāve been looking at getting a few Xiaomi temp. sensors and door/window sensors. This looks to be better than the Xiaomi hub. Iāve ordered the parts as per the github repo, so hopefully they should arrive from AliExpress some time in the next 4 weeks and I can give this a go.
Yes, it knows the āfromā and ātoā sides and posts them to MQTT for a āflip90ā. (For a āflip180ā it only posts the ātoā side, perhaps not unreasonably!)
As I said on the link - My errors are always: āERROR Cannot get the Node Descriptor of the Device: 0x000d6f000b10d3db (Error: Timed out after 10000 ms)ā in spite of every effort to keep it awake.
Hi everyone, got a query Iām stuck on with HA. Iām using the āzigbee2mqttā HASSIO addon to use some Xiaomi Temp/Humidity sensors in the house. I can add them as sensors to display the temp/humidity fine, but I wanted to show the battery status on a tab to keep a track of them from an easy view. I have tried it using the sensor template method but couldnāt get it working. Anyone done the same or similar thing?
I have the below attributes available for the sensors:
@PianSom cheers for the reply. What I donāt understand is how the mqtt sensor is linked to the template? What part of the template references the mqtt entry?
The first sensor āhall_light_sensorā listens for the MQTT topic āzigbee2mqtt/occupancy1ā. The message is a json object, consisting of four fields - illuminance, occupancy, battery and voltage - and it sets the first to be its value and the other two to be son_attributes of itself (occupancy is handled elsewhere by a binary_sensor in this case). For example hereās a recent publication:
Please see the big blue box at the top of this (and every) page - make it easier for others to help you by posting your code in a readily readable fashion.
You donāt need to set up another sensor (or indeed the second), but it does make it a bit easier to see what is going on, I think. In your case it could be: