Hi All
I have re install emonSD-17Oct19 on my RPI 2. Everythings works fine execept no way to get remote access using Dataplicity. It was running fine on emonSD-30Oct18.
Dataplicity installation was done without any error in the log file /var/log/dpinstall.log.
Looking at /var/log/dataplicity.log. No Dataplicity agent seems to be running I don’t understand why ?
Is anybody use Dataplicity on emonSD-17Oct19 ?
Yes, I have Dataplicity running on the emonSD-17Oct19 system on a RPi 3 Model B. Setting up was easy following instructions at Remote Access - Guide | OpenEnergyMonitor. I’m seeing entries in the /var/log/dataplicity.log associated with the install and a series of more recent m2m identity changed entries. Maybe check that Dataplicity can run on a RPi 2 and try re-running the Dataplicity install script?
Good luck!
For future reference, when posting code or bash output, put in 3 ‘backticks’ (found at the top left of the keyboard normally) on a line on their own, then the code, then 3 more backticks on a line following the code.
```
code
```
If it is something like php you can add a language identifier that after the first 3 backticks so ```php