https://github.com/simatec/iobroker.uv-protect
UV-Protect from openUV-API
https://github.com/simatec/iobroker.uv-protect
openuv openuv-api ozone suncalc uv uv-protect
Last synced: 2 months ago
JSON representation
UV-Protect from openUV-API
- Host: GitHub
- URL: https://github.com/simatec/iobroker.uv-protect
- Owner: simatec
- License: mit
- Created: 2021-04-14T16:02:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T19:30:28.000Z (2 months ago)
- Last Synced: 2025-04-05T20:27:04.506Z (2 months ago)
- Topics: openuv, openuv-api, ozone, suncalc, uv, uv-protect
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker.uv-protect[](https://www.npmjs.com/package/iobroker.uv-protect)
[](https://www.npmjs.com/package/iobroker.uv-protect)


[](https://snyk.io/test/github/simatec/ioBroker.uv-protect)
[](https://github.com/simatec/ioBroker.uv-protect/blob/master/LICENSE)
[](https://paypal.me/mk1676)
[](https://github.com/sponsors/simatec)## uv-protect adapter for ioBroker
UV-Protect from openUV-API
**************************************************************************************************************
## Support adapter development
**If you like it, please consider a donation:**
[](https://paypal.me/mk1676)**************************************************************************************************************
### What is Sentry.io and what is reported to the servers of that company?
Sentry.io is a service for developers to get an overview about errors from their applications. And exactly this is implemented in this adapter.When the adapter crashes or an other Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you allowed iobroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error free adapters that basically never crashs.
**************************************************************************************************************
## Changelog
### 0.6.6 (2025-02-22)
* (simatec) Dependencies updated
* (simatec) small fix### 0.6.5 (2025-01-11)
* (simatec) eslint-config fix
* (simatec) Code fix
* (simatec) Dependencies updated
* (simatec) Update License### 0.6.4 (2024-11-24)
* (simatec) json5 added
* (simatec) Dependencies updated
* (simatec) small Design Fix
* (simatec) Issue Action added
* (simatec) eslint-config added### 0.6.3 (2024-09-26)
* (simatec) Fix for Admin 7.1.5### 0.6.2 (2024-09-21)
* (simatec) Dependencies updated
* (simatec) small Design Fix### 0.6.1 (2024-09-16)
* (simatec) Dependencies updated
* (simatec) dev-server added
* (simatec) Repo Check fix
* (simatec) Responsive Design added### 0.6.0 (2024-02-05)
* (simatec) Dependencies updated
* (simatec) gulp deleted
* (simatec) @iobroker/adapter-dev
* (simatec) Translation updated### 0.5.1 (2023-11-02)
* (simatec) Dependencies updated### 0.5.0 (2023-10-11)
* (simatec) Dependencies updated
* (simatec) Fix units
* (simatec) Code clean### 0.4.2 (2023-09-05)
* (simatec) Dependencies updated
* (simatec) test and release updated
* (simatec) Translation updated### 0.4.1 (2023-06-19)
* (simatec) Dependencies updated
* (simatec) Fix Adapter Stop### 0.4.0 (2023-03-18)
* (simatec) Dependencies updated
* (simatec) Repo updated### 0.3.7 (2022-11-01)
* (simatec) Fix Axios Request
* (simatec) Dependencies updated### 0.3.6 (2022-07-11)
* (simatec) Fix Request
* (simatec) timeout added
* (simatec) Dependencies updated### 0.3.5 (2022-02-08)
* (simatec) Fix value types
* (simatec) Fix Axios Request
* (simatec) Dependencies updated### 0.3.4 (2021-11-17)
* (simatec) Dependencies updated
* (simatec) test and release updated### 0.3.3 (31.07.2021)
* (simatec) Bugfix async/await function### 0.3.2 (28.07.2021)
* (simatec) Bugfix### 0.3.1 (28.06.2021)
* (simatec) Date / time formatted### 0.3.0 (24.06.2021)
* (simatec) code cleaning
* (simatec) added translate to system language for states
* (simatec) Bugfix Timestamp
* (simatec) value formating
* (simatec) Dependencies updated
* (simatec) name for states updated### 0.2.3
* (simatec) apiKey auto encrypted### 0.2.2
* (simatec) apiKey encrypted
* (simatec) fix async function### 0.2.1
* (simatec) Fix for latest Repo### 0.2.0
* (simatec) jsonConfig for Admin5 added### 0.1.0
* (simatec) First Beta### 0.0.1
* (simatec) initial release## License
MIT LicenseCopyright (c) 2021-2025 simatec
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.