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: Zappi Phasenumschaltung (1P/3P Auto) | |
description: > | |
Schaltet die Zappi-Wallbox automatisch zwischen 1-phasigem und 3-phasigem Laden, | |
abhängig vom PV-Überschuss, Anwesenheit und Verbindung des Fahrzeugs. | |
domain: automation | |
input: | |
leistungssensor: | |
name: PV-Leistungssensor (z. B. Zweirichtungszähler) | |
selector: |
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
#!/bin/bash | |
# See https://steven-england.info/2023/12/24/remote-headless-image-backup-and-restore-of-proxmox-hosts-with-clonezilla/ for more explaination. | |
################################################### | |
# Variables | |
################################################### | |
# These files will be temporarily written to update grub.cfg accordingly. Normally there is no need to edit these vars. | |
GRUBFILE_HEADER=/etc/grub.d/01_clonezilla_header |