-
Notifications
You must be signed in to change notification settings - Fork 40
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
How to get the power consumption? #7
Comments
I don’t think the AC unit communicates this...looking at the results of a raw dump. How the app gets it I’m not sure. I agree it would be really nice to have - does anyone have an idea how this is communicated? |
If the app can do it, we may be able to do it. We just need to know the endpoint (url). I may look into this. the old URL I had ( https://accsmart.panasonic.com/deviceHistoryData ) says "New version app has been published" so I have to figure out the new API. |
I actually got the endpoint working, I had to change app-version number in header to
dataMode: It will return data like this for week mode
the only differences is dataNumber, for month it's 0-30, day 0-6 etc. mine isn't working good though, as mine has stopped reporting data - it only has some data in june for some reason, everything else is empty except the very beginning. |
That looks very promising...I really want to try and dump mine in a similar way to see if it's also missing data but I'm afraid I'm too rubbish to work out how to make an HTTP request with all the authentication etc. Could you maybe create a temporary fork that includes a raw dump of the data, or point me in the right direction of a way to issue the request manually? Thanks...and sorry for my ignorance!! |
If you can see the data in the app you are not missing any data. |
Ah, ok...I can definitely see all the data in the app :) |
I created a PR for that. No need to change |
solved in PR #11 |
Hello I would like to get the view of the energy consumption in KW / h on Hassio, I am using the Panasonic Comfort Cloud HA component through HACS and I see that it uses the pcomfortcloud library. |
The iOS applet is able to display an estimation of the energy consumed in kWh.
I could not find this information returned by
pcomfortcloud.py
.It could be nice to have this data.
The text was updated successfully, but these errors were encountered: