blob: 2ee00e6465cfee44a5690a8b839cc63acbf994a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
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
|