I’m trying to install pimatic v0.9, but I’m having some problems. I had a 0.8 installation running perfectly, but since my RPi was still on Wheezy I decided to reinstall everything.
I followed the tutorial on https://pimatic.org/guide/getting-started/installation/ as I did in the past. All seems working well, no errors during installation, config file for instant is present as it should be. I’ve added a password for the admin user with nano.
But when I execute the command sudo node_modules/pimatic/pimatic.js
the output in the terminal is sudo: node_modules/pimatic/pimatic.js: command not found
Browsing to the directory and trying to use sudo pimatic.js
results in sudo: pimatic.js: command not found
When trying to find pimatic, using whereis pimatic.js
the output is pimatic:
Opening pimatic.js through the UI via VNC results in the installation process starting in the terminal, and ending after it is finished. Opening pimatic.js via UI again results in that it seems to start, but it is not accessible via the IP address of the PI.
My knowledge of Unix is very limited, so I’m currently completely lost here…