Modbus error?

Hello! I am beginner user at home assistant.
Does anybody can help me to repaid modbus code?
Before version 2023.9.3 everything was working:

configuration.yaml
modbus:

  • name: versati3_hub
    type: serial
    baudrate: 9600
    bytesize: 8
    method: rtu
    parity: N
    port: /dev/ttyUSB0
    stopbits: 1
    retry_on_empty: true

    climates:

    • name: Gree HotWater
      slave: 1
      address: 13 # Адреса на текущия показател (не за управление) трябва да се превърнат от HEX в DEC за да бачкат с HA
      data_type: uint16
      offset: 0
      precision: 1
      scale: 1
      count: 1
      target_temp_register: 13 # Адреса за управление - трябва да се превърнат от HEX в DEC за да бачкат с HA
      max_temp: 60
      min_temp: 30 # siin oli enne 40 kraadi
      temp_step: 1

    • name: Gree FloorHeat
      slave: 1
      address: 10 # Адреса на текущия показател (не за управление) трябва да се превърнат от HEX в DEC за да бачкат с HA
      data_type: uint16
      offset: 0
      precision: 1
      scale: 1
      count: 1
      target_temp_register: 10 # Адреса за управление - трябва да се превърнат от HEX в DEC за да бачкат с HA
      max_temp: 55
      min_temp: 25
      temp_step: 1

    • name: Gree Disinfection Temp
      slave: 1
      address: 4 # Адреса на текущия показател (не за управление) трябва да се превърнат от HEX в DEC за да бачкат с HA
      data_type: uint16
      offset: 0
      precision: 1
      scale: 1
      count: 1
      target_temp_register: 4 # Адреса за управление - трябва да се превърнат от HEX в DEC за да бачкат с HA
      max_temp: 70
      min_temp: 40
      temp_step: 1

    sensors:

    • name: “Gree Optional E-Heater”
      unique_id: gree_optional_e_heater
      scan_interval: 10
      slave: 1
      address: 3
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement

    • name: “Gree Disinfection Setpoint Temperature”
      unique_id: gree_disinfection_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 4
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Leaving Water Setpoint Temperature”
      unique_id: gree_leaving_water_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 10
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    - name: “Gree Room Sensor Setpoint Temperature”

    unique_id: gree_room_sensor_setpoint_temperature

    scan_interval: 10

    slave: 1

    address: 12

    unit_of_measurement: °C

    count: 1

    scale: 1

    offset: 0

    precision: 0

    input_type: holding

    data_type: uint16

    state_class: measurement

    device_class: temperature

    • name: “Gree HotWater Tank Setpoint Temperature”
      unique_id: gree_hotwater_tank_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 13
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Ambient Upper Setpoint Temperature”
      unique_id: gree_ambient_upper_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 17
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Ambient Lower Setpoint Temperature”
      unique_id: gree_ambient_lower_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 18
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: int16
      state_class: measurement
      device_class: temperature

    • name: “Gree Leaving Water Upper Setpoint Temperature”
      unique_id: gree_leaving_water_upper_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 21
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Leaving Water Lower Setpoint Temperature”
      unique_id: gree_leaving_water_lower_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 22
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Delta T Heat Setpoint Temperature”
      unique_id: gree_delta_t_heat_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 30
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Delta T Hot Water Setpoint Temperature”
      unique_id: gree_delta_t_hot_water_setpoint_temperature
      scan_interval: 10
      slave: 1
      address: 31
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Thermostat Mode Digital”
      unique_id: gree_thermostat_mode_digital
      address: 42
      scan_interval: 10
      slave: 1
      input_type: holding
      data_type: uint16

    • name: “Gree Unit Status Digital”
      unique_id: gree_unit_status_digital
      scan_interval: 10
      slave: 1
      address: 117
      count: 1
      offset: 0
      input_type: holding
      data_type: uint16

    • name: “Gree Outside Temperature”
      unique_id: gree_outside_temperature
      scan_interval: 10
      slave: 1
      address: 118
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 1
      input_type: holding
      data_type: int16
      state_class: measurement
      device_class: temperature

    • name: “Gree Water Out PE Temperature”
      unique_id: gree_water_out_pe_temperature
      scan_interval: 10
      slave: 1
      address: 122
      unit_of_measurement: °C
      count: 1
      scale: 0.1
      offset: 0
      precision: 1
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Water In PE Temperature”
      unique_id: gree_water_in_pe_temperature
      scan_interval: 10
      slave: 1
      address: 125
      unit_of_measurement: °C
      count: 1
      scale: 0.1
      offset: 0
      precision: 1
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree T-optional water sen”
      unique_id: gree_t_optional_water_sen
      scan_interval: 10
      slave: 1
      address: 126
      unit_of_measurement: °C
      count: 1
      scale: 0.1
      offset: 0
      precision: 1
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Water Boiler temp” # muutsin käsitsi
      unique_id: gree_water_boiler_temperature
      scan_interval: 10
      slave: 1
      address: 127
      unit_of_measurement: °C
      count: 1
      scale: 1 # enne oli 0.1
      offset: 0
      precision: 1
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Room Sensor Temperature”
      unique_id: gree_room_sensor_temperature
      scan_interval: 10
      slave: 1
      address: 129
      unit_of_measurement: °C
      count: 1
      scale: 0.1
      offset: 0
      precision: 1
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    • name: “Gree Thermostat Status Digital”
      unique_id: gree_thermostat_status_digital
      scan_interval: 10
      slave: 1
      address: 132
      count: 1
      offset: 0
      input_type: holding
      data_type: uint16

    • name: “Gree Disinfection Status Digital”
      unique_id: gree_disinfection_status_digital
      scan_interval: 10
      slave: 1
      address: 135
      count: 1
      offset: 0
      input_type: holding
      data_type: uint16

    • name: “Gree T-Weather Depend”
      unique_id: gree_t_weather_depend
      scan_interval: 10
      slave: 1
      address: 137
      unit_of_measurement: °C
      count: 1
      scale: 1
      offset: 0
      precision: 0
      input_type: holding
      data_type: uint16
      state_class: measurement
      device_class: temperature

    binary_sensors:

    • name: “Gree Tank Heater”
      unique_id: gree_tank_heater_state
      address: 173
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Weather Dependent State”
      unique_id: gree_weather_dependent_state
      address: 22
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Heat 2Way Valve State”
      unique_id: gree_heat_2way_valve_state
      address: 38
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Compressor State”
      unique_id: gree_compressor_state
      address: 80
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Fan State”
      unique_id: gree_fan_state
      address: 81
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree 4way Valve State”
      unique_id: gree_4way_valve_state
      address: 83
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Compressor Crankcase Heater State”
      unique_id: gree_compressor_crankcase_heater_state
      address: 84
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Underpan Heater State”
      unique_id: gree_gree_underpan_heater_state
      address: 85
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Defrosting State”
      unique_id: gree_defrosting_state
      address: 86
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Oil Return State”
      unique_id: gree_oil_return_state
      address: 87
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Flow Switch State”
      unique_id: gree_flow_switch_state
      address: 170
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree E_heater1 State”
      unique_id: gree_e_heater1_state
      address: 171
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree E_heater2 State”
      unique_id: gree_e_heater2_state
      address: 172
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Water Pump State”
      unique_id: gree_water_pump_state
      address: 175
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Circulating 2way Valve State”
      unique_id: gree_circulating_2way_valve_state
      address: 176
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree Plate Heater State”
      unique_id: gree_plate_heater_state
      address: 177
      scan_interval: 10
      slave: 1
      input_type: coil

    • name: “Gree 3way Valve State”
      unique_id: gree_3way_valve_state
      address: 178
      scan_interval: 10
      slave: 1
      input_type: coil

    switches:

    • name: “Gree Heat+HotWater Or HotWaterOnly Mode”
      unique_id: gree_heat_hotwater_mode
      slave: 1
      address: 2
      command_on: 4 #Heat+HotWater Mode
      command_off: 2 #HotWater_only Mode
      scan_interval: 10
      write_type: holding
      verify:
      input_type: holding
      address: 2
      state_on: 4 #Heat+HotWater Mode
      state_off: 2 #HotWater_only Mode

    • name: “Gree Temperature Control Mode”
      unique_id: gree_temperature_control_mode
      slave: 1
      address: 17
      command_on: 1 #Use Room sensor temperature
      command_off: 0 #Use Leaving water temperature
      scan_interval: 10
      write_type: coil
      verify:
      input_type: coil
      address: 17
      state_on: 1
      state_off: 0

    • name: “Gree Fast HotWater Mode”
      unique_id: gree_fast_hotwater_mode
      slave: 1
      address: 18
      command_on: 1
      command_off: 0
      scan_interval: 10
      write_type: coil
      verify:
      input_type: coil
      address: 18
      state_on: 1
      state_off: 0

    • name: “+Gree Heat HotWater Priority_1-HW”
      unique_id: gree_heat_hotwater_priority
      slave: 1
      address: 20
      command_on: 1 #HotWater
      command_off: 0 #Heat
      scan_interval: 10
      write_type: coil
      verify:
      input_type: coil
      address: 20
      state_on: 1 #HotWater
      state_off: 0 #Heat

    • name: “Gree Quite Mode”
      unique_id: gree_quite_mode
      slave: 1
      address: 21
      command_on: 1
      command_off: 0
      scan_interval: 10
      write_type: coil
      verify:
      input_type: coil
      address: 21
      state_on: 1
      state_off: 0

    • name: “Gree Weather Depend Mode”
      unique_id: gree_weather_depend_mode
      slave: 1
      address: 22
      command_on: 1
      command_off: 0
      scan_interval: 10
      write_type: coil
      verify:
      input_type: coil
      address: 22
      state_on: 1
      state_off: 0

    • name: “Gree Disinfection Mode”
      unique_id: gree_disinfection_mode
      slave: 1
      address: 23
      command_on: 1
      command_off: 0
      scan_interval: 10
      write_type: coil
      verify:
      input_type: coil
      address: 23
      state_on: 1
      state_off: 0

    • name: “+Gree Thermostat air+hotwater”
      unique_id: gree_thermostat
      slave: 1
      address: 42
      command_on: 2 # Air+hot water mode
      command_off: 0
      scan_interval: 10
      write_type: holding
      verify:
      input_type: holding
      address: 42
      state_on: 2 # Air+hot water mode
      state_off: 0

    • name: “+Gree Thermostat air”
      unique_id: gree_thermostat_air
      slave: 1
      address: 42
      command_on: 1 # Air
      command_off: 0
      scan_interval: 10
      write_type: holding
      verify:
      input_type: holding
      address: 42
      state_on: 1 # Air
      state_off: 0

    • name: +Gree On/OFF #siin uus
      slave: 1
      address: 1
      command_on: 170
      command_off: 85
      scan_interval: 5
      verify:
      input_type: holding
      address: 1
      delay: 5
      state_on: 170
      state_off: 85

    • name: “+Mode Heat”
      slave: 1
      address: 2
      command_on: 01
      scan_interval: 5
      verify:
      input_type: holding
      address: 2
      delay: 5
      state_on: 4
      state_off: 2

    • name: “+Mode Heat+HotWater”
      slave: 1
      address: 2
      command_on: 04
      scan_interval: 5
      verify:
      input_type: holding
      address: 2
      delay: 5
      state_on: 4
      state_off: 2

    • name: “+Mode HotWater”
      slave: 1
      address: 2
      command_on: 02
      scan_interval: 5
      verify:
      input_type: holding
      address: 2
      delay: 5
      state_on: 2
      state_off: 4

    • name: “+Mode Cooling”
      slave: 1
      address: 2
      command_on: 05
      scan_interval: 5
      verify:
      input_type: holding
      address: 2
      delay: 5
      state_on: 5
      state_off: 4

    • name: “+Mode Cool+HotWater”
      slave: 1
      address: 2
      command_on: 03
      scan_interval: 5
      verify:
      input_type: holding
      address: 2
      delay: 5
      state_on: 3
      state_off: 4

input_number:
gree_room_sensor_temperature:
name: gree_room_sensor_temperature
min: -50
max: 50
step: 0.1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_outside_temperature:
name: gree_outside_temperature
min: -50
max: 50
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_leaving_water_setpoint_temperature:
name: gree_leaving_water_setpoint_temperature
min: 20
max: 55
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_leaving_water_upper_setpoint_temperature:
name: gree_leaving_water_upper_setpoint_temperature
min: 46
max: 55
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_leaving_water_lower_setpoint_temperature:
name: gree_leaving_water_lower_setpoint_temperature
min: 20
max: 45
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_ambient_upper_setpoint_temperature:
name: gree_ambient_upper_setpoint_temperature
min: 10
max: 37
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_ambient_lower_setpoint_temperature:
name: gree_ambient_lower_setpoint_temperature
min: -20
max: 9
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_delta_t_heat_setpoint_temperature:
name: gree_delta_t_heat_setpoint_temperature
min: 2
max: 10
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

gree_hotwater_tank_setpoint_temperature:
name: gree_hotwater_tank_setpoint_temperature
min: 40
max: 60
step: 1
mode: box
icon: mdi:thermometer
unit_of_measurement: ‘°C’

Before version 2023.9.3 everything was working, but now I got error:

Invalid config for ‘modbus’ at configuration.yaml, line 141: Gree HotWater Tank Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->3’, got {‘name’: ‘Gree HotWater Tank Setpoint Temperature’, ‘unique_id’: ‘gree_hotwater_tank_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 13, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 156: Gree Ambient Upper Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->4’, got {‘name’: ‘Gree Ambient Upper Setpoint Temperature’, ‘unique_id’: ‘gree_ambient_upper_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 17, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 171: Gree Ambient Lower Setpoint Temperature: count illegal with data_type: int16 ‘modbus->0->sensors->5’, got {‘name’: ‘Gree Ambient Lower Setpoint Temperature’, ‘unique_id’: ‘gree_ambient_lower_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 18, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘int16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 186: Gree Leaving Water Upper Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->6’, got {‘name’: ‘Gree Leaving Water Upper Setpoint Temperature’, ‘unique_id’: ‘gree_leaving_water_upper_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 21, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 201: Gree Leaving Water Lower Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->7’, got {‘name’: ‘Gree Leaving Water Lower Setpoint Temperature’, ‘unique_id’: ‘gree_leaving_water_lower_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 22, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 216: Gree Delta T Heat Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->8’, got {‘name’: ‘Gree Delta T Heat Setpoint Temperature’, ‘unique_id’: ‘gree_delta_t_heat_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 30, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 231: Gree Delta T Hot Water Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->9’, got {‘name’: ‘Gree Delta T Hot Water Setpoint Temperature’, ‘unique_id’: ‘gree_delta_t_hot_water_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 31, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 254: Gree Unit Status Digital: count illegal with data_type: uint16 ‘modbus->0->sensors->11’, got {‘name’: ‘Gree Unit Status Digital’, ‘unique_id’: ‘gree_unit_status_digital’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 117, ‘count’: 1, ‘offset’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 264: Gree Outside Temperature: count illegal with data_type: int16 ‘modbus->0->sensors->12’, got {‘name’: ‘Gree Outside Temperature’, ‘unique_id’: ‘gree_outside_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 118, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 1, ‘input_type’: ‘holding’, ‘data_type’: ‘int16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 279: Gree Water Out PE Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->13’, got {‘name’: ‘Gree Water Out PE Temperature’, ‘unique_id’: ‘gree_water_out_pe_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 122, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 0.1, ‘offset’: 0, ‘precision’: 1, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 294: Gree Water In PE Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->14’, got {‘name’: ‘Gree Water In PE Temperature’, ‘unique_id’: ‘gree_water_in_pe_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 125, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 0.1, ‘offset’: 0, ‘precision’: 1, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 309: Gree T-optional water sen: count illegal with data_type: uint16 ‘modbus->0->sensors->15’, got {‘name’: ‘Gree T-optional water sen’, ‘unique_id’: ‘gree_t_optional_water_sen’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 126, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 0.1, ‘offset’: 0, ‘precision’: 1, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 324: Gree Water Boiler temp: count illegal with data_type: uint16 ‘modbus->0->sensors->16’, got {‘name’: ‘Gree Water Boiler temp’, ‘unique_id’: ‘gree_water_boiler_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 127, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 1, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 339: Gree Room Sensor Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->17’, got {‘name’: ‘Gree Room Sensor Temperature’, ‘unique_id’: ‘gree_room_sensor_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 129, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 0.1, ‘offset’: 0, ‘precision’: 1, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 354: Gree Thermostat Status Digital: count illegal with data_type: uint16 ‘modbus->0->sensors->18’, got {‘name’: ‘Gree Thermostat Status Digital’, ‘unique_id’: ‘gree_thermostat_status_digital’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 132, ‘count’: 1, ‘offset’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 364: Gree Disinfection Status Digital: count illegal with data_type: uint16 ‘modbus->0->sensors->19’, got {‘name’: ‘Gree Disinfection Status Digital’, ‘unique_id’: ‘gree_disinfection_status_digital’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 135, ‘count’: 1, ‘offset’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 374: Gree T-Weather Depend: count illegal with data_type: uint16 ‘modbus->0->sensors->20’, got {‘name’: ‘Gree T-Weather Depend’, ‘unique_id’: ‘gree_t_weather_depend’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 137, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 40: ‘retry_on_empty’ is an invalid option for ‘modbus’, check: modbus->0->retry_on_empty, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 56: Gree FloorHeat: count illegal with data_type: uint16 ‘modbus->0->climates->1’, got {‘name’: ‘Gree FloorHeat’, ‘slave’: 1, ‘address’: 10, ‘data_type’: ‘uint16’, ‘offset’: 0, ‘precision’: 1, ‘scale’: 1, ‘count’: 1, ‘target_temp_register’: 10, ‘max_temp’: 55, ‘min_temp’: 25, ‘temp_step’: 1}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 69: Gree Disinfection Temp: count illegal with data_type: uint16 ‘modbus->0->climates->2’, got {‘name’: ‘Gree Disinfection Temp’, ‘slave’: 1, ‘address’: 4, ‘data_type’: ‘uint16’, ‘offset’: 0, ‘precision’: 1, ‘scale’: 1, ‘count’: 1, ‘target_temp_register’: 4, ‘max_temp’: 70, ‘min_temp’: 40, ‘temp_step’: 1}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 83: Gree Optional E-Heater: count illegal with data_type: uint16 ‘modbus->0->sensors->0’, got {‘name’: ‘Gree Optional E-Heater’, ‘unique_id’: ‘gree_optional_e_heater’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 3, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’}, please check the docs at Modbus - Home Assistant Invalid config for ‘modbus’ at configuration.yaml, line 96: Gree Disinfection Setpoint Temperature: count illegal with data_type: uint16 ‘modbus->0->sensors->1’, got {‘name’: ‘Gree Disinfection Setpoint Temperature’, ‘unique_id’: ‘gree_disinfection_setpoint_temperature’, ‘scan_interval’: 10, ‘slave’: 1, ‘address’: 4, ‘unit_of_measurement’: ‘°C’, ‘count’: 1, ‘scale’: 1, ‘offset’: 0, ‘precision’: 0, ‘input_type’: ‘holding’, ‘data_type’: ‘uint16’, ‘state_class’: ‘measurement’, ‘device_class’: ‘temperature’}, please check the docs at Modbus - Home Assistant

Hi ErkiP,

Thanks for coming here and asking a question.
Would you be so kind as to adjusting the format of your code so that we can read it properly & check the YAML spacing, etc. It is very hard for us to tell what is what when the text formatter jumbles everything like that.
Use the </> button or this:
Here is an example of how to fix it from the site FAQ Page.
How to help us help you - or How to ask a good question.