Search found 3 matches

by DeLei
Monday 01 February 2021 11:41
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: IO Pi Plus Exporting pins and using them in DOMOTICZ
Replies: 4
Views: 2481

Re: IO Pi Plus Exporting pins and using them in DOMOTICZ

Beste Walter, Zoals ik al zei, ik ben een leek in programmeren, Ik ben ondertussen met MQTT zover dat ik de juiste pin op de juiste bus kan aanspreken, #!/usr/bin/env python from IOPi import IOPi import time bus = IOPi (0x21) bus.set_port_direction(0, 0x00) bus.write_port(0, 0x00) while True: bus ...
by DeLei
Friday 29 January 2021 13:56
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: IO Pi Plus Exporting pins and using them in DOMOTICZ
Replies: 4
Views: 2481

Re: IO Pi Plus Exporting pins and using them in DOMOTICZ

Dag Walter,
Alvast bedankt voor je reactie,
Ik ga dit eens proberen uit te vlooien, want MQTT is weer een nieuw gegeven voor mij.
Als het lukt laat ik je dat zeker weten
Nog bedankt voor de tip
by DeLei
Wednesday 27 January 2021 16:53
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: IO Pi Plus Exporting pins and using them in DOMOTICZ
Replies: 4
Views: 2481

IO Pi Plus Exporting pins and using them in DOMOTICZ

Hello, I'm a novice in programming, Can anyone put me on the right track regarding "exporting pins from the IO Pi Plus expansion board", to integrate them into DOMOTICZ afterwards. With the standard pins of the "raspberry Pi 3B +" I managed to do this without any problems, however I need more IO ...