simont77 / fakegato-history

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

second line of text below a characteristic #104

Open thncode opened 3 years ago

thncode commented 3 years ago

What drives an accessory within the EVE app to show a second line of text below the name - like power below the outlet name - and how can that be changed to another value?

NorthernMan54 commented 3 years ago

Can you share a screenshot to explain this better

bwp91 commented 3 years ago

79671292-7F6E-4C71-9365-310E10AA175D

Maybe this? I’m not sure if it can be changed

thncode commented 3 years ago

Yes, I mean exactly that - but how is it triggered?

NorthernMan54 commented 3 years ago

To be honest, no clue. I looked at my device and I don't have that line of text available. My only guess is that it is the consumption characteristic, ie E863F10D

ebaauw commented 3 years ago

Yes, it's Consumption. It's shown when this characteristic is exposed on an Outlet service.

I have not been able to detect any logic as to under what conditions Eve shows which characteristics as second line. It shows humidity and air pressure under Temperature for a (fake) Eve Weather sensor (with three separate services), and it even shows some of my custom characteristics for some of my custom services. Sometimes editing the order of characteristics in the services screen seems to influence this (and sometimes Eve just crashes when trying that).

IMG_0228

thncode commented 3 years ago

I can confirm that - I just thought it is just me not to understand the logic behind...

8191 commented 1 year ago

Would it make sense to expose the shelly plugs (SHPLG-1, SHPLG2-1, SHPLG-S, SHPLG-U1, i.e. the ShellyPlugFactory) per default as an outlet to allow showing up that second line?