Esphome and Homeassistant backup
This commit is contained in:
@@ -211,26 +211,26 @@ switch:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: ina219
|
# - platform: ina219
|
||||||
address: 0x40
|
# address: 0x40
|
||||||
shunt_resistance: 0.1 ohm
|
# shunt_resistance: 0.1 ohm
|
||||||
current:
|
# current:
|
||||||
name: "INA219 Current"
|
# name: "INA219 Current"
|
||||||
unit_of_measurement: "A"
|
# unit_of_measurement: "A"
|
||||||
power:
|
# power:
|
||||||
name: "INA219 Power"
|
# name: "INA219 Power"
|
||||||
unit_of_measurement: "W"
|
# unit_of_measurement: "W"
|
||||||
filters:
|
# filters:
|
||||||
- multiply: 10
|
# - multiply: 10
|
||||||
bus_voltage:
|
# bus_voltage:
|
||||||
name: "INA219 Bus Voltage"
|
# name: "INA219 Bus Voltage"
|
||||||
unit_of_measurement: "V"
|
# unit_of_measurement: "V"
|
||||||
shunt_voltage:
|
# shunt_voltage:
|
||||||
name: "INA219 Shunt Voltage"
|
# name: "INA219 Shunt Voltage"
|
||||||
unit_of_measurement: "V"
|
# unit_of_measurement: "V"
|
||||||
max_voltage: 32.0V
|
# max_voltage: 32.0V
|
||||||
max_current: 3.2A
|
# max_current: 3.2A
|
||||||
update_interval: 1s
|
# update_interval: 1s
|
||||||
|
|
||||||
- platform: modbus_controller
|
- platform: modbus_controller
|
||||||
modbus_controller_id: modbus_sensor
|
modbus_controller_id: modbus_sensor
|
||||||
|
|||||||
Reference in New Issue
Block a user