-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File List #65
Comments
So, I continued digging and on the way also thought it would be nice to be able to send arbitrary gcode via Home Assistant. Installing text-input-row (community discussion here), I came up with:
But am getting a variable not found kind of thing when I reference input_text.gcode, so I'm obviously doing it slightly wrong... Trying to sort through templates now... |
I haven't worked out adding a file list, but I did get a terminal field put together today. In Lovelace config:
You'll have to install text-input-row and then add your variable to Home Assistant's configuration.yaml like:
And then create an input_text.yaml file with:
Thanks again! |
Thanks for sharing this. I'll leave the issue open and test this myself soon (this weekend if I can find the time) and if it works I'll add it to the examples. |
I hope it's helpful! The only caveat I've found is that to update the input_text variable, I either have to press return after typing it BEFORE pressing the send button, or click outside the field (but not on the send button) to set the variable, and then click send. Of course, I would prefer to be able to simply type the gcode and press enter to have it send, so maybe some more attention this weekend could be useful.... I'm happy to provide better instructions if my earlier ramblings prove uninterpretable 🙃 |
First, thanks for one of the best, most powerful plugins in the Octoprint ecosystem, as well as the superb documentation for it (especially the safe shutdown script and automation). It's truly transformative.
Is it feasible to be able to display a list of the files in Octoprint's uploads folder and be able to launch jobs via Homeassistant?
thanks again!
The text was updated successfully, but these errors were encountered: