Skip to content

Commit

Permalink
Revert "Add off system mode and improve current_heating_setpoint
Browse files Browse the repository at this point in the history
…range for Moes BRT-100-TRV (Koenkk#5207)"

This reverts commit 14583fd.

Closes Koenkk#5370
  • Loading branch information
gitaen committed Jan 19, 2023
1 parent 08fc67f commit 561d8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/moes.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ module.exports = [
e.valve_state(), e.position(), e.window_detection(),
exposes.binary('window', ea.STATE, 'OPEN', 'CLOSED').withDescription('Window status closed or open '),
exposes.climate()
.withLocalTemperature(ea.STATE).withSetpoint('current_heating_setpoint', 5, 45, 0.5, ea.STATE_SET)
.withLocalTemperature(ea.STATE).withSetpoint('current_heating_setpoint', 5, 35, 1, ea.STATE_SET)
.withLocalTemperatureCalibration(-9, 9, 1, ea.STATE_SET)
.withSystemMode(['off', 'heat'], ea.STATE_SET)
.withSystemMode(['heat'], ea.STATE_SET)
.withRunningState(['idle', 'heat'], ea.STATE)
.withPreset(['programming', 'manual', 'temporary_manual', 'holiday'],
'MANUAL MODE ☝ - In this mode, the device executes manual temperature setting. '+
Expand Down

0 comments on commit 561d8b2

Please sign in to comment.