Zigbee2mqtt 求各位老板指点!!!
在淘宝买了设备,请卖家刷了固件,什么都就位!!!现在配对也成功了,出现如下情况,下步怎么做?
Docker!
配对已成功!!!!!
一个是三开,一个是小米人体。
不知道这个目录在哪,怎么建,因为DOCKER一结束应用就重启了,。。。。
2.添加您的设备下一步是添加设备的条目node_modules/zigbee-shepherd-converters/devices.js。为了lumi.sens从步骤1 为EG提供支持,您需要添加: { zigbeeModel: ['lumi.sens'], // The model ID from: Device with modelID 'lumi.sens' is not supported. model: 'WSDCGQ01LM', // Vendor model number, look on the device for a model number vendor: 'Xiaomi', // Vendor of the device (only used for documentation and startup logging) description: 'MiJia temperature & humidity sensor ', // Description of the device, copy from vendor site. (only used for documentation and startup logging) supports: 'temperature and humidity', // Actions this device supports (only used for documentation) fromZigbee: [], // We will add this later toZigbee: [], // Should be empty, unless device can be controlled (e.g. lights, switches).},
完成后,重新启动Zigbee2mqtt并在设备上触发一些操作。您将看到以下消息: 2018-5-1 18:19:41 WARN No converter available for 'WSDCGQ01LM' with cid 'msTemperatureMeasurement' and type 'attReport'2018-5-1 18:19:41 WARN Please create an issue on https://github.com/Koenkk/zigbee2mqtt/issues with this message.
如果您的设备未报告任何内容,则可能是此设备需要其他配置。这可以通过添加一个configure:部分(这里的例子)来完成。如果您的设备是触点或运动传感器,则可能是IAS设备。IAS configure:部分的示例:
求老板给个教程!!!!~!!~!~
|