Hi,
I'm testing your project and I'm pleased with functionalities and interface, so thank you for sharing this project !
I configured a test setup with some relays and a DS18B20 temperature sensor and it's working.
Now I try to add a BMP180 pressure sensor. But I'm wondering how to add it in the hardware settings. In the controllercmd, should I just select "pressuresensor" ? I could find in this field "DS18B20" for temperature sensor, so I was looking for "BMP180", but maybe it's what is under "pressuresensor".
And I should configure I2C for pin #1 and #2 ?
Is there a way to add a driver for unsupported sensors ? I'm an embedded software developper, so I have knowledge for this, but I'm not used to work on linux kernel. So if you can guide on where to add drivers, and how to add entries to the hardware configuration, I may be able to add a sensor.
Another question, about the TimeTrigger I see in the default configurations. I didn't understand its role... Could you explain what it is used for ?
I followed the starting guide, and tried to browse documentation. But if I missed this information, sorry, and maybe just redirect me to the documentation.
Thanks
Got the two sensors today, when I have time I'll start the integration.