Open dinki opened 1 year ago
Hi!
I started this project also trying to get it into my home assistant, or at least provide some documentation to somebody who wanted to make an addon.
It should be possible to pull information hourly for it. I have not documented this endpoint fully yet though: https://github.com/egold555/Smarthub.coop-Reverse-Engineering/blob/master/requests/tbd-meter-graph.md
I believe this is the graph endpoint in the app, that shows the power usage in different intervals.
I found parameters in the app, like requesting data every 5m intervals, but my meter just returned an empty json response.
Sadly I have not had time to continue this repo, with work and school atm.
Hi there. Stumbled on your repo looking for how to integrate smarthub.coop into Home Assistant. Looks like lots of work has been done on the research. Thanks for providing this for everyone. I was previously snooping my old power meter's RF transmission of the usage and pulling that into Home Assistant but unfortunately that only lasted about a year and then they changed my meter for a smart meter that does not transmit the data in a way that I can grab it.
I'm writing to ask about the usability of this information. I'm most curious to know if it is possible to login and pull hourly readings on a given date? I'm not much of a programmer but I have used python for a few basic scraping projects. I'd envision logging in, pulling the hourly data and then somehow importing it into HA. It's easy for real time but not sure how to go about importing historical data into the energy integration though I have not looked into it.