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

Response /ivp/ensemble/sleep #19

Open vlape opened 7 months ago

vlape commented 7 months ago

Response from /ivp/ensemble/sleep Envoy vD8.2.62 Four 5P batteries

{
    "encharge_sleep": [
        {
            "serial_num": "XXX",
            "sleep_req_type": 0,
            "sleep_min_soc": 0,
            "sleep_max_soc": 100
        },
        {
            "serial_num": "XXX",
            "sleep_req_type": 0,
            "sleep_min_soc": 0,
            "sleep_max_soc": 100
        },
        {
            "serial_num": "XXX",
            "sleep_req_type": 0,
            "sleep_min_soc": 0,
            "sleep_max_soc": 100
        },
        {
            "serial_num": "XXX",
            "sleep_req_type": 0,
            "sleep_min_soc": 0,
            "sleep_max_soc": 100
        }
    ]
}