iobroker.chargeamps1
v0.1.9
Published
controll ChargeAmps Wallbox API
Readme

Charge Amps for ioBroker
ioBroker adapter for Charge Amps Halo wallboxes via the Charge Amps External REST API.
This adapter uses the official Charge Amps External API at https://eapi.charge.space. You need a Charge Amps account and an External API key. Charge Amps documents the API at https://eapi.charge.space/swagger/index.html; according to the public Python reference client, the current API version used here is v5.
Features
- Login with email, password and External API key
- Poll owned charge points and connector status
- Expose current, voltage, total consumption, session and wallbox metadata
- Change wallbox settings: dimmer and down light
- Change connector settings: mode, RFID lock, cable lock and maximum current
- Commands for remote start, remote stop and reboot
- Convenience commands for connector mode: switch wallbox on, set wallbox to standby and use schedule
Configuration
Create an instance of the adapter and configure:
email: Charge Amps account email
password: Charge Amps account password
apiKey: External API key from Charge Amps
pollInterval: polling interval in seconds, minimum 30
rfid, rfidFormat, rfidLength: optional values used for remoteStart. For HEX RFID values, rfidLength is the byte length, not the number of HEX characters. Example: 8 HEX characters are 4 bytes. Set rfidLength to 0 to calculate it automatically.
Funktion
The convenience commands change the connector mode:
- enableCharging sets mode to On and switches the wallbox/connector on.
- disableCharging sets mode to Off and puts the wallbox/connector into standby.
- useSchedule sets mode to Schedule.
Writable setting states:
- settings.dimmer
- settings.downLight
- connectors..settings.mode
- connectors..settings.rfidLock
- connectors..settings.cableLock
- connectors..settings.maxCurrent
ToDo
- implement the Schedule function
Changelog
WORK IN PROGRESS
- (michipi85) initial release
License
MIT License
