Skip to content

Commit

Permalink
adds sensor for Vedichter - HEIZLEISTUNG
Browse files Browse the repository at this point in the history
  • Loading branch information
kr0ner committed Dec 7, 2024
1 parent 61b0ebf commit 043a2ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/property.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ struct Property : public detail::Property {
PROPERTY(KUEHLSYSTEM, 0x0613);
PROPERTY(DRUCK_HEIZKREIS, 0x064a, Type::et_dec_val);
PROPERTY(LEISTUNG_AUSLEGUNG_KUEHLEN, 0x0692);
PROPERTY(HEIZLEISTUNG, 0x069a);
PROPERTY(VERDICHTERDREHZAHL, 0x069e);
PROPERTY(MOTORSTROM, 0x069f);
PROPERTY(MOTORLEISTUNG, 0x06a0, Type::et_cent_val);
Expand Down
1 change: 0 additions & 1 deletion yaml/thz504.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ packages:
ABLUFT_TAUPUNKT: !include { file: wp_temperature.yaml, vars: { property: "ABLUFT_TAUPUNKT" }}
DIFFERENZDRUCK: !include { file: wp_generic.yaml, vars: { property: "DIFFERENZDRUCK" , icon: "mdi:air-filter", unit: "Pa", interval: $interval_medium }}
LAUFZEIT_FILTER_TAGE: !include { file: wp_generic.yaml, vars: { property: "LAUFZEIT_FILTER_TAGE", icon: "mdi:air-filter", unit: "d" , interval: $interval_once_in_a_while }}
VERDICHTERDREHZAHL: !include { file: wp_generic.yaml, vars: { property: "VERDICHTERDREHZAHL" , icon: "mdi:gauge" , unit: "Hz", interval: $interval_medium }}
2 changes: 2 additions & 0 deletions yaml/wp_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ packages:
MOTORSTROM: !include { file: wp_generic.yaml, vars: { property: "MOTORSTROM" , interval: $interval_medium, unit: "A" }}
MOTORSPANNUNG: !include { file: wp_generic.yaml, vars: { property: "MOTORSPANNUNG" , interval: $interval_medium, unit: "V" }}
MOTORLEISTUNG: !include { file: wp_generic.yaml, vars: { property: "MOTORLEISTUNG" , interval: $interval_medium, unit: "kW", accuracy_decimals: "2" }}
VERDICHTERDREHZAHL: !include { file: wp_generic.yaml, vars: { property: "VERDICHTERDREHZAHL" , interval: $interval_medium, unit: "Hz" , icon: "mdi:gauge" }}
HEIZLEISTUNG: !include { file: wp_generic.yaml, vars: { property: "HEIZLEISTUNG" , interval: $interval_medium, unit: "%" , icon: "mdi:gauge" }}
HEIZ_KUEHL_LEISTUNG: !include { file: wp_generic.yaml, vars: { property: "HEIZ_KUEHL_LEISTUNG" , interval: $interval_medium, unit: "kW", accuracy_decimals: "2" }}
ABLUFT_IST: !include { file: wp_generic.yaml, vars: { property: "ABLUFT_IST" , interval: $interval_slow , unit: "Hz" , icon: "mdi:fan" }}
FORTLUFT_IST: !include { file: wp_generic.yaml, vars: { property: "FORTLUFT_IST" , interval: $interval_slow , unit: "Hz" , icon: "mdi:fan" }}
Expand Down

0 comments on commit 043a2ee

Please sign in to comment.