Thanks Tad! I’m new on Cayenne, I have a Raspberry Pi and will install MQTT C for this purposes but I don’t know if some C files you upload will help me to develop it easier. I will appreciate any help, thanks again
Thanks @rsiegel and @ognqn.chikov for your support! I have finished the basic project with 4 relays to control Lamps and fans, I have a AM2320 sensor for ambient temperature and humidity and 2x DS18B20 for lamp temp control. Next step is to add this sensor, and at last a co2 sensor. I will try in this days hoy to migrate the arduino MQTT library to Raspberry.
Would be correct this approach?
Hello,
The DS18B20 and the relay is easy implemented in Raspberry pi. The temperature sensor is automatically detected.
If you have any questions and need help - please write me a message
I think it will work fine if you choose to go that route, but it would be fine to run with Arduino MQTT as well. Really once you’re on MQTT both devices work very similarly from a Cayenne perspective, though the Pi of course has more memory and a full OS which can be helpful.
Hi! You are right, it was very easy to implement DS18B20 and relay. I had problems with Raspbian but I think it was de SD Card and with a 12V with mosfet control. I’m with other projects right now but in the next weeks I will come back with this sensor. I made experience with T&H sensor AM2320, I use the MQTT library in forum from DHT22.
Thanks