iot-root / garden-of-eden

Truly own that which is yours!
GNU General Public License v3.0
22 stars 6 forks source link

bus current output incorrect for INA219 i2c sensor #76

Closed iot-root closed 3 weeks ago

iot-root commented 3 weeks ago

No value was output for bus current

Line 30, data['Bus Current'] = ina.current() should be data['BusCurrent'] = ina.current()

Steps to reproduce:

python app/sensors/pump/pump_power.py

Note: issue was found and fixed by @MWEJ