Hello ,
I’vea little problem,
i try to update by OTA the firmware of one of my zigbee device;
But nothing happen,
My configuration
Rasperry PI4
HA last version in docker
Zigbee dongle : PiZigate
All device work fine , only the OTA update
In my configuration YAML
zha:
zigpy_config:
ota:
otau_directory: /config/zigpy_ota
ikea_provider: false
ledvance_provider: false
logger:
default: info
logs:
#custom_components.localtuya: info
homeassistant.components.zha: debug
zigpy: debug
i try manually like this :
service: zha.issue_zigbee_cluster_command
data:
ieee: "00:15:8d:00:05:d2:9a:35"
endpoint_id: 1
cluster_id: 0x0019
cluster_type: out
command_type: client
command: 0
args:
- 0
- 100
But if i reboot nothing , no update no logs , nothing
when i try call service , nothing .
have you any idea ??