itsmepetrov / homebridge-zigbee

ZigBee Platform plugin for HomeBridge
https://itsmepetrov.github.io/homebridge-zigbee/
MIT License
106 stars 36 forks source link

Elgato Eve history service in near future? #31

Closed mrdc closed 5 years ago

mrdc commented 5 years ago

Hello,

Are there any plans to include Elgato Eve history service for ZigBee accessories? Would be nice to have it for temp&humidity sensors. FYI: Some source code can be found here: https://github.com/simont77/fakegato-history and here: https://github.com/hannseman/homebridge-mi-hygrothermograph/blob/master/lib/accessory.js

itsmepetrov commented 5 years ago

Hi @mrdc, it has already been implemented, try to install this plugin from github:

npm i -g itsmepetrov/homebridge-zigbee

mrdc commented 5 years ago

Yes, I've installed it already. In Eve app I see no history (there no drop down diagram) for Aqara Temp and Humidity sensors. For Xiaomi BLE Temp and Humidity I have history.

Xiaomi BLE: photo_2019-05-07_00-48-33

Aqara ZigBee: photo_2019-05-07_00-48-28

mrdc commented 5 years ago

I've found the problem: npm homebridge-zigbee was outdated: without fakegato libs. Updated with itsmepetrov/homebridge-zigbee and history and pressure are working now. Thank you!