-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ina219 i2c_bus_num - unknown field #318
Comments
Your config contains an extra key mqtt-io/mqtt_io/modules/sensor/ina219.py Lines 31 to 47 in 7367dd1
|
Makes sense.. But this way it doesn't allow you to set the i2c bus number. the Python3 script works now.. but sadly, it still does not read any values. But that's an other issue I guess. |
I added a pull request to include i2c_bus_num. It's in the develop repo now: 2bb2f94 |
I have a ina219 sensor on i2c available on bus 10 with address 0x43. I can confirm it works with a default python script.
But with mqtt-io it doesnt.
Code:
yaml:
What did I do wrong?
The text was updated successfully, but these errors were encountered: