update test data for customizations

This commit is contained in:
Proddy
2022-05-26 17:46:51 +02:00
parent 9d25f8049c
commit c4cfabfbaf

View File

@@ -473,7 +473,7 @@ const emsesp_devicedata_1 = {
const emsesp_devicedata_2 = { const emsesp_devicedata_2 = {
label: 'Boiler: Nefit GBx72/Trendline/Cerapur/Greenstar Si/27i', label: 'Boiler: Nefit GBx72/Trendline/Cerapur/Greenstar Si/27i',
data: [ data: [
{ v: 0, u: 0, id: '08reset', c: 'reset', l: ['-', 'maintenance', 'error'] }, { v: '', u: 0, id: '08reset', c: 'reset', l: ['-', 'maintenance', 'error'] },
{ v: 'false', u: 0, id: '08heating active' }, { v: 'false', u: 0, id: '08heating active' },
{ v: 'false', u: 0, id: '04tapwater active' }, { v: 'false', u: 0, id: '04tapwater active' },
{ v: 5, u: 1, id: '04selected flow temperature', c: 'selflowtemp' }, { v: 5, u: 1, id: '04selected flow temperature', c: 'selflowtemp' },
@@ -590,6 +590,13 @@ const emsesp_deviceentities_1 = [
m: 0, m: 0,
w: false, w: false,
}, },
{
v: 'roomTemp',
id: 'hc1/HA climate config creation',
s: 'hc1/HA climate config creation',
m: 0,
w: false,
},
{ {
v: 18.2, v: 18.2,
id: 'hc1 selected room temperature', id: 'hc1 selected room temperature',
@@ -614,10 +621,11 @@ const emsesp_deviceentities_1 = [
] ]
const emsesp_deviceentities_2 = [ const emsesp_deviceentities_2 = [
{ v: false, id: 'heating active', s: 'heatingactive', m: 0, w: false }, { u: 0, id: 'reset', s: 'reset', m: 8, w: false },
{ v: false, id: 'tapwater active', s: 'tapwateractive', m: 0, w: false }, { v: false, id: 'heating active', s: 'heatingactive', m: 8, w: false },
{ v: 5, id: 'selected flow temperature', s: 'selflowtemp', m: 0, w: true }, { v: false, id: 'tapwater active', s: 'tapwateractive', m: 4, w: false },
{ v: 0, id: 'burner selected max power', s: 'selburnpow', m: 0, w: true }, { v: 5, id: 'selected flow temperature', s: 'selflowtemp', m: 4, w: true },
{ v: 0, id: 'burner selected max power', s: 'selburnpow', m: 14, w: true },
{ v: 0, id: 'heating pump modulation', s: 'heatingpumpmod', m: 0, w: false }, { v: 0, id: 'heating pump modulation', s: 'heatingpumpmod', m: 0, w: false },
{ id: 'heating pump 2 modulation', s: 'heatingpump2mod', m: 0, w: false }, { id: 'heating pump 2 modulation', s: 'heatingpump2mod', m: 0, w: false },
{ id: 'outside temperature', s: 'outdoortemp', m: 0, w: false }, { id: 'outside temperature', s: 'outdoortemp', m: 0, w: false },