Please describe the bug / issue as detailed as possible:
hello everyone, I followed the Adams guide ( DHT11/DHT22 with Raspberry Pi ), and now my DHT22 sensor connected to my Raspberry RPI1 works perfectly.
My system is a RPI B connected with a DS18B20 sensor, a relay and a DHT22 sensor.
I have noticed that sometimes in the portal “cayenne.mydevices.com” (or even iOS app): my Raspberry, is showed “offline.” While instead DHT22 sensor is online and continues to transmit data.
How can I solve this problem?
Can I send SSH comand to reload cayenne API?
Yeah, I was just typing a response and your edit popped up haha. The service name is case sensitive so that’s why the fist one was giving you a “No such file or directory” error. Anyway, it appears to still be working correctly. @rsiegel any suggestions?
I have the same situation. My cayene works fine last 10 days. Today my dashboard is offline… I can ssh to RPi, webiopi directly works ok, also device monitor…
when i enter command: sudo service myDevices status …
● myDevices.service - myDevices service
Loaded: loaded (/etc/systemd/system/myDevices.service; enabled)
Active: active (running) since Tue 2017-05-02 14:43:43 UTC; 4h 37min ago
Main PID: 2403 (python3)
CGroup: /system.slice/myDevices.service
‣2403 /usr/bin/python3 -m myDevices -P /var/run/myDevices.pid
May 02 14:43:43 raspberrypi systemd(1): Started myDevices service.
May 02 14:43:43 raspberrypi systemd(2403): pam_exec(login:session): conversation failed
May 02 14:43:43 raspberrypi systemd(2403): pam_unix(login:session): session opened for user root by (uid=0)
any idea???how to find reason why my dashboard is ofline…
I know this isn’t a real soltuion, but I’m curious, the next time this happens (or if it is still currently happening for you) – since you can still reach the Pi via SSH – if you reboot the Pi, does this cause it to pop back ‘online’ in your dashboard or not?
After reboot Cayenne works fine. This isue is not a problem becouse right now my project is in test anviroment in my work room. After I move him to remote location inaccessibility will be big problem…