Open ricmik opened 4 months ago
[register_count] is an invalid option for [number.modbus_controller]. Did you mean [register_type]?
2024.6.4
Home Assistant Add-on
No response
ESP32
modbus_controller
number: - platform: modbus_controller name: "Duration Holiday" address: 1100 value_type: S_WORD min_value: 1 max_value: 365 icon: mdi:fan-clock unit_of_measurement: "d" register_count: 5
I am trying to optimize the Modbus communication.
I get the same error for "binary_sensor", but for "sensor" it works.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
[register_count] is an invalid option for [number.modbus_controller]. Did you mean [register_type]?
Which version of ESPHome has the issue?
2024.6.4
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32
Board
No response
Component causing the issue
modbus_controller
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
I am trying to optimize the Modbus communication.
I get the same error for "binary_sensor", but for "sensor" it works.