- TC: use offset
This commit is contained in:
@@ -60,7 +60,7 @@ class HeaterTask(ATask):
|
||||
self.pulse_counter = 0
|
||||
|
||||
def actor(self, y):
|
||||
self.power_soll = max(0, 0 + self.heater.get_power_max() * y)
|
||||
self.power_soll = max(0, 250 + self.heater.get_power_max() * y)
|
||||
|
||||
def on_changed_active(self, is_activated):
|
||||
asyncio.create_task(self.send({'Activate': int(is_activated)}))
|
||||
|
||||
Reference in New Issue
Block a user