Replies: 1 comment 2 replies
-
Why not use the esp_zb_zcl_get_attribute() of esp-zigbee-sdk and HA read_attr function to get the atttribute value, then compare they whether are consistent and as expected? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am desperately trying to set the
device_classtowaterinside home assistant in order for to sensor to be displayed inside the energy dashboard. This is my goal for my sensor:However my
device_classstays onvolume.Setting the
ESP_ZB_ZCL_ATTR_METERING_METERING_DEVICE_TYPE_IDtoESP_ZB_ZCL_METERING_WATER_METERINGand theESP_ZB_ZCL_ATTR_METERING_UNIT_OF_MEASURE_IDtoESP_ZB_ZCL_METERING_UNIT_L_LH_BINARYdoes not seem to work.This is my try:
Beta Was this translation helpful? Give feedback.
All reactions