Hi,
I'm trying to use a Sailor hat from hat lab what has a good guide for setting it up here. However, it's not written for Venus OS. I have got some support in the hat lab discussion forum here but don't manage to understand how to replace the systemd and what to use instead.
I have tried this.
1. Added the https://github.com/hatlabs/SH-RPi-daemon into /data/
2. Install python 3
# opkg update
~# opkg list | grep pip
~# opkg install python3-pip
3.I have copied the sharp.service
to /opt/victronenergy/service
4. I tried both with and without modifying thesharp.service
with original and with
#!/bin/sh exec 2>&1 exec /data/SH-RPi-daemon-main/src/shrpi/daemon.py
Note:I have not been able to run/use fromt he hatlab installation guides
sudo install -o root shrpid.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable shrpid
However I don't get the service to run and don't respond to the commands like shrpi -help. Anyone else have done something similar and have ideas or recommendations?