simont77 / fakegato-history

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

History not showing in Elgato EVE #51

Closed EIBHomeControl closed 6 years ago

EIBHomeControl commented 6 years ago

Hi,

i've created some new accessories with fakegato. Everthing seems to work correctly. How can i force the accessory to show the history? I've tried to remove the accessory from the homebridge and readd it again. Nothing happens. Is there a other solution than to completly remove the homebridge?

regards

simont77 commented 6 years ago

History will show up only if you added the Elgato extra custon characteristics for the type of accessory you are using. If you already did that, try to force quit Eve and reopen it.

EIBHomeControl commented 6 years ago

@simont77 Elgato extra characteristics already added. Force quit didn't work. just installed Hesperus. Seems that the custom characteristics not added correctly to my custom temperature sensor.

simont77 commented 6 years ago

Do you mean the extra characteristics? Post your code here

EIBHomeControl commented 6 years ago

jep. see my last 3 commit https://github.com/EIBHomeControl/homebridge-http-webhooks

simont77 commented 6 years ago

There is typo at line 426. Could be that?

services[services.length] = this.fakeGatoHistroyService;

EIBHomeControl commented 6 years ago

looks like.

Update: it's working now. @simont77 Thanks for ur support.