Skip to content

Commit a3ea6b5

Browse files
nielstronfarmio
andauthored
Add notes on the new logger info device for fronius (home-assistant#18978)
Co-authored-by: Matthias Alphart <farmio@alphart.net>
1 parent fbc506a commit a3ea6b5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

source/_integrations/fronius.markdown

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ sensor:
2424
- platform: fronius
2525
resource: FRONIUS_URL
2626
monitored_conditions:
27+
- sensor_type: logger_info
2728
- sensor_type: inverter
29+
scope: system
30+
- sensor_type: meter
31+
device: 1
2832
```
2933
3034
{% configuration %}
@@ -56,6 +60,14 @@ monitored_conditions:
5660

5761
Each sensor type chosen as monitored condition adds a set of sensors to Home Assistant.
5862

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+
5971
- `power_flow`
6072

6173
Cumulative data such as the energy produced in the current day or year and overall produced energy.
@@ -100,10 +112,11 @@ sensor:
100112
- platform: fronius
101113
resource: FRONIUS_URL
102114
monitored_conditions:
115+
- sensor_type: logger_info
103116
- sensor_type: inverter
104-
device: 1
117+
scope: system
105118
- sensor_type: meter
106-
device: 3
119+
device: 1
107120
- sensor_type: storage
108121
device: 0
109122
- sensor_type: power_flow

0 commit comments

Comments
 (0)