MQTT bridge for VELUX KLF200 / Homecontrol IO running as a LoxBerry plugin
VLX2MQTT connects a LoxBerry system directly to a VELUX KLF200 / Homecontrol IO gateway, publishes device states via MQTT and accepts MQTT commands for windows, shutters and blinds.
- MQTT bridge for VELUX KLF200 / Homecontrol IO
- Runs as a LoxBerry plugin and
systemdservice - Publishes positions, movement states and diagnostics via MQTT
- Controls devices with
UP,DOWN,OPEN,CLOSE,STOPand numeric target positions0..100 - Supports topic identifiers by device
nameor numericnode_id - Optional indirect rain status for supported windows
- Optional external recovery / power-cycle trigger for unstable KLF connections
- Numeric
*_codestatus topics for Loxone and other visualization systems - Loxone Config export for
VIU_VLX2MQTT.xmlandVO_VLX2MQTT.xml
vlx2mqtt/Fenster_links/position
vlx2mqtt/Fenster_links/moving
vlx2mqtt/Fenster_links/set
vlx2mqtt/Fenster_links/set = DOWN
vlx2mqtt/Fenster_links/set = STOP
vlx2mqtt/Fenster_links/set = 65
The web frontend can export Loxone Config templates:
VIU_VLX2MQTT.xml
VO_VLX2MQTT.xml
README_Loxone_Export.txt
VLX2MQTT_Loxone_Templates.zip
For Loxone visualization, prefer the numeric *_code topics:
vlx2mqtt/status_code
vlx2mqtt/status_detail_code
vlx2mqtt/status_live_code
vlx2mqtt/service_status_code
vlx2mqtt/recovery/state_code
vlx2mqtt/recovery/reason_code
MIT License