Energistyring
Integrer med solceller og elpris.
Smart pool- og spastyring giver dig automatisk vandkvalitetsovervågning, fjernstyring af pumper, varme og lys, samt energibesparende automationer. Med Home Assistant kan du integrere alt i ét samlet system.
| Monitor | HA Integration | Måler | Pris | Status |
|---|---|---|---|---|
| PoolSense | ✅ Native | pH, ORP, temp | 💰💰 | ✅ Aktiv |
| WaterGuru S2 | ❌ App kun | pH, Cl, TA, CYA, CH | 💰💰💰 | ✅ Aktiv |
| iopool EcO | ❌ App kun | ORP, pH, temp | 💰💰 | ✅ Aktiv |
| DIY ESPHome | ✅ Fuld lokal | pH, ORP, temp | 💰 | ✅ Aktiv |
| ⚠️ HACS | pH, Cl, alk | - | ❌ Lukker okt 2025 | |
| - | - | - | ❌ Nedlagt 2021 |
Pris: ~$200 / ~1.500 kr
Eneste vandkvalitetsmonitor med native Home Assistant integration:
# Indstillinger → Enheder → Tilføj Integration# Søg efter "PoolSense"
# Kræver:# - PoolSense email# - PoolSense password
# Entiteter der oprettes:# - sensor.poolsense_ph# - sensor.poolsense_orp# - sensor.poolsense_water_temperature# - sensor.poolsense_batteryautomation: - alias: "Pool - Lav pH alarm" trigger: - platform: numeric_state entity_id: sensor.poolsense_ph below: 7.0 for: "01:00:00" action: - service: notify.mobile_app data: title: "⚠️ Pool pH for lav!" message: > Pool pH er {{ states('sensor.poolsense_ph') }}. Tilsæt pH+ (base) for at hæve pH.
- alias: "Pool - Høj ORP (nok klor)" trigger: - platform: numeric_state entity_id: sensor.poolsense_orp above: 750 action: - service: switch.turn_off entity_id: switch.pool_chlorinatorKøb: PoolSense, Amazon
Pris: ~$300 / 2.200 kr + kassetter ($15/måned)
Mest avancerede optiske målinger:
# Ingen officiel HA integration# Data kun tilgængelig via WaterGuru app
# Workaround: Manual input helpersinput_number: pool_fc: name: Pool Fri Klor min: 0 max: 10 step: 0.1 unit_of_measurement: "ppm" pool_ph_manual: name: Pool pH (manual) min: 6.5 max: 8.5 step: 0.1Køb: WaterGuru.com, Amazon
Pris: ~$200 / ~1.500 kr (inkl. gateway)
Flydende vandkvalitetsmonitor:
Køb: iopool.com
Pris: ~$50-100 / ~350-700 kr
Billigste løsning med fuld lokal kontrol:
Komponenter:
esphome: name: pool-sensor platform: ESP32 board: esp32dev
wifi: ssid: !secret wifi_ssid password: !secret wifi_password
api:ota:
# pH Sensor (analog)sensor: - platform: adc pin: GPIO34 name: "Pool pH" id: pool_ph update_interval: 60s unit_of_measurement: "pH" accuracy_decimals: 2 filters: - calibrate_linear: - 0.0 -> 0.0 - 3.3 -> 14.0 # Kalibrer med buffer løsninger! # pH 4.0 buffer = X volt # pH 7.0 buffer = Y volt # pH 10.0 buffer = Z volt
# ORP Sensor - platform: adc pin: GPIO35 name: "Pool ORP" id: pool_orp update_interval: 60s unit_of_measurement: "mV" accuracy_decimals: 0 filters: - multiply: 1000 # Juster efter modul
# Temperatur (DS18B20) - platform: dallas_temp address: 0x1234567890ABCDEF # Din sensors adresse name: "Pool Temperatur" update_interval: 60s
# OneWire bus for temp sensorone_wire: - pin: GPIO4calibrate_linear filterfilters: - calibrate_linear: - 2.5 -> 7.0 # Midtpunkt - 3.0 -> 4.0 # Sur - 2.0 -> 10.0 # BasiskORP kræver normalt ikke kalibrering, men kontrollér:
Pris: ~$2.000+ / ~15.000+ kr (komplet system)
Premium pool automation:
# HACS → Custom Repositories# https://github.com/dwradcliffe/intellicenter
# Entiteter der oprettes:# - climate.pool (temperatur kontrol)# - climate.spa# - switch.pool_pump# - switch.spa_pump# - switch.pool_heater# - light.pool_light (med farveeffekter)# - sensor.pool_water_temperature# - sensor.air_temperatureautomation: # Sol-baseret pumpe kørsel - alias: "Pool - Kør pumpe i solskinstimer" trigger: - platform: sun event: sunrise offset: "+01:00:00" action: - service: switch.turn_on entity_id: switch.pool_pump
- alias: "Pool - Stop pumpe efter solnedgang" trigger: - platform: sun event: sunset offset: "+02:00:00" action: - service: switch.turn_off entity_id: switch.pool_pump
# Energi-optimeret opvarmning - alias: "Pool - Varm op ved lav elpris" trigger: - platform: numeric_state entity_id: sensor.electricity_price below: 0.5 condition: - condition: numeric_state entity_id: sensor.pool_water_temperature below: 26 action: - service: climate.set_temperature entity_id: climate.pool data: temperature: 28Pris: ~$2.500+ / ~18.000+ kr
Konkurrent til Pentair:
# Indstillinger → Enheder → Tilføj Integration# Søg efter "Hayward OmniLogic"
# Kræver Hayward app login# Cloud polling - ikke lokal
# Entiteter:# - sensor.omnilogic_air_temp# - sensor.omnilogic_water_temp# - switch.omnilogic_pump# - switch.omnilogic_heater# - light.omnilogic_lights# For lokal UDP kontrol:# HACS → Custom Repositories# https://github.com/cryptk/haomnilogic-local
# Kræver statisk IP på OmniLogic# Meget hurtigere respons end cloudautomation: - alias: "Pool - Juster chlorinator efter ORP" trigger: - platform: numeric_state entity_id: sensor.pool_orp below: 650 for: "00:30:00" action: - service: omnilogic.set_chlor_timed_percent target: entity_id: switch.chlorinator data: timed_percent: 80Native Home Assistant Integration!
Balboa Spa Client understøtter spas med:
Funktioner:
# Auto-discovered eller:# Indstillinger → Enheder → Tilføj Integration# Søg efter "Balboa Spa Client"
# Indtast IP-adresse på spa WiFi modul
# Entiteter:# - climate.balboa_spa (temperatur)# - switch.balboa_pump_1# - switch.balboa_pump_2# - fan.balboa_blower# - light.balboa_light# - binary_sensor.balboa_heatingautomation: # Forvarm spa før brug - alias: "Spa - Forvarm til weekend" trigger: - platform: time at: "16:00:00" condition: - condition: time weekday: - fri - sat action: - service: climate.set_temperature entity_id: climate.balboa_spa data: temperature: 38
# Energibesparelse - alias: "Spa - Sænk temp om natten" trigger: - platform: time at: "23:00:00" action: - service: climate.set_temperature entity_id: climate.balboa_spa data: temperature: 34
# Notifikation når klar - alias: "Spa - Temperatur nået" trigger: - platform: numeric_state entity_id: climate.balboa_spa attribute: current_temperature above: 37 condition: - condition: state entity_id: binary_sensor.balboa_heating state: "on" action: - service: notify.mobile_app data: title: "🛁 Spa er klar!" message: "Vandtemperaturen har nået {{ state_attr('climate.balboa_spa', 'current_temperature') }}°C"HACS Lovelace Card til smuk pool visualisering:
# HACS → Frontend → Søg "Pool Monitor Card"# Installer og genstart
# Dashboard konfigurationtype: custom:pool-monitor-cardsensors: temperature: - entity: sensor.pool_temperature name: "Vandtemperatur" setpoint: 26 ph: - entity: sensor.pool_ph name: "pH" setpoint: 7.4 step: 0.1 orp: - entity: sensor.pool_orp name: "ORP" setpoint: 700 unit: "mV"type: vertical-stackcards: # Pool Monitor Card - type: custom:pool-monitor-card sensors: temperature: - entity: sensor.pool_temperature ph: - entity: sensor.pool_ph orp: - entity: sensor.pool_orp
# Kontrol knapper - type: horizontal-stack cards: - type: button entity: switch.pool_pump name: Pumpe icon: mdi:pump - type: button entity: switch.pool_heater name: Varme icon: mdi:water-boiler - type: button entity: light.pool_light name: Lys icon: mdi:lightbulb
# Grafer - type: history-graph title: "Pool Temperatur (24 timer)" entities: - entity: sensor.pool_temperature hours_to_show: 24automation: # Daglig pumpe cyklus baseret på sol - alias: "Pool - Smart pumpe kørsel" trigger: - platform: sun event: sunrise offset: "+02:00:00" action: - service: switch.turn_on entity_id: switch.pool_pump - wait_for_trigger: - platform: sun event: sunset offset: "-01:00:00" - service: switch.turn_off entity_id: switch.pool_pump
# Vandkvalitet alarm - alias: "Pool - Vandkvalitet problem" trigger: - platform: numeric_state entity_id: sensor.pool_ph above: 7.8 - platform: numeric_state entity_id: sensor.pool_ph below: 7.0 - platform: numeric_state entity_id: sensor.pool_orp below: 600 action: - service: notify.mobile_app data: title: "⚠️ Pool vandkvalitet" message: > pH: {{ states('sensor.pool_ph') }} ORP: {{ states('sensor.pool_orp') }} mV Tjek kemikalier!
# Pool fest mode - alias: "Pool - Fest tilstand" trigger: - platform: state entity_id: input_boolean.pool_party_mode to: "on" action: - service: light.turn_on entity_id: light.pool_light data: effect: "color_cycle" - service: switch.turn_on entity_id: switch.pool_waterfallEnergistyring
Integrer med solceller og elpris.
ESPHome Guide
Byg dine egne sensorer.
Sidst opdateret: December 2025