This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================= | |
| # Blueprint — Predbat Charging & Discharging Control (Huawei Solar) | |
| # ============================= | |
| blueprint: | |
| name: Predbat Charging & Discharging Control (Huawei Solar) — basic | |
| description: | | |
| Blueprint som styr laddning/urladdning med dag/natt-fönster, hold charging och | |
| car charging slot. | |
| Antaganden (Predbat-standard): | |
| • predbat.status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Extract 24 Hourly Temperatures (Sorted) | |
| description: > | |
| Fetches the next 24 hours of temperature forecasts from any weather entity | |
| and saves them to an input_text in comma-separated format "26.8,26.6,26.8,...". | |
| Sorts the forecast by datetime to ensure chronological order from current time forward. | |
| Perfect for feeding temperature data to other automations, scripts, or dashboards. | |
| domain: automation | |
| input: | |
| weather_entity: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Block heat (15-min safe) | |
| description: > | |
| Blockerar värme (sätter virtuell temperatur) under de dyraste timmarna baserat | |
| på Nordpool-priser. Under billiga perioder speglar den utetemperaturen med | |
| ett valt uppdateringsintervall. Fungerar med 60- och 15-minuterspriser samt DST. | |
| domain: automation | |
| input: | |
| grid_area: | |
| name: Grid Area Sensor |