File tree 1 file changed +15
-2
lines changed 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ sensor:
24
24
- platform : fronius
25
25
resource : FRONIUS_URL
26
26
monitored_conditions :
27
+ - sensor_type : logger_info
27
28
- sensor_type : inverter
29
+ scope : system
30
+ - sensor_type : meter
31
+ device : 1
28
32
` ` `
29
33
30
34
{% configuration %}
@@ -56,6 +60,14 @@ monitored_conditions:
56
60
57
61
Each sensor type chosen as monitored condition adds a set of sensors to Home Assistant.
58
62
63
+ - ` logger_info`
64
+
65
+ General information about the Fronius Datalogger. Not available on "Gen24" devices.
66
+
67
+ - The serial number and software and hardware platforms
68
+ - The current price of energy consumed from the grid ("cash factor")
69
+ - The current price of energy returned to the grid ("delivery factor")
70
+
59
71
- ` power_flow`
60
72
61
73
Cumulative data such as the energy produced in the current day or year and overall produced energy.
@@ -100,10 +112,11 @@ sensor:
100
112
- platform: fronius
101
113
resource: FRONIUS_URL
102
114
monitored_conditions:
115
+ - sensor_type: logger_info
103
116
- sensor_type: inverter
104
- device: 1
117
+ scope: system
105
118
- sensor_type: meter
106
- device: 3
119
+ device: 1
107
120
- sensor_type: storage
108
121
device: 0
109
122
- sensor_type: power_flow
You can’t perform that action at this time.
0 commit comments