I have several Ikea Tretakt smartplugs connected with Zigbee via ZHA.
Each smart plug shows “Firmware unknown” and there for I also cannot update the firmware. There should be a firmware update available though.
This is my configuration:
# ZHA Configuration
zha:
zigpy_config:
ota:
# disable_default_providers: [sonoff] # Disable the default Sonoff provider
extra_providers:
- type: salus
- type: inovelli
# url: https://example.org/some-other-feed.json
# override_previous: true # Replace the default Inovelli provider with one that uses a different URL
- type: ikea # Disabled by default, some updates change device functionality. A recent one bricked bulbs.
# - type: zigpy_remote # The `zigpy_remote` provider type requires a URL that points to an OTA index file
# url: https://example.org/ota.json
# manufacturer_ids: [0x1234, 0x5678]
- type: z2m # Disabled by default, community contributed. Points to the GitHub repository by default.
# - type: z2m
# url: https://some/other/index.json
# - type: z2m_local # Local clone of the Z2M OTA repo
# index_file: /path/to/index.json
# - type: zigpy_local # Look at `local_index.json` in the zigpy repo for an example
# index_file: /path/to/index.json
# - type: advanced # !!! Please read the message below before enabling OTA updates from raw OTA files !!!
# warning: I understand I can *destroy* my devices by enabling OTA updates from
# files. Some OTA updates can be mistakenly applied to the wrong
# device, breaking it. I am consciously using this at my own risk.
# path: /path/to/folder/of/otas
Anyone knows how to fix this?