Riku Mattila :verified:

Riku Mattila  :verified:'s avatar
Riku Mattila :verified:
npub1un2j...ntwl
Nuke engineer retired due to ALS. Defined by the former, not by the latter. Working part-time as a nuclear safety advisor for Steady Energy Oy.
alias: Update pitolampo_a trigger: - platform: state entity_id: weather.forecast_home - platform: state entity_id: sensor.el_price condition: - condition: state entity_id: input_boolean.peruslampo_a state: "on" action: - service: input_number.set_value target: entity_id: input_number.pitolampo_a data: value: > {% set temp = state_attr('weather.forecast_home', 'temperature') | float %} {% set price = states('sensor.el_price') | float(0) %} {% set delta = 10 - (price / 2) %} {% if delta < 0 %} {% set delta = 0 %} {% endif %} {% set raw = temp + delta %} {% set capped = [raw, 23] | min %} {{ (capped * 2) | round(0) / 2 }} mode: single