-
I just started with this great project to read the values of my gas meter. So I checked how to get the historical data and I found the hint that you can activate debug mode to get the data written to the log. It would be great if the json interface would contain historical data, but the current log also does what I need. So I then though how I could modify the core software to display the graph. I noticed that the graph can be plottet by the client. So I uploaded a new graph.html file with some javascript to fetch and parse the logs and then to display a graph with an external javascript library. The first PoC work :-) Is anyone interested in this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
Can you publish this part of the code (e.g. in as pull-request in the repository)? As long as it is "only" html and client based solution, it can be rather easy integrated. |
Beta Was this translation helpful? Give feedback.
-
Pretty cool! I just saw you commited to master - please use the rolling for updates. I have added to the rolling as well. Jf you do an update now, it is already part of the html directory. |
Beta Was this translation helpful? Give feedback.
-
I don't know, what hacktoberfest is about. Can you explain? |
Beta Was this translation helpful? Give feedback.
-
@jomjol Only you can add the label to the repo (gear icon on top right |
Beta Was this translation helpful? Give feedback.
-
The Benefit is fun, and the chance for more contributions. If your project is tagged, it will be listed on the hacktoberfest.com website. And it is just a tag. You can also tag single PRs with "hacktoberfest-accepted" |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Can you publish this part of the code (e.g. in as pull-request in the repository)?
As long as it is "only" html and client based solution, it can be rather easy integrated.