Replies: 1 comment
-
I am interested in what you did here. I could really use this function. Can you give some details? I am new to github so not sure how to take advantage of your fork. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've not been able to find anything regarding interacting with the Smart Screen so I'm sounding out the idea of making the Smart Screen interactive.
In addition to system monitoring, I'd love to be able to use these screens to interact with my Home Assistant setup for home control, by 3d printing a nice case complete with a Raspberry Pi Zero of some sort and a few physical buttons wired to the Pi.
I'm thinking of adding menu functionality (as the bottom of the screen shot) which would match up with the physical buttons on the case.
When a button is pressed one or more actions can take place such as-
This would be controlled with a new MENU section in the theme config, e.g.
I'm not sure if this use is edge case or if others would like this type of functionality,
it's obviously limited to devices with the ability to connect physical buttons to, such as a Raspberry Pi. Although there could be options to intercept keyboard strokes or interface with a Stream Deck on a PC.EDIT - key press events work fine on Windows and RPi while running in the background, so it can be setup to intercept key presses with modifiers, so for example, ctrl+alt+1 etc can be used to select menu entries.I've got most of this working in a fork, if it's of interest (and not scope creeping this project too far) I can try to do a pull request?
Beta Was this translation helpful? Give feedback.
All reactions