CharlesGillanders / homeassistant-alphaESS

Monitor your energy generation, storage, and usage data using the official API from Alpha ESS.
MIT License
101 stars 22 forks source link

request for Voltage per MPPT #57

Closed joitde closed 1 year ago

joitde commented 1 year ago

Hi,

@Spookster already implemented the Power of PPV1 and PPV2. I'd like to see the Voltage as well. Would it be possible for someone to implement? Or is this something I could achieve myself with configuration? Little coding experience here...

Best Hannes

Spookster commented 1 year ago

Looking quickly at the docs, the values you are looking for are Upv1 and Upv2 I havent tried to access them, but also using node-red-contrib-alphaess and they arent available from that.

joitde commented 1 year ago

oh that was a quick reply. Sorry I don't know node-red-contrib-alphaess, what does it do?

Spookster commented 1 year ago

I use that component in Node Red alongside Charless code for other reasons: image

I had a quick look at Upv, tried some code, but it seems its not accessible from the standard json code? Someone else may be able to confirm