Skip to content

mcm1957/ioBroker.envertech-pv

 
 

Repository files navigation

Logo

ioBroker.envertech-pv

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

NPM

ioBroker.envertech-pv

This adapter allows to retrieve data from envertech cloud service (www.envertecportal.com) by polling the webservice at regular intervals. All data retrieved is stored at states accessible by users.

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

Documentation

english documentation is available here
german documentation is available here

Credits

Providing this adapter would not have been possible without the great work of @adcrafter27 (https://github.com/adcrafter27) who analyzed and documented to rest-api used to access envertech cloud.

How to report issues and feature requests

Please use GitHub issues for this.

Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column Log level). Then please get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines). If you do not like providing it in GitHub issue you can also send it to me via email (mcm57@gmx.at). Please add a reference to the relevant GitHub issue AND also describe what I see in the log at which time.

Changelog

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 mcm1957 mcm57@gmx.at, adcrafter27 adcrafter27@gmail.com

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.

About

Read envertecportal.com Web Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • HTML 12.9%
  • CSS 0.4%