npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.chargeamps1

v0.1.9

Published

controll ChargeAmps Wallbox API

Readme

Logo

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