-
Notifications
You must be signed in to change notification settings - Fork 0
/
mqtt-victron.yaml
76 lines (73 loc) · 2.87 KB
/
mqtt-victron.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
##################################
# VICTRON
##################################
sensor:
- state_topic: "VictronTestlauf/Alive"
name: "VictronTestlauf Alive"
- state_topic: "VictronTestlauf/Device_model"
name: "VictronTestlauf Victron Model"
- state_topic: "VictronTestlauf/Wifi_RSSI"
name: "VictronTestlauf Wifi RSSI"
unit_of_measurement: "dBm"
icon: mdi:wifi-arrow-left-right
- state_topic: "VictronTestlauf/ESP_Data"
name: "VictronTestlauf Data"
- state_topic: "VictronTestlauf/IP"
name: "VictronTestlauf IP"
icon: mdi:web
- state_topic: "VictronTestlauf/Firmware_version_16"
name: "VictronTestlauf FW Version"
icon: mdi:web
- state_topic: "VictronTestlauf/Voltage"
name: "VictronTestlauf Batteriespannung"
unit_of_measurement: "V"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Battery_current"
name: "VictronTestlauf Batteriestrom"
unit_of_measurement: "A"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Panel_voltage"
name: "VictronTestlauf Solarspannung"
unit_of_measurement: "V"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Panel_power"
name: "VictronTestlauf Solarstrom"
unit_of_measurement: "A"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Operation_state"
name: "VictronTestlauf Operationsmodus"
- state_topic: "VictronTestlauf/Load_output_state"
name: "VictronTestlauf Lastausgang Status"
- state_topic: "VictronTestlauf/Load_current"
name: "VictronTestlauf Lastausgang Strom"
unit_of_measurement: "A"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/total_kWh"
name: "VictronTestlauf Gesamtertrag"
unit_of_measurement: "kWh"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/today_kWh"
name: "VictronTestlauf Tagesertrag"
unit_of_measurement: "kWh"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Max_pow_today"
name: "VictronTestlauf Maximale Heutige Leistung"
unit_of_measurement: "W"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Max_pow_yesterday"
name: "VictronTestlauf Maximale Vortags Leistung"
unit_of_measurement: "W"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Yesterday_kWh"
name: "VictronTestlauf Vortagesertrag"
unit_of_measurement: "kWh"
icon: mdi:sine-wave
- state_topic: "VictronTestlauf/Day"
name: "VictronTestlauf Tage"
- state_topic: "VictronTestlauf/ESP_Data"
value_template: "{{ value_json.ESP_VCC }}"
name: "VictronTestlauf ESP VCC"
unit_of_measurement: "V"
- state_topic: "VictronTestlauf/ESP_Data"
value_template: "{{ value_json.sw_version }}"
name: "VictronTestlauf Victron2MQTT FW-Version"