simont77 / fakegato-history

Module to emulate Elgato Eve history
MIT License
166 stars 17 forks source link

dump a valid value for characteristic "E863F131-079E-48FF-8F27-9C2605A29F52" (GetConfiguration) of Eve Energy Strip / Eve Energy for Reverse Engineering #86

Open tobekas opened 4 years ago

tobekas commented 4 years ago

Can anyone dump a valid value for characteristic "E863F131-079E-48FF-8F27-9C2605A29F52" (GetConfiguration) of Eve Energy Strip / Eve Energy. I would like to do some further reverse engineering for the schedule protocol. For now, I found out some details based on the dumped value from Eve Aqua in the wiki. In principle this also works with Eve Energy, but not really well with Energy Strip. Something must be different for those devices.

See also https://github.com/jlusiardi/homekit_python/issues/184

When my findings get more plausible, I’d like to share this.

HomeKidd commented 4 years ago

I'm done with it Eve Light Strip 😄 My FW natively supports power behavior / transitions two no (without homebridge) 😄 Check it out here!

With the Eve Light Strip have to set E863F131 to power behavior + transitions value! Eg.: E863F131 set to650101 6c029600 6a029600 6b029001 will be Last Used Color and Default. It took me a few days to figure it out but now its working natively😄 Maybe something like this applies to the Eve Energy / Energy Strip too...

But this doesn't work for the Eve Motion / Eve Switch😩 I also wanted to open an issue due to this because i can't figure it out.... 😄

LED on Motion characteristic (data) get 300101 from '11D' when turned on, 300100 when turned off. I can change the values within my code, but these always changes back to ON.....

Also in the Sensitivity characteristic Only in Dark setting appears, but it acts very strange.... when trying to turn on, 11D becomes 80040000 0400 ( sometimes80040000 FFFF 😳 ) and when you moving back and forth between pages in Eve app sometimes I get 300103 and 3001FF 😳...

The Eve Wall Switch is the same.... i cant get anything but i have all the values reported by '11D' 😄

Eve Light Strip:

Eve_settings

An00bIS47 commented 4 years ago

@tobekas Please have a look at https://github.com/simont77/fakegato-history/issues/95