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.envertech-pv

v1.3.2

Published

Adapter to read data from www.envertecportal.com

Downloads

185

Readme

Logo

ioBroker.envertech-pv

NPM version Current version in stable repository Number of Installations Test and Release Translation status Downloads

NPM

ioBroker.envertech-pv

The ioBroker.envertech-pv adapter empowers you to access and gather data from the envertech cloud service easily. By regularly polling the web service, this adapter ensures that all valuable information is promptly retrieved and stored in easily accessible states.

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. Envertech® is a registered trademark of Zhejiang Envertech Corporation Limited

Documentation

English documentation
German documentation

Credits

This adapter would not have been possible without the great work of @adcrafter27 (https://github.com/adcrafter27), who analyzed and documented the REST API used to access the envertech cloud service.

How to report issues and feature requests

Ideally, please use GitHub issues for this, with the best method achieved by setting the adapter to Debug log mode (Instances -> Expert mode -> Column Log level). Then retrieve the logfile from disk via the 'log' ioBroker subdirectory, not from Admin, which will cut lines. If you prefer to avoid providing it in a GitHub issue, email me ([email protected]). Please reference the relevant GitHub issue, provide corresponding descriptive commentary and add log timestamp(s) where appropriate.

Changelog

1.3.2 (2024-03-28)

  • (mcm1957) Adapter supports multiple pages returned from Envertech now. This will allow more than 20 inverters per station.
  • (mcm1957) Adapter requires js-controller >= 5 now.
  • (mcm1957) Dependencies have been updated.

1.2.0 (2024-03-21)

  • (mcm1957) New states GridPower and LoadPower have been added [#147].
  • (mcm1957) Processing of strIncome has been fixed [#46].
  • (mcm1957) Incorrect description has been corrected [#50].
  • (mcm1957) State roles have been checked and adapter [#75].
  • (mcm1957) Dependencies have been updated.

1.1.0 (2023-11-12)

  • (mcm1957) Adapter requires nodejs 18 now.
  • (mcm1957) Incorrect energy units have been corrected. [#113]
  • (mcm1957) New internal information returned by api is no longer reported as unknown. [#110]
  • (mcm1957) Dependencies have been updated.

1.0.2 (2023-03-31)

  • (mcm1957) changed: Handling of statuscode '2' has been added (#44).
  • (mcm1957) changed: Unload code has been fixed.
  • (mcm1957) changed: Some translations have been updated.
  • (mcm1957) changed: Dependencies have been updated.

1.0.1 (2023-03-23)

  • (mcm1957) NEW: Support to retrieve station-id by username and password has been added.
  • (mcm1957) NEW: Support to check multiple stations within one instance has been added.
  • (mcm1957) changed: Units and roles for states have been reconfigured.
  • (mcm1957) changed: State structure has been changed to support multiple stations (and for future local access).
  • (mcm1957) changed: Userinterface has been migrated to jsonConfig (admin5).
  • (mcm1957) changed: The adapter is running as daemon.
  • (mcm1957) changed: The communication has been changed from deprecated "request" to "axios" package.
  • (mcm1957) changed: The adapter has been moved to iobroker-community-adapters organisation.

0.0.8

  • (adcrafter27) add setting for more log output

0.0.7

  • (adcrafter27) add more functions

0.0.6

  • (adcrafter27) code fix

0.0.5

  • (adcrafter27) release

0.0.3

  • (adcrafter27) Update new functions

0.0.2

  • (adcrafter27) First test release

0.0.1

  • (adcrafter27) initial release

License

MIT License

Copyright (c) 2023-2024 mcm1957 [email protected], adcrafter27 [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.