It does take a few hours before it stars updating the status. First it shows nothing, then it starts showing battery and after that it will show temperature and humidity
I have the same basic config. The Xiaomi temperature sensors (I’m using v1) only report temperature on change. If I’m impatient, I blow on them for a moment. They report immediately and correct fairly quickly again to the real temperature.
The xiaomi sensor, I see them reporting temperature to the Zigate (output in HA log), but the value is never transported in HA, it always display as unknown.
For the button I have the same. Single click only.
By configuring it as a sensor I could recognized the double click, triple click and simple. But only the state change would be recognised, a simple click after another simple click wouldn’t be reported.
I think the problem when configured as a sensor, is that the change from on_pressed to off_release is almost instantaneous, and ha doesn’t have time to register that a state change has occurred.
After the state change, this function is called:
self.schedule_update_ha_state()
But I guess the state is changed back to off_release before HA had had time to perform the state update.
Thanks for the help, I found my issue, the address of my sensor is 034701, and that mean I need to surround the address with quote or it’s evaluated as an integer per home-assistant and ignored when compared with the string address of Zigate…
you’ll have to pair your lights with either Hue or Zigate, so you’ll only be able to manage your lights from one gateway.
I’m using both zigate and the xiaomi gateway that way.
offtopic but it looks like zigate development (both main zigate and this component) is quite dead at the moment, no improvements, no new features, and still a custom component.
Isn’t that a bit harsh? I’ve seen plenty of open source projects that had a temporary slow down. Both the main Zigate project as well as this component have had updates in the last month…
Sleeping for sure (I do code for pleasure on my free time, which is scarce for the time being … I think the same goes with ISO-B), but certainly not dead !
Things going under the hood :
refactoring of the zigate lib to make it easier to maintain (and add new components. In the unstable branch)
trying to progressively merge the proposed commits
moving back presence & door sensors to sensor without breaking anything
And at the same time, we’ll have to stabilize it (quality-wise) to try to bring it to the main repo and stop having to use a custom component
I know how frustrating it can be to have to wait for stupid corrections and important enhancements for your use cases, just keep in mind that we may sometimes have a life outside the time we dedicate to OSS contributions
hey we all know how oss projects work and we all know how to tease and how to trigger some reactions, but that might be me being double standard sorry if my offtopic sounded harsh, if it sounds like troll please don’t waste any of your precious time answering “it”
how would it be possible to make use of the latest zha/zll developments in HASS with the zigate ?
in another words, how could it be possible to make the zigate a generic zigbee gateway with regard to HASS ?
@eLRIC I wanted to thank you for the great work!
I just managed to get my basic setup working with super cheap Xiaomi Aqara sensors (temperature and human body detection)
Another question! I got a few Osram lightify rgbww bulbs and I managed to pair them with zigate! Turning them on and off and changing brightness works perfectly and super fast, but I have no way of changing colours. Warm white/cold white works a little if I configure the bulb as dual-white, but the temperature is not really correct. Anyone managed to do this already? How did you configure it?