Skip to content

SmartHome Architecture

graph LR
    devices2[zigbee devices] <-- "~2.4 GHz~" --> z2m

    subgraph "Proxmox"
        subgraph "VM"
            ha[Home Assistant OS]
        end


        subgraph "LXC"
            z2m[Zigbee2MQTT]
            broker["Mosquitto (MQTT broker)"]
        end

        z2m <-- "mqtt" --> broker
        broker <-- "integration" --> ha
    end

Home Assistant

Zigbee

Zigbee is a low-power wireless mesh network standard targeted at battery-powered devices in wireless control and monitoring applications.

Zigbee2MQTT

Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges

Phoscon / deCONZ

deCONZ HA Integration

AppDaemon

AppDaemon Documentation

AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for home automation projects, and any environment that requires a robust event driven architecture.

InfluxDB

Grafana