Adapter for reading go-eCharger data. Adapter creates some states and updates sequentially. Adapter is connectable to PV-system to make use of surplus solar power for charging your car. Working with firmware V033, V040.0, V041.0, V054.7, V054.11, V055.5, V055.7, V055.8, V56.1.
- (HombachC) replaced got by axios
- (HombachC) Add support for V054.7, Several dependency updates, code cleanup
- (HombachC) Several dependency updates, bump adapter-core to 3.x
- (HombachC) acknowledge settings states after adoption
- (HombachC) Changed config screen to ioBroker.admin 5 version
- (HombachC) removed travis
- (HombachC) BREAKING: dropped node.js 14 support
- (HombachC) Add tests for node.js 20, removed for node.js 14, bumped dependencies
- (HombachC) BREAKING: dropped ioBroker.admin 4 support
- (HombachC) bumped dependencies
- (HombachC) bumped dependencies and year 2023 changes
- (HombachC) bumped dependencies because of security vulnerability
- (HombachC) bumped dependencies, small code tweaks, removed gulp
- (HombachC) BREAKING: dropped node.js 12 support
- (HombachC) Add tests for node.js 18, removed for node.js 12
- (HombachC) bumped dependencies to non node.js 12 support
- (HombachC) introducing read-only mode, bumped dependencies
- (HombachC) optimize system load
- (HombachC) fix sentry error, bumped dependencies
- (HombachC) small docu tweaks, bumped dependencies
- (HombachC) year 2022 changes, bumped dependencies
- (HombachC) dropped node.js 10 support, bumped dependencies
- (HombachC) sentry finding: added unknown firmware 040; prior only 040.0 included
- (HombachC) fixing error in adapter start-up
- (HombachC) changed error with unsupported firmware to warning - run adapter also with this firmwares
- (HombachC) added sentry.io support
- (HombachC) fixed error in charger state feedback
- (HombachC) support for firmware 041.0
- (HombachC) added gridphase correction to charge logic
- (HombachC) added tests for node.js 16
- (HombachC) added measured maximum current
- (HombachC) fix error in foreign state popup
- (HombachC) introduces selectable external states for charge control
- (HombachC) added use of amx (non persistent set of charge current) to protect hardware (firmware 040 only)
- (HombachC) added check of firmware version
- (HombachC) bumped dependencies, added poll of firmware version, fixed error in CarStateString
- (HombachC) changed type to vehicle
- (HombachC) initial release