-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Type "Thermostat" #15
Comments
Hey @marsuboss, ~ SynTex |
hey, any news on this one? |
Well, after completing the ~ SynTex |
I also wrote a quick documentation about how to configurate the new thermostat service : |
had a look into Discord, but it is quite empty over there. |
Hello, I have some questions about the thermostat?
|
Hey @CarminKern, you can actually do that by adjusting your accessories config like this: {
"id": "knx1",
"name": "Thermostat Accessory",
"services": [
{
"datapoint": { ... },
"address": { ... },
"characteristics": {
"mode": {
"disable": true
},
"target": {
"properties": {
"minStep": 1
}
}
},
"type": "thermostat",
"name": "Thermostat Service"
}
]
} To disable the mode switcher is the only way to make this possible at the moment. You could use the "minValue" and "maxValue" to enable only some modes but that could be buggy. ~ SynTex |
Hi @SynTexDZN Team, I tried the characteristics as described, but I couldn't notice any change.
I actually want a thermostat that doesn't show a mode selection in the Homekit. What's also annoying is that when a thermostat is added to the respective room, a blank humidity display suddenly appears What really bothers me, however, is that the temperatures are rounded. Instead of 19.7°C, 19.5°C is displayed here. By the way, this not only applies to “thermostat” but also “temperature” |
Hey @CarminKern, ~ SynTex |
Hello, I did exactly that, I installed the latest beta and deleted the individual device from the cache. The device has disappeared from the “Flur” group and reappeared in the Homebridge group. however, the behavior remains unchanged. Temperatures are still displayed in 0.5°C increments and the heating/cooling option is still displayed in Homekit. The latest beta has been installed the whole time otherwise thermostats wouldn't work at all. By the way, thank you very much for the great support |
Any updates here? I tried the "characteristics" again with the current beta, it still doesn't work. [SynTexKNX] [UPDATE] HomeKit Status von [Thermostat Küche] geändert zu [value: 22.2, target: 21, state: 0, mode: 1] ( haus_erdgeschoss_kueche_thermostat ) |
Hello,
Is it possible to add an accessory with the Thermostat type?
Thanks.
The text was updated successfully, but these errors were encountered: