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 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.alpha-ess

v2.0.2

Published

Read and write data from and to Alpha ESS systems.

Downloads

163

Readme

Logo

ioBroker.alpha-ess

Number of Installations (latest) Number of Installations (stable) NPM version

Downloads Known Vulnerabilities

alpha-ess adapter for ioBroker


Due to current circumstances, please take note!

Interface restriction announcement


This adapter logs into the web API of Alpha-ESS and retrieves information for your Alpha-ESS equipment.
Depending on your Alpha-ESS product, it is possible to get realtime data and configuration data for your equipment. Which data points are returned by the API depends on your Alpha-ESS equipment.

This adapter uses the Alpha-ESS Open API, which is an official and documented API for Alpha-ESS devices.

The quality attribute of each state is set accordingly to its status: | Quality | meaning | |:--------|:--------------------------------------------------| |0x00 |OK and up to date | |0x01 |value not updated due to unknown reason, see log | |0x02 |problem with online connection for this data point | |0x12 |adapter disconnected or stopped | |0x44 |API returned error or internal error, see log |

Settings:

To be able to use the Alpha-ESS Open API, you have to register your Alpha-ESS device unter https://open.alphaess.com. Once registered, you get a developer ID and a developer key (called "Secret"). You will need these to have access to the Open API. How to find SN and Check code for registration is described here: https://github.com/alphaess-developer/alphacloud_open_api

  • Personal application ID: The application ID (see above)
  • Personal application Secret: The application Secret (see above)
  • Alpha-ESS System ID: The system Identifier of your Alpha-ESS equipment
  • Interval to read realtime data: Unit: seconds.
  • Interval to read energy data: Unit: minutes.
  • Interval to read charging settings: Unit: minutes.
  • Interval to read discharging settings: Unit: minutes.
  • Interval to read summary data: Unit: minutes.
  • Interval to read wallbox data: Unit: minutes. Caution: Currently only one Wallbox is supported.
  • Update unchanged states: If this option is checked, states are changed even if the corresponding value is unchanged.

Disclaimer

All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.

Changelog

2.0.2 (2024-01-12)

  • (Gaspode) Updated Copyright year

2.0.1 (2024-01-03)

  • (Gaspode) Adapted timeout to new API restrictions

2.0.0 (2023-12-02)

  • (Gaspode) Breaking Change: Removed support of Closed API

1.3.0 (2023-11-22)

  • (Gaspode) Support wallbox with Open API
  • (Gaspode) Start and stop charging of wallbox with Open API

1.2.1 (2023-11-11)

  • (Gaspode) Fixed severe error in ClosedAPI

1.2.0 (2023-11-10)

  • (Gaspode) Added additional realtime attributes for OpenAPI

1.1.1 (2023-11-04)

  • (Gaspode) Closed API adapted to latest Alpha-ESS changes and enabled again

1.1.0 (2023-11-04)

  • (Gaspode) Closed API disabled (temporarily?) because API has been changed by Alpha-ESS
  • (Gaspode) Read back changed settings values 2 seconds after they have been changed

1.0.2 (2023-10-05)

  • (mcm1957) Updated required node version to 16 or newer

1.0.1 (2023-10-03)

  • (Gaspode) Adapted fetching energy values using 'Closed API' to latest API changes by Alpha-ESS

1.0.0 (2023-06-20)

  • (Gaspode) Support also the new official OpenAPI provided by Alpha-ESS
  • (Gaspode) Set state quality accordingly to status of data
  • (Gaspode) Writing charging and discharging settings implemented for 'Closed API' and OpenAPI
  • (Gaspode) Remove no more supported states at startup automatically

0.4.0 (2023-02-16)

  • (Gaspode) Optimized deletion of group states
  • (Gaspode) Added new Realtime state for pmeter_dc

0.3.0 (2023-02-11)

  • (Gaspode) Read selected statistical data
  • (Gaspode) Added Summary data
  • (Gaspode) Refactored complete implementation
  • (Gaspode) Changed the unit of settings for all intervals, except of realtime data, to minutes (Caution: settings are reset to defaults)
  • (Gaspode) Remove disabled states at adapter startup
  • (Gaspode) Removed no more supported value 'createtime' (state ID Realtime.Last_update).
  • (Gaspode) Optimized rounding for selected values
  • (Gaspode) Added states EV1_power, EV2_power, EV3_power and EV4_power to Realtime folder

0.1.0 (2023-01-15)

  • (Gaspode) First release for Latest repository
  • (Gaspode) Corrected typo in state ID Battery_SOC
  • (Gaspode) Implemented improvements as suggested in code review
  • (Gaspode) Slow down requests in case of permanent errors
  • (Gaspode) Changed adapter type from metering to energy
  • (Gaspode) Correction for NPM
  • (Gaspode) Enable NPM

0.0.5

  • (Gaspode) Use meaningful state names
  • (Gaspode) Use suitable state roles
  • (Gaspode) Added new state for Alpha-ESS settings parameter 'upsReserve'

0.0.4

  • (Gaspode) use axios to perform Alpha-ESS API calls instead of deprecated request
  • (Gaspode) New option "Update unchanged states" added

0.0.3

  • (Gaspode) refactored API calls, added daily energy values

0.0.2

  • (Gaspode) corrected api call for realtime data

0.0.1

  • (Gaspode) initial release

License

MIT License

Copyright (c) 2024 Gaspode [email protected]

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.