All Projects → DrozmotiX → ioBroker.wled

DrozmotiX / ioBroker.wled

Licence: MIT License
IoBroker integration to WLED project

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ioBroker.wled

Controller-for-WLED-firmware
Wi-Fi controller based on ESP-07S module with external antenna for WLED firmware.
Stars: ✭ 48 (+118.18%)
Mutual labels:  ws2812b, apa102, sk6812, wled
ledcat
Control lots of LED's over lots of protocols
Stars: ✭ 89 (+304.55%)
Mutual labels:  led, ws2812b, apa102
Blink1
Official software for blink(1) USB RGB LED by ThingM
Stars: ✭ 888 (+3936.36%)
Mutual labels:  rgb, led, ws2812b
WS281x.swift
A Swift library for WS281x (WS2811,WS2812*,WS2813*) RGB led strips, rings, sticks, matrices and more.
Stars: ✭ 32 (+45.45%)
Mutual labels:  ws2812b, ws2811, sk6812
rpi-ws2812-server
Raspberry Pi WS2812 (web) server tool
Stars: ✭ 143 (+550%)
Mutual labels:  apa102, ws2811, sk6812
Wortuhr
Software für eine ESP8266 basierte Wortuhr mit verschiedenen Layouts
Stars: ✭ 30 (+36.36%)
Mutual labels:  rgb, sk6812, rgbw
pi pico neopixel
Pi Pico library for NeoPixel led-strip written in MicroPython. Works with ws2812b (RGB) and sk6812 (RGBW).
Stars: ✭ 70 (+218.18%)
Mutual labels:  rgb, rgbw
ESP8266 ArtNet-LED-DMX-Node
ESP8266 based WiFi ArtNet-Node for WS2812B-LED Pixel
Stars: ✭ 67 (+204.55%)
Mutual labels:  led, ws2812b
govee btled
A Python wrapper for controlling a cheap Bluetooth RGB light bulb.
Stars: ✭ 50 (+127.27%)
Mutual labels:  rgb, led
mqtt-dmx-controller
A simple ArtNet / DMX Controller with MQTT Interface 💡🎬
Stars: ✭ 48 (+118.18%)
Mutual labels:  rgb, led
TinyPixelMapper
a Pixelmapping software for the ESP32 and ESP8266 for addressible LED Strips, with a OSC controll interface and FFT
Stars: ✭ 22 (+0%)
Mutual labels:  ws2812b, apa102
RGB Audio Backlight
Arduino Sketch for controlling WS2812 RGB Led Strip + Audio Visualizer
Stars: ✭ 19 (-13.64%)
Mutual labels:  rgb, led
RGB-Fusion-Tool-PS
Powershell that use RGB Fusion CLI to associate profiles with Windows Processes
Stars: ✭ 30 (+36.36%)
Mutual labels:  rgb, led
WOWPixelDriver
A hardware based animation library,pixel driver & dynamic led mapping system for addressable LEDs
Stars: ✭ 39 (+77.27%)
Mutual labels:  ws2812b, apa102
acer-predator-turbo-and-rgb-keyboard-linux-module
Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
Stars: ✭ 125 (+468.18%)
Mutual labels:  rgb, led
glow worm luciferin
Bias Lighting and Ambient Light firmware, designed for Firefly Luciferin.
Stars: ✭ 96 (+336.36%)
Mutual labels:  ws2812b, sk6812
eruption
Realtime RGB LED Driver for Linux
Stars: ✭ 140 (+536.36%)
Mutual labels:  rgb, led
HB-UNI-RGB-LED-CTRL
HomeMatic compatible RGB Controller for adressable RGB LEDs (WS28xx, Neopixel,...)
Stars: ✭ 19 (-13.64%)
Mutual labels:  ws2812b, ws2811
Huehue
A simple yet powerful open source LED controller for Windows and Arduino
Stars: ✭ 113 (+413.64%)
Mutual labels:  rgb, ws2812b
awesome-ws2812
A curated list of awesome resources for ws2812 LED strips and matrices
Stars: ✭ 84 (+281.82%)
Mutual labels:  led, ws2812b

Logo

ioBroker.wled

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status Known Vulnerabilities

NPM 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 intervall 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.6.3 (2021-09-08) - HotFixes

  • (DutchmanNL) Missing dropdown for ID of effects added
  • (DutchmanNL) HotFix: Missing axios dependency added

0.6.1 (2021-09-08)

  • (DutchmanNL) Missing state definitions WLED FW 0.13.0-b12 added.

0.6.0 (2021-08-31) - Support Websocket connections

  • (DutchmanNL) System load reduced
  • (DutchmanNL) All warnings related to JS-Controller 3.x checks solved
  • (DutchmanNL) Ensure legacy support of WLED FW < 0.12 (fallback to http-API instead of websocket)
  • (DutchmanNL) Communication by websocket implemented, this feature allows live data updates (instead of interval polling). Requires WLED firmware >= 12

0.5.9 (2021-08-11)

  • (DutchmanNL) added new state attributes reported by Sentry
  • (DutchmanNL) added min & max for brightness value to support iOT adapter

0.5.8 (2021-08-11)

  • (DutchmanNL) added new state attributes reported by Sentry
  • (DutchmanNL) Bugfix Live override datapoint created as read-only #252
  • (DutchmanNL) excluded value "PIR" from data write due to current formatting

License

MIT License

Copyright (c) 2020 DutchmanNL [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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].