diff --git a/config/devices.yaml b/config/devices.yaml index f641ab1..224ba06 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -395,6 +395,114 @@ devices: ieee_address: "0x94deb8fffe2e5c06" model: "GS361A-H04" vendor: "Siterwell" +- device_id: thermostat_schlafzimmer + type: thermostat + cap_version: "thermostat@1.0.0" + technology: max + features: + mode: true + target: true + current: false + topics: + set: "homegear/instance1/set/42/1/SET_TEMPERATURE" + state: "homegear/instance1/plain/42/1/SET_TEMPERATURE" + metadata: + friendly_name: "Thermostat Schlafzimmer" + location: "Schlafzimmer" + vendor: "eQ-3" + model: "MAX! Thermostat" + peer_id: "42" + channel: "1" +- device_id: thermostat_esszimmer + type: thermostat + cap_version: "thermostat@1.0.0" + technology: max + features: + mode: true + target: true + current: false + topics: + set: "homegear/instance1/set/45/1/SET_TEMPERATURE" + state: "homegear/instance1/plain/45/1/SET_TEMPERATURE" + metadata: + friendly_name: "Thermostat Esszimmer" + location: "Esszimmer" + vendor: "eQ-3" + model: "MAX! Thermostat" + peer_id: "45" + channel: "1" +- device_id: thermostat_wohnzimmer + type: thermostat + cap_version: "thermostat@1.0.0" + technology: max + features: + mode: true + target: true + current: false + topics: + set: "homegear/instance1/set/46/1/SET_TEMPERATURE" + state: "homegear/instance1/plain/46/1/SET_TEMPERATURE" + metadata: + friendly_name: "Thermostat Wohnzimmer" + location: "Wohnzimmer" + vendor: "eQ-3" + model: "MAX! Thermostat" + peer_id: "46" + channel: "1" +- device_id: thermostat_patty + type: thermostat + cap_version: "thermostat@1.0.0" + technology: max + features: + mode: true + target: true + current: false + topics: + set: "homegear/instance1/set/39/1/SET_TEMPERATURE" + state: "homegear/instance1/plain/39/1/SET_TEMPERATURE" + metadata: + friendly_name: "Thermostat Patty" + location: "Arbeitszimmer Patty" + vendor: "eQ-3" + model: "MAX! Thermostat" + peer_id: "39" + channel: "1" +- device_id: thermostat_bad_oben + type: thermostat + cap_version: "thermostat@1.0.0" + technology: max + features: + mode: true + target: true + current: false + topics: + set: "homegear/instance1/set/41/1/SET_TEMPERATURE" + state: "homegear/instance1/plain/41/1/SET_TEMPERATURE" + metadata: + friendly_name: "Thermostat Bad Oben" + location: "Bad Oben" + vendor: "eQ-3" + model: "MAX! Thermostat" + peer_id: "41" + channel: "1" +- device_id: thermostat_bad_unten + type: thermostat + cap_version: "thermostat@1.0.0" + technology: max + features: + mode: true + target: true + current: false + topics: + set: "homegear/instance1/set/48/1/SET_TEMPERATURE" + state: "homegear/instance1/plain/48/1/SET_TEMPERATURE" + metadata: + friendly_name: "Thermostat Bad Unten" + location: "Bad Unten" + vendor: "eQ-3" + model: "MAX! Thermostat" + peer_id: "48" + channel: "1" - device_id: sterne_wohnzimmer type: light cap_version: "light@1.2.0" diff --git a/config/layout.yaml b/config/layout.yaml index 10e20a8..4c7f360 100644 --- a/config/layout.yaml +++ b/config/layout.yaml @@ -17,6 +17,10 @@ rooms: title: Medusa-Lampe Schlafzimmer icon: ๐Ÿ’ก rank: 40 + - device_id: thermostat_schlafzimmer + title: Thermostat Schlafzimmer + icon: ๐ŸŒก๏ธ + rank: 45 - name: Esszimmer devices: - device_id: deckenlampe_esszimmer @@ -39,6 +43,10 @@ rooms: title: kleine Lampe rechts Esszimmer icon: ๐Ÿ’ก rank: 90 + - device_id: thermostat_esszimmer + title: Thermostat Esszimmer + icon: ๐ŸŒก๏ธ + rank: 95 - name: Wohnzimmer devices: - device_id: lampe_naehtischchen_wohnzimmer @@ -57,6 +65,10 @@ rooms: title: grosse Lampe Wohnzimmer icon: ๐Ÿ’ก rank: 130 + - device_id: thermostat_wohnzimmer + title: Thermostat Wohnzimmer + icon: ๐ŸŒก๏ธ + rank: 135 - name: Kรผche devices: - device_id: kueche_deckenlampe @@ -81,6 +93,10 @@ rooms: title: Schranklicht vorne Patty icon: ๐Ÿ’ก rank: 180 + - device_id: thermostat_patty + title: Thermostat Patty + icon: ๐ŸŒก๏ธ + rank: 185 - name: Arbeitszimmer Wolfgang devices: - device_id: thermostat_wolfgang @@ -119,3 +135,15 @@ rooms: title: Sportlicht am Fernseher, Studierzimmer icon: ๐Ÿƒ rank: 260 +- name: Bad Oben + devices: + - device_id: thermostat_bad_oben + title: Thermostat Bad Oben + icon: ๐ŸŒก๏ธ + rank: 270 +- name: Bad Unten + devices: + - device_id: thermostat_bad_unten + title: Thermostat Bad Unten + icon: ๐ŸŒก๏ธ + rank: 280 diff --git a/config/max-thermostats.txt b/config/max-thermostats.txt new file mode 100644 index 0000000..b4fd529 --- /dev/null +++ b/config/max-thermostats.txt @@ -0,0 +1,23 @@ +# MAX! Thermostats - Room Assignment +# +# Extracted from layout.yaml +# Format: Room Name | Device ID (if thermostat exists) +# + +Schlafzimmer +42 + +Esszimmer +45 + +Wohnzimmer +46 + +Arbeitszimmer Patty +39 + +Bad Oben +41 + +Bad Unten +48 \ No newline at end of file