Skip to content

Commit

Permalink
feat(esphome): change dallas pin to GPIO0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 11, 2023
1 parent 3dbf99d commit f3e8d68
Showing 1 changed file with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mqtt:
prometheus:

dallas:
- pin: GPIO32
- pin: GPIO0
update_interval: 15s

# [21:29:42][D][dallas.sensor:077]: Found sensors:
Expand Down Expand Up @@ -156,39 +156,39 @@ sensor:
update_interval: 30s
internal: true

# - platform: dallas
# address: 0x900416C50360FF28
# name: "${friendly_name} Temperature Return Groundfloor"
# resolution: 12
# unit_of_measurement: "°C"
# accuracy_decimals: 1

# - platform: dallas
# address: 0x060416C4E395FF28
# name: "${friendly_name} Temperature Flow Upstairs"
# resolution: 12
# unit_of_measurement: "°C"
# accuracy_decimals: 1
# filters:
# - offset: 0.125

# - platform: dallas
# address: 0xE20516D07C0BFF28
# name: "${friendly_name} Temperature Flow Groundfloor"
# resolution: 12
# unit_of_measurement: "°C"
# accuracy_decimals: 1
# filters:
# - offset: 0.1875

# - platform: dallas
# address: 0xF1031701A437FF28
# name: "${friendly_name} Temperature Return Upstairs"
# resolution: 12
# unit_of_measurement: "°C"
# accuracy_decimals: 1
# filters:
# - offset: -0.0625
- platform: dallas
address: 0x900416C50360FF28
name: "${friendly_name} Temperature Return Groundfloor"
resolution: 12
unit_of_measurement: "°C"
accuracy_decimals: 1

- platform: dallas
address: 0x060416C4E395FF28
name: "${friendly_name} Temperature Flow Upstairs"
resolution: 12
unit_of_measurement: "°C"
accuracy_decimals: 1
filters:
- offset: 0.125

- platform: dallas
address: 0xE20516D07C0BFF28
name: "${friendly_name} Temperature Flow Groundfloor"
resolution: 12
unit_of_measurement: "°C"
accuracy_decimals: 1
filters:
- offset: 0.1875

- platform: dallas
address: 0xF1031701A437FF28
name: "${friendly_name} Temperature Return Upstairs"
resolution: 12
unit_of_measurement: "°C"
accuracy_decimals: 1
filters:
- offset: -0.0625

time:
- platform: homeassistant
Expand Down

0 comments on commit f3e8d68

Please sign in to comment.