ioBroker.ankersolix2
Tests:
ankersolix2 adapter for ioBroker
Integrate Anker Solix 2
Description
This project is derived from https://github.com/tomquist/solix2mqtt and brings information from the anker api directly into ioBroker.
Supported Devices
I don't have every Anker hardware available for testing. I can only list the hardware, i have tested. It is possible that all other Anker hardware is also compatible
Device | Description |
---|---|
Solarbank |
- A17C0: Solarbank E1600 (Gen 1) - A17C1: Solarbank 2 E1600 Pro - A17C3: Solarbank 2 E1600 Plus - A17C5: Solarbank 3 E2700 Plus |
Smartmeter |
- A17X7: Anker 3 Phase Wifi Smart Meter - SHEM3: Shelly 3EM Smart Meter - SHEMP3: Shelly 3EM Pro Smart Meter |
Important Change
If your updating from v1.x to 2.x, you have to reinsert your password again! If you dont do this, you will lock your account!!!
Config
- Create a familie-account in anker app and add it to your main-account
- install the adapter
- go to adapter setting and set your credentials
- at first time, pleas use a high poll time (180sec), so you have enought time to stop the adapter if everything goes wrong. Normally you can see in logfile that you have an site_id and you got the message: Published.
Helps
If you have errors like 401, than please check you credentials. If you have erros again and cant login, stop the adapter and delete the session.data under the iobroker-data/ankersolix2.0 (e.g. /opt/iobroker/iobroker-data/ankersolix2/), after this start adapter again.
Changelog
2.1.2 (2025-05-28)
- (ronny130286) fix for Solix 3
2.1.1 (2025-05-15)
- (ronny130286) bugfix
2.1.0 (2025-04-17)
- (ronny130286) reorganized analysis option (now selectable in adminconsole)
- (ronny130286) add battery energy to solix devices
- (ronny130286) update packages
2.0.0 (2025-03-09)
- (ronny130286) update packages
- (ronny130286) decrypt password in adminui
- (ronny130286) add more language codes
- (ronny130286) reorganized some DP
1.1.0 (2025-02-08)
- (ronny130286) add analysis data for week/day
- (ronny130286) update packages
1.0.3 (2024-12-06)
- (ronny130286) edit refreshtimer
- (ronny130286) add to repo
1.0.2 (2024-12-04)
- (ronny130286) bugfix
1.0.1 (2024-12-01)
- (ronny130286) ESLint 9.x
1.0.0 (2024-11-29)
- (ronny130286) stable release
- (ronny130286) fixed backup_info object
0.1.0-beta.0 (2024-10-02)
- (ronny130286) beta release
0.0.3-alpha.0 (2024-09-25)
- (ronny130286) fix session.data
- (ronny130286) npm release
0.0.2-alpha.0 (2024-09-20)
- (ronny130286) initial release
License
MIT License
Copyright (c) 2025 ronny130286 ronnymatthei@gmx.de
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.