Skip to content

Calibration Settings Support

Compare
Choose a tag to compare
@dalinicus dalinicus released this 12 Jun 03:17
· 12 commits to main since this release
e93fd00

🚀 Features

  • Add controls to modify the calibration settings on a UIS Controller.
    • Calibrate Temperature up to ±10C or ±20F.
    • Calibrate Humidity up to ±10%.
    • Calibrate Leaf Temperature Offset up to ±10C or ±20F.

🐎 Performance

  • Rework client update calls to match the payload of the Android/iOS app exactly.

📚 Documentation

  • Clarify in README that the Bluetooth only model of Controller 69 is not a compatible device.

🔨 Refactoring

  • Organize API field keys into importable python objects.
  • Standardize naming of sensors and fields to use "Controller" and "Port" nomenclature.
  • Merge requirements.txt into a single file.