Adapter for sending meter readings to the Energy Tracker platform.
It periodically transfers values from configured ioBroker states using the public REST API.
-
Register an account:
👉 Create your account -
Create a personal access token (login required)
👉 Generate token -
Get your device IDs from the API docs (login required)
👉 API documentation
The following fields must be configured in the adapter:
- Personal Access Token
- Device list with:
deviceId(Energy Tracker device ID)sourceState(ioBroker state that provides the reading)- Enable rounding of values
Additionally, you must create a schedule in ioBroker to trigger the adapter at regular intervals.
Without a schedule, the adapter will not fetch or transmit any data automatically.
- The access token is stored encrypted.
- Data is only sent – no readings are retrieved.
- Cleaned up dev dependencies and updated the admin adapter to version 7.6.17.
- Updated all adapter dependencies to current stable versions.
- Updated the API endpoint for submitting meter readings to the new v2 API.
- General maintenance and compatibility improvements.
- Improved API reliability, added request timeout, and addressed review feedback.
- Updated ESLint to v9, fixed repository URL in package.json, and improved test coverage.
- Added README note: schedule required in ioBroker.
- Updated dependencies for testing and added Node.js v24 to adapter tests.
- Removed old news entries (fix W132 warning)
- Reduced build size
- Improved support for integration testing
- Added default schedule configuration for scheduled adapter mode
- Changed adapter type to 'schedule' to reflect intended usage. Fixed repository metadata and added missing GitHub test workflows.
- Fixed repository metadata and performed required minor adjustments
- Fixed repository metadata and performed required minor adjustments
- Fixed repository metadata
- Initial version with full Admin UI configuration
- Supports multiple devices and configurable intervals
MIT – see LICENSE.
Copyright (c) 2017-2025 Bluefox [email protected]
Copyright (c) 2015-2025 energy-tracker [email protected]