Jump to content

Enphase local API node server


Recommended Posts

Posted

I need a way to get my solar and electric consumption into ISY. Enphase has a way to get the information locally from the envoy using their V1 API there is some information out there if you google it. I'm able to pull the information in a browser

http://192.168.0.218/api/v1/production

{
  "wattHoursToday": 27030,
  "wattHoursSevenDays": 228503,
  "wattHoursLifetime": 6508642,
  "wattsNow": 432
}

http://192.168.0.218/api/v1/consumption

{
  "wattHoursToday": 38392,
  "wattHoursSevenDays": 299632,
  "wattHoursLifetime": 3235017,
  "wattsNow": 920
}

If somebody is willing to make a node server I'm willing to do any testing needed and willing to pay for the node server. 

Posted

Have you tried the ENPHASE node server that's in the node server store?   I think it may be using the cloud API vs. the local API so may not be what you're looking for.

Posted
9 minutes ago, bpwwer said:

Have you tried the ENPHASE node server that's in the node server store?   I think it may be using the cloud API vs. the local API so may not be what you're looking for.

Yes I have it but it will no longer work after August and it does not support the consumption ct's. Also I am looking for one that I can pole often so I can use it to adjust the charge rate of my Tesla to use excess solar. If your Vue node server would not get confused with the car charger that one works well until it switches over to the car charge rate when it activates.

Guest
This topic is now closed to further replies.

×
×
  • Create New...