Skip to content

xiaoyao9184/Phicomm-M1-Domoticz-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phicomm-M1-Domoticz-Plugin

特性:支持温湿度 PM2.5 甲醛显示、 亮度调节,基本可以替代APP中的功能。

注意:路由器需要支持dnsmasq,否则将接收不到任何数据。

2019年1月2日更新 v1.3
1、代理模式,接受斐讯空能净APP控制,上传监控数据
2、增加休眠开关,默认开始22:30结束6:30。

2018年1月11日更新 v1.2.1
1、增加当心跳设置为0时 不发送心跳
2、修正湿度的干燥、舒适、潮湿类型显示。

2018年1月8日更新 v1.2.0
1、使用domoticz内置计量显示温度与湿度
2、增加心跳包可自定义更新频率
3、修复多设备兼容性

使用说明:

  1. 配置路由器的dnsmasq 添加如下配置 (注意替换为domoticz的IP)

    address=/.aircat.phicomm.com/192.168.0.120

  2. 复制插件至plugins目录,重启domoticz

    或使用 install.sh 脚本,在树莓派终端上运行

    curl -L https://github.com/xiaoyao9184/Phicomm-M1-Domoticz-Plugin/raw/master/install.sh | bash

  3. 配置插件

    使用代理模式需要在在Remote IP中填写斐讯空能净APP服务主机IP,即aircat.phicomm.com的实际IP,默认为47.102.38.171

    在Repeat Time(s)中填写心跳时间,代理模式不能设置过大会,造成斐讯空能净APP中的设备显示离线,默认30秒

如果你想通过homebridge使用 请访问 https://github.com/YinHangCode/homebridge-phicomm-air_detector

About

Phicomm M1 plugin for domoticz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.7%
  • Shell 36.3%