Hoi mannen,
Beste wensen voor 2024!
Vandaag besloten om volledige controle te nemen over de legionella runs van mijn wp
Ik heb er Tasmota flashed POW320D tussen gezet, werkt perfect
Misschien heeft iemand er nog iets aan
:no_upscale():strip_icc():fill(white):strip_exif()/f/image/I8zbCyOZPISPi3nz6fBG79wm.jpg?f=user_large)
Beste wensen voor 2024!
Vandaag besloten om volledige controle te nemen over de legionella runs van mijn wp
Ik heb er Tasmota flashed POW320D tussen gezet, werkt perfect
Misschien heeft iemand er nog iets aan
:no_upscale():strip_icc():fill(white):strip_exif()/f/image/I8zbCyOZPISPi3nz6fBG79wm.jpg?f=user_large)
code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 alias: Warmtepomp - legionellacyclus description: "" trigger: - platform: state entity_id: - sensor.zonneplan_current_tariff_group from: null to: low - platform: numeric_state entity_id: - sensor.mitsubishi_sww_boiler_temperatuur above: 57 id: boiler temperatuur is 57 graden - platform: numeric_state entity_id: - sensor.mitsubishi_sww_boiler_temperatuur above: 65 id: boiler temperatuur is 65 graden - platform: state entity_id: - timer.wp_legionella_bestrijding from: active to: idle id: einde legionella bestrijding condition: - condition: state entity_id: sensor.zonneplan_current_tariff_group state: low - condition: time weekday: - sat - condition: template value_template: "{{(as_timestamp(now())|timestamp_custom ('%U') | int % 2) == 1 }}" alias: Alleen op even weken - condition: time after: "00:00:00" action: - choose: - conditions: - alias: Komende 4 uur laag energietarief condition: and conditions: - condition: state entity_id: sensor.zonneplan_forecast_tariff_group_hour_1 state: low - condition: state entity_id: sensor.zonneplan_forecast_tariff_group_hour_2 state: low - condition: state entity_id: sensor.zonneplan_forecast_tariff_group_hour_3 state: low sequence: - service: notify.mobile_app_iphone_van_henk data: message: Legionella bestrijding gestart title: Melding - device_id: 4eb1c631aed031b8698d2b645bcffd61 domain: number entity_id: 26c7514cf519b1c6d8404894cff0beb6 type: set_value value: 58 alias: boiler voorverwarmen met wp - conditions: - condition: numeric_state entity_id: sensor.mitsubishi_sww_boiler_temperatuur above: 57 below: 60 - condition: state entity_id: timer.wp_legionella_bestrijding state: idle - condition: state entity_id: switch.pow320d_wp_2kw_booster state: "off" sequence: - service: switch.turn_on target: entity_id: switch.pow320d_wp_2kw_booster data: {} - device_id: 4eb1c631aed031b8698d2b645bcffd61 domain: number entity_id: 26c7514cf519b1c6d8404894cff0beb6 type: set_value value: 50 - service: timer.start target: entity_id: timer.wp_legionella_bestrijding data: {} alias: Boiler booster starten en legionella bestrijding starten - conditions: - condition: state entity_id: timer.wp_legionella_bestrijding state: idle - condition: state entity_id: switch.pow320d_wp_2kw_booster state: "on" sequence: - service: switch.turn_off target: entity_id: switch.pow320d_wp_2kw_booster data: {} - service: notify.mobile_app_iphone_van_henk data: message: Legionella run is succesvol afgerond title: Melding alias: Einde legionella run mode: single trace: stored_traces: 10