Skip to content

Commit

Permalink
add wohnzimmer thermostat
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 23, 2018
1 parent 0864626 commit 1c4e33e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions climate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@
mac: !secret bad_thermostat_mac
target_temp_default: 20
target_temp_step: 0.5
scan_interval: 15

- platform: broadlinkHysen
name: Wohnzimmer Thermostat
host: !secret livingroom_thermostat_ip
mac: !secret livingroom_thermostat_mac
target_temp_default: 20
target_temp_step: 0.5
scan_interval: 15
3 changes: 1 addition & 2 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,7 @@ heating:
name: Thermostate
entities:
- climate.bad_thermostat
- sensor.bad_thermostat_heating_state
- sensor.bad_thermostat_auto_override
- climate.wohnzimmer_thermostat
#################################################################
## Synonym
#################################################################
Expand Down
3 changes: 3 additions & 0 deletions travis_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ snowie_map_url: http://192.168.0.20{{states.sensor.snowie_map.state | string }}

bad_thermostat_ip: 192.168.0.20
bad_thermostat_mac: "45:F7:24:89:03:A3"

livingroom_thermostat_ip: 192.168.0.21
livingroom_thermostat_mac: "45:F7:24:89:03:A3"

0 comments on commit 1c4e33e

Please sign in to comment.