-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.yaml
96 lines (96 loc) · 2.44 KB
/
template.yaml
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
type: custom:charger-card
entity: sensor.silla_prism_current_state
brand: silla
show_leds: true
show_name: true
compact_view: false
customImage: \local\prism_black_303_271.png
debug: true
details:
name: Silla Prism
location: Garage
status:
entity_id: sensor.silla_prism_current_state
substatus:
entity_id: sensor.silla_prism_current_port_mode
stats:
default:
- entity_id: sensor.silla_prism_session_output_energy
text: Session Energy
unit_show: true
- entity_id: sensor.silla_prism_total_output_energy
text: Total Energy
unit_show: true
charging:
- entity_id: sensor.silla_prism_session_output_energy
text: Session Energy
unit_show: true
- entity_id: sensor.silla_prism_output_current
text: Provided current
unit_show: true
info_left:
- entity_id: binary_sensor.silla_prism_online
text: online
info_right:
- entity_id: sensor.silla_prism_power_grid_voltage
text: Main voltage
unit_show: true
- entity_id: sensor.silla_prism_input_grid_power
text: Main power
unit_show: true
collapsiblebuttons:
group1:
text: Limits
icon: mdi:speedometer
group1:
- entity_id: sensor.silla_prism_current_set_by_user
text: User limited current
service: number.set_value
service_data:
entity_id: number.silla_prism_set_max_current
value: '#SERVICEVAL#'
- entity_id: sensor.wallbox_prism_corrente_pilotata_dall_auto
text: Limited current
service: number.set_value
service_data:
entity_id: number.silla_prism_set_current_limit
value: '#SERVICEVAL#'
toolbar_left:
default:
- {}
pause:
- service: select.select_option
service_data:
entity_id: select.silla_prism_set_mode
option: normal
text: Normal
icon: hass:play
- service: select.select_option
service_data:
entity_id: select.silla_prism_set_mode
option: solar
text: Solar
icon: hass:play
charging:
- service: select.select_option
service_data:
entity_id: select.silla_prism_set_mode
option: paused
text: Pause
icon: hass:pause
toolbar_right:
default:
- {}
statetext:
idle: Unplugged
waiting: Awaiting Start
charging: Charging
pause: Paused
currentlimits:
- 6
- 7
- 8
- 9
- 11
- 13
- 15