I am a new user of the Cayenne web application and I want to interface some sensors using the Mysensors library. Is there an example to use these two libraries together?
I would like to make a gateway mysensors to Cayenne.
Hello, and Welcome to our community!
I have never used the Mysensors library, but in fast reading I assume that this is a library that makes communication easier. I think that you can use the Cayenne API and send data to the platform. More information can be found here in the community, and this is the github page of the library: GitHub - myDevicesIoT/Cayenne-API-Sample-App
Hi,
I use an MQTT gateway whose program is available at: https://www.mysensors.org/build/mqtt_gateway
For the moment, my MQTT Broker is a mosquitto and I use Jeedom on a raspberry.
I want to control some device with cayenne so I want merge the two project MQTT_cayenne and MQTT gateway for my sensors on the same arduino.