Hi, I have updated to
- Core 2025.2.5
- Supervisor 2025.02.4
- Operating System 14.2
- Frontend 20250221.0
I have some default modbus switch configured like this:
switches:
- name: "DDS238-2 ZN-SR Relay 1"
write_type: holdings
address: 26
unique_id: dds238-2_zn_sr_relay
This used to work fine (up and including version 2025.2.1)
Now I get this error:
“Action switch/turn_on can not be completed, object of type ‘int’ has no len()”
But everything is “default” as stated in the docs. I read somewhere something has changed in pymodbus. But as command_on/of are default (1, 0) shouldn’t everything keep working ?
So what needs to be done to get it working again ?
Thanks