mirror of
https://github.com/beestat/app.git
synced 2025-06-01 04:37:12 -04:00
Rollback of 71dad59 due to bug
Will investigate more and fix later.
This commit is contained in:
parent
43897ba5b3
commit
4e8506b9cc
@ -155,6 +155,10 @@ beestat.layer.load.prototype.decorate_ = function(parent) {
|
|||||||
beestat.setting('thermostat_id')
|
beestat.setting('thermostat_id')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
var ecobee_thermostat = beestat.cache.ecobee_thermostat[
|
||||||
|
thermostat.ecobee_thermostat_id
|
||||||
|
];
|
||||||
|
|
||||||
// Set the document title to include the thermostat name
|
// Set the document title to include the thermostat name
|
||||||
if (thermostat.name !== null && thermostat.name.trim() !== '') {
|
if (thermostat.name !== null && thermostat.name.trim() !== '') {
|
||||||
document.title = 'beestat | ' + thermostat.name;
|
document.title = 'beestat | ' + thermostat.name;
|
||||||
@ -174,7 +178,8 @@ beestat.layer.load.prototype.decorate_ = function(parent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fix some other stuff for non-heat-pump.
|
// Fix some other stuff for non-heat-pump.
|
||||||
if (beestat.thermostat.get_system_type(thermostat.thermostat_id, 'heat') !== 'compressor') {
|
if (ecobee_thermostat.settings.hasHeatPump === false) {
|
||||||
|
// if (beestat.thermostat.get_system_type(thermostat.thermostat_id, 'heat') !== 'compressor') {
|
||||||
beestat.series.auxiliary_heat_1.name = beestat.series.sum_compressor_heat_1.name;
|
beestat.series.auxiliary_heat_1.name = beestat.series.sum_compressor_heat_1.name;
|
||||||
beestat.series.auxiliary_heat_1.color = beestat.series.sum_compressor_heat_1.color;
|
beestat.series.auxiliary_heat_1.color = beestat.series.sum_compressor_heat_1.color;
|
||||||
beestat.series.sum_auxiliary_heat_2.name = beestat.series.compressor_heat_2.name;
|
beestat.series.sum_auxiliary_heat_2.name = beestat.series.compressor_heat_2.name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user