simont77 / fakegato-history

Module to emulate Elgato Eve history
MIT License
167 stars 15 forks source link

AirQuality Data not showing up in Eve app #120

Open ceraz68 opened 1 year ago

ceraz68 commented 1 year ago

Hi,

I'm using mqttthing on homebridge, generating an airquality history file for the Eve app. Unlike other history files for power outlets, this one is not showing up in the Eve app.

The Eve app has recognised the accessory and reporting the 'real-time' measured values. It's just the history that isn't working as the measurements tab of the Eve app is empty. I'm logging data as VOC as the IKEA vindriktning reports in µg/m3 (see below file).

I tried quitting the eve app and waiting for a new entry in the file which didn't work.

Any ideas on how to get the Eve app to read the homebridge file?

Thanks

/homebridge # more homebridge_IkeaSensor_persist.json {"firstEntry":0,"lastEntry":13,"usedMemory":13,"refTime":685907827,"initialTime":1664215027,"history":["noValue",{"time":1664215027,"setRefTime":1},{"voc":0,"time":1664215027},{"voc": 0,"time":1664215627},{"voc":0,"time":1664216227},{"voc":1,"time":1664216826},{"voc":3,"time":1664217427},{"voc":4,"time":1664218027},{"voc":3,"time":1664218627},{"voc":3,"time":166421 9227},{"voc":3,"time":1664219828},{"voc":6,"time":1664220427},{"voc":17,"time":1664221027},{"voc":5,"time":1664221627}]}