
Domoticz
A-level
这个作者很懒,什么都没留下…
展开
-
Domoticz添加实时天气信息显示
Domoticz面板中可以添加JSON格式的信息。这里以添加彩云天气API信息为例。基本步骤:添加HTTP/HTTPS poller虚拟硬件 添加虚拟设备 编写lua脚本 脚本放在制定目录下添加HTTP/HTTPS poller 类型硬件URL—— 是彩云天气API的地址,实际上就是JSON格式数据。命令 ——tianqi_paraser.lua 是我们后面需要编写的脚...原创 2019-02-14 18:00:15 · 2909 阅读 · 4 评论 -
使用 ESP8266Client 和 ESP8266HTTPClient 库创建Esp8266和Domoticz之间的TCP连接
#include <ESP8266WiFi.h>#include <ESP8266HTTPClient.h>#include <DHT.h>#define DHTTYPE DHT11 // DHT type (DHT11, DHT22)#define DHTPIN 5 // Broche du DH...原创 2019-02-14 13:18:55 · 1905 阅读 · 0 评论 -
Domoticz 启动后日志提示 缺少 libpython3.x
Windows7 python3.7 64 安装Domoticz启动时出现如下提示:EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.好像是说相关库没有找到,可是Python2 ...原创 2019-02-14 13:55:53 · 634 阅读 · 0 评论 -
利用zigbee2mqtt自制Zigbee 网关接入Domoticz 和HomeAssistant
https://gadget-freakz.com/diy-zigbee-gateway/https://blog.youkuaiyun.com/WIZnet2012/article/details/41673581https://www.domoticz.com/wiki/ZigBeehttps://www.arduino.cc/en/Guide/ArduinoWireles...转载 2019-03-03 11:26:41 · 13198 阅读 · 1 评论