---
title: "Update external data to EVSE status"
method: POST
path: "/status"
tags: ["Status"]
---

# Update external data to EVSE status

`POST /status`

The status endpoint can be called to post external data that should be updated by MQTT
If MQTT is not an option, all external data needed can be updated from an HTTP POST request to /status endpoint.

## Response `200`

OK

- object
  - `voltage` integer — live voltage in V
  - `shaper_live_pwr` integer — total household live power in W
  - `solar` integer — divert solar production in W
  - `grid_ie` integer — divert grid -import/+export in W
  - `battery_level` integer — vehicle soc in %
  - `battery_range` integer — vehicle range
  - `time_to_full_charge` integer — vehicle charge ETA

## Changes

- **2022-11-15** `7b8c808bea22` — 1 info
  - added the success response with the status `200`
- **2022-10-24** `8dbe81cf7e02` — 1 info
  - endpoint added
- **2021-09-09** `8e74ed2c45a0` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/openevse/apis/openevse-wifi-api/changes/status/post.md)

---

[API](https://skmtc.dev/openevse/apis/openevse-wifi-api.md) · [All operations](https://skmtc.dev/openevse/apis/openevse-wifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openevse/openevse-wifi-api/revisions/0b557db566f3/schema)
