-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Homekit thermostat group not working #1053
Comments
@beowulfe Can you help? |
On it |
andylintner
added a commit
to andylintner/openhab2
that referenced
this issue
Jun 23, 2016
In the initial implementation, characteristics and accessories had their own unique naming convention. With the ESH ontology, CurrentTemperature became both an individual accessory and a characteristic of a Thermostat. With this change, we look at the groups an item belongs to before deciding if it is an accessory or a characteristic - if a group is tagged with a recognized value, we treat the item as a characteristic. Fixes openhab#1053 Signed-off-by: Andy Lintner <[email protected]>
kaikreuzer
pushed a commit
that referenced
this issue
Jul 4, 2016
In the initial implementation, characteristics and accessories had their own unique naming convention. With the ESH ontology, CurrentTemperature became both an individual accessory and a characteristic of a Thermostat. With this change, we look at the groups an item belongs to before deciding if it is an accessory or a characteristic - if a group is tagged with a recognized value, we treat the item as a characteristic. Fixes #1053 Signed-off-by: Andy Lintner <[email protected]>
Thanks, sorry for the late merge, I missed the PR! |
doubled-ca
pushed a commit
to doubled-ca/openhab-addons
that referenced
this issue
Aug 14, 2016
In the initial implementation, characteristics and accessories had their own unique naming convention. With the ESH ontology, CurrentTemperature became both an individual accessory and a characteristic of a Thermostat. With this change, we look at the groups an item belongs to before deciding if it is an accessory or a characteristic - if a group is tagged with a recognized value, we treat the item as a characteristic. Fixes openhab#1053 Signed-off-by: Andy Lintner <[email protected]>
Flole998
pushed a commit
to Flole998/openhab-addons
that referenced
this issue
Dec 30, 2021
…es (openhab#1054) Fixes openhab#1053 Signed-off-by: Wouter Born <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating to the latest snapshot and updating the tags, the thermostat group for HomeKit no longer works. The only item I'm seeing on iOS is the CurrentTemperature item as a temperature sensor, not the thermostat group as a thermostat. The following is my relevant items:
The text was updated successfully, but these errors were encountered: