You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a few days, I am encountering an issue in reading values in a zigbee device and I can'i figure it alone unfortunately so any help would be greatly appreciated !
*** My configuration :
1- home assistant running on HAOS, with these versions
Core 2024.9.3
Supervisor 2024.09.1
Operating System 13.1
User Interface 20240909.1
zha_toolkit v 1.1.19
2- zigbee device I try to access : ZLinky_TIC (from LiXee)
*** What am I trying to achieve ?
I need to read several attributes that are not provided by default in HA sensors. This is why I use zha_toolkit to reach these attributes.
but the attribute exists ! it can be read directly from the HA web interface : the returned value is "HP BLEU" as expected
So I am doing someting wrong, but what ?
*** Additional information : ZHA does not discover the attributes inside the clusters
Request :
action: zha_toolkit.scan_device
data:
ieee: sensor.capteur_teleinfo_courant
manf: 0x4151 # the reply is the same without this parameter
use_cache: false
The text was updated successfully, but these errors were encountered:
zziibb
changed the title
Read attribute X value : attr_read "Result: {X: 0} - Attribute X not in read ({}, {512: 0})"
Read attribute X value returns "Attribute X not in read ({}, {X: 0})"
Sep 28, 2024
Hi,
For a few days, I am encountering an issue in reading values in a zigbee device and I can'i figure it alone unfortunately so any help would be greatly appreciated !
*** My configuration :
1- home assistant running on HAOS, with these versions
2- zigbee device I try to access : ZLinky_TIC (from LiXee)
*** What am I trying to achieve ?
I need to read several attributes that are not provided by default in HA sensors. This is why I use zha_toolkit to reach these attributes.
For example : the value LTAR, available under cluster 0xFF66 / attribute 0x0200 of the manufacturer 0x4151 as described here :
https://github.com/fairecasoimeme/Zlinky_TIC?tab=readme-ov-file#synth%C3%A8se-d%C3%A9veloppeur .
My YAML code (from the "Actions" tab) :
*** /!\ The problem /!\ ZHA returns the following error
but the attribute exists ! it can be read directly from the HA web interface : the returned value is "HP BLEU" as expected
So I am doing someting wrong, but what ?
*** Additional information : ZHA does not discover the attributes inside the clusters
Request :
Reply : all attributes fields are empty ?
*** Debug logs
The text was updated successfully, but these errors were encountered: