forked from LHardwick-git/Victron-Service
-
Notifications
You must be signed in to change notification settings - Fork 12
Add support for multiple GPIO pins #24
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If you want to use multiple GPIO pins for 1-Wire sensors, only one pin is brought through the Venus OS.
I have just made my life easier on my RPi by adding this expansion board so that I can use Cat5/6 cables to plug in external devices:
I have a mixture of 1-Wire and I2C sensors.
All can be interrogated on the command line, but only one 1-Wire GPIO's data appears in Venus OS.
This is my /u-boot/config.txt
I see in the dbus-i2c.py file that it is hard coded for w1_bus_master1.
Is it possible for the code to be updated to bring in all 1-wire masters?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request


