hello, thanks for the answer . i checked the switch and it is in off position. it is very odd because like i said before the unit is recognized and paired but once an event is triggerd never go back to off
how this works for you? i mean , how offten temperatura and light levels are updated?
Does anyone know if there is a way to force a heal/rebuild of the zigbee network similar to how its done with zwave?
I moved a device and now I have a different device that keeps dropping off. Ironically itâs the closest device and had the strongest RSSI of all my zigbee devicesâŚ
Was anyone able to get the zwave repeater added successfully for the Iris 3210-L Plug. Iâve been using them for zigbee for a while but did not realize they had a zwave repeater that required adding them as a node. They add for me, but show as
Might be working as a repeater, might not. Not sure? It does not show any entities, so Iâm going to guess not working, but any info would be apprciated
Iâm getting Template sensor zigbee_offline has no entity ids configured to track nor were we able to extract the entities to track from the value template(s). This entity will only be able to be updated manually. in hass log, when I define zigbee_offline template sensor. Do you get your template sensor automatically updated? Iâm on 0.82.1
BTW instead of defining a group of all zigbee devices you could get a list or iterate over states.zha eg something like {{states.zha|selectattr('state','eq','offline')|list }} just to keep less things needing updating.
Did you add your zha. sensors? The error âThis entity will only be able to be updated manuallyâ is what happens when the sensor template does not have have an entiry to trigger an update?
That might be from iterating as you mention. If thatâs the case youâll need to define an entiity(s) in your sensor.
since youâre not listing the entities, maybe use
I am not good at English, so please understand my words even if they are awkward.
When I use ZHA to pair Lights, there is no Level in my Light but a Level is created in Hass.io
And I paired Motion but did not get Binary Searsor.
The Zigbee equipment I use seems a little different from the one registered in ZHA, but I wonder if I canât custom this part myself.
so you are having issues with zigbee lights and motion sensors
So your lights do get added but do not have the option to dim (level)
Are you sure the lights are dimmable?
and your motion sensors do not have a binary sensor for motion (on/off)
What sensors do the motion sensors have? Temperature?
I donât think my words went well with you.
My light has no dim option.
Nevertheless, there is an unknown sensor.
The xiaomi motion sensor requires motion and illumination, but nothing has been created for me.
Iâll change the question.
My light switch was recognized and the value did not change when operated at local.
I changed the type of device to âswitchâ and checked for a change in value.
The problem is âbinary_sensorâ as shown in the picture below.
I donât know how to change the type of this.
Because my light switch is three-gang, I was recognized as three switches and modified device_config as shown in the picture below.
I wonder if the above âbinary_sensorâ can be modified in this way.
In summary, I wonder if there is a way to force HA to recognize a âclusterâ value that it does not recognize.
Iâm afraid it doesnât work that way. That binary sensor is most likely a âclient On/Off clusterâ on your zha devices, so zha platform mapped it to âbinary_sensorâ since binary sensors are used for entities with âbinaryâ states, like On/Off, Open/Closed etc
Post the output of bellows devices and explain âwhat are you trying to achieveâ, then we might figure something.
For xiaomi motion/luminosity sensors I donât think the quirks were merged into upstream yet, so out of the box those probably wonât work, but @dmulcahey has something in the works to address it.