Changes

Enphase Solar

874 bytes added, 17:10, 30 April 2018
/* Links */
== Remote API ==
Enphase developer login:
https://developer.enphase.com/admin/
=== Commands ===
* get the system
curl -v "https://api.enphaseenergy.com/api/v2/systems?key=2be7be3252ca4c595e5622b702a34ff5&user_id=4d5441774e7a597a4e673d3d0a"
* system info
curl -v "https://api.enphaseenergy.com/api/v2/systems/1320223/summary?key=2be7be3252ca4c595e5622b702a34ff5&user_id=4d5441774e7a597a4e673d3d0a"
*inventory curl -v "https://api.enphaseenergy.com/api/v2/systems/1320223/inventory?key=2be7be3252ca4c595e5622b702a34ff5&user_id=4d5441774e7a597a4e673d3d0a"
reply:
<quotepre>
{
"system_id": 1320223,
}
}
</quotepre== Local API ==* Local website login: ''envoy:<last 6 digits of serial number>''** get serial number from installer app on phone * some info: https://thecomputerperson.wordpress.com/2016/08/03/enphase-envoy-s-data-scraping/* Smarttings Plugin https://community.smartthings.com/t/release-enphase-envoy-local-access/37544 === Links ===* production: http://192.168.1.109/production.json ( [[example production.json]] )* all: http://192.168.1.109/api/v1/production ( [[example envoy production all]] )* individual panels http://192.168.1.109/api/v1/production/inverters ( [[example envoy production inverters]] )* Inventory http://192.168.1.109/inventory.json ( [[example envoy inventory.json]] )
Bureaucrat, administrator
963
edits