initial
This commit is contained in:
@@ -15,6 +15,7 @@ from apps.abstraction.vendors import (
|
|||||||
simulator,
|
simulator,
|
||||||
zigbee2mqtt,
|
zigbee2mqtt,
|
||||||
max,
|
max,
|
||||||
|
test,
|
||||||
shelly,
|
shelly,
|
||||||
tasmota,
|
tasmota,
|
||||||
hottis_pv_modbus,
|
hottis_pv_modbus,
|
||||||
@@ -40,6 +41,7 @@ for vendor_name, vendor_module in [
|
|||||||
("simulator", simulator),
|
("simulator", simulator),
|
||||||
("zigbee2mqtt", zigbee2mqtt),
|
("zigbee2mqtt", zigbee2mqtt),
|
||||||
("max", max),
|
("max", max),
|
||||||
|
("test", test),
|
||||||
("shelly", shelly),
|
("shelly", shelly),
|
||||||
("tasmota", tasmota),
|
("tasmota", tasmota),
|
||||||
("hottis_pv_modbus", hottis_pv_modbus),
|
("hottis_pv_modbus", hottis_pv_modbus),
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_bad_unten
|
- thermostat_bad_unten
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
- id: window_setback_esszimmer
|
- id: window_setback_esszimmer
|
||||||
@@ -23,7 +23,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_esszimmer
|
- thermostat_esszimmer
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
previous_target_ttl_secs: 86400
|
previous_target_ttl_secs: 86400
|
||||||
@@ -38,7 +38,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_wohnzimmer
|
- thermostat_wohnzimmer
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
previous_target_ttl_secs: 86400
|
previous_target_ttl_secs: 86400
|
||||||
@@ -55,7 +55,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_kueche
|
- thermostat_kueche
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
previous_target_ttl_secs: 86400
|
previous_target_ttl_secs: 86400
|
||||||
@@ -71,7 +71,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_patty
|
- thermostat_patty
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
previous_target_ttl_secs: 86400
|
previous_target_ttl_secs: 86400
|
||||||
@@ -85,7 +85,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_schlafzimmer
|
- thermostat_schlafzimmer
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
previous_target_ttl_secs: 86400
|
previous_target_ttl_secs: 86400
|
||||||
@@ -99,7 +99,7 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_wolfgang
|
- thermostat_wolfgang
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
- id: window_setback_bad_oben
|
- id: window_setback_bad_oben
|
||||||
@@ -112,6 +112,6 @@ rules:
|
|||||||
thermostats:
|
thermostats:
|
||||||
- thermostat_bad_oben
|
- thermostat_bad_oben
|
||||||
params:
|
params:
|
||||||
eco_target: 16.0
|
eco_target: 6.0
|
||||||
open_min_secs: 20
|
open_min_secs: 20
|
||||||
close_min_secs: 20
|
close_min_secs: 20
|
||||||
|
|||||||
Reference in New Issue
Block a user