bisand / node-red-contrib-panasonic-comfort-cloud

MIT License
5 stars 3 forks source link

[REQUEST] Viewing electricity consumption #10

Open keukenrol opened 1 year ago

keukenrol commented 1 year ago

Hi

I was wondering if the electricity consumption can be added to the functionality. I am unable to see this in the object returned by the device or groups node.

Thanks!

bisand commented 1 year ago

I'm not sure if that feature is available through the API. I will check and report back.

Thanks!

keukenrol commented 1 year ago

When selecting a device in the comfort cloud app, you can tap the "numbers" or "graphs" tab in the bottom left. There you can see the average estimated consumption of the outdoor unit connected to the device you have selected.

hannuterasloihde commented 11 months ago

The power consumption should be accessible through the url {base_url}/deviceHistoryData. I'm currently using the python pcomfortcloud package to get these values. It would be nice if I could do it with this node red node which is currently pulling all other data.