Skip to content

Commit

Permalink
Added a few comments to the sensor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gunstr committed Dec 18, 2023
1 parent 82fa86a commit a6a7538
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rego1000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ sensor:
unit_of_measurement: °C
state_class: measurement
accuracy_decimals: 1

# The variable used for the sensor below is supported in Rego1000 v3.9.0 but has been removed in v3.14.0
# - platform: rego1000
# name: Energy output
# rego_variable: $STATS_ENERGY_OUTPUT
Expand All @@ -138,6 +140,8 @@ sensor:
# state_class: "total_increasing"
# device_class: "energy"
# accuracy_decimals: 2

# Sensor for compressor operational time and estimated consumed energy
- platform: rego1000
id: op_time_compressor_heating
name: OpTime compressor heating
Expand Down Expand Up @@ -169,6 +173,8 @@ sensor:
return (id(op_time_compressor_heating).state + id(op_time_compressor_dwh).state) * 2.3;
update_interval: 60s
- platform: rego1000

# Sensor for energy consumed by additional heating
id: energy_consumption_add_heating
name: Energy consumption add heating
rego_variable: $STATS_ELECTR_ADD_HEATING
Expand Down

0 comments on commit a6a7538

Please sign in to comment.