Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues after Elgato Eve app update Ver3.8.1 #22

Closed
ddong3000 opened this issue Aug 28, 2019 · 5 comments
Closed

Issues after Elgato Eve app update Ver3.8.1 #22

ddong3000 opened this issue Aug 28, 2019 · 5 comments
Assignees
Labels

Comments

@ddong3000
Copy link

ddong3000 commented Aug 28, 2019

Temperature profile with Elgato Eve App feature is disabled
please check
My iOS is ios13.1 public beta

@werthdavid werthdavid self-assigned this Aug 31, 2019
@werthdavid werthdavid added the bug label Aug 31, 2019
@werthdavid
Copy link
Owner

@Identitry
Copy link

Hi!
The Windspeed seems broken, looking at the code there seems to be a cut and paste error:

if (this.type === "windspeed") {
this.getStateSun(function (error, value) {
if (!error && value != null) {
humidityService.setCharacteristic(Characteristic.CurrentRelativeHumidity, value);
}
}.bind(this));
}

@werthdavid
Copy link
Owner

Yes you are right.. will fix that ASAP!

@werthdavid
Copy link
Owner

It should work now with 1.12.1

@werthdavid
Copy link
Owner

homebridge-weather@1.12.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants