Open lukasroegner opened 3 years ago
I'm very happy to test beta
Thank you very much for your hard work
How does the thermostat for the hot water switch work? For those of us without a temperature report, will we need to ask for a temperature higher than that in the config in order for this to come on? So asking Siri to “turn on hot water” will not work?
Let me know if you need a beta tester, when are you expecting to release? I see a new update today, but no changes for hot water yet?
@lukasroegner OK, scrub that, the hot water switch is now working between homekit and tado, brilliant!
There have been multiple feature requests which require breaking changes to the config. That's why I want to implement a larger feature set at once. The following features will be implemented:
areWindowSensorsHidden
is removed)areWindowSensorsEnabled
is added, which defaults tofalse
isSolarIntensitySensorEnabled
is added, the solar intensity is exposed as a light level sensor (#17)isAirQualitySensorEnabled
is added, the quality is exposed as an air quality sensor (#17)switchToAutoInNextTimeBlock
is removed in favor of setting with more featuresterminationOption
is added, which can be set toauto
,manual
, or the number of minutes the change should lastzoneName
is removed from the objects of thezones
array as it has no functionalityzones
array is enhanced: if no array is provided, all Tado devices are exposed as thermostats. If the array is empty, all Tado devices are exposed as thermostats. If a zone is added to the array, it can overwrite the default settings (on a per-zone basis)zones
array, the following properties can be used to overwrite the default settingterminationOption
(same functionality as before, however, it can overwrite the defaultterminationOption
on a per-zone basis) is optional, it only overwrites when the property is setisEnabled
: when set, it overwrites the default setting, e.g. setting it tofalse
results in the zone not being exposed to HomeKit (#20)isWindowSensorEnabled
: when set, it overwrites the default settingDue to these heavy changes, I would like to ask you to help with testing the new features on a beta branch as soon as the beta version is available. Especially for the hot water support, I need at least one person that owns a device without temperature report and one with temperature report.