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

Minustemperaturen werden in Homekit App mit 0 Grad dargestellt #18

Closed
eumats opened this issue Dec 11, 2017 · 2 comments
Closed

Minustemperaturen werden in Homekit App mit 0 Grad dargestellt #18

eumats opened this issue Dec 11, 2017 · 2 comments

Comments

@eumats
Copy link
Collaborator

eumats commented Dec 11, 2017

Hallo,

Minustemperaturen wurden in Homekit nur mit 0 Grad eingezeigt. Dabei ist es egal, ob der Datenpunkt in ioBroker mit der Quelltemperatur den Typ String oder Zahl oder sonst etwas hat.
Wenn man das debugging von yahka einschaltet sieht man, dass der Wert (z.B. -3) anscheinend korrekt verarbeitet wird.

forwarding value from ioBroker ('-3') to homekit as ('-3)

Es wäre super, wenn du jemand mal schauen könnte woran das liegt. Ich komme mit meinen rudimentären Programmierkenntnissen hier leider nicht weiter.

Danke und Gruß
B. Müller

@jensweigele
Copy link
Owner

Die Definition von "Current Temparature" in HAP-NodeJS gibt als "min value" 0 vor.
Vor kurzem gab es einen Pull-Request um diesen Wert zu ändern (https://github.com/KhaosT/HAP-NodeJS/pull/529) - leider wurde er abgelehnt.

Ich hab nun einen Fix in Yahka eingebaut. D.h. mit der nächsten Version sollte es funktionieren (oder du testest den aktuellen Master)

@eumats
Copy link
Collaborator Author

eumats commented Jan 7, 2018

Es funktioniert in 0.6.0-beta.2. Danke!

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

No branches or pull requests

2 participants