🇬🇧 English | 🇩🇪 Deutsch
📦 Download hmip-plugin-fake-switches-1.1.2.tar.gz — install via HCUweb → Developer mode → Plugins → Install from file.
GitHub: https://github.com/fabiorenner-hub/hmip-hcu-fakeswitch
A Homematic IP Home Control Unit (HCU) plugin that exposes virtual switches (and an optional dimmable light) in the HMIP app. Useful for testing automations, scenes and groups without real hardware.
If this plugin is useful to you, please consider a small donation — it helps me keep the lights on while building more HCU plugins: Donate via PayPal.
- Fake Switch 1..N —
SWITCHwithswitchState,onTime,maintenance - Fake Light (optional) —
LIGHTwithswitchState,dimming,onTime,maintenance
All switch states are persisted in /data/state.json, surviving restarts and
plugin updates.
- Download
hmip-plugin-fake-switches-<version>.tar.gzfrom the Releases. - In HCUweb open Developer mode → Plugins → Upload and choose the file.
- Configure under Plugins → Fake Switches → Configure.
After installing, in Plugins → Fake Switches → Configure:
- Number of switches (1..20), Name prefix, Individual names
- Create fake light (boolean), Light name
- Attach maintenance feature — reports
unreach/lowBat/sabotage = false
./build.ps1 # Windowschmod +x build.sh
./build.sh # macOS / LinuxIssued by Fabio Renner.
- Built against the Homematic IP Connect API 1.0.1 by eQ-3.
- No external services or vendor APIs — purely virtual devices.
Apache-2.0