OctoPi Install #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have attached and read temperature from my 2302 fine from the command line but the Octoprint interface shows no data.
I'm guessing this is because when I try and add the executable flag to the python scripts I get a file not found error, checking manually over SSH the plugins folder is empty... The plugin shows up in the web interface fine.
Im guessing this is because i used the prebuilt Octopi image? Can you help please!
You need to manually copy the scripts on your octopi image!
You can try using the following commands, after you ssh to your rpi:
mkdir -p ~/.octoprint/plugins/OctoPrint-Enclosure/extras/cd ~/.octoprint/plugins/OctoPrint-Enclosure/extras/wget https://raw.githubusercontent.com/vitormhenrique/OctoPrint-Enclosure/master/extras/GetHumidity.pywget https://raw.githubusercontent.com/vitormhenrique/OctoPrint-Enclosure/master/extras/GetTemperature.pychmod +x ~/.octoprint/plugins/OctoPrint-Enclosure/extras/GetTemperature.pychmod +x ~/.octoprint/plugins/OctoPrint-Enclosure/extras/GetHumidity.pyAfter this try testing the scripts again...
./GetTemperature.py 2302 4Fantastic, worked perfectly, thanks for you help and the perfect plugin for my enclosure 👍
No problem, I updated the readme file to clarify the installation process :)