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

Temperatursensor nimmt keinen negativen Werte #69

Open
xxxchris opened this issue Aug 14, 2018 · 6 comments
Open

Temperatursensor nimmt keinen negativen Werte #69

xxxchris opened this issue Aug 14, 2018 · 6 comments
Assignees

Comments

@xxxchris
Copy link

... hab ich eben beim Konfigurieren eines Sensors im Eisfach gemerkt.

@paresy
Copy link
Owner

paresy commented Aug 16, 2018

Das ist bisher korrekt. Die offizielle von Apple abgesegnete Characteristic ist von 0-100° defininert. Was bei Fahrenheit bis -17,7 geht... Bei uns dooferweise bis 0 Grad.

@xxxchris
Copy link
Author

xxxchris commented Aug 18, 2018

Hi, sollte eigentlich gehen. Über Websocket Plugin mit der Homebridge lese ich das aus IP-Symcon aus und da sind bei gleicher Characterisc auch negative Werte angezeigt.

@paresy
Copy link
Owner

paresy commented Aug 23, 2018

Wahrscheinlich haben die dann eine eigene Characteristic definiert. Das müsste auch machbar sein. Bisher haben wir nur noch nicht entschieden, wie dies intern abgespeichert und gehandhabt werden soll.

@paresy paresy self-assigned this Aug 23, 2018
@todro
Copy link

todro commented Nov 12, 2018

Just overwrite the min value as outlined in the HAP spec :

8.1.1 Overriding Properties
Each of the characteristics in this chapter is defined by Apple. Some include default properties about the characteristic, such as a minimum value or maximum value. The following properties of an Apple-defined characteristic may be modified in order to better fit the specific application:
Minimum Value Maximum Value
Step Value
Maximum Length Maximum Data Length
An example of modifying the default properties of an Apple-defined characteristic is using the Current Temperature characteristic, which has a default minimum value of 0° C, for an outdoor temperature sensor. Rather than creating a new characteristic, the accessory can simply set the "minimum value" property to -30° C.

@xxxchris
Copy link
Author

xxxchris commented Apr 5, 2019

Hallo ! Bastelt ihr denn noch an Homekit weiter? Würde das hier gerne bald nutzen. Könnt ihr den Workaround einbauen?

@xxxchris
Copy link
Author

Hallo Zusammen. Habt ihr schonmal über die Fragestellung nachgedacht und eine Idee das umzusetzen? Negative Werte sind im Winter auch spannend für Außentemperatursensoren. Grüße und guten Rutsch

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

No branches or pull requests

3 participants