Skip to content

Releases: remmob/sht20

v1.0.1

06 Sep 10:07

Choose a tag to compare

✨ What's Changed

Code fixes to work with pymodbus 3.11 and HA 2025.9

v1.0.0

03 Jul 19:50

Choose a tag to compare

First release of the SHT20Modbus Home Assistant integration.

⚙️ Key Features

  • Flexible connection modes:

    • Serial: Supports devices like /dev/ttyUSB0
    • TCP/IP: Connect to gateways over LAN using IP and port
  • Modbus setup options:

    • Define slave ID, baudrate, and transport method
    • Serial setup simplified (no parity needed)
  • Per-sensor customization:

    • Adjustable offsets for temperature and humidity
    • Optional scaling factor for sensor-specific calibration
  • Dynamic UI:

    • Configuration forms change based on connection type
    • Supports multiple sensors with individual settings
  • Options Flow:

    • Modify offsets, scaling, and polling intervals after setup
    • Cleanly separate initial setup from ongoing tuning