MyAssistedHome
MyAssistedHome copied to clipboard
priceanalyzer,, use thermostat directly?
what if I can use thermostat and schedule-card to set "long term thermostats"
And then if "mode is 'pricealayze'" then adjust up and down the price?
- so trigger for thermostats an override to adjust set-temps,,,
- trigger on change of set-point,, when setpoint is different from temp+priceanalyzer-adjustment??
action:
- service: climate.set_temperature entity_id: climate.thermostat_2 data: temperature: '{{ state_attr(''climate.thermostat_2'', ''temperature'') | float - 2 }}'
idea from Arne? at Q&A,,, use input_number that is controlled by schedule, and then priceanalyzer automation with the input_number as as input and a thermostat/climate as output