-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/maccoylton/homekit_wifi_t…
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# homekit_wifi_thermostat | ||
|
||
A thermostat accessory for remotely controlling central heating. | ||
This provides a thermostat accessory, You also need a swith accessory and to set up event trigers in the Eve app to make the | ||
connection between the thermostat and the switch, hence it's called wifi thermostat as the connection between the thermostat | ||
accessory and your central heating device is wireless. | ||
|
||
It uses a DH22 to sense the temperature and sets the current_heating_cooling_status based on the other settings of the | ||
accessory. It sensd events as the value changes, which can then be acrioned by triggers using the Eve app. | ||
|
||
For example when the thermostat set the current_heatting_cooling_status to heat/off, use Eve to trigger the switch accesory | ||
to on/off respectively. You can also set timer based events in Eve to control the target_heating_cooling_status, in other | ||
words you can create a program of when you want the heating to go on or off. |