OpenSprinkler Forums OpenSprinkler Unified Firmware GreenIQ V2 hardware with OpenSprinkler Unified Firmware Reply To: GreenIQ V2 hardware with OpenSprinkler Unified Firmware

#60436

marekp
Participant

GreenIQ v2 uses raspberryPI and gpio pins for section and light control – 7, 11, 12, 13, 15, 16, 18, 22, 26 – led,
BCM 4, 17, 18, 27, 22, 23, 24, 25, 7 – led
and I need only these pins. When I remapped them on unified firmware it did not work.
In SiP, in python code, I changed the pins to 7,11,12 … and everything went fine.
I also noticed a problem with PIN_FREE_LIST – if in the application in the phone I set the output as gpio, then there is always the same list, no matter if I change something in PIN_FREE_LIST and compile the program.