Fhem-driver-for-smartVISU 这是基于和此存储库包含用于将smartVISU连接到fhem homer服务器的驱动程序。

安装步骤:

  1. 安装php curl(例如: apt-get install php5-curl

  2. 复制文件到驱动目录

  3. 将以下行添加到make.php compile(\"driver/io_fhem.js\"); echo \" \";

  4. 调用 http(s)://[smartVISU host url]/make.php 触发缩小

  5. 转到设置选择fhem驱动程序并配置fhem服务器的url和端口(例如: http://192.168.1.18083

可选择激活实时模式。

在fhem中定义一个虚拟设备示例:

  • define sensor.office.temp dummy

  • 或者: define mai ...