11-30-2023, 07:11 AM
(This post was last modified: 11-30-2023, 07:23 AM by mvtech2430.)
(11-30-2023, 04:44 AM)admin Wrote: i have asked you what you have done before?
i install the INA226, connect to DS3231 RTC MODULE
SCL SDA 3V3 GND > INA226 = SCL SDA VIN GND
INA226 = V+ > + 1.5v AA Battery and GND = - 1.5V AA Battery
after connecting just a few minutes A4S board stops working.
see attached file for actual photo of INA226
This is the actual what i did.
after connect all wire add this code to esphome
then i can no longer see A4S in my HA
sensor:
Code:
sensor:
- platform: ina226
address: 0x40
shunt_resistance: 0.1 ohm
current:
name: "INA226 Current"
power:
name: "INA226 Power"
bus_voltage:
name: "INA226 Bus Voltage"
shunt_voltage:
name: "INA226 Shunt Voltage"
max_current: 3.2A
update_interval: 60s
please see picture on the actual connection.