This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-20 10:30:19 +05:00
parent 4acc233a2e
commit 0bcaa121b0
7 changed files with 187 additions and 49 deletions

View File

@@ -207,6 +207,27 @@ one_wire:
id: bus14
sensor:
- platform: ina219
address: 0x40
shunt_resistance: 0.1 ohm
current:
name: "INA219 Current"
unit_of_measurement: "A"
power:
name: "INA219 Power"
unit_of_measurement: "W"
filters:
- multiply: 10
bus_voltage:
name: "INA219 Bus Voltage"
unit_of_measurement: "V"
shunt_voltage:
name: "INA219 Shunt Voltage"
unit_of_measurement: "V"
max_voltage: 32.0V
max_current: 3.2A
update_interval: 1s
- platform: dallas_temp
one_wire_id: bus14
name: "DS18B20"