MyUplink binding?

In my system there’s a ‘priority’ channel (49994), could that be used instead?

   "enumValues": [
      {
        "value": "10",
        "text": "Off",
        "icon": ""
      },
      {
        "value": "20",
        "text": "Hot water",
        "icon": ""
      },
      {
        "value": "30",
        "text": "Heating",
        "icon": ""
      },
      {
        "value": "40",
        "text": "Pool",
        "icon": ""
      },
      {
        "value": "41",
        "text": "Pool 2",
        "icon": ""
      },
      {
        "value": "50",
        "text": "Trans­fer",
        "icon": ""
      },
      {
        "value": "60",
        "text": "Cooling",
        "icon": ""
      }

Hhmm, that would be useful. On my display, I do have a current “preference” that reads either heating, cooling, hot-water, or off. So that would be similar. Unfortunately I see neither 49994 or anything similar to it in my F1255 system.

I’ve been digging trough the API responses, and found this hotchpotch of a return value;

  {
    "category": "F1255-6 R PC EM 3x400V",
    "parameterId": "50113",
    "parameterName": "status:",
    "parameterUnit": "kW",
    "writable": false,
    "timestamp": "2024-09-14T00:56:43+00:00",
    "value": 1512,
    "strVal": "1512kW",
    "smartHomeCategories": [],
    "minValue": null,
    "maxValue": null,
    "stepValue": 1,
    "enumValues": [
      {
        "value": "15000",
        "text": "starts",
        "icon": ""
      },
      {
        "value": "15001",
        "text": "runs",
        "icon": ""
      },
      {
        "value": "15003",
        "text": "off",
        "icon": ""
      },
      {
        "value": "15004",
        "text": "hot water",
        "icon": ""
      },
      {
        "value": "15005",
        "text": "heating",
        "icon": ""
      },
      {
        "value": "15006",
        "text": "pool",
        "icon": ""
      },
      {
        "value": "10480",
        "text": "incomp. hp",
        "icon": ""
      },

It’s Enum looks like it could indicate the current mode, but also a variety of error codes, but it seems to return a kW status of god knows what. :sweat_smile:
I’ll try to see if NIBE can tell me what this is supposed to be.

The ‘Temporary Lux (48132)’ contains a Enum in the response, but is represented by a Number channel. Whats the best way to go about bidirectionally mapping this to their strings? (more of a general question about bidir mapping number channel to string item)

Yeah, Nibe seems to have some bugs to work out for some channels, I have seen something similar as well. As for the string<->number mapping, this should work out of the box in the UI. In rules you need to send the number as a command to make it work.

How does one even get into contact with NIBE? I tried ‘Report a Bug’ via the contact form on myuplink.com, but you can’t actually submit anything, as this returns a error 403 due to incorrect CORS headers on the backend :grimacing:

I just used the email adress under contact information at their general website (in my case their Dutch website). Got a quick response.

I’ve used the exact same address, and ended up with inside sales.
We started off a bit bumpy, and they are pretty clear on the ‘there is no support on the open API, you are on your own’, but did eventually forward the issue to the devs, who may take a look at it.

I guess we can only sit and watch the API for changes.

In the meantime I did manage to at least pull the off/heating/hot-water state from parameter (50095), however this one for some reason does not include a state for cooling, and just returns ‘off’ when it’s cooling.

map for (50095)
15000=Starts
15001=Runs
15003=Off
15004=Hot Water
15005=Heating
15006=Pool
10480=Incomp. Hp
10065=Comm.fault In
10066=Communication Fault With PCA Input.
10067=Communication Fault With PCA Input.
10068=Com.flt Base
10069=Communication Fault With PCA Base.
10070=Communication Fault With PCA Base.
10162=Sens Flt:BT18
15971=Incomp. Inv.
10177=Sens Flt:BT14
10071=HP Alarm
10072=High Pressure Alarm
10073=High Pressure Alarm
10074=LP Alarm
10075=Low Pressure Alarm
10076=Low Pressure Alarm
10077=Comm.flt MC
10078=Comm.flt With PCA Motor Controller
10079=Communication Fault With PCA Motor Controller.
10080=MP Alarm
10081=Motor Protection Alarm
10082=Motor Protection Alarm
10083=Sensor Flt:BT1
10084=Sensor Fault: BT1 Outdoor Sensor
10085=Sensor Fault: BT1 Outdoor Sensor
10086=Sensor Flt:BT2
10087=Sensor Fault: BT2 Flow Line Sensor 1
10088=Sensor Fault: BT2 Flow Line Sensor 1
10089=Sens Flt:BT12
10090=Sensor Fault: BT12 Condenser Out
10091=Sensor Fault: BT12 Condenser Out
10092=Sensor Flt:BT3
10095=Sensor Flt:BT6
10154=Internal Electrical Addition
10183=L Exh.temp
10203=Sensor Flt:BT7
10187=Defrosting
15117=Blocked
16528=Inverter Fault
10068=Com.flt Base
10311=Inverter I
10314=Inverter II
10317=Inverter III
10110=Hot Gas Alarm
10116=TB Alarm
10122=Hi Cond. Out
10276=Err: BT63
10293=Serial No
10296=Software
11176=Comm.err Hp
15117=Blocked
15629=Ext Control
15966=Pres.alarm
15971=Incomp. Inv.
16537=Soft-start Flt
16659=Acc. Block.
15468=Initiating
11165=Pool 2
11174=Com.err.slave
15985=Com.flt GP12
16541=Not Docked
channel transformation
transform(:map, "nibe_50095.map", input.to_i).to_s

Hi. Is it already compiled in org.openhab.binding.myuplink-4.3.0-SNAPSHOT.jar?
Still not working with negative number.
Thanks!

Hi,
I’m considering purchasing a Nibe F2040 heat pump. I’ve been doing some research and I’m a bit confused about the myUplink service. I understand that Nibe has discontinued their previous Uplink solution and replaced it with myUplink. Is this correct?

Additionally, it seems that myUplink is not a service developed by Nibe themselves, but rather a third-party solution that they’ve integrated with. Is this accurate?

@AlexF, do you have any information about your binding with myUplink? Is it still in its early stages, or is it a more established integration?

I apologize if these questions are too basic, but I want to have a clear understanding of what to expect if I choose to buy a Nibe heat pump. Thank you for your time.

It should

Is it still the same error? I changed the validation expression already weeks ago.

Yes this is correct.

According to myUplink Web point 1 it looks like this is not owned by Nibe. But maybe “myUpTech AB” belongs to NIBE?

The binding is not yet finished but already running stable (especially the read access) for several users. I am using it for several months now. The new API is in general much better than the old one. It is faster has a lot of additional channels compared to the old API. But a few are also gone/replaced with some others.

Hi @AlexF,
Thank you for your feedback. I reviewed the information of the API on https://dev.myuplink.com/ but found limited details on externally controllable settings.

I’m considering purchasing a heat pump, and Nibe seems like a strong candidate. However, I’d like to assess its compatibility with my existing OpenHAB system.

Currently, OpenHAB manages individual room temperatures, heating setpoints, and heating circuit valves. Ideally, I’d like to integrate the heat pump and control its operation through OpenHAB. This could involve triggering the pump based on heating or cooling demands in specific rooms.

Do you have any recommendations on where to begin this evaluation?

Thank you,

Well, first of all a heat pump should have a lifetime of >15 years. This is quite long compared to a typical lifecycle of a software. It would not recommend to make a decision based on openHAB integration. This might change in the future maybe openHAB will not exist anymore in 10 years? (I hope it will still be there but you never know)

The second point is that according to my observations it does not make much sense to control the heating operation at least when you have a floor heating system. It takes much time to increase the room temperature when you have low flow temperatures. If you increase the flow temperatures you will be able to heat faster but the heat pump will operate with decreased efficiency. This should not be the desired way of operation.

In my case I collect a lot of operational data to monitor my system (that way I even found a malfunction that nobody from NIBE was able to find) and in addition I have some openHAB controlled overrides for hot water operation which depend on available solar energy. All of this works very well with the current state of the API / binding.

If you want to get a brief overview of what is possible, this might help you, it is a dump from the API (VVM320 + F2040 + ERS20-250)

{ "category": "VVM 320 E", "parameterId": "40004", "parameterName": "Current outd temp (BT1)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-outdoorTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40008", "parameterName": "Supply line (BT2)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-supplyTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40012", "parameterName": "Return line (BT3)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-returnTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40013", "parameterName": "Hot water top (BT7)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40014", "parameterName": "Hot water char­ging (BT6)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-hwTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "40025", "parameterName": "Exhaust air (BT20)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "40026", "parameterName": "Extract air (BT21)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40033", "parameterName": "Room temp­erature (BT50)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40047", "parameterName": "Supply line (BT61)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-supplyTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40048", "parameterName": "Return line (BT62)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-returnTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40067", "parameterName": "Average outdoor temp (BT1)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40072", "parameterName": "Flow sensor (BF1)", "parameterUnit": "l/m", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "40075", "parameterName": "Supply air (AZ30-BT22)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40079", "parameterName": "Current (BE3)", "parameterUnit": "A", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40081", "parameterName": "Current (BE2)", "parameterUnit": "A", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40083", "parameterName": "Current (BE1)", "parameterUnit": "A", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40121", "parameterName": "Add. heat (BT63)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-supplyTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40145", "parameterName": "Oil temp­erature (EP15-BT29)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40146", "parameterName": "Oil temp­erature (BT29)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "40183", "parameterName": "Outd temp­erature (AZ30-BT23)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "40311", "parameterName": "Fan speed (GQ2)", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "40312", "parameterName": "Fan speed (GQ3)", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40737", "parameterName": "- of which cooling:", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "40782", "parameterName": "Re­quested com­pressor freq (EB101)", "parameterUnit": "Hz", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40940", "parameterName": "current value", "parameterUnit": "DM", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -30000, "maxValue": 30000, "stepValue": 100, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "40941", "parameterName": "Degree minutes", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "41258", "parameterName": "Fan mode system 2", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "42770", "parameterName": "Desired humid­ity", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "43009", "parameterName": "Calcu­lated supply climate system 1", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-supplyTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "43081", "parameterName": "Time factor add heat", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "43108", "parameterName": "Current fan mode", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "43109", "parameterName": "Current hot water mode", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "43161", "parameterName": "Extern. adjust­ment climate system 1", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "Off", "icon": "" }, { "value": "1", "text": "On", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "43239", "parameterName": "- of which hot water:", "parameterUnit": "hrs", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44014", "parameterName": "Version (EB101)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44032", "parameterName": "Slave (EB101)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44055", "parameterName": "Return line (EB101-BT3)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44058", "parameterName": "Supply line (EB101-BT12)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44059", "parameterName": "Dis­charge (EB101-BT14)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44060", "parameterName": "Liquid line (EB101-BT15)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44061", "parameterName": "Suction gas (EB101-BT17)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44064", "parameterName": "Status com­pressor (EB101)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "20", "text": "Off", "icon": "" }, { "value": "40", "text": "Starting", "icon": "" }, { "value": "60", "text": "Operating", "icon": "" }, { "value": "100", "text": "Stopping", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "44069", "parameterName": "number of starts:", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "44071", "parameterName": "total operating time:", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "44073", "parameterName": "- of which hot water:", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "44270", "parameterName": "Calcu­lated cooling supply climate system 1", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-supplyTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Heat meter", "parameterId": "44298", "parameterName": "Hot water, includ­ing int. add. heat", "parameterUnit": "kWh", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-energyMetered" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Heat meter", "parameterId": "44300", "parameterName": "Heating, includ­ing int. add. heat", "parameterUnit": "kWh", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-energyMetered" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Heat meter", "parameterId": "44302", "parameterName": "Cooling, com­pressor only", "parameterUnit": "kWh", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-energyMetered" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Heat meter", "parameterId": "44306", "parameterName": "Hot water, com­pressor only", "parameterUnit": "kWh", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-energyMetered" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Heat meter", "parameterId": "44308", "parameterName": "Heating, com­pressor only", "parameterUnit": "kWh", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-energyMetered" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44362", "parameterName": "Outd temp­erature (EB101-BT28)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-outdoorTemp" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44363", "parameterName": "Evap­orator (EB101-BT16)", "parameterUnit": "°C", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "44396", "parameterName": "Heating medium pump speed (GP1)", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44699", "parameterName": "High pres­sure sensor (EB101-BP4)", "parameterUnit": "bar", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44700", "parameterName": "Low pres­sure (EB101-BP8)", "parameterUnit": "bar", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44701", "parameterName": "Current com­pressor fre­quency (EB101)", "parameterUnit": "Hz", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44702", "parameterName": "Prot. mode, com­pressor (EB101)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "Slave 1 (EB101)", "parameterId": "44703", "parameterName": "Defrost­ing (EB101-EP14)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null },
{ "category": "VVM 320 E", "parameterId": "47007", "parameterName": "heating curve", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 15, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47011", "parameterName": "Heating offset climate system 1", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47015", "parameterName": "climate system", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 50, "maxValue": 700, "stepValue": 10, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47020", "parameterName": "flow line temp. at 30 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47021", "parameterName": "flow line temp. at 20 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47022", "parameterName": "flow line temp. at 10 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47023", "parameterName": "flow line temp. at 0 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47024", "parameterName": "flow line temp. at -10 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47025", "parameterName": "flow line temp. at -20 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47026", "parameterName": "flow line temp. at -30 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 5, "maxValue": 80, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47027", "parameterName": "outdoor temp. point", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -40, "maxValue": 30, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47028", "parameterName": "change in curve", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47032", "parameterName": "climate system", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47041", "parameterName": "comfort mode", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "4", "text": "smart control", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47050", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47051", "parameterName": "period", "parameterUnit": "days", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 1, "maxValue": 90, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47137", "parameterName": "op. mode", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "auto", "icon": "" }, { "value": "1", "text": "manual", "icon": "" }, { "value": "2", "text": "add. heat only", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47206", "parameterName": "start compressor", "parameterUnit": "DM", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -1000, "maxValue": -30, "stepValue": 10, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47209", "parameterName": "diff. between additional steps", "parameterUnit": "DM", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 10, "maxValue": 1000, "stepValue": 10, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47212", "parameterName": "set max electrical add.", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "0.0 kW", "icon": "" }, { "value": "200", "text": "2.0 kW", "icon": "" }, { "value": "300", "text": "3.0 kW", "icon": "" }, { "value": "400", "text": "4.0 kW", "icon": "" }, { "value": "500", "text": "5.0 kW", "icon": "" }, { "value": "600", "text": "6.0 kW", "icon": "" }, { "value": "700", "text": "7.0 kW", "icon": "" }, { "value": "900", "text": "9.0 kW", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47271", "parameterName": "speed 4", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 1, "maxValue": 99, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47272", "parameterName": "speed 3", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 1, "maxValue": 99, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47273", "parameterName": "speed 2", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 1, "maxValue": 99, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47274", "parameterName": "speed 1", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 1, "maxValue": 99, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47335", "parameterName": "time betw. switch heat/cool", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 48, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47340", "parameterName": "cool/heat sensor", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "none", "icon": "" }, { "value": "2", "text": "BT50", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47343", "parameterName": "start active cooling", "parameterUnit": "DM", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 10, "maxValue": 300, "stepValue": 10, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47374", "parameterName": "start cooling", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -200, "maxValue": 400, "stepValue": 10, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47375", "parameterName": "stop heating", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -200, "maxValue": 400, "stepValue": 10, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47376", "parameterName": "stop additional heat", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -250, "maxValue": 400, "stepValue": 10, "enumValues": [], "scaleValue": "0.1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47377", "parameterName": "filtering time", "parameterUnit": "hrs", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 48, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47394", "parameterName": "control room sensor syst", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47537", "parameterName": "night cooling", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47538", "parameterName": "start temp. exhaust air", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 20, "maxValue": 30, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47539", "parameterName": "min diff. outdoor-exhaust", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 3, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47635", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47637", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47638", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47639", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47640", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47641", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47642", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47643", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47644", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47645", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47646", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47647", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47648", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47649", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47650", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47651", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47652", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47653", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47654", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47655", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47656", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47657", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47658", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47659", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47660", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47669", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47671", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47672", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47673", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47674", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47675", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47676", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47677", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47678", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47679", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47680", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47681", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47682", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47683", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47684", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47685", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47686", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47687", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47688", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47689", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47690", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47691", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47692", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47693", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47694", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "-1", "text": "off", "icon": "" }, { "value": "0", "text": "economy", "icon": "" }, { "value": "1", "text": "normal", "icon": "" }, { "value": "2", "text": "luxury", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47703", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47705", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47706", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47707", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47708", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47709", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47710", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47711", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47712", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47713", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47714", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47715", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47716", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47717", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47718", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47719", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47720", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47721", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47722", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47723", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47724", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47725", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47726", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47727", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47728", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47737", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47739", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47740", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47741", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47742", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47743", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47744", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47745", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47746", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47747", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47748", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47749", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47750", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47751", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47752", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47753", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47754", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47755", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47756", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47757", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47758", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47759", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47760", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47761", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47762", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "speed 1", "icon": "" }, { "value": "2", "text": "speed 2", "icon": "" }, { "value": "3", "text": "speed 3", "icon": "" }, { "value": "4", "text": "speed 4", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47771", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47772", "parameterName": "system", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "1", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47773", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47774", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47775", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47776", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47777", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47778", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47779", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47780", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47781", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47782", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47783", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47784", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47785", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47786", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47787", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47788", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 

Part 2


{ "category": "VVM 320 E", "parameterId": "47789", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47790", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47791", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47792", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47793", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47794", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47795", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47796", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47805", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47806", "parameterName": "system", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "1", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47807", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47808", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47809", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47810", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47811", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47812", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47813", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47814", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47815", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47816", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47817", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47818", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47819", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47820", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47821", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47822", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47823", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47824", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47825", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47826", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47827", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47828", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47829", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47830", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47839", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47840", "parameterName": "system", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "1", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47841", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47842", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47843", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47844", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47845", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47846", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47847", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47848", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47849", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47850", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47851", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47852", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47853", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47854", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47855", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47856", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47857", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47858", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47859", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47860", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47861", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47862", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47863", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47864", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47907", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47909", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47910", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47911", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47912", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47913", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47914", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47915", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47916", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47917", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47918", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47919", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47920", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47921", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47922", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47923", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47924", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47925", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47926", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47927", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47928", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47929", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47930", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47931", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47932", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47941", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47943", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47944", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47945", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47946", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47947", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47948", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47949", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47950", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47951", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47952", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47953", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47954", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47955", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47956", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47957", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47958", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47959", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47960", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47961", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47962", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47963", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47964", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47965", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47966", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47975", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47977", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47978", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47979", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47980", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47981", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47982", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47983", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47984", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47985", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47986", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47987", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47988", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47989", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47990", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47991", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47992", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47993", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47994", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47995", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47996", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47997", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47998", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "47999", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48000", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48009", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48011", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48012", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48013", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48014", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48015", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48016", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48017", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48018", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48019", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48020", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48021", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48022", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48023", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48024", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48025", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48026", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48027", "parameterName": "sun", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48028", "parameterName": "sat", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48029", "parameterName": "fri", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48030", "parameterName": "thur", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48031", "parameterName": "wed", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48032", "parameterName": "tues", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48033", "parameterName": "mon", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48034", "parameterName": "all", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "1", "text": "Com­pressor", "icon": "" }, { "value": "2", "text": "Add. heat", "icon": "" }, { "value": "3", "text": "Com­pressor and Addi­tional Heat", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48072", "parameterName": "start diff additional heat", "parameterUnit": "DM", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 100, "maxValue": 2000, "stepValue": 10, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48132", "parameterName": "temporary lux", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" }, { "value": "1", "text": "3 hrs", "icon": "" }, { "value": "2", "text": "6 hrs", "icon": "" }, { "value": "3", "text": "12 hrs", "icon": "" }, { "value": "4", "text": "one time increase", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48177", "parameterName": "climate system", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 7, "maxValue": 30, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48181", "parameterName": "flow line temp. at 20 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 7, "maxValue": 40, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48185", "parameterName": "flow line temp. at 40 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 7, "maxValue": 40, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48214", "parameterName": "delta at +20 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 3, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48215", "parameterName": "delta at +40 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 3, "maxValue": 20, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48241", "parameterName": "cooling permitted", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48282", "parameterName": "affect room temperature", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48283", "parameterName": "affect cooling", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48284", "parameterName": "affect hot water", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48442", "parameterName": "activated", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48731", "parameterName": "cooling curve", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 9, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48739", "parameterName": "Cooling offset climate system 1", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48740", "parameterName": "flow line temp. at 30 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 7, "maxValue": 40, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48741", "parameterName": "flow line temp. at 10 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 7, "maxValue": 40, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "48742", "parameterName": "flow line temp. at 0 °C", "parameterUnit": "°C", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 7, "maxValue": 40, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "ERS 10/20/30 1", "parameterId": "49633", "parameterName": "Desired humid­ity", "parameterUnit": "%", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49707", "parameterName": "climate system", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": -10, "maxValue": 10, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49903", "parameterName": "alarm room sens cool", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 1, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49909", "parameterName": "start time", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 23, "stepValue": 1, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49912", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49913", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49914", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49915", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49916", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49917", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49918", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49919", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49920", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49921", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49922", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49923", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49924", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49925", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49926", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49927", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49946", "parameterName": "Start Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49947", "parameterName": "Start Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49948", "parameterName": "Start Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49949", "parameterName": "Start Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49950", "parameterName": "Start Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49951", "parameterName": "Start Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49952", "parameterName": "Start Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49953", "parameterName": "Start all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49954", "parameterName": "Finish Sunday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49955", "parameterName": "Finish Saturday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49956", "parameterName": "Finish Friday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49957", "parameterName": "Finish Thursday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49958", "parameterName": "Finish Wednesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49959", "parameterName": "Finish Tuesday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49960", "parameterName": "Finish Monday", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49961", "parameterName": "End all days", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": 0, "maxValue": 86400, "stepValue": 900, "enumValues": [], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49992", "parameterName": "Pump: Heating medium (GP6)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "Off", "icon": "" }, { "value": "1", "text": "On", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49993", "parameterName": "Int elec add heat", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "Alarm", "icon": "" }, { "value": "1", "text": "Alarm", "icon": "" }, { "value": "2", "text": "Active", "icon": "" }, { "value": "3", "text": "Off", "icon": "" }, { "value": "4", "text": "Blocked", "icon": "" }, { "value": "5", "text": "Off", "icon": "" }, { "value": "6", "text": "Active", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49994", "parameterName": "Prior­ity", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "10", "text": "Off", "icon": "" }, { "value": "20", "text": "Hot water", "icon": "" }, { "value": "30", "text": "Heating", "icon": "" }, { "value": "40", "text": "Pool", "icon": "" }, { "value": "41", "text": "Pool 2", "icon": "" }, { "value": "50", "text": "Trans­fer", "icon": "" }, { "value": "60", "text": "Cooling", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "49995", "parameterName": "Pump: Heat­ing medium (EB100-GP1)", "parameterUnit": "", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "Off", "icon": "" }, { "value": "1", "text": "On", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "50004", "parameterName": "Tempo­rary lux", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" }, { "value": "1", "text": "on", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "50005", "parameterName": "In­creased venti­lation", "parameterUnit": "", "writable": true, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [ "sh-ventBoost" ], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "0", "text": "off", "icon": "" }, { "value": "1", "text": "on", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "50096", "parameterName": "status:", "parameterUnit": "min", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "15000", "text": "starts", "icon": "" }, { "value": "15001", "text": "runs", "icon": "" }, { "value": "15003", "text": "off", "icon": "" }, { "value": "15004", "text": "hot water", "icon": "" }, { "value": "15005", "text": "heating", "icon": "" }, { "value": "15006", "text": "pool", "icon": "" }, { "value": "10480", "text": "incomp. hp", "icon": "" }, { "value": "10065", "text": "Comm.fault In", "icon": "" }, { "value": "10066", "text": "Communication fault with PCA Input.", "icon": "" }, { "value": "10067", "text": "Communication fault with PCA Input.", "icon": "" }, { "value": "10068", "text": "Com.flt Base", "icon": "" }, { "value": "10069", "text": "Communication fault with PCA Base.", "icon": "" }, { "value": "10070", "text": "Communication fault with PCA Base.", "icon": "" }, { "value": "10162", "text": "Sens flt:BT18", "icon": "" }, { "value": "15971", "text": "incomp. inv.", "icon": "" }, { "value": "10177", "text": "Sens flt:BT14", "icon": "" }, { "value": "10071", "text": "HP alarm", "icon": "" }, { "value": "10072", "text": "High pressure alarm", "icon": "" }, { "value": "10073", "text": "High pressure alarm", "icon": "" }, { "value": "10074", "text": "LP alarm", "icon": "" }, { "value": "10075", "text": "Low pressure alarm", "icon": "" }, { "value": "10076", "text": "Low pressure alarm", "icon": "" }, { "value": "10077", "text": "Comm.flt MC", "icon": "" }, { "value": "10078", "text": "Comm.flt with PCA Motor Controller", "icon": "" }, { "value": "10079", "text": "Communication fault with PCA Motor Controller.", "icon": "" }, { "value": "10080", "text": "MP alarm", "icon": "" }, { "value": "10081", "text": "Motor protection alarm", "icon": "" }, { "value": "10082", "text": "Motor protection alarm", "icon": "" }, { "value": "10083", "text": "Sensor flt:BT1", "icon": "" }, { "value": "10084", "text": "Sensor fault: BT1 outdoor sensor", "icon": "" }, { "value": "10085", "text": "Sensor fault: BT1 outdoor sensor", "icon": "" }, { "value": "10086", "text": "Sensor flt:BT2", "icon": "" }, { "value": "10087", "text": "Sensor fault: BT2 flow line sensor 1", "icon": "" }, { "value": "10088", "text": "Sensor fault: BT2 flow line sensor 1", "icon": "" }, { "value": "10089", "text": "Sens flt:BT12", "icon": "" }, { "value": "10090", "text": "Sensor fault: BT12 condenser out", "icon": "" }, { "value": "10091", "text": "Sensor fault: BT12 condenser out", "icon": "" }, { "value": "10092", "text": "Sensor flt:BT3", "icon": "" }, { "value": "10095", "text": "Sensor flt:BT6", "icon": "" }, { "value": "10154", "text": "internal electrical addition", "icon": "" }, { "value": "10183", "text": "L exh.temp", "icon": "" }, { "value": "10203", "text": "Sensor flt:BT7", "icon": "" }, { "value": "10187", "text": "Defrosting", "icon": "" }, { "value": "15117", "text": "blocked", "icon": "" }, { "value": "16528", "text": "Inverter fault", "icon": "" }, { "value": "10068", "text": "Com.flt Base", "icon": "" }, { "value": "10311", "text": "Inverter I", "icon": "" }, { "value": "10314", "text": "Inverter II", "icon": "" }, { "value": "10317", "text": "Inverter III", "icon": "" }, { "value": "10110", "text": "Hot gas alarm", "icon": "" }, { "value": "10116", "text": "TB alarm", "icon": "" }, { "value": "10122", "text": "Hi cond. out", "icon": "" }, { "value": "10276", "text": "Err: BT63", "icon": "" }, { "value": "10293", "text": "serial no", "icon": "" }, { "value": "10296", "text": "software", "icon": "" }, { "value": "11176", "text": "comm.err hp", "icon": "" }, { "value": "15117", "text": "blocked", "icon": "" }, { "value": "15629", "text": "ext control", "icon": "" }, { "value": "15966", "text": "Pres.alarm", "icon": "" }, { "value": "15971", "text": "incomp. inv.", "icon": "" }, { "value": "16537", "text": "Soft-start flt", "icon": "" }, { "value": "16659", "text": "Acc. block.", "icon": "" }, { "value": "15468", "text": "initiating", "icon": "" }, { "value": "11165", "text": "pool 2", "icon": "" }, { "value": "11174", "text": "com.err.slave", "icon": "" }, { "value": "15985", "text": "Com.flt GP12", "icon": "" }, { "value": "16541", "text": "not docked", "icon": "" } ], "scaleValue": "1", "zoneId": null }, 
{ "category": "VVM 320 E", "parameterId": "50113", "parameterName": "status:", "parameterUnit": "kW", "writable": false, "timestamp": "...", "value: "...", "strVal": "...", "smartHomeCategories": [], "minValue": null, "maxValue": null, "stepValue": 1, "enumValues": [ { "value": "15000", "text": "starts", "icon": "" }, { "value": "15001", "text": "runs", "icon": "" }, { "value": "15003", "text": "off", "icon": "" }, { "value": "15004", "text": "hot water", "icon": "" }, { "value": "15005", "text": "heating", "icon": "" }, { "value": "15006", "text": "pool", "icon": "" }, { "value": "10480", "text": "incomp. hp", "icon": "" }, { "value": "10065", "text": "Comm.fault In", "icon": "" }, { "value": "10066", "text": "Communication fault with PCA Input.", "icon": "" }, { "value": "10067", "text": "Communication fault with PCA Input.", "icon": "" }, { "value": "10068", "text": "Com.flt Base", "icon": "" }, { "value": "10069", "text": "Communication fault with PCA Base.", "icon": "" }, { "value": "10070", "text": "Communication fault with PCA Base.", "icon": "" }, { "value": "10162", "text": "Sens flt:BT18", "icon": "" }, { "value": "15971", "text": "incomp. inv.", "icon": "" }, { "value": "10177", "text": "Sens flt:BT14", "icon": "" }, { "value": "10071", "text": "HP alarm", "icon": "" }, { "value": "10072", "text": "High pressure alarm", "icon": "" }, { "value": "10073", "text": "High pressure alarm", "icon": "" }, { "value": "10074", "text": "LP alarm", "icon": "" }, { "value": "10075", "text": "Low pressure alarm", "icon": "" }, { "value": "10076", "text": "Low pressure alarm", "icon": "" }, { "value": "10077", "text": "Comm.flt MC", "icon": "" }, { "value": "10078", "text": "Comm.flt with PCA Motor Controller", "icon": "" }, { "value": "10079", "text": "Communication fault with PCA Motor Controller.", "icon": "" }, { "value": "10080", "text": "MP alarm", "icon": "" }, { "value": "10081", "text": "Motor protection alarm", "icon": "" }, { "value": "10082", "text": "Motor protection alarm", "icon": "" }, { "value": "10083", "text": "Sensor flt:BT1", "icon": "" }, { "value": "10084", "text": "Sensor fault: BT1 outdoor sensor", "icon": "" }, { "value": "10085", "text": "Sensor fault: BT1 outdoor sensor", "icon": "" }, { "value": "10086", "text": "Sensor flt:BT2", "icon": "" }, { "value": "10087", "text": "Sensor fault: BT2 flow line sensor 1", "icon": "" }, { "value": "10088", "text": "Sensor fault: BT2 flow line sensor 1", "icon": "" }, { "value": "10089", "text": "Sens flt:BT12", "icon": "" }, { "value": "10090", "text": "Sensor fault: BT12 condenser out", "icon": "" }, { "value": "10091", "text": "Sensor fault: BT12 condenser out", "icon": "" }, { "value": "10092", "text": "Sensor flt:BT3", "icon": "" }, { "value": "10095", "text": "Sensor flt:BT6", "icon": "" }, { "value": "10154", "text": "internal electrical addition", "icon": "" }, { "value": "10183", "text": "L exh.temp", "icon": "" }, { "value": "10203", "text": "Sensor flt:BT7", "icon": "" }, { "value": "10187", "text": "Defrosting", "icon": "" }, { "value": "15117", "text": "blocked", "icon": "" }, { "value": "16528", "text": "Inverter fault", "icon": "" }, { "value": "10068", "text": "Com.flt Base", "icon": "" }, { "value": "10311", "text": "Inverter I", "icon": "" }, { "value": "10314", "text": "Inverter II", "icon": "" }, { "value": "10317", "text": "Inverter III", "icon": "" }, { "value": "10110", "text": "Hot gas alarm", "icon": "" }, { "value": "10116", "text": "TB alarm", "icon": "" }, { "value": "10122", "text": "Hi cond. out", "icon": "" }, { "value": "10276", "text": "Err: BT63", "icon": "" }, { "value": "10293", "text": "serial no", "icon": "" }, { "value": "10296", "text": "software", "icon": "" }, { "value": "11176", "text": "comm.err hp", "icon": "" }, { "value": "15117", "text": "blocked", "icon": "" }, { "value": "15629", "text": "ext control", "icon": "" }, { "value": "15966", "text": "Pres.alarm", "icon": "" }, { "value": "15971", "text": "incomp. inv.", "icon": "" }, { "value": "16537", "text": "Soft-start flt", "icon": "" }, { "value": "16659", "text": "Acc. block.", "icon": "" }, { "value": "15468", "text": "initiating", "icon": "" }, { "value": "11165", "text": "pool 2", "icon": "" }, { "value": "11174", "text": "com.err.slave", "icon": "" }, { "value": "15985", "text": "Com.flt GP12", "icon": "" }, { "value": "16541", "text": "not docked", "icon": "" } ], "scaleValue": "0.1", "zoneId": null } ]

Hello dear OH community. I have a question, are there plans to release the binding for OH3 as well?
Thank you

1 Like

Hi. After last update starts working. Thanks

Is there somewhere “instructios for dummies” for AlexF “org.openhab.binding.myuplink-4.3.0-SNAPSHOT.jar” binding? I have made an installation to openHAB 4.2.2 via Openhab console and I can see binding there but not the “thing” in web UI.

I had the same. At the time, I build the binding myself against the current version of openHAB. However I see that the sources are now referencing the next beta in the pom file, and I wouldn’t know how to proceed now.

I though it would be cool to test out the ‘Home’ value in the smart-home-mode. However that seems to error out, at least for my system. Has anyone tried it already? (maybe just another bug on the API side)

{
  "errors": {
    "smartMode": [
      "The value 'Home' is not valid."
    ]
  },
  "type": "https://tools.ietf.org/html/rfc9110#section-15.5.1",
  "title": "One or more validation errors occurred.",
  "status": 400,
  "traceId": "00-834521d6dde7e51b6ac7d9a55f2057e6-c465ef257291b180-00"
}

I know for my heatpump, only Default, Away and Vacation are valid values. I guess the options are a superset of what all supported heatpumps may use.