-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Is your feature request related to a problem? Please describe.
I just purchased a 3.5inch display for a pi 2 model b to display the curerent half hour rate - upcoming rate - current consumption (if the api supports it) - consumption so far on that day (and price....)
The idea was to replace my smart meters out of date monitor that cant show anything beyond current consumption lol
Then I realised I dont know how to do any of that and google lead me here.
Describe the solution you'd like
I would love to be able to display the text like you have it but on a self updating local website hosted on the PI, displayed on the 3.5 inch display. Not sure if such is possible.
Describe alternatives you've considered
sitting in the corner and rocking back and forward slowly.
learning python and how to make a website thats dynamic using python...thats actually a long term thing.
Additional context
I know c#, would be happy to be shown how to get a specific value for the half hour time slot via the api and have it in a variable then pointed in the direction of how to make a website with python that displays that variable on it.... armed with that knowledge i could probably extrapolate the rest.... but i dont know where to begin lol
Your app fills a mysql database, so knowing how to pull a value from that data base and a link to a good noob friendly python website building guide could be all I need?