Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions docs/advanced/home-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ hide:
# - toc
---

It is possible to interface WLED with home automation systems and other 3rd party software.
You can use any API WLED provides (JSON, HTTP, UDP, MQTT), JSON is preferred. This page is intended for sample code and configs others use to control WLED from various 3rd party software:

[HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant)

## Domoticz:
Please see [here](https://github.com/frustreermeneer/domoticz-wled-plugin)!
It is possible to interface WLED with home automation systems and other 3rd-party software.
You can use any API WLED provides (JSON, HTTP, UDP, MQTT); JSON is preferred. This page is intended for sample code and configs others use to control WLED from various 3rd-party software.

## Home Assistant

Expand Down Expand Up @@ -139,14 +134,20 @@ In case you want to configure the device manually:
]
}
```
## Indigo Domotics:
Please see [here](https://www.indigodomo.com/pluginstore/214/)!

## openHAB:
## openHAB

In openHAB 3-based environments, you are able to use the native [openHAB WLED Binding](https://www.openhab.org/addons/bindings/wled/), which also supports discovery of your WLED devices.

For older openHAB (2.5.x) environments, the connection can be configured via MQTT broker & Openhab MQTT Binding (2.5x) with configuration files.
Please find the details [here](https://community.openhab.org/t/wled-control-without-the-binding/101120).

## Other

- [HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant)

In openHAB 3 based environments you are able to use the native [openHAB WLED Binding](https://www.openhab.org/addons/bindings/wled/), which also supports discovery of your WLED devices.
- [Domoticz](https://github.com/frustreermeneer/domoticz-wled-plugin)

For older openHAB (2.5.x) environmantes the connection can be configured via MQTT broker & Openhab MQTT Binding (2.5x) with configuration files
Please find the details [here](https://community.openhab.org/t/wled-control-without-the-binding/101120)
- [Indigo Domotics](https://www.indigodomo.com/pluginstore/214/)!