Hello!
i moved to a virtual box and the script is not working anymore. I set up a Ubuntu Server Virtual Box and almost anything is running fine.
Now i try to implement this script and i am not able to get it working.
I installed pylunar as well as pytz but the script fails to import them:
2019-12-19 11:11:56.807 [INFO ] [lipse.smarthome.model.script.Shaddow] - Traceback (most recent call last):
File "/etc/openhab2/scripts/shaddow.py", line 7, in <module>
import pylunar
ImportError: No module named pylunar
I did not create a openhab user on the ubuntu machine. is this the problem?
Thanks