mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
36 lines
882 B
YAML
36 lines
882 B
YAML
sensor:
|
|
- platform: ina219
|
|
address: 0x40
|
|
shunt_resistance: 0.005 ohm
|
|
bus_voltage:
|
|
name: 'VDDL Supply'
|
|
unit_of_measurement: 'V'
|
|
entity_category: diagnostic
|
|
current:
|
|
name: 'VDDL Current'
|
|
unit_of_measurement: 'A'
|
|
entity_category: diagnostic
|
|
shunt_voltage:
|
|
name: 'VDDL Shunt Voltage'
|
|
entity_category: diagnostic
|
|
max_voltage: 32V
|
|
max_current: 3.2A
|
|
update_interval: 5s
|
|
- platform: ina219
|
|
address: 0x41
|
|
shunt_resistance: 0.005 ohm
|
|
bus_voltage:
|
|
name: 'VDDR Supply'
|
|
unit_of_measurement: 'V'
|
|
entity_category: diagnostic
|
|
current:
|
|
name: 'VDDR Current'
|
|
unit_of_measurement: 'A'
|
|
entity_category: diagnostic
|
|
shunt_voltage:
|
|
name: 'VDDR Shunt Voltage'
|
|
entity_category: diagnostic
|
|
max_voltage: 32V
|
|
max_current: 3.2A
|
|
update_interval: 5s
|