Matthew1471 / Enphase-API

Enphase-API is an unofficial project providing an API wrapper (including local/LAN Gateway API) and the documentation for Enphase®'s products and services.
GNU General Public License v3.0
76 stars 10 forks source link

Endpoint for setting IQ Battery profile? #3

Closed cgarwood closed 9 months ago

cgarwood commented 1 year ago

It looks like /admin/lib/tariff will tell you what the current battery profile is. Do you know if there is a POST endpoint that allows changing it and/or what the valid battery_mode types are that show up on /admin/lib/tariff?

Also curious if the Envoy has any concept of the Storm Guard feature, or if that's all cloud based and just changes the battery mode ot a normal full-backup profile.

Thanks!

cgarwood commented 9 months ago

Looks like you can send a PUT request to the /admin/lib/tariff endpoint to set the storage_mode. From what I can tell the Storm Guard is cloud only, I haven't been able to find any local settings for seeing its status or toggling it on/off