-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MQTT and REST API to control the connected LED in EVSE 'Off' mode…
… (#131) * Cheap Tariff Indicator - Adds MQTT configurable parameter '/Set/CheapTariffIndicator' - Adds MQTT publication of '/CheapTariffIndicator' - When 'CheapTariffIndicator' is set to a future unix time (in seconds), the EVSE LED will turn blue, when no EV is connected and access is locked. * More general mode off LED color implementation: - Removes MQTT configurable parameter '/Set/CheapTariffIndicator' - Removes MQTT publication of '/CheapTariffIndicator' - Adds MQTT configurable parameter '/Set/ColorOff' which takes an RGB value 'R:G:B' - Adds MQTT publication of '/ColorOff' * Expanded LED color off-mode implementation: - Added REST api: curl -X POST 'http://ipaddress/color_off?R=0&G=0&B=255' -d '' - Added LED color off-mode setting to http://ipaddress/settings - Add /Set/ColorOff to list of valid MQTT topics to publish to - Add REST api mods to REST_API manual
- Loading branch information
Showing
3 changed files
with
56 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters