Free Blueprints and guides for Home Assistant -- no coding required.
Home Assistant already has a free, official Nord Pool integration covering all 7 countries SaveElectro tracks (Finland, Sweden, Norway, Denmark, Estonia, Latvia, Lithuania). If you haven't set it up yet:
Settings → Devices & Services → Add Integration → search "Nord Pool" → follow the prompts. Official docs →
You don't need a SaveElectro account for anything on this page.
The native integration gives you raw price numbers. It doesn't alert you, and it doesn't include VAT, margin, or grid fees -- so the number on screen usually isn't what you actually pay. Our Blueprints and guides fill that gap: ready-made automations you import in a few clicks.
We're working on a native SaveElectro integration for Home Assistant -- one that exposes what you actually pay (tax, margin, grid fee already included) and adds smart recommendations, not just raw spot prices. No date yet; the Blueprints above work fully without it.
Blueprints live on GitHub. Found a bug, or built something with one? We'd love to hear about it -- forum thread · subreddit post.
Got an idea for a recipe we haven't built? Open an issue on GitHub -- we're using it to prioritize what to build next. No GitHub account? email us instead.
What it does: notifies you (or triggers any action you choose) when your Nord Pool price sensor crosses a threshold you set.
You'll need: Home Assistant with the Nord Pool integration already set up, and about 5 minutes.
saveelectro_price_alert.yaml above and import it under Settings → Automations & Scenes → Blueprints → Import Blueprint.What it does: switches your water heater or boiler on and off automatically based on price -- either during the N cheapest hours of the day, or any time price is at or below a ceiling you set. A safety fallback guarantees a minimum number of hours per day regardless of price, so an expensive day never leaves you with cold water.
You'll need: Home Assistant with the Nord Pool integration set up, a smart plug or relay/switch controlling your water heater, and about 10 minutes (a couple more than Price Alert, since there's one helper to set up first).
on, Type to Time, Duration to 1 day. This is what the safety fallback checks against.saveelectro_water_heater.yaml above and import it under Settings → Automations & Scenes → Blueprints → Import Blueprint.What it does: charges your EV during the cheapest hours -- either the N cheapest hours per day, any time below a price ceiling, or (the EV-specific mode) by a deadline: tell it how many hours you need and when the car must be ready, and it finds the cheapest hours in that window automatically.
You'll need: Home Assistant with the Nord Pool integration set up, a smart plug on your charger or a wallbox with its own HA integration (Easee, Zaptec, go-eCharger, and similar all expose a charging-enable switch), and about 10 minutes.
saveelectro_ev_charger.yaml above and import it under Settings → Automations & Scenes → Blueprints → Import Blueprint.What it does: charges your robot mower during the cheapest hours -- cheapest N hours per day, a price ceiling, or a deadline mode if you mow on a set schedule and want it charged and ready by a specific time.
You'll need: Home Assistant with the Nord Pool integration set up, a smart plug on the charging dock or a mower with its own HA integration (Husqvarna Automower, Worx Landroid, and similar), and about 10 minutes.
saveelectro_robot_mower.yaml above and import it under Settings → Automations & Scenes → Blueprints → Import Blueprint.⚠ Read this before importing. This Blueprint is automation logic only -- it does not include, and is not a substitute for, the physical installation. Sauna heaters and other high-current circuits (often three-phase, frequently 16-25A+) must be switched using equipment rated for that load and installed by a licensed electrician -- never a generic smart plug. If you don't already have a certified, professionally-installed relay or contactor, see our certified partner products or find a licensed electrician in your area first.
What it does: once you have a properly installed switch, this schedules it by price -- cheapest hours, a price ceiling, or ready-by-a-set-time -- plus a mandatory maximum-runtime safety cap that force-stops the heater after a set number of hours regardless of price, independent of the scheduling logic.
You'll need: Home Assistant with the Nord Pool integration set up, a professionally-installed, load-rated smart relay or contactor (see disclaimer above), and about 10 minutes.
saveelectro_sauna.yaml above and import it under Settings → Automations & Scenes → Blueprints → Import Blueprint.