|
| 1 | +{ |
| 2 | + "pages": [ |
| 3 | + { |
| 4 | + "name": "energy", |
| 5 | + "refresh": 5, |
| 6 | + "rows": 3, |
| 7 | + "columns": 3, |
| 8 | + "background_color": "#fff", |
| 9 | + "background_image": "", |
| 10 | + "box_color": "#007bff", |
| 11 | + "border_color": "", |
| 12 | + "active_color": "rgba(255,150,25,0.9)", |
| 13 | + "border_width": "0.1rem", |
| 14 | + "items": [ |
| 15 | + { |
| 16 | + "label": "Produktion", |
| 17 | + "item_name": "E3DC_PV", |
| 18 | + "suffix": "W" |
| 19 | + }, |
| 20 | + { |
| 21 | + "label": "Verbrauch", |
| 22 | + "item_name": "E3DC_Haus", |
| 23 | + "suffix": "W" |
| 24 | + }, |
| 25 | + { |
| 26 | + "label": "Akkuladeleistung", |
| 27 | + "item_name": "E3DC_Battery", |
| 28 | + "suffix": "W" |
| 29 | + }, |
| 30 | + { |
| 31 | + "label": "Netz", |
| 32 | + "item_name": "E3DC_Netz", |
| 33 | + "suffix": "W" |
| 34 | + }, |
| 35 | + { |
| 36 | + "label": "Akkustand", |
| 37 | + "item_name": "E3DC_SOC", |
| 38 | + "suffix": "%" |
| 39 | + }, |
| 40 | + { |
| 41 | + "label": "Autarkie", |
| 42 | + "item_name": "E3DC_Autarkie", |
| 43 | + "suffix": "%" |
| 44 | + }, |
| 45 | + { |
| 46 | + "label": "Eigenstrom", |
| 47 | + "item_name": "E3DC_Eigen", |
| 48 | + "suffix": "%" |
| 49 | + }, |
| 50 | + { |
| 51 | + "label": "Tor Zeitsteuerung", |
| 52 | + "item_name": "gate_schedule_active", |
| 53 | + "suffix": null |
| 54 | + }, |
| 55 | + { |
| 56 | + "label": "Tor", |
| 57 | + "item_name": "gate", |
| 58 | + "suffix": "%" |
| 59 | + } |
| 60 | + ] |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "sirens", |
| 64 | + "refresh": 5, |
| 65 | + "columns": 2, |
| 66 | + "background_color": "#000", |
| 67 | + "background_image": "https://cdn.pixabay.com/photo/2016/03/23/12/53/clock-1274699_960_720.jpg", |
| 68 | + "border_color": "rgba(255,150,25,0.9)", |
| 69 | + "active_color": "rgba(255,150,25,0.9)", |
| 70 | + "border_width": "0.1rem", |
| 71 | + "box_color": "rgba(255,0,0,0.3)", |
| 72 | + "items": [ |
| 73 | + { |
| 74 | + "label": "Olli Sirene", |
| 75 | + "item_name": "olli_siren" |
| 76 | + } |
| 77 | + ] |
| 78 | + } |
| 79 | + ] |
| 80 | +} |
0 commit comments