Hello,
first of all: Great development since I discovered this project the first time! Thank you all!
Today I successfully set up homegenie on my RPI with a DHT-22 an then remembered, I have some DS18B20 as well and I was able to set them up, too.
BUT now the problem:
Every type of sensor works good if it is the only attached sensor. If I connect all of them, the results are not reliable. I'm pretty sure it's because of sharing pin 7 / GPIO4 and I already tried to change it to pin 12 or 15 for DHT-22, but without success. Perhaps I did it the wrong way:
I replaced
var irpin = ConnectorPin.P1Pin7.ToProcessor();
with
var irpin = ConnectorPin.P1Pin12.ToProcessor();
in the application. Should this work?
Michael