diff options
Diffstat (limited to 'homepage-services.yaml')
| -rw-r--r-- | homepage-services.yaml | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/homepage-services.yaml b/homepage-services.yaml new file mode 100644 index 0000000..2ee00e6 --- /dev/null +++ b/homepage-services.yaml @@ -0,0 +1,126 @@ +# Append to Homepage's services.yaml. Replaces the old single "Presa Tasmota" entry +# under "Other Local Services" - delete that one. +# +# Layout (total on its own row, the 5 plugs on the row below) is set in +# settings.yaml, not here. See homepage-settings.yaml. + +- Consumi: + - Totale: + icon: mdi-flash + href: http://127.0.0.1:8099/graph + description: Tutte le prese - consumo e costo + widget: + type: customapi + url: http://127.0.0.1:8099/total + refreshInterval: 10000 + display: list + mappings: + - field: power_fmt + label: Potenza attuale + - field: today_fmt + label: Oggi + - field: yesterday_fmt + label: Ieri + - field: last7_fmt + label: Ultimi 7 giorni + - field: last30_fmt + label: Ultimi 30 giorni + - field: total_fmt + label: Storico + - field: plugs_ok + label: Prese online + format: number + +- Prese: + - Condizionatore: + icon: mdi-air-conditioner + href: http://172.16.34.176/ + #description: NOUS A1T + widget: + type: customapi + url: http://127.0.0.1:8099/ac + refreshInterval: 10000 + display: list + mappings: + - field: power_fmt + label: Ora + - field: today_fmt + label: Oggi + - field: yesterday_fmt + label: Ieri + - field: total_fmt + label: Storico + + - Lavatrice: + icon: mdi-washing-machine + href: http://172.16.34.127/ + widget: + type: customapi + url: http://127.0.0.1:8099/washer + refreshInterval: 10000 + display: list + mappings: + - field: power_fmt + label: Ora + - field: today_fmt + label: Oggi + - field: yesterday_fmt + label: Ieri + - field: total_fmt + label: Storico + + - Lavastoviglie: + icon: mdi-dishwasher + href: http://172.16.34.149/ + widget: + type: customapi + url: http://127.0.0.1:8099/dishwasher + refreshInterval: 10000 + display: list + mappings: + - field: power_fmt + label: Ora + - field: today_fmt + label: Oggi + - field: yesterday_fmt + label: Ieri + - field: total_fmt + label: Storico + + - PC e NAS: + icon: mdi-server + href: http://172.16.34.118/ + description: UPS - PC, nodi Proxmox, NAS + widget: + type: customapi + url: http://127.0.0.1:8099/pc + refreshInterval: 10000 + display: list + mappings: + - field: power_fmt + label: Ora + - field: today_fmt + label: Oggi + - field: yesterday_fmt + label: Ieri + - field: total_fmt + label: Storico + + - Varie: + icon: mdi-power-socket-eu + href: http://172.16.34.186/ + description: friggitrice, forno pizza, ecc + widget: + type: customapi + url: http://127.0.0.1:8099/spare + refreshInterval: 10000 + display: list + mappings: + - field: power_fmt + label: Ora + - field: today_fmt + label: Oggi + - field: yesterday_fmt + label: Ieri + - field: total_fmt + label: Storico |
