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.
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
english documentation is available here
german documentation is available here
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.
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 ([email protected]). Please add a reference to the relevant GitHub issue AND also describe what I see in the log at which time.
- (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.
- (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.
- (adcrafter27) add setting for more log output
- (adcrafter27) add more functions
- (adcrafter27) code fix
- (adcrafter27) release
- (adcrafter27) Update new functions
- (adcrafter27) First test release
- (adcrafter27) initial release
MIT License
Copyright (c) 2023 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.