unsplorer
unsplorer
I'm running OctoPrint in a docker container and was able to resolve this issue by installing the newer Adafruit_CircuitPython_DHT library and python3 inside the container. I had to adjust the...
I've managed to hack together a possible solution by changing Ln 19 in app/modules/core/paths.js This is obviously very poor practice, but if you're only using Platformio by remoting in from...
So ive long forgotten how I originally did this, but I came back to it and ended up editing the file at /home/$USER/.platformio/packages/contrib-piohome/main.*********.min.js . I then searched the code for...
I did!. Its here : https://github.com/platformio/platformio-home/issues/2316#issuecomment-1151332626
Tested. This PR solved quite a few headaches. Thank you @speendo