Hi,
I migrated to Z-W JS UI following this guide (https://community.home-assistant.io/t/switching-z-wave-js-addons-with-minimal-downtime-z-wave-js-official-to-z-wave-js-ui-community/409904), and it went mostly as planed.
Every device is migrated, identified and communicates with the controller/HA. There is no errors in the log as far as I can see.
But the majority of entities is disabled. The "main" entity is enabled and working, but entities like "temperature", "power", etc. is disabled.
It's not possible to enable them, and there is a message "Cannot change status. Disabled by Config entry.".
When looking in the log I see that that the devices is reporting as expected:
2025-02-19T10:45:29.794Z SERIAL « 0x01180004001412600d01003202215400000022000000000000ee (26 bytes) 2025-02-19T10:45:29.798Z SERIAL » [ACK] (0x06) 2025-02-19T10:45:29.801Z CNTRLR [Node 020] [Meter] value[66049]: metadata updated [Endpoint 1] 2025-02-19T10:45:29.803Z CNTRLR [Node 020] [~] [Meter] value[66049]: 933.42 => 0.34 [Endpoint 1] 2025-02-19T10:45:29.808Z DRIVER « [Node 020] [REQ] [ApplicationCommand] └─[MultiChannelCCCommandEncapsulation] │ source: 1 │ destination: 0 └─[MeterCCReport] meter type: Electric scale: W rate type: Consumed value: 0.34 time delta: 0 seconds
Any suggestions?
(Has done full restart of HA and Z-Wave JS UI-addon multiple times..)