SaKiEQ
SaKiEQ
I am doing pretty much the same, except with python scripts and not having any issues... Does you shell script execute when called directly from a terminal ? It also...
as far as I can tell from scrubbing trough the enclosure_plugin code, both values are passed on to OctoPrint/Dashboard. So far my conclusion was that the Dashboard plugin does not...
Howdy, Any news on this ? A potentially simpler version could be, to somehow tap into the Octoprint Bed Level Wizzard, which works great and does what I need most...
Hah... I was trying the [!OUTPUT] yesterday, after discovering it in the wiki and could not get it to work - now i know why ! One thing that would...
I 'hacked' the enclosure plugin sensor data acquisition function, removed the DHT sensor code and added my external code, once the data formatting was ok it just worked fine. I...
The whole octoprint UI is a bit awkward in terms of either orientation. Landscape there is too much left and right space wasted and portrait is just an even worse...
Thanks - so it was not me... its just not yet implemented from the other developers :) Then I have to go digging...
I think it would interesting to have the ability to have more than one Dashboard config at a time. Sort of like having Dashboard tabs. Different views for different purposes,...
Octoprint can read a DH22 sensor on the GPIO pins, my idea was to read and buffer the reading on a Arduino and sending the information to Octoprint instead of...
for your reference, a Octoprint plugin that reads a directly connected to the rasPI and deals with the Octoprint plugin API. https://github.com/vitormhenrique/OctoPrint-Enclosure In my case i would be interested to...