Hey,
I bought Tuya windows sensors labeled as ZG-102ZL. I connected them with ZHA using a “sonoff zigbee stick”. It connects with no problem and as seen in the pictures the entities are also correct. The problem is, that those entities are not updated and the battery level always shows 0%. I tried to reconnect it several times and used a second sensor of the same model which results in the same problem.
Hey Dominik, I experience the exact same problems. Did you come closer to a solution? I use the Conbee II stick with the according integration.
Changing the battery to one which surely works did not help.
Have not tried something else yet but it seems this device/ a similar one is not listed on the compatibility list of ZHA yet but is listed as compatible to deconz and zigbee2mqtt
Hello, I have exactly the same problem. the sensor is recognized in the zha with the skyconnect Stück but the status does not change and the battery is always at 0%. is there a simple solution now?
hello,
may I come back to this topic?
In my MQTT portal the device appears correctly with all values.
But in my HA this device appears as well, but illuminance and illuminance_interval are declared as inactive, although the illuminance_interval also appears under control elements.
Doing an analysis I believe that the device does not respond with a configuration so it is not setup correctly in HA!? Within the data all values appear, but I cannot use the illuminance values for automation.
Is there a way how I can activate those attributes, esp. the illuminance because this is the importance information from that device? Trying to create a configuration by hand and to send it via MQTT in HA (publishing a package) does not work although some details appear in developer tools → states.
(Im a working in a German environment.)
thx
All you need to do is click on the disabled entity in HA, click the settings (cog) icon in the top right and enable it from the options. Don’t forget to press updated at the bottom when you’re done
thx, but this is not the problem. The entity is listed in both, Zigbee2MQTT and HA. It is active in both. But in HA the illuminance attribute is inactive. Therefore I cannot use it for automation although the value is delivered.
According to my research this is caused by a missing configuration message from the device.It sends to battery, door and illuminance_interval, but not for interval.
I cannot find any means in HA to add a configuration for the attribute, nor to activate it. Also, trying to send a configuration message internally (by using publish package in the MQTT integration) does not work. Either the config data in the message is wrong or HA does not accept late configuration details. However, something is processed from this message although I do not understand what and why.