Skip to content

Commit

Permalink
Update heatpump.yaml -Remove duplicated Register 4 from sensor (#70)
Browse files Browse the repository at this point in the history
duplicated register 4 defined as sensor and number. Removed from sensor config ;)
  • Loading branch information
rysiulg authored Jan 12, 2025
1 parent c6b74de commit d2e1a1a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions heatpump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,16 +358,7 @@ sensor:
unit_of_measurement: "°C"
filters:
- multiply: 0.5
# Register: 4
- platform: modbus_controller
modbus_controller_id: "${devicename}"
name: "DHW Tank Temperature T5s"
id: "${devicename}_dhw_tank_temperature_t5s"
icon: mdi:temperature-celsius
register_type: holding
address: 0x4
value_type: S_WORD
unit_of_measurement: "°C"
# Register: 4 -> Is present in this config as a 'number'
# Register: 5 -> Config is present as select, but now we need get value from heatpump and save it as global var
- platform: modbus_controller
modbus_controller_id: "${devicename}"
Expand Down

0 comments on commit d2e1a1a

Please sign in to comment.