Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DelaSol BX Controller #106

Closed
fliix-de opened this issue May 16, 2022 · 15 comments · Fixed by #117
Closed

Add support for DelaSol BX Controller #106

fliix-de opened this issue May 16, 2022 · 15 comments · Fixed by #117
Labels
enhancement New feature or request

Comments

@fliix-de
Copy link

fliix-de commented May 16, 2022

error1

Is there anything i can do from my site to fix this error?

@Grizzelbee
Copy link
Owner

I doubt. But it depends on what you like to achive. The error says: "I don't know the controller your're using - so I won't be able to controll anything. Means: I can only read values and present them to you, but you won't be able to switch a pump or anyting."

If this is okay for you - you can igore this message. If you need to control something - we need to figure out whether we can implement support for your controller.
So let's start with the question: What Controller are you using?

@fliix-de
Copy link
Author

Thanks for your super quick reply. I've got this Controller today:

VBus/Lan
grafik

grafik

@Grizzelbee
Copy link
Owner

From the picture it seems to be an original KM2 - but htis is "only" the data gateway. The controller ment by the error message in your log is the Controller connected to this data gateway. In other words: The device that really controlls your Solar system. KM2 is only a connectivity unit - just like a router.

@fliix-de
Copy link
Author

Got it. My VBus/Lan Adapter is connected to the VBus Ports of RESOL DeltaSol BX.

grafik

@Grizzelbee
Copy link
Owner

Okay - yeah - that's it.
DeltaSol BX Plus is already supported - DeltaSol BX not.
So please: Write a DEBUG-log from start of the adapter, wait 30 Secs and shut it down. Then zip the log and post it here. After that I can start to integrate your controller to the adapter.

Depending on how experienced you are, you can try/do most things by yourself. The needed files are in the /lib/resol-setup folder. A brief explanation on what to do sits in the readme. I would start with a copy and rename of the DeltaSol BX Plus config file and integrate it into the setup-resol-types.js-file. The ID asked in this file should be shown here:
grafik
and is (in my case) the decimal of hex:002211.

@Grizzelbee Grizzelbee changed the title Amazing Adapter - thanks | small problem found in log Add support for DelaSol BX Controller May 16, 2022
@Grizzelbee Grizzelbee added the enhancement New feature or request label May 16, 2022
@fliix-de
Copy link
Author

Oh i see. Sorry for that. Attached here the log entries for debug mode. I'm not experienced in ioBroker "development". I only do PHP and C#. Sorry.

2022-05-16 16:13:47.933 - info: resol.0 (25836) starting. Version 1.1.6 in /opt/iobroker/node_modules/iobroker.resol, node: v14.19.1, js-controller: 4.0.23

2022-05-16 16:13:47.971 - info: resol.0 (25836) Config seems to be valid for LAN.
2022-05-16 16:13:48.000 - info: resol.0 (25836) TCP Connection via LAN to [10.13.12.89:7053] selected
2022-05-16 16:13:48.001 - info: resol.0 (25836) Waiting for Connection...
2022-05-16 16:13:48.001 - info: resol.0 (25836) Connection state changed to CONNECTING
2022-05-16 16:13:48.009 - info: resol.0 (25836) Connection established
2022-05-16 16:13:48.637 - warn: resol.0 (25836) [getJSONByResolId] Controller type not found in setup file.
2022-05-16 16:13:48.637 - error: resol.0 (25836) [generateDP] Error: TypeError: Cannot read property 'setup' of undefined
2022-05-16 16:15:00.047 - info: host.iobroker-master instance system.adapter.dwd.0 started with pid 25914
2022-05-16 16:15:01.345 - info: dwd.0 (25914) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.19.1, js-controller: 4.0.23
2022-05-16 16:15:03.144 - info: dwd.0 (25914) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-05-16 16:15:03.669 - info: host.iobroker-master instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2022-05-16 16:16:00.393 - info: host.iobroker-master stopInstance system.adapter.resol.0 (force=false, process=true)
2022-05-16 16:16:00.396 - info: resol.0 (25836) Got terminate signal TERMINATE_YOURSELF
2022-05-16 16:16:00.397 - info: resol.0 (25836) Connection state changed to DISCONNECTING
2022-05-16 16:16:00.398 - info: resol.0 (25836) Cleaned up everything...
2022-05-16 16:16:00.398 - info: resol.0 (25836) terminating
2022-05-16 16:16:00.399 - info: resol.0 (25836) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-05-16 16:16:00.405 - info: resol.0 (25836) Connection state changed to DISCONNECTED
2022-05-16 16:16:00.436 - info: host.iobroker-master stopInstance system.adapter.resol.0 send kill signal
2022-05-16 16:16:00.944 - info: host.iobroker-master instance system.adapter.resol.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2022-05-16 16:16:03.484 - info: host.iobroker-master instance system.adapter.resol.0 started with pid 25978
2022-05-16 16:16:05.477 - debug: resol.0 (25978) Redis Objects: Use Redis connection: 0.0.0.0:9001
2022-05-16 16:16:05.509 - debug: resol.0 (25978) Objects client ready ... initialize now
2022-05-16 16:16:05.510 - debug: resol.0 (25978) Objects create System PubSub Client
2022-05-16 16:16:05.511 - debug: resol.0 (25978) Objects create User PubSub Client
2022-05-16 16:16:05.533 - debug: resol.0 (25978) Objects client initialize lua scripts
2022-05-16 16:16:05.538 - debug: resol.0 (25978) Objects connected to redis: 0.0.0.0:9001
2022-05-16 16:16:05.564 - debug: resol.0 (25978) Redis States: Use Redis connection: 0.0.0.0:9000
2022-05-16 16:16:05.571 - debug: resol.0 (25978) States create System PubSub Client
2022-05-16 16:16:05.572 - debug: resol.0 (25978) States create User PubSub Client
2022-05-16 16:16:05.624 - debug: resol.0 (25978) States connected to redis: 0.0.0.0:9000
2022-05-16 16:16:05.683 - debug: resol.0 (25978) Plugin sentry Initialize Plugin (enabled=true)
2022-05-16 16:16:05.955 - info: resol.0 (25978) starting. Version 1.1.6 in /opt/iobroker/node_modules/iobroker.resol, node: v14.19.1, js-controller: 4.0.23
2022-05-16 16:16:05.989 - debug: resol.0 (25978) configIsValid Function
2022-05-16 16:16:05.990 - debug: resol.0 (25978) Entering Function [configIsValid]
2022-05-16 16:16:05.990 - debug: resol.0 (25978) Connection Type: lan
2022-05-16 16:16:05.990 - debug: resol.0 (25978) Connection Identifier: 10.13.12.89
2022-05-16 16:16:05.991 - debug: resol.0 (25978) Connection Port: 7053
2022-05-16 16:16:05.991 - debug: resol.0 (25978) VBus Password encrypted: vbus
2022-05-16 16:16:05.991 - debug: resol.0 (25978) VBus Channel: 7
2022-05-16 16:16:05.992 - debug: resol.0 (25978) VBus Via Tag:
2022-05-16 16:16:05.992 - debug: resol.0 (25978) VBus Interval: 30
2022-05-16 16:16:05.993 - info: resol.0 (25978) Config seems to be valid for LAN.
2022-05-16 16:16:06.006 - debug: resol.0 (25978) Requesting language from system.
2022-05-16 16:16:06.008 - info: resol.0 (25978) TCP Connection via LAN to [10.13.12.89:7053] selected
2022-05-16 16:16:06.009 - info: resol.0 (25978) Waiting for Connection...
2022-05-16 16:16:06.010 - info: resol.0 (25978) Connection state changed to CONNECTING
2022-05-16 16:16:06.019 - info: resol.0 (25978) Connection established
2022-05-16 16:16:06.107 - debug: resol.0 (25978) received data: []
2022-05-16 16:16:06.623 - debug: resol.0 (25978) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperature sensor 1","rawValue":64.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperature sensor 2","rawValue":54.800000000000004,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperature sensor 3","rawValue":54.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperature sensor 4","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperature sensor 5","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperature RPS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Pressure RPS","rawValue":-999.9000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperature VFS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Pump speed relay 1","rawValue":100,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Pump speed relay 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Pump speed relay 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Pump speed relay 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":31,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Flow rate V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Heat quantity","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"System time","rawValue":982,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Date","rawValue":20220516,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.0100000000000002,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Operating seconds relay 1","rawValue":76378,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Operating seconds relay 2","rawValue":21206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Operating seconds relay 3","rawValue":21219,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Operating seconds relay 4","rawValue":59,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blocking protection 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blocking protection 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blocking protection 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blocking protection 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Filling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pump delay","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Heat dump","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Overrun","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermal disinfection","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"System cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Store cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreading","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Antifreeze","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Collector cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Unit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Error S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Error S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Error S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Error S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Error S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Error S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Error S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Error S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Error S9","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Error V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leakage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Overpressure","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Flow rate error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}]
2022-05-16 16:16:06.626 - debug: resol.0 (25978) myDeviceAddress: 29729
2022-05-16 16:16:06.626 - debug: resol.0 (25978) [generateDP]->Resol-Address/Resol-ID: [29729] : [0074210010]
2022-05-16 16:16:06.627 - debug: resol.0 (25978) [getJSONByResolId] given ResolID : 29729
2022-05-16 16:16:06.627 - debug: resol.0 (25978) [getJSONByResolId] Reading File: [./lib/resol-setup/Setup-Resol-Types.js]
2022-05-16 16:16:06.628 - debug: resol.0 (25978) Finishing loadMyConfig...
2022-05-16 16:16:06.655 - debug: resol.0 (25978) [getJSONByResolId] Successfully read File. Content: [[
{"id":4385,"setup":"deltasol-cs-2","data":"resol-deltasol-cs2-200-data"},
{"id":4386,"setup":"deltasol-cs-4","data":"resol-deltasol-cs4-200-data"},
{"id":8721,"setup":"deltasol-cs-plus","data":"resol-deltasol-cs-plus-110-data"},
{"id":32273,"setup":"deltasol-mx","data":"resol-deltasol-mx-112-data"},
{"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"},
{"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"},
{"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"},
{"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"},
{"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"},
{"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"},
{"id":30753,"setup":"cosmo-multi-2","data":"resol-deltasol-e-v2-100-data"}
]
]
2022-05-16 16:16:06.656 - debug: resol.0 (25978) jsetupResolTypes : [{"id":4385,"setup":"deltasol-cs-2","data":"resol-deltasol-cs2-200-data"},{"id":4386,"setup":"deltasol-cs-4","data":"resol-deltasol-cs4-200-data"},{"id":8721,"setup":"deltasol-cs-plus","data":"resol-deltasol-cs-plus-110-data"},{"id":32273,"setup":"deltasol-mx","data":"resol-deltasol-mx-112-data"},{"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"},{"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"},{"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"},{"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"},{"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"},{"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"},{"id":30753,"setup":"cosmo-multi-2","data":"resol-deltasol-e-v2-100-data"}]
2022-05-16 16:16:06.656 - warn: resol.0 (25978) [getJSONByResolId] Controller type not found in setup file.
2022-05-16 16:16:06.657 - debug: resol.0 (25978) [getJSONByResolId] result : undefined
2022-05-16 16:16:06.657 - debug: resol.0 (25978) [generateDP]->setupResolType: undefined
2022-05-16 16:16:06.658 - error: resol.0 (25978) [generateDP] Error: TypeError: Cannot read property 'setup' of undefined
2022-05-16 16:16:06.658 - debug: resol.0 (25978) Finishing generateDP...
2022-05-16 16:16:30.002 - debug: resol.0 (25978) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperature sensor 1","rawValue":64.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperature sensor 2","rawValue":54.800000000000004,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperature sensor 3","rawValue":54.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperature sensor 4","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperature sensor 5","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperature RPS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Pressure RPS","rawValue":-999.9000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperature VFS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Pump speed relay 1","rawValue":100,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Pump speed relay 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Pump speed relay 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Pump speed relay 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":31,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Flow rate V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Heat quantity","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"System time","rawValue":982,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Date","rawValue":20220516,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.0100000000000002,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Operating seconds relay 1","rawValue":76401,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Operating seconds relay 2","rawValue":21206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Operating seconds relay 3","rawValue":21219,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Operating seconds relay 4","rawValue":59,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blocking protection 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blocking protection 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blocking protection 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blocking protection 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Filling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pump delay","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Heat dump","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Overrun","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermal disinfection","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"System cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Store cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreading","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Antifreeze","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Collector cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Unit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Error S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Error S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Error S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Error S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Error S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Error S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Error S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Error S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Error S9","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Error V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leakage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Overpressure","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Flow rate error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}]
2022-05-16 16:16:30.004 - debug: resol.0 (25978) Finishing loadMyConfig...
2022-05-16 16:17:00.003 - debug: resol.0 (25978) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperature sensor 1","rawValue":64.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperature sensor 2","rawValue":54.800000000000004,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperature sensor 3","rawValue":54.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperature sensor 4","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperature sensor 5","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperature RPS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Pressure RPS","rawValue":-999.9000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperature VFS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Pump speed relay 1","rawValue":100,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Pump speed relay 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Pump speed relay 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Pump speed relay 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":31,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Flow rate V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Heat quantity","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"System time","rawValue":983,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Date","rawValue":20220516,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.0100000000000002,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Operating seconds relay 1","rawValue":76431,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Operating seconds relay 2","rawValue":21206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Operating seconds relay 3","rawValue":21219,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Operating seconds relay 4","rawValue":59,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blocking protection 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blocking protection 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blocking protection 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blocking protection 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Filling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pump delay","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Heat dump","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Overrun","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermal disinfection","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"System cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Store cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreading","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Antifreeze","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Collector cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Unit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Error S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Error S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Error S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Error S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Error S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Error S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Error S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Error S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Error S9","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Error V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leakage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Overpressure","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Flow rate error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}]
2022-05-16 16:17:00.008 - debug: resol.0 (25978) Finishing loadMyConfig...
2022-05-16 16:17:09.979 - info: host.iobroker-master "system.adapter.resol.0" disabled
2022-05-16 16:17:09.980 - info: host.iobroker-master stopInstance system.adapter.resol.0 (force=false, process=true)
2022-05-16 16:17:09.983 - info: resol.0 (25978) Got terminate signal TERMINATE_YOURSELF
2022-05-16 16:17:09.984 - info: resol.0 (25978) Connection state changed to DISCONNECTING
2022-05-16 16:17:09.985 - info: resol.0 (25978) Cleaned up everything...
2022-05-16 16:17:09.986 - info: resol.0 (25978) terminating
2022-05-16 16:17:09.986 - debug: resol.0 (25978) Plugin sentry destroyed
2022-05-16 16:17:09.987 - info: resol.0 (25978) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-05-16 16:17:09.993 - info: resol.0 (25978) Connection state changed to DISCONNECTED
2022-05-16 16:17:10.022 - info: host.iobroker-master stopInstance system.adapter.resol.0 send kill signal
2022-05-16 16:17:10.529 - info: host.iobroker-master instance system.adapter.resol.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)

@Grizzelbee Grizzelbee mentioned this issue May 17, 2022
@Grizzelbee
Copy link
Owner

@fliix-de
Just published a first test version (v1.2.0 in latest branch/npm/git) that should support your Controller.
But - since it is mainly a copy of the BX Plus config file there is no guarantee that it works.
So please install and test it and leave a response here.
Btw: I expect the error you mentioned in the beginning to vanish and a new data point "Pumpe 1" which let you controll your pump (on/off/auto) to appear.

@fliix-de
Copy link
Author

@Grizzelbee I have trouble installing the adapter. ioBroker just stuck in "Installing grizzelbee/ioBroker.resol... (System call)". Any suggestions? Logfile doesn't show anything as well. Restarted ioBroker already.

@Grizzelbee
Copy link
Owner

Grizzelbee commented May 17, 2022

which installation way did you use?

maybe it's best to install manually. To do so please go to your installation folder (e.g. /opt/iobroker/) and type:
npm install [email protected]

@fliix-de
Copy link
Author

Thanks again. Worked like you said.

New error in log:
grafik

@fliix-de
Copy link
Author

Debug:

2022-05-17 11:59:53.544 - info: host.iobroker-master "system.adapter.resol.0" enabled

2022-05-17 11:59:53.606 - info: host.iobroker-master instance system.adapter.resol.0 started with pid 551
2022-05-17 11:59:56.750 - info: resol.0 (551) starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.resol, node: v14.19.1, js-controller: 4.0.23
2022-05-17 11:59:56.788 - info: resol.0 (551) Config seems to be valid for LAN.
2022-05-17 11:59:56.802 - info: resol.0 (551) TCP Connection via LAN to [10.13.12.89:7053] selected
2022-05-17 11:59:56.803 - info: resol.0 (551) Waiting for Connection...
2022-05-17 11:59:56.803 - info: resol.0 (551) Connection state changed to CONNECTING
2022-05-17 11:59:56.814 - info: resol.0 (551) Connection established
2022-05-17 11:59:57.860 - error: resol.0 (551) Unable to create optimizer for master with address 0x7421
2022-05-17 12:00:00.008 - error: resol.0 (551) Unable to create optimizer for master with address 0x7421
2022-05-17 12:00:00.050 - info: host.iobroker-master instance system.adapter.dwd.0 started with pid 578
2022-05-17 12:00:01.351 - info: dwd.0 (578) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v14.19.1, js-controller: 4.0.23
2022-05-17 12:00:02.145 - info: dwd.0 (578) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-05-17 12:00:02.674 - info: host.iobroker-master instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2022-05-17 12:00:30.006 - error: resol.0 (551) Unable to create optimizer for master with address 0x7421
2022-05-17 12:00:58.795 - info: host.iobroker-master "system.adapter.resol.0" disabled
2022-05-17 12:00:58.797 - info: host.iobroker-master stopInstance system.adapter.resol.0 (force=false, process=true)
2022-05-17 12:00:58.814 - info: resol.0 (551) Got terminate signal TERMINATE_YOURSELF
2022-05-17 12:00:58.815 - info: resol.0 (551) Connection state changed to DISCONNECTING
2022-05-17 12:00:58.816 - info: resol.0 (551) Cleaned up everything...
2022-05-17 12:00:58.817 - info: resol.0 (551) terminating
2022-05-17 12:00:58.818 - info: resol.0 (551) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-05-17 12:00:58.824 - info: resol.0 (551) Connection state changed to DISCONNECTED
2022-05-17 12:00:58.840 - info: host.iobroker-master stopInstance system.adapter.resol.0 send kill signal
2022-05-17 12:00:59.361 - info: host.iobroker-master instance system.adapter.resol.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2022-05-17 12:01:06.333 - info: host.iobroker-master "system.adapter.resol.0" enabled
2022-05-17 12:01:06.370 - info: host.iobroker-master instance system.adapter.resol.0 started with pid 643
2022-05-17 12:01:08.338 - debug: resol.0 (643) Redis Objects: Use Redis connection: 0.0.0.0:9001
2022-05-17 12:01:08.367 - debug: resol.0 (643) Objects client ready ... initialize now
2022-05-17 12:01:08.369 - debug: resol.0 (643) Objects create System PubSub Client
2022-05-17 12:01:08.370 - debug: resol.0 (643) Objects create User PubSub Client
2022-05-17 12:01:08.424 - debug: resol.0 (643) Objects client initialize lua scripts
2022-05-17 12:01:08.429 - debug: resol.0 (643) Objects connected to redis: 0.0.0.0:9001
2022-05-17 12:01:08.450 - debug: resol.0 (643) Redis States: Use Redis connection: 0.0.0.0:9000
2022-05-17 12:01:08.457 - debug: resol.0 (643) States create System PubSub Client
2022-05-17 12:01:08.459 - debug: resol.0 (643) States create User PubSub Client
2022-05-17 12:01:08.509 - debug: resol.0 (643) States connected to redis: 0.0.0.0:9000
2022-05-17 12:01:08.552 - debug: resol.0 (643) Plugin sentry Initialize Plugin (enabled=true)
2022-05-17 12:01:08.843 - info: resol.0 (643) starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.resol, node: v14.19.1, js-controller: 4.0.23
2022-05-17 12:01:08.879 - debug: resol.0 (643) configIsValid Function
2022-05-17 12:01:08.879 - debug: resol.0 (643) Entering Function [configIsValid]
2022-05-17 12:01:08.880 - debug: resol.0 (643) Connection Type: lan
2022-05-17 12:01:08.880 - debug: resol.0 (643) Connection Identifier: 10.13.12.89
2022-05-17 12:01:08.880 - debug: resol.0 (643) Connection Port: 7053
2022-05-17 12:01:08.881 - debug: resol.0 (643) VBus Password encrypted: vbus
2022-05-17 12:01:08.881 - debug: resol.0 (643) VBus Channel: 7
2022-05-17 12:01:08.882 - debug: resol.0 (643) VBus Via Tag:
2022-05-17 12:01:08.882 - debug: resol.0 (643) VBus Interval: 30
2022-05-17 12:01:08.884 - info: resol.0 (643) Config seems to be valid for LAN.
2022-05-17 12:01:08.897 - debug: resol.0 (643) Requesting language from system.
2022-05-17 12:01:08.899 - info: resol.0 (643) TCP Connection via LAN to [10.13.12.89:7053] selected
2022-05-17 12:01:08.900 - info: resol.0 (643) Waiting for Connection...
2022-05-17 12:01:08.901 - info: resol.0 (643) Connection state changed to CONNECTING
2022-05-17 12:01:08.912 - info: resol.0 (643) Connection established
2022-05-17 12:01:09.380 - debug: resol.0 (643) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperature sensor 1","rawValue":55.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperature sensor 2","rawValue":48.400000000000006,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperature sensor 3","rawValue":52.5,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperature sensor 4","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperature sensor 5","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperature RPS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Pressure RPS","rawValue":-999.9000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperature VFS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Pump speed relay 1","rawValue":100,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Pump speed relay 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Pump speed relay 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Pump speed relay 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":30,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Flow rate V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Heat quantity","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"System time","rawValue":727,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Date","rawValue":20220517,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.0100000000000002,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Operating seconds relay 1","rawValue":90051,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Operating seconds relay 2","rawValue":21206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Operating seconds relay 3","rawValue":21219,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Operating seconds relay 4","rawValue":59,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blocking protection 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blocking protection 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blocking protection 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blocking protection 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Filling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pump delay","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Heat dump","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Overrun","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermal disinfection","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"System cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Store cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreading","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Antifreeze","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Collector cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Unit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Error S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Error S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Error S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Error S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Error S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Error S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Error S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Error S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Error S9","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Error V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leakage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Overpressure","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Flow rate error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}]
2022-05-17 12:01:09.383 - debug: resol.0 (643) myDeviceAddress: 29729
2022-05-17 12:01:09.383 - debug: resol.0 (643) [generateDP]->Resol-Address/Resol-ID: [29729] : [0074210010]
2022-05-17 12:01:09.384 - debug: resol.0 (643) [getJSONByResolId] given ResolID : 29729
2022-05-17 12:01:09.384 - debug: resol.0 (643) [getJSONByResolId] Reading File: [./lib/resol-setup/Setup-Resol-Types.js]
2022-05-17 12:01:09.385 - debug: resol.0 (643) Finishing loadMyConfig...
2022-05-17 12:01:09.412 - debug: resol.0 (643) [getJSONByResolId] Successfully read File. Content: [[
{"id":4385,"setup":"deltasol-cs-2","data":"resol-deltasol-cs2-200-data"},
{"id":4386,"setup":"deltasol-cs-4","data":"resol-deltasol-cs4-200-data"},
{"id":8721,"setup":"deltasol-cs-plus","data":"resol-deltasol-cs-plus-110-data"},
{"id":32273,"setup":"deltasol-mx","data":"resol-deltasol-mx-112-data"},
{"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"},
{"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"},
{"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"},
{"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"},
{"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"},
{"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"},
{"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"},
{"id":30753,"setup":"cosmo-multi-2","data":"resol-deltasol-e-v2-100-data"}
]
]
2022-05-17 12:01:09.413 - debug: resol.0 (643) jsetupResolTypes : [{"id":4385,"setup":"deltasol-cs-2","data":"resol-deltasol-cs2-200-data"},{"id":4386,"setup":"deltasol-cs-4","data":"resol-deltasol-cs4-200-data"},{"id":8721,"setup":"deltasol-cs-plus","data":"resol-deltasol-cs-plus-110-data"},{"id":32273,"setup":"deltasol-mx","data":"resol-deltasol-mx-112-data"},{"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"},{"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"},{"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"},{"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"},{"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"},{"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"},{"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"},{"id":30753,"setup":"cosmo-multi-2","data":"resol-deltasol-e-v2-100-data"}]
2022-05-17 12:01:09.413 - debug: resol.0 (643) [getJSONByResolId] result : {"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"}
2022-05-17 12:01:09.413 - debug: resol.0 (643) [generateDP]->setupResolType: {"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"}
2022-05-17 12:01:09.414 - debug: resol.0 (643) [generateDP] Loading Controller-config-file: ./lib/resol-setup/deltasol-bx.js
2022-05-17 12:01:09.414 - debug: resol.0 (643) Finishing generateDP...
2022-05-17 12:01:09.433 - debug: resol.0 (643) [generateDP] Controller-config-file content: {"type":"Buffer","data":[123,34,100,112,34,58,32,91,123,34,100,112,78,97,109,101,34,58,34,80,117,109,112,101,49,34,44,34,116,121,112,101,34,58,34,110,117,109,98,101,114,34,44,34,109,105,110,34,58,48,44,34,109,97,120,34,58,51,125,13,10,9,32,32,32,93,44,13,10,34,102,99,116,34,58,32,91,123,34,110,97,109,101,34,58,34,80,117,109,112,101,49,34,44,34,99,109,100,34,58,34,72,97,110,100,98,101,116,114,105,101,98,34,44,34,118,97,108,34,58,34,118,97,108,34,125,13,10,9,32,32,32,93,125]}
2022-05-17 12:01:09.433 - debug: resol.0 (643) [generateDP]->jsoncontrollerSetupItems: {"dp":[{"dpName":"Pumpe1","type":"number","min":0,"max":3}],"fct":[{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}]}
2022-05-17 12:01:09.434 - debug: resol.0 (643) [generateDP]->item {"dpName":"Pumpe1","type":"number","min":0,"max":3}
2022-05-17 12:01:09.859 - debug: resol.0 (643) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperature sensor 1","rawValue":55.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperature sensor 2","rawValue":48.400000000000006,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperature sensor 3","rawValue":52.5,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperature sensor 4","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperature sensor 5","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperature RPS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Pressure RPS","rawValue":-999.9000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperature VFS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Pump speed relay 1","rawValue":100,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Pump speed relay 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Pump speed relay 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Pump speed relay 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":30,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Flow rate V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Heat quantity","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"System time","rawValue":727,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Date","rawValue":20220517,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.0100000000000002,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Operating seconds relay 1","rawValue":90051,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Operating seconds relay 2","rawValue":21206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Operating seconds relay 3","rawValue":21219,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Operating seconds relay 4","rawValue":59,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blocking protection 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blocking protection 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blocking protection 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blocking protection 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Filling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pump delay","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Heat dump","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Overrun","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermal disinfection","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"System cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Store cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreading","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Antifreeze","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Collector cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Unit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Error S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Error S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Error S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Error S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Error S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Error S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Error S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Error S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Error S9","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Error V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leakage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Overpressure","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Flow rate error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}]
2022-05-17 12:01:09.864 - error: resol.0 (643) Unable to create optimizer for master with address 0x7421
2022-05-17 12:01:09.865 - debug: resol.0 (643) Finishing loadMyConfig...
2022-05-17 12:01:30.002 - debug: resol.0 (643) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperature sensor 1","rawValue":55.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperature sensor 2","rawValue":48.400000000000006,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperature sensor 3","rawValue":52.5,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperature sensor 4","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperature sensor 5","rawValue":888.8000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperature RPS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Pressure RPS","rawValue":-999.9000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperature VFS","rawValue":-88.80000000000001,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Pump speed relay 1","rawValue":100,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Pump speed relay 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Pump speed relay 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Pump speed relay 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":30,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Flow rate VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Flow rate V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Heat quantity","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"System time","rawValue":727,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Date","rawValue":20220517,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.0100000000000002,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Operating seconds relay 1","rawValue":90071,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Operating seconds relay 2","rawValue":21206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Operating seconds relay 3","rawValue":21219,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Operating seconds relay 4","rawValue":59,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blocking protection 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blocking protection 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blocking protection 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blocking protection 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Filling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisation","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pump delay","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Heat dump","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Overrun","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermal disinfection","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"System cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Store cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreading","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Antifreeze","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Collector cooling","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Unit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Error S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Error S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Error S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Error S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Error S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Error S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Error S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Error S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Error S9","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Error V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leakage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Overpressure","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Flow rate error","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}]
2022-05-17 12:01:30.008 - error: resol.0 (643) Unable to create optimizer for master with address 0x7421
2022-05-17 12:01:30.008 - debug: resol.0 (643) Finishing loadMyConfig...
2022-05-17 12:01:38.624 - info: host.iobroker-master "system.adapter.resol.0" disabled
2022-05-17 12:01:38.625 - info: host.iobroker-master stopInstance system.adapter.resol.0 (force=false, process=true)
2022-05-17 12:01:38.629 - info: resol.0 (643) Got terminate signal TERMINATE_YOURSELF
2022-05-17 12:01:38.630 - info: resol.0 (643) Connection state changed to DISCONNECTING
2022-05-17 12:01:38.631 - info: resol.0 (643) Cleaned up everything...
2022-05-17 12:01:38.631 - info: resol.0 (643) terminating
2022-05-17 12:01:38.632 - debug: resol.0 (643) Plugin sentry destroyed
2022-05-17 12:01:38.632 - info: resol.0 (643) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-05-17 12:01:38.638 - info: resol.0 (643) Connection state changed to DISCONNECTED
2022-05-17 12:01:38.680 - info: host.iobroker-master stopInstance system.adapter.resol.0 send kill signal
2022-05-17 12:01:39.183 - info: host.iobroker-master instance system.adapter.resol.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)

@Grizzelbee
Copy link
Owner

New error in log [...]

Okay. That's because I just copied the file from BX-plus.
Need to dive deeper and search for BX-Optimizer ...

@fliix-de
Copy link
Author

Don't invest to much time, just for me. But i'm happy to help, if you need me to try stuff.

@Grizzelbee
Copy link
Owner

Your Issue with the resol adapter should be fixed in v1.3.0

@malsbier
Copy link

Hello, i got the same DeltaSol BX Controller and also the same issues, but since i have updated to V1.3.0

2024-06-30 10:27:00.004 - debug: resol.1 (23689) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperatur Sensor 1","rawValue":69.5,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperatur Sensor 2","rawValue":57,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperatur Sensor 3","rawValue":64,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperatur Sensor 4","rawValue":22.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperatur Sensor 5","rawValue":64.2,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperatur RPS","rawValue":51.900000000000006,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Druck RPS","rawValue":1,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperatur VFS","rawValue":65.3,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Durchfluss VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Drehzahl Relais 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Drehzahl Relais 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Drehzahl Relais 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Drehzahl Relais 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Durchfluss VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Durchfluss V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Wärmemenge","rawValue":2482672,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"Systemzeit","rawValue":688,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Datum","rawValue":20240630,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.04,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Betriebssekunden Relais 1","rawValue":5012206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Betriebssekunden Relais 2","rawValue":71,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Betriebssekunden Relais 3","rawValue":1327238,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Betriebssekunden Relais 4","rawValue":64144,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blockierschutz 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blockierschutz 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blockierschutz 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blockierschutz 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisierung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Befüllung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisierung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pumpenverzögerung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Überwärmeabfuhr","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Nachlauf","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermische Desinfektion","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"Systemkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Speicherkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreizung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Frostschutz","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Kollektorkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Einheit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Fehler","rawValue":256,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Fehler S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Fehler S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Fehler S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Fehler S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Fehler S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Fehler S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Fehler S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Fehler S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Fehler S9","rawValue":1,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Fehler V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leckage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Überdruck","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Durchflussfehler","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}] -- 2024-06-30 10:27:00.011 - error: resol.1 (23689) Unable to create optimizer for master with address 0x7421 2024-06-30 10:27:00.012 - debug: resol.1 (23689) Finishing loadMyConfig... 2024-06-30 10:27:01.471 - info: host.raspberrypi stopInstance system.adapter.resol.1 (force=false, process=true) 2024-06-30 10:27:01.484 - silly: resol.1 (23689) States system redis pmessage system.adapter.resol.1.sigKill/system.adapter.resol.1.sigKill:{"val":-1,"ack":false,"ts":1719739621479,"q":0,"from":"system.host.raspberrypi","lc":1719739621479} 2024-06-30 10:27:01.485 - info: host.raspberrypi stopInstance system.adapter.resol.1 send kill signal 2024-06-30 10:27:01.486 - info: resol.1 (23689) Got terminate signal TERMINATE_YOURSELF 2024-06-30 10:27:01.490 - info: resol.1 (23689) Connection state changed to DISCONNECTING 2024-06-30 10:27:01.491 - info: resol.1 (23689) Cleaned up everything... 2024-06-30 10:27:01.493 - info: resol.1 (23689) terminating 2024-06-30 10:27:01.496 - debug: resol.1 (23689) Plugin sentry destroyed 2024-06-30 10:27:01.497 - info: resol.1 (23689) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2024-06-30 10:27:01.516 - info: resol.1 (23689) Connection state changed to DISCONNECTED 2024-06-30 10:27:01.999 - info: resol.1 (23689) terminating 2024-06-30 10:27:02.164 - info: host.raspberrypi instance system.adapter.resol.1 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2024-06-30 10:27:04.636 - info: host.raspberrypi instance system.adapter.resol.1 started with pid 23804 2024-06-30 10:27:08.834 - debug: resol.1 (23804) Redis Objects: Use Redis connection: 127.0.0.1:9001 2024-06-30 10:27:08.898 - debug: resol.1 (23804) Objects client ready ... initialize now 2024-06-30 10:27:08.900 - debug: resol.1 (23804) Objects create System PubSub Client 2024-06-30 10:27:08.902 - debug: resol.1 (23804) Objects create User PubSub Client 2024-06-30 10:27:09.000 - debug: resol.1 (23804) Objects client initialize lua scripts 2024-06-30 10:27:09.008 - debug: resol.1 (23804) Objects connected to redis: 127.0.0.1:9001 2024-06-30 10:27:09.012 - silly: resol.1 (23804) redis psubscribe cfg.o.system.user.* 2024-06-30 10:27:09.064 - silly: resol.1 (23804) redis psubscribe cfg.o.enum.* 2024-06-30 10:27:09.067 - silly: resol.1 (23804) objectDB connected 2024-06-30 10:27:09.070 - debug: resol.1 (23804) Redis States: Use Redis connection: 127.0.0.1:9000 2024-06-30 10:27:09.101 - debug: resol.1 (23804) States create System PubSub Client 2024-06-30 10:27:09.103 - debug: resol.1 (23804) States create User PubSub Client 2024-06-30 10:27:09.156 - debug: resol.1 (23804) States connected to redis: 127.0.0.1:9000 2024-06-30 10:27:09.158 - silly: resol.1 (23804) statesDB connected 2024-06-30 10:27:09.219 - debug: resol.1 (23804) Plugin sentry Initialize Plugin (enabled=true) 2024-06-30 10:27:09.610 - info: resol.1 (23804) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.resol, node: v18.20.3, js-controller: 5.0.19 2024-06-30 10:27:09.636 - debug: resol.1 (23804) configIsValid Function 2024-06-30 10:27:09.637 - debug: resol.1 (23804) Entering Function [configIsValid] 2024-06-30 10:27:09.637 - debug: resol.1 (23804) Connection Type: lan 2024-06-30 10:27:09.638 - debug: resol.1 (23804) Connection Identifier: 192.168.1.77 2024-06-30 10:27:09.638 - debug: resol.1 (23804) Connection Port: 7053 2024-06-30 10:27:09.639 - debug: resol.1 (23804) VBus Password encrypted: vbus 2024-06-30 10:27:09.639 - debug: resol.1 (23804) VBus Channel: 7 2024-06-30 10:27:09.640 - debug: resol.1 (23804) VBus Via Tag: 2024-06-30 10:27:09.640 - debug: resol.1 (23804) VBus Interval: 30 2024-06-30 10:27:09.642 - info: resol.1 (23804) Config seems to be valid for LAN. 2024-06-30 10:27:09.670 - silly: resol.1 (23804) States system redis pmessage system.adapter.resol.1.logLevel/system.adapter.resol.1.logLevel:{"val":"silly","ack":true,"ts":1719739629646,"q":0,"from":"system.adapter.resol.1","lc":1719738740265} 2024-06-30 10:27:09.679 - debug: resol.1 (23804) Requesting language from system. 2024-06-30 10:27:09.683 - info: resol.1 (23804) TCP Connection via LAN to [192.168.1.77:7053] selected 2024-06-30 10:27:09.685 - info: resol.1 (23804) Waiting for Connection... 2024-06-30 10:27:09.686 - info: resol.1 (23804) Connection state changed to CONNECTING 2024-06-30 10:27:09.702 - info: resol.1 (23804) Connection established 2024-06-30 10:27:10.095 - debug: resol.1 (23804) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperatur Sensor 1","rawValue":69.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperatur Sensor 2","rawValue":57,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperatur Sensor 3","rawValue":64,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperatur Sensor 4","rawValue":22.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperatur Sensor 5","rawValue":64.2,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperatur RPS","rawValue":51.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Druck RPS","rawValue":1,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperatur VFS","rawValue":65.3,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Durchfluss VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Drehzahl Relais 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Drehzahl Relais 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Drehzahl Relais 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Drehzahl Relais 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Durchfluss VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Durchfluss V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Wärmemenge","rawValue":2482672,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"Systemzeit","rawValue":688,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Datum","rawValue":20240630,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.04,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Betriebssekunden Relais 1","rawValue":5012206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Betriebssekunden Relais 2","rawValue":71,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Betriebssekunden Relais 3","rawValue":1327238,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Betriebssekunden Relais 4","rawValue":64144,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blockierschutz 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blockierschutz 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blockierschutz 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blockierschutz 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisierung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Befüllung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisierung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pumpenverzögerung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Überwärmeabfuhr","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Nachlauf","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermische Desinfektion","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"Systemkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Speicherkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreizung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Frostschutz","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Kollektorkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Einheit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Fehler","rawValue":256,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Fehler S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Fehler S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Fehler S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Fehler S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Fehler S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Fehler S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Fehler S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Fehler S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Fehler S9","rawValue":1,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Fehler V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leckage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Überdruck","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Durchflussfehler","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}] 2024-06-30 10:27:10.097 - debug: resol.1 (23804) myDeviceAddress: 29729 2024-06-30 10:27:10.099 - debug: resol.1 (23804) [generateDP]->Resol-Address/Resol-ID: [29729] : [0074210010] 2024-06-30 10:27:10.100 - debug: resol.1 (23804) [getJSONByResolId] given ResolID : 29729 2024-06-30 10:27:10.101 - debug: resol.1 (23804) [getJSONByResolId] Reading File: [./lib/resol-setup/Setup-Resol-Types.js] 2024-06-30 10:27:10.103 - debug: resol.1 (23804) Finishing loadMyConfig... 2024-06-30 10:27:10.164 - debug: resol.1 (23804) [getJSONByResolId] Successfully read File. Content: [[ {"id":4385,"setup":"deltasol-cs-2","data":"resol-deltasol-cs2-200-data"}, {"id":4386,"setup":"deltasol-cs-4","data":"resol-deltasol-cs4-200-data"}, {"id":8721,"setup":"deltasol-cs-plus","data":"resol-deltasol-cs-plus-110-data"}, {"id":32273,"setup":"deltasol-mx","data":"resol-deltasol-mx-112-data"}, {"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"}, {"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"}, {"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"}, {"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"}, {"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"}, {"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"}, {"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"}, {"id":30753,"setup":"cosmo-multi-2","data":"resol-deltasol-e-v2-100-data"} ] ] 2024-06-30 10:27:10.165 - debug: resol.1 (23804) jsetupResolTypes : [{"id":4385,"setup":"deltasol-cs-2","data":"resol-deltasol-cs2-200-data"},{"id":4386,"setup":"deltasol-cs-4","data":"resol-deltasol-cs4-200-data"},{"id":8721,"setup":"deltasol-cs-plus","data":"resol-deltasol-cs-plus-110-data"},{"id":32273,"setup":"deltasol-mx","data":"resol-deltasol-mx-112-data"},{"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"},{"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"},{"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"},{"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"},{"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"},{"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"},{"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"},{"id":30753,"setup":"cosmo-multi-2","data":"resol-deltasol-e-v2-100-data"}] 2024-06-30 10:27:10.166 - debug: resol.1 (23804) [getJSONByResolId] result : {"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"} 2024-06-30 10:27:10.166 - debug: resol.1 (23804) [generateDP]->setupResolType: {"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"} 2024-06-30 10:27:10.166 - debug: resol.1 (23804) [generateDP] Loading Controller-config-file: ./lib/resol-setup/deltasol-bx.js 2024-06-30 10:27:10.167 - debug: resol.1 (23804) Finishing generateDP... 2024-06-30 10:27:10.215 - debug: resol.1 (23804) [generateDP] Controller-config-file content: {"type":"Buffer","data":[123,34,100,112,34,58,32,91,123,34,100,112,78,97,109,101,34,58,34,80,117,109,112,101,49,34,44,32,34,110,97,109,101,34,58,34,77,97,110,117,97,108,32,99,111,110,116,114,111,108,32,102,111,114,32,116,104,105,115,32,114,101,108,97,121,46,34,44,32,34,116,121,112,101,34,58,34,110,117,109,98,101,114,34,44,34,109,105,110,34,58,48,44,32,34,109,97,120,34,58,50,44,32,34,115,116,97,116,101,115,34,58,123,34,48,34,58,34,79,102,102,34,44,32,34,49,34,58,34,65,117,116,111,34,44,32,34,50,34,58,34,79,110,34,125,125,13,10,93,44,13,10,9,34,102,99,116,34,58,32,91,123,34,110,97,109,101,34,58,34,80,117,109,112,101,49,34,44,34,99,109,100,34,58,34,72,97,110,100,98,101,116,114,105,101,98,49,34,44,34,118,97,108,34,58,34,118,97,108,34,125,13,10,93,125]} 2024-06-30 10:27:10.217 - debug: resol.1 (23804) [generateDP]->jsoncontrollerSetupItems: {"dp":[{"dpName":"Pumpe1","name":"Manual control for this relay.","type":"number","min":0,"max":2,"states":{"0":"Off","1":"Auto","2":"On"}}],"fct":[{"name":"Pumpe1","cmd":"Handbetrieb1","val":"val"}]} 2024-06-30 10:27:10.219 - debug: resol.1 (23804) [generateDP]->item {"dpName":"Pumpe1","name":"Manual control for this relay.","type":"number","min":0,"max":2,"states":{"0":"Off","1":"Auto","2":"On"}} 2024-06-30 10:27:10.570 - debug: resol.1 (23804) received data: [{"id":"00_0010_7421_10_0100_000_2_0","name":"Temperatur Sensor 1","rawValue":69.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":0,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":1,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_002_2_0","name":"Temperatur Sensor 2","rawValue":57,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":2,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":3,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_004_2_0","name":"Temperatur Sensor 3","rawValue":64,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":4,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":5,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_006_2_0","name":"Temperatur Sensor 4","rawValue":22.8,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":6,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":7,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_008_2_0","name":"Temperatur Sensor 5","rawValue":64.2,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":8,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":9,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_010_2_0","name":"Temperatur RPS","rawValue":51.7,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":10,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":11,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_012_2_0","name":"Druck RPS","rawValue":1,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Bars","unitText":" bar","typeId":"Number_0_1_Bars","precision":1,"rootTypeId":"Number","parts":[{"offset":12,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":13,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_014_2_0","name":"Temperatur VFS","rawValue":65.3,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"DegreesCelsius","unitText":" °C","typeId":"Number_0_1_DegreesCelsius","precision":1,"rootTypeId":"Number","parts":[{"offset":14,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":15,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_016_2_0","name":"Durchfluss VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_024_1_0","name":"Drehzahl Relais 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":24,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_025_1_0","name":"Drehzahl Relais 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":25,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_026_1_0","name":"Drehzahl Relais 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":26,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_027_1_0","name":"Drehzahl Relais 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":27,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_022_1_0","name":"PWM 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":22,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_023_1_0","name":"PWM 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Percent","unitText":"%","typeId":"Number_1_Percent","precision":0,"rootTypeId":"Number","parts":[{"offset":23,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_016_2_0_1","name":"Durchfluss VFS","rawValue":-9999,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":16,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":17,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_018_2_0","name":"Durchfluss V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"LitersPerHour","unitText":" l/h","typeId":"Number_1_LitersPerHour","precision":0,"rootTypeId":"Number","parts":[{"offset":18,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":19,"mask":255,"bitPos":0,"isSigned":true,"factor":256}]},{"id":"00_0010_7421_10_0100_048_4_0","name":"Wärmemenge","rawValue":2482672,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"WattHours","unitText":" Wh","typeId":"Number_1_WattHours","precision":0,"rootTypeId":"Number","parts":[{"offset":48,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":49,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":50,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":51,"mask":255,"bitPos":0,"isSigned":true,"factor":16777216}]},{"id":"00_0010_7421_10_0100_054_2_0","name":"Systemzeit","rawValue":688,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Time_1_None","precision":0,"rootTypeId":"Time","parts":[{"offset":54,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":55,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_056_4_0","name":"Datum","rawValue":20240630,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":56,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":57,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":58,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":59,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_052_2_0","name":"Version","rawValue":3.04,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_0_01_None","precision":2,"rootTypeId":"Number","parts":[{"offset":52,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":53,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_028_4_0","name":"Betriebssekunden Relais 1","rawValue":5012206,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":28,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":29,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":30,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":31,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_032_4_0","name":"Betriebssekunden Relais 2","rawValue":71,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":32,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":33,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":34,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":35,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_036_4_0","name":"Betriebssekunden Relais 3","rawValue":1327238,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":36,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":37,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":38,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":39,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_040_4_0","name":"Betriebssekunden Relais 4","rawValue":64144,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"Seconds","unitText":" s","typeId":"Number_1_Seconds","precision":0,"rootTypeId":"Number","parts":[{"offset":40,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":41,"mask":255,"bitPos":0,"isSigned":false,"factor":256},{"offset":42,"mask":255,"bitPos":0,"isSigned":false,"factor":65536},{"offset":43,"mask":255,"bitPos":0,"isSigned":false,"factor":16777216}]},{"id":"00_0010_7421_10_0100_046_2_0","name":"Status","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":47,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_046_1_1","name":"Blockierschutz 1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_2","name":"Blockierschutz 2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_4","name":"Blockierschutz 3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_8","name":"Blockierschutz 4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_16","name":"Initialisierung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_32","name":"Befüllung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_64","name":"Stabilisierung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_046_1_128","name":"Pumpenverzögerung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":46,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_1","name":"Überwärmeabfuhr","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_2","name":"Nachlauf","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_4","name":"Thermische Desinfektion","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_8","name":"Systemkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_16","name":"Speicherkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_32","name":"Spreizung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_64","name":"Frostschutz","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_047_1_128","name":"Kollektorkühlung","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":47,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_020_1_0","name":"Einheit","rawValue":11,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":20,"mask":255,"bitPos":0,"isSigned":false,"factor":1}]},{"id":"00_0010_7421_10_0100_044_2_0","name":"Fehler","rawValue":256,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":255,"bitPos":0,"isSigned":false,"factor":1},{"offset":45,"mask":255,"bitPos":0,"isSigned":false,"factor":256}]},{"id":"00_0010_7421_10_0100_044_1_1","name":"Fehler S1","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_2","name":"Fehler S2","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_4","name":"Fehler S3","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_8","name":"Fehler S4","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_16","name":"Fehler S5","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_32","name":"Fehler S6","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":32,"bitPos":5,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_64","name":"Fehler S7","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":64,"bitPos":6,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_044_1_128","name":"Fehler S8","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":44,"mask":128,"bitPos":7,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_1","name":"Fehler S9","rawValue":1,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":1,"bitPos":0,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_2","name":"Fehler V40","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":2,"bitPos":1,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_4","name":"Leckage","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":4,"bitPos":2,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_8","name":"Überdruck","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":8,"bitPos":3,"isSigned":true,"factor":1}]},{"id":"00_0010_7421_10_0100_045_1_16","name":"Durchflussfehler","rawValue":0,"deviceName":"DeltaSol BX","deviceId":"0074210010","addressId":29729,"unitId":"None","unitText":"","typeId":"Number_1_None","precision":0,"rootTypeId":"Number","parts":[{"offset":45,"mask":16,"bitPos":4,"isSigned":true,"factor":1}]}] 2024-06-30 10:27:10.599 - error: resol.1 (23804) Unable to create optimizer for master with address 0x7421 2024-06-30 10:27:10.609 - debug: resol.1 (23804) Finishing loadMyConfig... 2024-06-30 10:27:10.682 - silly: resol.1 (23804) States user redis pmessage resol.1.0074210010.Actions.Pumpe1/resol.1.0074210010.Actions.Pumpe1:{"val":null,"ack":true,"ts":1719739630663,"q":0,"from":"system.adapter.resol.1","user":"system.user.admin","lc":1719738988495}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants