Skip to content

Commit

Permalink
Brennerstufe (Modbus 33536, 33538)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsK1 committed Oct 15, 2024
1 parent 765cbc9 commit 75a23d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/solvis_control/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,22 @@ class ModbusFieldConfig:
device_class="power",
state_class="measurement",
),
ModbusFieldConfig(
name="laufzeit_brennerstufe_1",
address=33536,
enabled_by_default=False,
device_class="duration",
unit="h",
state_class="measurement",
),
ModbusFieldConfig(
name="laufzeit_brennerstufe_2",
address=33538,
enabled_by_default=False,
device_class="duration",
unit="h",
state_class="measurement",
),
ModbusFieldConfig( # Außentemperatur
name="outdoor_air_temp",
address=33033,
Expand Down
6 changes: 6 additions & 0 deletions custom_components/solvis_control/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@
"raumtemperatur_hkr2":{
"name":"HKR2 Raumtemperatur"
},
"laufzeit_brennerstufe_1": {
"name": "Laufzeit Brennerstufe 1"
},
"laufzeit_brennerstufe_2": {
"name": "Laufzeit Brennerstufe 2"
},
"analog_out_1_status": {
"name": "Analog Out 1 Status",
"state": {
Expand Down

0 comments on commit 75a23d6

Please sign in to comment.