From 1f484039e73ccac768b9c32b8b04e9b3ab8ba758 Mon Sep 17 00:00:00 2001 From: wedr0wycz <98967693+wedr0wycz@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:04:46 +0200 Subject: [PATCH] Update ina219.yaml --- devices_v0.4/ina219.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/devices_v0.4/ina219.yaml b/devices_v0.4/ina219.yaml index 8b13789..20b7c8a 100644 --- a/devices_v0.4/ina219.yaml +++ b/devices_v0.4/ina219.yaml @@ -1 +1,20 @@ - +sensor: + # Module power consmption + - platform: ina219 + address: 0x40 + shunt_resistance: 0.1 ohm + current: + id: ina_current + name: 'INA219 Current' + power: + id: ina_power + name: 'INA219 Power' + bus_voltage: + id: ina_bus_voltage + name: 'INA219 Bus Voltage' + shunt_voltage: + id: ina_shunt_voltage + name: 'INA219 Shunt Voltage' + max_voltage: 32.0V + max_current: 3.2A + update_interval: 30s