Erik Baauw

Results 263 comments of Erik Baauw

You need to set the characteristic to the number of seconds elapsed since 2001/01/01, not to the unix representation of that date. You've set the reset time far in the...

See the Wiki: https://github.com/simont77/fakegato-history/wiki/Elgato-Eve-History-Protocol

> I think the documented polarity for the contact sensor events is wrong Not in my experience. The value in the history entry is the value of the _ContactSensorState_: https://github.com/KhaosT/HAP-NodeJS/blob/414cd96ca9708596b1f71304bd4e6dff5ab045fc/lib/gen/HomeKitTypes.js#L386-L388....

Since v5.5, the Eve app seems to support history for _Light Level_. I suppose the Outdoor Cam includes a light level sensor (to control the floodlight setting to only go...

The tag for _CurrentAmbiantLightLevel_ in the 116 fingerprint is 3002; the value in the entries is a 2-byte integer with the lux value (as displayed in HomeKit). I have it...

You need a HomeKit app to report the characteristics. We used HMCatalog for that, see https://github.com/simont77/fakegato-history#how-to-contribute, but I think that no longer compiles on the latest XCode with Swift v5.

You're definitely on to something! As a quick and dirty test, I constructed a combined history for temperature and on/off using 116 fingerprint `02 0102 0e01` and 117 entry: `0d...

I tried including `0C02` in the history, but Eve shows no history graph for _Voltage_. I think `1201` and `1D01` are indeed current and target heating mode, but when exposing...