Swifty wrote:Does anyone have any suggestions for a (cheap) doorbell pusher that can be fitted outside? (in the British weather!)
My current doorbell (some Siemens junk) keeps failing, so I'd like to get a wireless button that is weather proof which I can integrate with Domoticz to trigger the Xiaomi gateways
At the risk of talking to myself - I have now found a solution for this
I took a spare Xiaomi door sensor, pulled it apart and wired a push button between GND and D0 pins, then fitted it all inside my old doorbell pusher casing.
Now I have a Xiaomi smart doorbell - The gateway rings when the doorbell is pushed (using a bit of blocky in Domoticz).
However, I've noticed that once the tune has finished playing on the gateway, the state of the 'Xiaomi Smart Gateway Doorbell' (the one where you pick a sound) does not go back to 'Off' state in Domoticz - is this normal?
You're not talking only to yourself
I'm interested about this. Can you post some pics of your setup?
Thanks
Probably you will find some solution for how to in this topic:
Swifty wrote:
At the risk of talking to myself - I have now found a solution for this
I took a spare Xiaomi door sensor, pulled it apart and wired a push button between GND and D0 pins, then fitted it all inside my old doorbell pusher casing.
Now I have a Xiaomi smart doorbell - The gateway rings when the doorbell is pushed (using a bit of blocky in Domoticz).
However, I've noticed that once the tune has finished playing on the gateway, the state of the 'Xiaomi Smart Gateway Doorbell' (the one where you pick a sound) does not go back to 'Off' state in Domoticz - is this normal?
You're not talking only to yourself
I'm interested about this. Can you post some pics of your setup?
Thanks
Probably you will find some solution for how to in this topic:
Hi guys, would it perhaps be possible to add more xiaomi devices next to the gateway?
https://github.com/aholstenson/miio
They added support for:
Air Purifiers (1, 2 and Pro)
Mi Humidifier
Mi Smart Socket Plug and Power Strips
Mi Robot Vacuum
Mi Smart Home Gateway (Aqara) and accessories
Yeelights
If i could do it myself i would but unfortunatelly i don't have enough coding knowledge yet (still learning)
Waiting on the update to the Xiaomi Gateway firmware that will report the model name for these new devices. Currently it is empty resulting in the following log message:
jjnj wrote:Hi guys, would it perhaps be possible to add more xiaomi devices next to the gateway?
https://github.com/aholstenson/miio
They added support for:
Air Purifiers (1, 2 and Pro)
Mi Humidifier
Mi Smart Socket Plug and Power Strips
Mi Robot Vacuum
Mi Smart Home Gateway (Aqara) and accessories
Yeelights
If i could do it myself i would but unfortunatelly i don't have enough coding knowledge yet (still learning)
Yes it is definitely possible as a new plugin done with C++, and possibly could be done with the new Python plugin framework. I would recommend trying to do it with Python.
Thanks for the great software, can't wait to get it to work. I am running Domoticz 3.7706 in Docker. I can access the WEBGUI however after adding the gateway it cannot find any devices. In the log I have this:
2017-06-12 08:41:00.595 XiaomiGateway: will listen on 9898 for hardware id 2
domoticz: XiaomiGateway: Worker started...
2017-06-12 08:41:00.595 XiaomiGateway: Worker started...
So I am guessing it cannot find the gateway? The IP is correct, Lan access is enabled on the gateway and the password is also correct.
What is interesting is that I have tried changing the port from 9898 to 54321 for example however the log keeps showing that it is listening on 9898: Is that normal?
Thanks for the great software, can't wait to get it to work. I am running Domoticz 3.7706 in Docker. I can access the WEBGUI however after adding the gateway it cannot find any devices. In the log I have this:
2017-06-12 08:41:00.595 XiaomiGateway: will listen on 9898 for hardware id 2
domoticz: XiaomiGateway: Worker started...
2017-06-12 08:41:00.595 XiaomiGateway: Worker started...
So I am guessing it cannot find the gateway? The IP is correct, Lan access is enabled on the gateway and the password is also correct.
What is interesting is that I have tried changing the port from 9898 to 54321 for example however the log keeps showing that it is listening on 9898: Is that normal?
Hi,
Try starting your container with "--net=host". It worked for me after adding this option. Unfortunately this option is not available when running a docker swarm.
Mooseknuckle wrote:
Try starting your container with "--net=host". It worked for me after adding this option. Unfortunately this option is not available when running a docker swarm.
Thanks. That did it. I guess it didn't like me running it in bridge mode.
Hi all,
a very quick question.
I was trying to send the data from the temp&humidy sensors to the influx DB using the DataPush|InfluxDB but I don't see anything sent to the DB from any xiaomi device.
I have tried bot the direct and value change mode but nothing changed.
I know that the datapush engine is working because I can see other data pushed into from different devices.
Try to watch via wireshark if is some output from xiaomi gateway UDP
Marco74 wrote:Hi all,
a very quick question.
I was trying to send the data from the temp&humidy sensors to the influx DB using the DataPush|InfluxDB but I don't see anything sent to the DB from any xiaomi device.
I have tried bot the direct and value change mode but nothing changed.
I know that the datapush engine is working because I can see other data pushed into from different devices.