I want to Take picture when motion with Pi 3 and CayenneMQTTClient notify me by email - how to trigger this can any one help me?
have a look at this Take picture when motion with Pi 3 and Agent 2.0 CayenneMQTTClient() and notify by email - how to trigger a script on Pi 3
1 Like
you need to run the python code on your pi with this MQTT credential.
1 Like
when I run this code in python it gave me error “cayenne is not defined”
git clone https://github.com/myDevicesIoT/Cayenne-MQTT-Python
cd Cayenne-MQTT-Python
python setup.py install
1 Like
when I run this code"pyhton setup.py install "
it give error that " can’t create or remove files in install directory"
please can you tell me the issue?
When I gave cayenne authentication info in code it gave me the error “” import cayenne.client" "no model name “cayenne” can you help me that what is the issue?
did you try this?