javicalle
javicalle
## Water metering For the water metering, we are using the `Metering` cluster. And (in your implementation) we are reporting to the `current_summ_delivered` attribute. It seems that device is reporting...
Have you tried to repair device or put it in pairing mode and pair again? Maybe, because is battery powered you need to keep it online during the pairing process...
I can see that both devices have the same `app_version` and `mcu_version`, so no seems to be an updated version problem. It seems that one device have settled a `timer_duration`....
Please, put your previous comment inside ` ``` ` marks to make it readable. The `timer_duration` entity is created by ZHA (and not the quirk): * https://github.com/home-assistant/core/blob/dev/homeassistant/components/zha/number.py#L515-L530 I believe that...
There are some interesting logs here: ``` timer_duration is not supported - skipping TimerDurationMinutes entity creation start_up_on_off is not supported - skipping ZHAStartupOnOffSelectEntity entity creation ``` That must be due...
> Unfortunately, your proposal did not work: Ouuuuch, my fault. Keep the import but use it in the `ParksideTuyaValveManufCluster` class: ```python class ParksideTuyaValveManufCluster(NoManufacturerCluster, TuyaMCUCluster): """Manufacturer Specific Cluster for the _TZE200_htnnfasr...
@mglaabde I don't see the `write_attributes` in your logs. Have you tried to re pair your device? I believe that this device also have some function to turn on without...
Hi, I will try to clarify some things. > ZHA has support for the device already: #939. No, not really. Issue #939 dealt with this same issue, but no action...
Could you try to put the 4117 value as `Manufacturer Code Override` when you tries to set the value from the cluster management view?
I believe that here is the relevant info about Z2M support: * https://github.com/Koenkk/zigbee-herdsman-converters/pull/3337/files There is nothing that ring my bells. Can you enable the debug log level and attach the...