simont77 / fakegato-history

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

PPM characteristic not shown in EVE app #108

Open thncode opened 3 years ago

thncode commented 3 years ago

I think you could still be using the short names by including them in this.signatures, instead of the uuid. Would probably need to split up status, though.

The missing UUIDs:

Originally posted by @ebaauw in https://github.com/simont77/fakegato-history/issues/97#issuecomment-714566055

@ebaauw ist there any precondition that must be defined?

HomeKidd commented 3 years ago

For the Eve Room v2 I've figured out the correct way to show the graphs for ppb, not ppm. The PPM based graphs also worked for me, but only with the Eve Room v1. Changing Eve's PPM characteristics also changed the Stars in the Eve app. As i remember this PPM characteristic only changes the Stars and didn't show any values (maybe for the graphs).

Since the new Room has different sensor ( SGP30, instead of AMS), Eve changed the graph from ppm based measurements to ppb and the Stars are now based on VOC readings (in ug/m3 so ppb needs to be converted) instead of the first gen Room's Co2 / ppm based measurements.

Read more in #107