Skip to content

Commit

Permalink
Add Solar Thermal Circuit Temperature & Temp max, fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik.Amann committed Feb 9, 2023
1 parent 11b6a72 commit 773c1f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions custom_components/oekofen_pellematic_compact/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,23 @@

SK1_SENSOR_TYPES = {
"L_koll_temp": [
"Solar Thermal Collector Circuit Temperature",
"Solar Thermal Collector Temperature",
"L_koll_temp",
UnitOfTemperature.CELSIUS,
None,
],
"L_spu": [
"Solar Thermal Buffer Storage Temperature lower area",
"L_spu",
UnitOfTemperature.CELSIUS,
None,
],
"spu_max": [
"Solar Thermal Buffer Storage Temperature Max",
"spu_max",
UnitOfTemperature.CELSIUS,
None,
],
"L_statetext": [
"Solar Thermal Collector Circuit State",
"L_statetext",
Expand Down Expand Up @@ -340,13 +352,13 @@
None,
],
"L_tpm_act": [
"Buffer Storage Temperature lower area",
"Buffer Storage Temperature middle area",
"L_tpm_act",
UnitOfTemperature.CELSIUS,
None,
],
"L_tpm_set": [
"Buffer Storage Temperature lower area set",
"Buffer Storage Temperature middle area set",
"L_tpm_set",
UnitOfTemperature.CELSIUS,
None,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/oekofen_pellematic_compact/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"host": "The url including password",
"name": "The prefix to be used for your sensors",
"scan_interval": "The polling frequentie of the API in seconds",
"solar_circuit": "Solar & Sun yes/no (SE1, SK1)",
"solar_circuit": "Solar & Sun Sensors support yes/no (SE1, SK1)",
"num_of_heating_circuits": "Num of heating circuits (HKx)"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"host": "The full url",
"name": "The prefix to be used for your sensors",
"scan_interval": "The polling frequentie of the API in seconds",
"solar_circuit": "Solar & Sun yes/no (SE1, SK1)",
"solar_circuit": "Solar & Sun Sensors support yes/no (SE1, SK1)",
"num_of_heating_circuits": "Num of heating circuits (HKx)"
}
}
Expand Down

0 comments on commit 773c1f5

Please sign in to comment.