This adapter uses the service Sentry.io to automatically report exceptions and code errors and new device schemas to me as the developer. More details see below!
A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102)LEDs or also SPI based chipsets like the WS2801!
WLED - Github Project by @Aircoookie
The adapter automatically try's to find WLED devices in your network using Bonjour services.
Known issues : Networks with VLAN seperation mostly don't route broadcast traffic, meaning autodetect will fail.
Don't worry, in that case you can add the device manually by IP-Adress.
- Ensure your WLED device is runnning and reachable by network
- Install the adapter
- Configure intervall times for data polling and auto-detect cyclus
4 - A) Start the adapter, devices should be detected automatically
4 - B) If A fails, use the Add-Device button an provide the device IP-Adress - Adapter will send changes immediatly and polls data every x seconds (configurable)
- Switch polling to socket connections, pending implementation at WLED firmware
If you like my work, please feel free to provide a personal donation
(this is an personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
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.
- (DutchmanNL) Bugfix : State type definition for time and pmt
- (DutchmanNL) add development option to disable sentry
- (DutchmanNL) split API calls, avoid not needed query's
- (DutchmanNL) Bugfix : issue with boolean attributes #40
- (DutchmanNL) add new state definition for WLED version 0.11
- (DutchmanNL) Bugfix : You are assigning a string to the state "wled.0.xxxx.seg.0.col.0
- (DutchmanNL) Support WLED 0.10.2, new state definitions implemented
- (DutchmanNL) Update state definitions
- (DutchmanNL) Remove log messages for missing states (Sentry report only)
- (DutchmanNL) Bugfix : 0.5.3 decommissioned, update to 0.5.4 !
- (DutchmanNL) Bugfix : Add missing Attributes with WLED 0.10.0
- (DutchmanNL) Implement Sentry
- (DutchmanNL) Bugfix : Devicename
- (DutchmanNL) Bugfix : Warning with JS Controler 3.0.7
- (DutchmanNL) Bugfix : Avoid writing objects unnecessarily
- (DutchmanNL) Added translations
- (DutchmanNL) Release to stable repository, beta testing finished
- (DutchmanNL & Jey-Cee) Bugfix : Polling timer not saved
- (DutchmanNL) Bugfix : Correct handling of "online" state
- (DutchmanNL) Bugfix : Polling timer (offline devices did not reconnect)
- (DutchmanNL) Bugfix : Hex state value change
- (DutchmanNL) Code cleanup
- (DutchmanNL) Improved logging information
- (DutchmanNL) Make polling timer configurable
- (DutchmanNL) Correct handling of device online state
- (DutchmanNL) Show online state in instance configuration
- (DutchmanNL) Bugfix io-package
- (DutchmanNL) Improved logging at adapter start
- (DutchmanNL) Possibility to add devices by IP-adress implemented. (Needed for situations were autoscan fails)
- (DutchmanNL) Ensure known devices get connected immediatly after adapter start instead of waiting for network scan
- (DutchmanNL) Code cleanup and optimalisation
- (DutchmanNL) FIX memory leak by proper handling of bonjour service
- (DutchmanNL) Solved incorrect formated API call at state changes causing warning message
- (DutchmanNL) Fixed error when API call fails (write warning to log and retry at intervall time)
- (DutchmanNL) HEX color states implemented
- (DutchmanNL) Implement drop down menu for effects
- (DutchmanNL) Implemented states hidden from JSON-API : tt / psave / nn / time
- (DutchmanNL) Improve logging issue
- (DutchmanNL) initial release
MIT License
Copyright (c) 2020 DutchmanNL rdrozda86@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.