Search found 8 matches
- Friday 05 January 2018 13:17
- Forum: Python
- Topic: Chuangmi Ir remote and wifi Plug control scripts
- Replies: 13
- Views: 4607
Re: Chuangmi Ir remote and wifi Plug control scripts
Hello, thank you for making these scripts! Perfect timing as I'm looking at integrated the IR receiver. I am having a small problem, as I'm not familiar with Python.. I've managed to install the miio library and can run "mirobo discover" to get the needed information. However, when i create your ...
- Saturday 07 January 2017 5:25
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Maybe never if we can add more than 10 devices and the wall plug+230v wall switch act as a real zigbee device and create a mesh network We know it supports at least 21 devices, see if you can break the limit! Multiple gateways may work already in Domoticz just waiting for someone to test it. I have ...
- Wednesday 04 January 2017 10:53
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Nice work mate! Its now reporting all the devices. Thanks heaps for that.. really appreciate the good work. Now to go play! That is a lot of devices, you should have some fun with that!. Are you getting any more? I think I read the limit is around 30 per gateway and would be good to know for sure ...
- Wednesday 04 January 2017 2:00
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
I set the receive buffer too small!, I've updated it to 1024 - https://github.com/corbinmunce/domoticz/blob/master/hardware/XiaomiGateway.h Update this line: enum { max_length = 512 }; to enum { max_length = 1024 }; Nice work mate! Its now reporting all the devices. Thanks heaps for that.. really ...
- Wednesday 04 January 2017 0:43
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
try updating to the latest beta - I've just had a pull request accepted. I don't think it will fix your problem but just to get you on the latest release. If that doesn't work, are you able to compile from source? I could then do some troubleshooting. Hey Corbin, its been a while since using Visual ...
- Tuesday 03 January 2017 11:50
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
No worries, i'll try the latest beta.. and will compile from source on the linux box tomorrow.
Thanks for helping out, its much appreciated. I'm excited to get this working
Thanks for helping out, its much appreciated. I'm excited to get this working
- Tuesday 03 January 2017 10:45
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Hey Corbin. Great utility, i've not seen it before. I've used it and am getting the same response as you. Capture.PNG I tried resetting the gateway and cycling the password but same result. Unfortunately the log doesn't tell me anything: 2017-01-03 20:39:18.531 XiaomiGateway: stopped 2017-01-03 20 ...
- Tuesday 03 January 2017 3:51
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 516108
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Hi Guys, Firstly to answer the question above about the plugs, I believe its only a chinese/australian plug on the gateway units? I've tried to setup the gateway on the latest beta for both Linux and Windows but I recieve two different errors: On Windows: XiaomiGateway: error in handle_receive on ...