Domoticz - A Lightweight Home Automation System#
Domoticz is a lightweight, open-source home automation system that runs on Raspberry Pi, NAS devices, and Linux servers. It supports hundreds of Z-Wave, Zigbee, Wi-Fi, and 433 MHz devices - from temperature sensors to roller shutter controllers.
The problem comes when you want to control your home remotely. By default, Domoticz only works on your local network.
Common Solutions (and Their Drawbacks)#
VPN#
- Complex WireGuard/OpenVPN setup
- Requires an open port on your router
- Drains phone battery
- Doesn't work with CGNAT (many ISPs)
Port Forwarding#
- Domoticz port 8080 exposed to the entire internet
- No HTTPS by default - passwords sent in plain text
- Requires a static IP or DDNS
- Every router configures differently
Domoticz Cloud (MyDomoticz)#
- Official service, but limited
- Requires account and config in Domoticz settings
- No support for additional services (Grafana, Node-RED)
- Limited reliability
A Better Approach: SmartHomeEntry#
SmartHomeEntry creates a secure SSH tunnel from your server to our relay. No open ports, no router configuration.
How It Works#
- Install the agent with a single command on your Domoticz server
- The agent creates an outbound SSH connection to the relay
- Domoticz gets a permanent HTTPS subdomain (e.g.,
smith.smarthomeentry.com) - Open the subdomain in your browser - done
Installation#
curl -fsSL https://get.smarthomeentry.com | sudo bash -s -- --token YOUR_TOKEN
The agent automatically detects Domoticz on port 8080 and configures the tunnel.
Method Comparison#
| SmartHomeEntry | VPN | Port Forwarding | MyDomoticz | |
|---|---|---|---|---|
| Setup time | ~1 minute | 1-4 hours | 30-60 min | ~10 min |
| Router config | No | Yes | Yes | No |
| Works with CGNAT | Yes | No | No | Yes |
| HTTPS | Yes | No | No | Yes |
| Multi-service | Yes | Yes | Limited | Domoticz only |
| Open ports | Zero | 1+ | 1+ | Zero |
Security#
- SSH-2 with Ed25519 keys - industry standard
- Zero open ports - outbound tunnel only
- No passwords - cryptographic keys exclusively
- Kill switch - disable access with one click
Domoticz + Additional Services#
If you run other services alongside Domoticz - Grafana, Node-RED, Portainer - SmartHomeEntry handles them all through a single tunnel. Each service gets its own HTTPS subdomain.
Get Started in 60 Seconds#
Sign up, install the agent, and get secure access to Domoticz from anywhere in the world.



