Update Core 2024.5.1 Modbus Problem

Hello,

Since I have Update my Core two Modbus Sensor did not received Data:

  • Core 2024.5.1
  • Supervisor 2024.04.4
  • Operating System 12.2
  • Frontend 20240501.0
  type: serial
    baudrate: 9600
    bytesize: 8
    method: rtu
    parity: N
    port: /dev/serial/by-id/usb-1a86_USB2.0-Ser_-if00-port0
    stopbits: 2
    sensors:
      - name: "Verbrauch Heizung W"
        unit_of_measurement: W
        address: 1280
        input_type: input
        data_type: float32
        scan_interval: 5
      - name: "Stromverbrauch Heizung"
        unit_of_measurement: kWh
        address: 72
        input_type: input
        data_type: float32
        scan_interval: 60

Its the only serial Communication al other Modbus TCP works fine.

If I go back with Backup all works fine.