Skip to content
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

remote control: show ascii strings to display from client #248

Open
sercona opened this issue Mar 13, 2022 · 0 comments
Open

remote control: show ascii strings to display from client #248

sercona opened this issue Mar 13, 2022 · 0 comments

Comments

@sercona
Copy link

sercona commented Mar 13, 2022

my use-case is to have an ESP8266 or equiv be a web REST proxy for this.

it would be handy to have some way to display strings to the display as just display fields from serial clients. the ESP could then show bootup/dhcp (etc) progress and eventually the ip-addr or an error if it can't get an IP.

showing an IP (at least) is the very minimal in order for this to be deployed as a standalone REST controlled psu. that's my goal, to embed an ESP wifi module in and not need to have the ESP drive its own private display just to show its network status.

not sure what features are needed: color fg/bg and font, maybe? I would not give x,y - there should be a 'tray' (like there is an icon tray, now) for remote messages and those should probably not exceed one single screen line. that would really be enough to have the ESP do its status over serial, be 'headless' and be an effective network proxy.

before I start hacking my own tree, wondering if there was any work along this line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants