OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
153 stars 107 forks source link

Expose External Values in /status endpoint #826

Closed torrswanson closed 2 months ago

torrswanson commented 2 months ago

I’ve noticed a few of the external values that we can POST /status aren’t exposed to the GET /status request. These should be defined as well in the API docs for GET /status.

Current supported External Values: { "voltage": 220, "shaper_live_pwr": 3400, "solar": 3000, "grid_ie": 3000, "battery_level": 85, "battery_range": 230, "time_to_full_charge": 1590 }

https://openevse.stoplight.io/docs/openevse-wifi-v4/21c8a9ac8dd46-update-external-data-to-evse-status

torrswanson commented 2 months ago

Already implemented and these values only show up after they have been set through POST /status.