INA219 DC Current Sensor is available on all newer boneIO Black. It can measure DC current, power and voltage of the boneIO Black power supply.
ina219:
- address: 0x40
Example advanced config:
ina219:
- address: 0x40
sensors:
- id: INA219 Current
device_class: current
filters:
- round: 2
- id: INA219 Power
device_class: power
filters:
- round: 2
- id: INA219 Voltage
device_class: voltage
filters:
- round: 2
°C
) - unit of measurement of the sensor. This does not make any math to switch between units!- round: 2
) - filter list. See Filters to learn more. All can be filtered to eg round results of sensors.