Domoticz
2019-02-27
快速安装过程
1.下载源码安装包:
https://github.com/domoticz/domoticz
2.安装依赖库
apt install python3-dev cmake libboost-all-dev libcurl4-openssl-dev
3.编译
cmake -DCMAKE_BUILD_TYPE=Release .
make
4.启动
./domoticz -www 8080
domoticz 接入mqtt
setting -> Hardware -> 添加一个 “MQTT Client Gateway with LAN interface”
接收主题:domoticz/out
发布主题:domoticz/in