xiaomi-mqtt icon indicating copy to clipboard operation
xiaomi-mqtt copied to clipboard

A Bridge between the Xiaomi Mi Smart Home Gateway and the Mqtt broker.

Results 8 xiaomi-mqtt issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for this wornderful tool. I have the error below when setting rgb on my gateway : `xiaomi/from {"cmd":"write_ack","sid":"*****","data":{"error":"Invalid key"}} ` My request is : `{ "cmd": "write", "model":...

![node-red-ex1](https://user-images.githubusercontent.com/5056710/37292838-1612a042-2612-11e8-8473-939496dc0022.jpeg)

I am see a model weather.v1. added support for format parsing

Added a rooms section to alias SID with room name in data field

I have several gateways in one house (one gateway doesn't cover). To get statuses from all devices of all gateways it works fine, but there is no way to control...

I tried to get this to run inside my NR docker container, unfortunately, no luck. I installed it via `npm install -g xiaomi-mqtt`, configured the config.json file in the correct...

Hi, on motion from human body sensor: {"cmd":"report","model":"motion","sid":"158d0001643xxx","short_id":64906,"data":{"status":"motion"}} after 120 sec: {"cmd":"report","model":"motion","sid":"158d0001643xxx","short_id":64906,"data":{"no_motion":"120"}} Any chance to change no_motion time to lower value and again motion preparedness? Or how to make lower...

Hi, I installed "xiaomi-mqtt" on Proxmox 8.1 and everything works ok (after install chalk 4.1.2), only one command crashes the program. It is about the "get_id_list" command; ``` (topic: xiaomi/to/get_id_list...