simont77 / fakegato-history

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

Two loggingServices? #67

Closed thncode closed 5 years ago

thncode commented 5 years ago

Is it possible to have two FakeGatoHistoryLoggingServices/subtypes in one accessory? e.g. one for temperature/humidity and another one for an alert switch based on door type?

simont77 commented 5 years ago

I think it’s not possible. While some data packets are specific for each accessory type, the one to set the reference time it’s the same for all types, so data will mess up.

thncode commented 5 years ago

thx