Skip to content

Commit

Permalink
fix: Correct local temperature calibration min and max value on SONOF…
Browse files Browse the repository at this point in the history
…F TRVZB (#8214)

Co-authored-by: Larin Mikhail <[email protected]>
  • Loading branch information
m-larin and Larin Mikhail authored Oct 29, 2024
1 parent 2cb90e5 commit db1a214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/sonoff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ const definitions: DefinitionWithExtend[] = [
.climate()
.withSetpoint('occupied_heating_setpoint', 4, 35, 0.5)
.withLocalTemperature()
.withLocalTemperatureCalibration(-7.0, 7.0, 0.2)
.withLocalTemperatureCalibration(-12.8, 12.7, 0.2)
.withSystemMode(['off', 'auto', 'heat'], ea.ALL, 'Mode of the thermostat')
.withRunningState(['idle', 'heat'], ea.STATE_GET),
e.battery(),
Expand Down

0 comments on commit db1a214

Please sign in to comment.