1
0
Fork 0

„README.md“ ändern

This commit is contained in:
Manuel Kamper 2023-06-11 10:06:16 +00:00
parent 9fbd632f3c
commit d1a95b0a2e
1 changed files with 3 additions and 1 deletions

View File

@ -57,5 +57,7 @@ attr Solar get01Poll 1
attr Solar get01URL http://your-automation-host/solarapi/index.php
attr Solar icon sani_solar
attr Solar room Solar
attr Solar stateFormat Current: current W, Today: today Wh
attr Solar stateFormat {sprintf("Current: %.1f W", ReadingsVal($name,"current",0)).\
sprintf("<br/>Today: %.1f kWh", ReadingsVal($name,"today",0)/1000).\
sprintf("<br/>Week: %.1f kWh", ReadingsVal($name,"week",0)/1000)}
```