iobroker.wled

0.7.2 • Public • Published

Logo

ioBroker.wled

NPM version Downloads Number of Installations Current version in stable repository Dependency Status

NPM

Tests: Test and Release

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!

wled adapter for ioBroker

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

Instructions

The adapter automatically try's to find WLED devices in your network using Bonjour services.
Known issues : Networks with VLAN separation mostly don't route broadcast traffic, meaning autodetect will fail.

Don't worry, in that case you can add the device manually by IP-Address.

  1. Ensure your WLED device is running and reachable by network
  2. Install the adapter
  3. Configure interval times for data polling and auto-detect cycles
    4 - A) Start the adapter, devices should be detected automatically
    4 - B) If A fails, use the Add-Device button and provide the device IP-Address
  4. Adapter will send changes immediately and polls data every x seconds (configurable)

Support me

If you like my work, please feel free to provide a personal donation
(this is a personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
Donate

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 another 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.7.2 (2023-10-31) - Improve online visibility of devices

  • (DutchmanNL) Show online state of device in object tree
  • (DutchmanNL) Bugfix: Update online state correctly in situation connection is lost, fixes #611
  • (DutchmanNL) Reset brightness to 0 and on to false during adapter start and if a device disconnects, fixes #565

0.7.1 (2023-10-02)

  • several fixes by HaggardFFM fixes #479, #423
  • (DutchmanNL) missing state attribute definitions added
  • implement white color channel by HaggardFFM, fixes #306, #306
  • (DutchmanNL) Removed error message if definitions are missing, no impact on functionality

0.6.7 (2022-06-08) - Bugfix #400

  • (DutchmanNL) Bugfix: Cannot read property 'initialized' of undefined handleStates solved #400

0.6.6 (2022-06-08) - Log messages and error reporting improved

  • (DutchmanNL) Log messages and error reporting improved
  • (DutchmanNL) Don't send missing attribute definitions to Sentry

0.6.5 (2022-06-04) - Correct indication of connection state

  • (DutchmanNL) Dependency updates
  • (DutchmanNL) Bugfix: Correct indication of connection state #307
  • (DutchmanNL) Improve error messages & sentry reporting

License

MIT License

Copyright (c) 2023 DutchmanNL oss@drozmotix.eu

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.

Readme

Keywords

Package Sidebar

Install

npm i iobroker.wled

Weekly Downloads

140

Version

0.7.2

License

MIT

Unpacked Size

274 kB

Total Files

26

Last publish

Collaborators

  • dutchmannl
  • bluefox