bar-card
: https://github.com/custom-cards/bar-cardconfig-template-card
: https://github.com/iantrich/config-template-card
Requis:
- apexcharts-card
- Avoir configuré la vue énergétique avec des compteurs (journaliers et annuels au moins) pour le suvi tempo
Pour se procurer un DTU avec OpenDTU: http://bit.ly/opendtu
Jour:
Nuit:
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
#!/usr/bin/env groovy | |
import groovy.xml.MarkupBuilder | |
import java.util.stream.Stream | |
import static java.util.stream.Collectors.toList | |
def candidates = Stream.of( | |
new File(System.getProperty("user.home"), ".sdkman/candidates/java"), | |
new File('/Library/Java/JavaVirtualMachines')) |