-
Notifications
You must be signed in to change notification settings - Fork 86
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
REST API & Text on screen #9
Comments
I like the idea! Maybe an endpoint to which you can send the matrix and a few settings. You can do that now with websockets, but you have to establish a connection first. |
Hello Just a small contribution to separate the control part of the panel from the rest of the application and add compatibility with Adafr_it GFX (possibilité to print text): https://github.com/mlemarrec/ObegransadPanel |
I was also trying to implement this but as my cpp skills are not the best I still dont have it working. |
Would love to try REST API if someone is willing to make it, I will probably try myself although it's my first project with ESP. |
I actually have implemented that locally, as soon as my current pr is merged, i could make a new one... (yes, i have no clue how depended PR would work) What i did is a "http://xxx.xx.xxx.xx/message?text=Hello%20World!" call. However, I'am wondering if this is actually enough. What would be the usecase? If i should be notified about something, how are the chances i look at the screen that very moment. So shall the message be repeated? Continuously? Every Minute? If every minute, how would i see, that a message will be shown? some blinking indicator somewhere? And how long would the message be shown? Shall a timeout be set? as second param? Or shall the message be overwritten actively? Shall it be possible to post several messages that add up? So, a lot of questions about how to make this usefull. I would be glad, if you could share usecases and your thoughts about how a good solution should actually look like... |
Congratulations for this project.
2 ideas for improvements:
The text was updated successfully, but these errors were encountered: