You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mqtt.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,23 +26,25 @@ OpenEVSE can post its status values (e.g. amp, wh, temp1, temp2, temp3, pilot, s
26
26
27
27
**The default `<base-topic>` is `openevse-xxxx` where `xxxx` is the last 4 characters of the device ID**
28
28
29
-
Claims & manual override are read accessible here:
30
-
`<base-topic>/override/` : get manual override ([json data], {"state": "null"} when there's no override)
31
-
`<base-topic>/override/set <json data> ` : set/update manual override ( data as refered from API : https://openevse.stoplight.io/docs/openevse-wifi-v4/e0ab0a4ad5e1e-set-the-manual-override )
`<base-topic>/claim/` : get mqtt service claim ([json data], {"state": "null"} when there's no claim )
36
-
`<base-topic>/claim/set <json data>` : set/update claim from MQTT service. Has same priority as HTTP service. ( data as refered from API : https://openevse.stoplight.io/docs/openevse-wifi-v4/ebc578ffa7ca7-make-update-an-evse-claim )
37
-
`<base-topic>/claim/set release` : release claim
31
+
*`<base-topic>/override/` : get manual override ([json data], {"state": "null"} when there's no override)
32
+
*`<base-topic>/override/set <json data> ` : set/update manual override ( data as refered from API : https://openevse.stoplight.io/docs/openevse-wifi-v4/e0ab0a4ad5e1e-set-the-manual-override )
*`<base-topic>/claim/` : get mqtt service claim ([json data], {"state": "null"} when there's no claim )
37
+
*`<base-topic>/claim/set <json data>` : set/update claim from MQTT service. Has same priority as HTTP service. ( data as refered from API : https://openevse.stoplight.io/docs/openevse-wifi-v4/ebc578ffa7ca7-make-update-an-evse-claim )
38
+
*`<base-topic>/claim/set release` : release claim
38
39
39
40
Claim & override properties can be set independantly. Sending json with only some fields will update the current claim properties only.
41
+
40
42
To remove a selected claim/override property, just send "clear" as property parameter ( i.e. `<base-topic>/claim/set {"charge_current": "clear"}` )
MQTT setup is pre-populated with OpenEnergyMonitor [emonPi default MQTT server credentials](https://guide.openenergymonitor.org/technical/credentials/#mqtt).
0 commit comments