Solar and smart home combo
How do I combine solar panels with smart home tech for maximum savings?
Projekt-Plan
Why: Understanding when you use power is the first step to shifting loads to solar peak hours.
How:
- Download the last 12 months of energy data from your utility provider.
- Identify 'baseload' (constant draw) and 'peak loads' (appliances).
- Note the times of day when your consumption is highest.
Done when: You have a list of your top 5 energy-consuming appliances and their typical run times.
Why: Real-time grid data is essential for the smart home to know if you are currently exporting solar or importing from the grid.
How:
- Contact your utility to request a smart meter if not already installed.
- Use a generic 'P1 Port' reader or an IR-pulse counter to bridge the meter to your local network.
- Ensure the device supports local API access (avoid cloud-only solutions).
Done when: Real-time grid import/export data is visible on your local network.
Why: An open-source hub like Home Assistant allows cross-brand communication without subscription fees.
How:
- Install Home Assistant on a dedicated micro-computer (e.g., Raspberry Pi 4/5 or an old NUC).
- Use an SSD instead of an SD card for long-term data logging reliability.
- Complete the initial onboarding and secure your local access.
Done when: The Home Assistant dashboard is accessible via your browser.
Why: These protocols are low-power and work locally, ensuring your energy automations work even if the internet is down.
How:
- Plug a universal USB coordinator (Zigbee/Thread) into your hub.
- Position the hub centrally to ensure good coverage.
- Update the firmware to the latest 2025/2026 standards for Matter 1.3 support.
Done when: The coordinator is recognized by Home Assistant and ready to pair devices.
Why: You need high-frequency production data to trigger automations the moment the sun comes out.
How:
- Enable 'Modbus TCP' or 'Local API' in your inverter settings.
- Add the corresponding integration in Home Assistant.
- Verify that 'Current Power Production' (Watts) is updating every 10-30 seconds.
Done when: Live solar production data is visible in your smart home hub.
Why: Knowing your battery level prevents smart automations from draining your backup power during a cloudy spell.
How:
- Link your battery management system (BMS) or hybrid inverter to the hub.
- Create a sensor for 'Battery SOC %'.
- Set up a 'Battery Power' sensor to track charging vs. discharging rates.
Done when: You can see your battery percentage in real-time on your dashboard.
Why: Forecasting allows the system to 'decide' whether to run the dryer now or wait for a sunnier afternoon.
How:
- Sign up for a free tier of a solar forecasting service like Solcast.
- Enter your roof pitch, orientation (azimuth), and panel capacity.
- Integrate the forecast into Home Assistant to see 'Expected Production' for the next 24 hours.
Done when: A graph shows predicted solar yield for today and tomorrow.
Why: Standard appliances become 'smart' when you can monitor their state and cut power when solar is low.
How:
- Identify 'dumb' appliances like dishwashers or washing machines with mechanical switches or 'auto-start' features.
- Plug them into Matter or Zigbee smart plugs that support energy monitoring.
- Name them clearly in your hub (e.g., 'Laundry Room Plug').
Done when: You can see the live wattage of your washing machine in your app.
Why: A single mathematical sensor simplifies all future automations by calculating (Production - Consumption).
How:
- Go to Settings > Devices > Helpers in Home Assistant.
- Create a 'Template Sensor'.
- Use the formula:
Inverter_Production - House_Consumption. If positive, you have excess.
Done when: You have a sensor that shows exactly how many 'free' Watts are available right now.
Why: Shifting a 2kWh load to noon can save ~€0.60 per cycle depending on your grid rates.
How:
- Prepare the dishwasher and press the 'Start' button (with the smart plug OFF).
- Create an automation: Trigger when 'Solar Excess' > 2000W for 5 minutes.
- Action: Turn ON the smart plug.
Done when: The dishwasher starts automatically when the sun provides enough power.
Why: EVs are the largest flexible loads; charging only from solar can save hundreds of dollars annually.
How:
- Connect your Wallbox (e.g., via OCPP or native integration) to the hub.
- Use a 'Solar-First' logic: Adjust charging amperage (6A to 16A) based on real-time solar excess.
- Ensure a 'Minimum SOC' is maintained from the grid for emergencies.
Done when: The EV charging rate fluctuates dynamically with the passing clouds.
Why: In 2025/2026, dynamic tariffs (like Tibber or Octopus Agile) allow you to get paid to use electricity during grid surpluses.
How:
- Compare providers that offer hourly wholesale pricing.
- Integrate the price API into Home Assistant.
- Create a 'Price Level' sensor (Very Cheap, Normal, Expensive).
Done when: Your hub knows the electricity price for every hour of the current day.
Why: If solar is low but grid prices are negative, you should charge your home battery from the grid.
How:
- Create an automation: If 'Grid Price' < 0.05€ AND 'Battery SOC' < 50%.
- Action: Force charge battery from grid.
- This ensures you have cheap power for the expensive evening peak.
Done when: The battery charges automatically during the cheapest hours of the night or day.
Why: Using your home as a 'thermal battery' by pre-heating/cooling with solar saves energy during the night.
How:
- Integrate your smart thermostat (Matter-compatible).
- Create an automation to increase the setpoint by 2°C (in winter) when 'Solar Excess' > 1500W.
- Lower the setpoint back to normal after sunset.
Done when: The house is slightly warmer/cooler using only free solar energy before the sun sets.
Why: Visualizing savings reinforces the habit of energy-conscious living.
How:
- Use the 'Energy Dashboard' in Home Assistant.
- Add 'Solar Production', 'Battery Usage', and 'Grid Import/Export'.
- Input your tariff costs to see daily/monthly financial savings.
Done when: You have a clear graph showing how much money you saved today versus a non-integrated home.
Why: Small standby devices can waste up to 10% of your annual energy.
How:
- Monitor house consumption at 3 AM (when everyone is asleep).
- If consumption > 200W, use smart plugs to identify the culprit.
- Create an automation to kill power to the 'Media Center' or 'Office' at night.
Done when: Your 'baseload' consumption is reduced to the absolute minimum.
Why: Seasonal changes (shorter days in winter) require different automation thresholds.
How:
- Review which automations failed to trigger due to low solar yield.
- Adjust 'Solar Excess' thresholds for winter months.
- Check for firmware updates for all IoT devices to ensure security.
Done when: Thresholds are adjusted for the current season's light conditions.