An overview of my LoxBerry plugins. This list is automatically rebuilt every day from the topics of my public GitHub repositories — any repo tagged with the topic loxberry-plugin shows up here.
LoxBerry is a free, open-source Raspberry Pi–based companion platform for the Loxone Miniserver. It extends the Miniserver with capabilities that are not available out of the box by hosting community-maintained plugins that bridge third-party devices, services, and protocols (MQTT, REST, UDP, TCP, Modbus, WebSocket, …) to Loxone — typically through the built-in MQTT Gateway or virtual HTTP/UDP inputs.
Useful links:
- LoxBerry homepage: https://www.loxberry.de/
- LoxBerry on GitHub: https://github.com/mschlenstedt/Loxberry
- LoxBerry Wiki: https://wiki.loxberry.de/
- Loxone Miniserver: https://www.loxone.com/
Below is the live list of my LoxBerry plugin repositories (5 total). Each entry links to its GitHub repository and includes the repo's own description. Categorization is driven by GitHub topics — see plugins-config.json for the topic-to-category mapping.
Plugins that integrate solar inverters, home batteries, energy meters, heat pumps, and other energy-related devices with Loxone.
Bridges between home battery / storage systems (or their clouds) and the Loxone Miniserver.
-
loxberry-marstek-cloud — LoxBerry plugin: bridge Marstek Cloud (eu.hamedata.com) battery telemetry to a Loxone Miniserver via the built-in MQTT Gateway.
Topics:
loxberry,loxberry-plugin,marstek
Bridges between heat pumps, ventilation, and other climate systems (or their clouds) and the Loxone Miniserver.
-
LoxBerry-Plugin-myUplink — LoxBerry plugin that bridges myUplink-connected heat pumps (NIBE, CTC, Novelan, Alpha Innotec) to a Loxone Miniserver via MQTT
Topics:
loxberry,loxberry-plugin,loxone,myuplink
Plugins for robotic mowers, irrigation, and other outdoor automation devices.
Bridges between robotic lawn mowers and the Loxone Miniserver.
-
LoxBerry-Plugin-mammotion-mower — LoxBerry plugin: bridge Mammotion robot mowers (Luba/Luba 2/Yuka) into Loxone Miniserver via MQTT, using PyMammotion.
Topics:
home-automation,loxberry,loxberry-plugin,loxone,luba,mammotion,mqtt,robot-mower,smart-home,yuka
Plugins for robot vacuums, indoor climate, and other in-home automation devices.
Bridges between robot vacuum / mop cleaners (or their clouds) and the Loxone Miniserver.
-
LoxBerry-Plugin-roborock-coupler — LoxBerry plugin that bridges Roborock vacuum cleaners to a Loxone Miniserver via the LoxBerry MQTT broker and MQTT Gateway
Topics:
home-automation,loxberry,loxberry-plugin,loxone,mqtt,roborock,smart-home,vacuum-cleaner
Tooling that helps create, scaffold, or maintain LoxBerry plugins rather than integrate a specific device.
Code generators and scaffolding tools that produce LoxBerry plugin projects.
-
loxberry-integrator — Agent skill that generates GitHub-ready LoxBerry plugin projects integrating devices, services, APIs, or protocols (MQTT, REST, UDP, Modbus, WebSocket) with a Loxone Miniserver.
Topics:
agentskills,code-generation,homeautomation,loxberry,loxberry-plugin,modbus,mqtt,plugin-generator,smarthome
- A GitHub Actions workflow (
.github/workflows/update-plugins.yml) runs daily at 00:00 UTC (and on manual dispatch). - The workflow executes
update-readme.js, which queries the GitHub API for all public, non-fork, non-archived repos owned byjovd83and keeps those tagged with the topicloxberry-plugin. - Each plugin is sorted into a category based on its other GitHub topics, using the rules defined in
plugins-config.json. - To add a new plugin to this overview, simply add the
loxberry-plugintopic to the new repository on GitHub — it will appear here within 24 hours.