Nefit ProLine NxT + Nefit ModuLine 1010

This Forum is about the Opentherm gateway (OTGW) from Schelte

Moderator: hvxl

Post Reply
adriansmares
Starting Member
Starting Member
Posts: 2
Joined: Sun Apr 24, 2022 1:09 pm

Nefit ProLine NxT + Nefit ModuLine 1010

Post by adriansmares »

Hello,

I've recently received my OTGW from Nodo-Shop (firmware 6.0, PIC16F1847) and I've attempted to set it up between my Nefit ProLine NxT (boiler) and Nefit ModuLine 1010 (thermostat). Per compatibility matrix, only the boiler was supported, but I thought I would be lucky.

Unfortunately the thermostat does not seem to be compatible, even though allegedly it should be per manufacturer documentation. Let me separate some tests that I did:

Boiler + OTGW: works, I see the periodical messages of the standalone mode and can use it to read data from the boiler and actually control the control setpoint.

Thermostat + OTGW: I don't know what happens here. After I plug the thermostat the gateway reports Low power and stops the periodic Read-Data messages. About 1 minute afterwards the thermostat reports error code A61 1008. Per manual, this should mean that OpenTherm communication failed, so I deduce that the thermostat should be OpenTherm enabled (allegedly).

Thermostat + OTGW + Boiler: Output from the gateway seems to be the same as if only the thermostat was connected, with the added change that the boiler flame turns on and off periodically.

I'm not entirely sure how to debug it from here. I wish I could provide some logs that show messages flowing through, but I couldn't get the thermostat to actually communicate with the boiler while the gateway was connected, even with monitor mode enabled. I've tried to work through different reference voltage levels without much success.

Edit: Ok this is very weird. I've flashed the diagnostic firmware and test 2 had actual messages being read, which left me wondering what was happening before the flash. I've then flashed the normal 6.0 firmware and now I see the messages flowing through. I now wonder if the original firmware was an old revision (even though it did say 6.0).
hvxl
Senior Member
Senior Member
Posts: 1965
Joined: Sat Jun 05, 2010 11:59 am
Contact:

Re: Nefit ProLine NxT + Nefit ModuLine 1010

Post by hvxl »

Just to be clear: If a boiler or thermostat is not listed in the equipment matrix, it doesn't necessarily mean that it is not compatible/supported. It only means that nobody has uploaded a log from that device yet.

A famous adage says that "a picture is worth a thousand words". But if it's just a picture of text, then providing the actual text would be more useful. Anyway, the picture shows that the thermostat sent a few Opentherm messages. But because no boiler was connected, it didn't get any response. The thermostat seems to be capable of using a few different protocols. When it didn't get a response, it may just have given up on Opentherm communication at that point. When you later connected the boiler, it may simply not have tried again to initiate Opentherm communications (I'm just guessing here).

Trying the diagnostic firmware is exactly something I would have suggested. So you did know how to debug it! I'm glad that you got things working that way.

The OTGW with PIC16F1847 is a fairly new development. Version 6.0 is the first and only firmware released for that PIC. Development versions would have identified as 6.0a1, 6.0a2, etc. So, if it said 6.0, you had the correct firmware.

I noticed an interesting remark in the thermostat manual: "De bedieningsunit is niet geschikt voor het regelen van warmtebronnen met BUS-systeem OpenTherm van andere fabrikanten" (The control unit is not suitable for controlling heat sources with BUS system OpenTherm from other manufacturers). I wonder why that is. It might be interesting to see a log.
Schelte
adriansmares
Starting Member
Starting Member
Posts: 2
Joined: Sun Apr 24, 2022 1:09 pm

Re: Nefit ProLine NxT + Nefit ModuLine 1010

Post by adriansmares »

So...the plot thickens. I've been iterating with reboots and plugging cables in and out in order to see what happens here. I actually found a way to consistently connect the thermostat:

1. Start the gateway with only the boiler connected. It will default to gateway mode and start doing the standalone-mode command sequence.
2. Move the gateway to monitor mode.
3. Plug the cables for the thermostat. At this point I see in the logs:

Code: Select all

10:07:02.465088  Medium power
10:07:30.882678  Low power
10:07:30.991605  Error 03 (between 0 and 2 times)
At this point the thermostat did what I call the 'connect dance' and actually works - if I edit the setpoint on the physical thermostat I see the control setpoint being edited and hear the flame turning on. With that being said:
4. If I move now to gateway mode, the gateway itself does not recognize the thermostat, and it starts doing the standalone-mode command sequence.
5. Instead, if I press the reset button on the gateway, on the next boot the gateway correctly detects the thermostat and everything works even in gateway mode. I can reset as many times as I want from this point forward, but if I unplug the USB cord, I need to start from 1 again.

I start to think that this thermostat is 'dual-mode' between OpenTherm and EMS 2.0. Maybe what happens is that it first tries to connect using EMS 2.0 ?

That would explain my 'race condition' experience - if this initial dance between the thermostat and the boiler occurs while the gateway is booting up (i.e. while it is in de facto monitoring mode), then I don't need to do anything, because the weird EMS 2.0 related things occur while the gateway doesn't have to process them. But if the gateway boots faster than this hand shake, I need to do the whole monitor-unplug-reset process.

Any thoughts on this ?
Attachments
night-logs.zip
(259.89 KiB) Downloaded 119 times
connect-dance-2.zip
(2.2 KiB) Downloaded 105 times
connect-dance-1.zip
(1.25 KiB) Downloaded 107 times
Last edited by adriansmares on Tue Apr 26, 2022 10:45 am, edited 3 times in total.
hvxl
Senior Member
Senior Member
Posts: 1965
Joined: Sat Jun 05, 2010 11:59 am
Contact:

Re: Nefit ProLine NxT + Nefit ModuLine 1010

Post by hvxl »

I guess this is what they meant when they indicated that the thermostat is not suitable for OpenTherm equipment from other manufacturers.

The logs show something quite unusual: Boiler responses without requests. Probably the requests are somehow invisible to the OTGW. It doesn't report any message, but it also doesn't report any error. So it seems like the thermostat sends requests using one protocol and the boiler responds using another protocol (or multiple protocols?).

You may be able to get more details about the communication by first starting test 2 of the diagnostic firmware and then connecting the thermostat. Then repeat the same procedure with test 3. But even with that information it is probably going to be difficult to figure out how to convince the thermostat to talk Opentherm after powering on the OTGW.
Schelte
adriansmares
Starting Member
Starting Member
Posts: 2
Joined: Sun Apr 24, 2022 1:09 pm

Re: Nefit ProLine NxT + Nefit ModuLine 1010

Post by adriansmares »

The responses (Read-Ack without Read-Data) seem to be a side effect of the thermostat connection before the PIC is reset. Take a look at this minified log:

Code: Select all

// The gateway is in gateway+standalone mode here, as the thermostat is not connected.
22:19:32.367340  BC0192A00  Read-Ack    Boiler water temperature: 42.00
22:19:33.197520  R10010000  Write-Data  Control setpoint: 0.00
22:19:33.338880  BD0010000  Write-Ack   Control setpoint: 0.00
22:19:34.196638  R00060000  Read-Data   Remote parameter flags: 00000000 00000000
22:19:34.323517  B40060301  Read-Ack    Remote parameter flags: 00000011 00000001
22:19:35.207589  R00110000  Read-Data   Relative modulation level: 0.00
22:19:35.267614  BC0110000  Read-Ack    Relative modulation level: 0.00
22:19:36.215702  R001B0000  Read-Data   Outside temperature: 0.00
22:19:36.357046  BF01B0000  Unk-DataId  Outside temperature: 0.00
22:19:37.203868  R801C0000  Read-Data   Return water temperature: 0.00
22:19:37.341092  BC01C2900  Read-Ack    Return water temperature: 41.00
22:19:38.218982  R900E6400  Write-Data  Maximum relative modulation level: 100.00
22:19:38.367947  B500E6400  Write-Ack   Maximum relative modulation level: 100.00
22:19:39.210063  R00300000  Read-Data   DHW setpoint boundaries: 0 0
22:19:39.260926  BC0303C1E  Read-Ack    DHW setpoint boundaries: 60 30
22:19:39.473365  Command: PR=V
22:19:39.482908  Command: PR=T
22:19:39.501095  Command: PR=S
22:19:39.523064  PR: V=5
22:19:39.583212  PR: T=11
22:19:39.592454  PR: S=16.00
22:19:40.207087  R00000000  Read-Data   Status: 00000000 00000000
22:19:40.385625  BC0000000  Read-Ack    Status: 00000000 00000000
22:19:41.207860  R80190000  Read-Data   Boiler water temperature: 0.00
22:19:41.345182  BC0192900  Read-Ack    Boiler water temperature: 41.00
22:19:41.365025  Command: PR=M
22:19:41.440839  PR: M=G
22:19:42.231716  R10010000  Write-Data  Control setpoint: 0.00
22:19:42.287112  BD0010000  Write-Ack   Control setpoint: 0.00
// The mode is changed to monitor.
22:19:42.415647  Command: GW=0
22:19:42.593520  GW: 0
22:19:42.601930  Medium power
// The thermostat is connected now, and after the 'Low Power' message, you can see the initial set of commands.
22:20:07.422958  Low power
22:20:07.696891  B40000200  Read-Ack    Status: 00000010 00000000
22:20:07.851785  B50020100  Write-Ack   Master configuration: 00000001 0
22:20:08.083584  B400F1819  Read-Ack    Boiler capacity and modulation limits: 24 25
22:20:08.549612  B40000200  Read-Ack    Status: 00000010 00000000
22:20:08.785762  BD0010000  Write-Ack   Control setpoint: 0.00
22:20:08.970666  BD00E0000  Write-Ack   Maximum relative modulation level: 0.00
22:20:09.188197  BC0394B00  Read-Ack    Max CH water setpoint: 75.00
// The gateway is now in monitor mode, but does not see the requests for some reason.
22:20:09.557914  B40000200  Read-Ack    Status: 00000010 00000000
22:20:10.527240  B40000200  Read-Ack    Status: 00000010 00000000
22:20:11.503082  B40000200  Read-Ack    Status: 00000010 00000000
22:20:12.599479  B40000200  Read-Ack    Status: 00000010 00000000
22:20:13.559797  B40000200  Read-Ack    Status: 00000010 00000000
22:20:14.529590  B40000200  Read-Ack    Status: 00000010 00000000
22:20:15.514217  B40000200  Read-Ack    Status: 00000010 00000000
22:20:17.104654  40000200
// I reset the gateway without unplugging anything. The gateway is now in gateway mode.
22:20:17.197794  OpenTherm Gateway 6.0
22:20:17.435621  T80000200  Read-Data   Status: 00000010 00000000
22:20:17.558301  B40000200  Read-Ack    Status: 00000010 00000000
22:20:18.431239  T80000200  Read-Data   Status: 00000010 00000000
22:20:18.543216  B40000200  Read-Ack    Status: 00000010 00000000
22:20:19.427424  T80000200  Read-Data   Status: 00000010 00000000
22:20:19.472332  B40000200  Read-Ack    Status: 00000010 00000000
22:20:20.432130  T80000200  Read-Data   Status: 00000010 00000000
22:20:21.985612  B40000200  Read-Ack    Status: 00000010 00000000
22:20:21.994788  T80000200  Read-Data   Status: 00000010 00000000
22:20:22.009628  B40000200  Read-Ack    Status: 00000010 00000000
22:20:22.533386  T80000200  Read-Data   Status: 00000010 00000000
22:20:23.916128  B40000200  Read-Ack    Status: 00000010 00000000
22:20:23.963954  T80000200  Read-Data   Status: 00000010 00000000
22:20:23.972526  B40000200  Read-Ack    Status: 00000010 00000000
22:20:24.413105  T80000200  Read-Data   Status: 00000010 00000000
22:20:24.522689  B40000200  Read-Ack    Status: 00000010 00000000
...
22:20:37.409488  T80000200  Read-Data   Status: 00000010 00000000
22:20:37.523134  B40000200  Read-Ack    Status: 00000010 00000000
22:20:38.396522  T80000200  Read-Data   Status: 00000010 00000000
22:20:38.460891  B40000200  Read-Ack    Status: 00000010 00000000
22:20:39.393837  T80000200  Read-Data   Status: 00000010 00000000
22:20:39.452630  B40000200  Read-Ack    Status: 00000010 00000000
22:20:40.391296  T80000200  Read-Data   Status: 00000010 00000000
// I swap the gateway to monitor mode.
22:20:41.116581  Command: GW=0
22:20:41.868339  B40000200  Read-Ack    Status: 00000010 00000000
22:20:42.012932  GW: 0
// The Read-Data is continued - so the gateway does see the request now.
22:20:42.023528  T80000200  Read-Data   Status: 00000010 00000000
22:20:42.042558  B40000200  Read-Ack    Status: 00000010 00000000
22:20:42.635857  T80000200  Read-Data   Status: 00000010 00000000
22:20:42.696011  B40000200  Read-Ack    Status: 00000010 00000000
22:20:43.384942  T80000200  Read-Data   Status: 00000010 00000000
22:20:43.495173  B40000200  Read-Ack    Status: 00000010 00000000
22:20:44.384006  T80000200  Read-Data   Status: 00000010 00000000
22:20:44.446649  B40000200  Read-Ack    Status: 00000010 00000000
22:20:45.385287  T80000200  Read-Data   Status: 00000010 00000000
22:20:45.433884  B40000200  Read-Ack    Status: 00000010 00000000
22:20:46.386145  T80000200  Read-Data   Status: 00000010 00000000
22:20:46.442784  B40000200  Read-Ack    Status: 00000010 00000000
22:20:47.385353  T80000200  Read-Data   Status: 00000010 00000000
22:20:47.514487  B40000200  Read-Ack    Status: 00000010 00000000
22:20:48.387058  T80000200  Read-Data   Status: 00000010 00000000
22:20:48.443636  B40000200  Read-Ack    Status: 00000010 00000000
22:20:49.537747  T80000200  Read-Data   Status: 00000010 00000000
22:20:49.547257  B40000200  Read-Ack    Status: 00000010 00000000
22:20:49.734553  T10014B00  Write-Data  Control setpoint: 75.00
22:20:49.799176  BD0014B00  Write-Ack   Control setpoint: 75.00
22:20:49.975556  T900E1A00  Write-Data  Maximum relative modulation level: 26.00
22:20:50.025405  B500E1A00  Write-Ack   Maximum relative modulation level: 26.00
I did the diagnostics - the results are not really what I expected:
Test 2 - no weird readings here - the values seem fine (no red in the window either):

Code: Select all

Opentherm gateway diagnostics - Version 2.0

1. LED test
2. Bit timing thermostat
3. Bit timing boiler
4. Delay symmetry
5. Voltage levels
6. Idle times

Enter test number: 2
.
2613.
.
480,542,479,1046,489,533,488,534,487,536,486,535,486,534,487,535,487,533,489,534,487,535,486,535,486,550,471,537,485,534,487,533,488,534,494,527,488,538,483,532,491,534,486,533,1004,1041,486,536,486,534,487,535,486,536,486,550,470,532,490,535,487,553,984.
80000200  Read-Data   Status: 00000010 00000000
487,539,483,1050,485,536,1001,1038,489,532,490,533,488,536,486,535,486,536,486,533,488,533,489,535,486,536,1002,1039,489,535,498,523,501,517,490,532,489,537,485,536,486,532,1005,1038,489,532,490,532,489,534,488,531,491,536,485,537,484,537,1000.
90020100  Write-Data  Master configuration: 00000001 0
480,1059,476,535,486,584,436,536,487,535,486,535,486,537,484,533,489,529,492,531,490,536,486,534,1003,530,483,537,484,538,484,1046,490,532,488,533,488,533,489,521,500,533,488,533,488,534,487,533,488,534,487,535,500,516,491,533,489,531,489,534,488,533,1004.
000F0000  Read-Data   Boiler capacity and modulation limits: 0 0
468,538,484,1046,489,532,489,535,500,517,491,533,488,537,485,532,489,532,489,531,491,533,488,535,486,533,491,528,491,533,489,534,487,532,489,552,469,533,489,534,487,531,491,532,1005,1034,493,529,492,533,489,544,477,535,487,536,485,539,482,533,488,535,1002.
80000200  Read-Data   Status: 00000010 00000000
479,1049,486,532,489,533,1004,1038,488,535,487,533,488,535,486,533,489,532,489,534,487,535,486,532,489,527,494,542,995,1086,440,538,485,536,485,535,486,536,486,534,487,531,490,532,489,532,490,532,489,532,489,535,486,536,486,534,487,532,493,529,1005.
10010000  Write-Data  Control setpoint: 0.00
480,1048,488,533,510,510,1005,1036,492,534,486,532,489,534,488,535,488,530,491,530,502,521,1006,526,486,538,483,1050,486,530,490,534,488,530,491,534,487,531,490,551,470,534,488,532,489,536,485,535,487,533,488,535,486,551,470,531,491,536,486,528,1009.
100E0000  Write-Data  Maximum relative modulation level: 0.00
487,1039,495,529,492,544,478,533,489,535,486,533,488,536,485,535,487,532,489,534,1003,530,484,537,491,1037,491,532,1004,1040,488,531,490,533,488,532,489,533,490,528,493,533,488,532,489,534,487,534,487,535,487,532,489,533,489,532,489,533,488,536,1001.
00390000  Read-Data   Max CH water setpoint: 0.00
481,532,489,1044,491,530,490,535,486,534,488,534,487,533,527,490,492,536,486,534,487,534,488,532,489,533,488,538,484,534,487,531,490,531,490,531,490,537,484,538,484,528,493,537,1000,1038,488,534,488,536,485,560,461,534,488,534,487,530,491,532,490,535,1002.
80000200  Read-Data   Status: 00000010 00000000
479,539,482,1045,490,537,484,534,487,534,488,536,485,532,489,537,485,532,489,534,487,536,485,536,515,505,487,532,489,535,486,537,485,536,485,533,488,531,491,533,488,532,489,533,1005,1039,489,532,488,531,490,537,484,534,512,0,31,476,490,527,494,529,492,594,943.
Error 01
480,538,483,1048,487,533,488,532,489,536,485,533,488,535,487,532,489,544,478,532,488,532,489,532,490,533,487,532,489,535,486,538,484,533,495,527,487,535,486,536,485,535,486,534,1003,1039,488,532,489,535,486,531,490,531,490,536,486,536,485,537,484,554,983.
80000200  Read-Data   Status: 00000010 00000000
478,536,485,1045,490,535,486,531,490,534,488,533,488,531,490,534,488,530,491,530,491,533,488,533,516,506,487,532,489,535,487,534,487,533,488,534,488,535,486,533,489,535,486,535,1002,1036,491,531,490,533,488,533,488,532,490,532,489,526,495,526,495,597,940.
80000200  Read-Data   Status: 00000010 00000000
478,539,483,1049,486,533,488,532,489,534,488,532,489,534,487,534,488,545,477,533,488,532,489,531,490,536,485,530,492,532,489,532,489,534,494,528,487,532,490,532,489,531,490,536,1001,1038,489,546,475,531,491,536,485,531,490,537,485,533,488,535,486,554,983.
80000200  Read-Data   Status: 00000010 00000000
481,536,485,1044,490,535,486,533,488,534,487,533,488,533,489,533,488,532,489,533,488,536,485,535,515,503,490,533,488,531,490,533,488,530,491,532,490,534,486,535,487,533,487,534,1003,1039,488,534,487,532,489,532,489,534,487,529,492,524,497,526,495,597,939.
80000200  Read-Data   Status: 00000010 00000000
478,540,481,1048,487,530,490,533,490,532,488,535,486,534,487,535,487,528,494,532,489,531,490,536,485,533,489,532,489,536,486,530,490,532,496,530,485,534,488,530,491,531,490,536,1001,1040,487,533,489,533,488,533,488,534,487,531,490,534,488,533,488,552,985.
80000200  Read-Data   Status: 00000010 00000000
481,537,484,1046,489,534,487,531,490,535,486,531,491,532,489,532,490,534,487,531,490,530,491,533,518,501,490,533,488,537,485,534,487,533,488,536,486,534,488,531,489,527,495,537,1000,1036,490,532,490,532,489,533,488,535,511,0,31,477,489,523,498,527,494,596,941.
Error 01
478,536,485,1048,487,531,490,534,486,532,489,533,489,531,490,533,488,545,476,529,492,532,489,532,489,532,489,529,492,530,491,534,487,533,494,526,489,533,488,533,488,534,487,533,1004,1038,488,545,476,534,487,534,487,537,486,533,487,535,486,533,488,554,983.
80000200  Read-Data   Status: 00000010 00000000
479,539,482,1046,488,534,488,533,488,531,490,532,489,532,489,533,489,527,494,533,487,535,486,534,517,503,488,532,489,535,486,536,486,533,488,535,486,533,488,534,487,534,488,532,1004,1036,490,531,490,534,487,531,490,532,489,531,490,523,498,524,497,593,943.
80000200  Read-Data   Status: 00000010 00000000
482,538,483,1047,488,530,491,533,489,531,490,531,490,534,487,535,486,544,478,532,489,532,489,534,488,533,488,534,487,531,490,531,490,532,496,527,487,532,490,531,490,534,487,534,1004,1036,491,544,477,537,485,536,485,533,489,533,488,534,487,536,486,554,983.
80000200  Read-Data   Status: 00000010 00000000
479,540,482,1047,488,533,488,533,489,532,489,534,488,533,488,534,489,531,490,534,487,532,490,531,519,504,489,533,488,534,487,532,490,534,487,536,486,535,486,533,489,531,490,532,1005,1040,488,533,488,533,488,533,489,536,485,531,491,526,495,527,495,593,943.
80000200  Read-Data   Status: 00000010 00000000
483,536,485,1048,487,532,489,532,489,535,487,534,487,532,489,534,487,530,493,528,492,533,488,535,487,532,488,535,487,534,488,530,490,533,495,526,489,533,488,532,489,534,488,531,1006,1037,489,533,489,532,489,530,491,533,488,530,492,534,487,536,485,555,982.
80000200  Read-Data   Status: 00000010 00000000
478,540,482,1046,489,533,488,535,486,533,489,530,491,535,486,534,488,531,490,538,483,533,488,531,519,502,491,532,489,533,488,533,488,534,487,534,487,537,485,534,487,527,494,533,1004,1037,490,534,487,532,490,533,488,537,508,0,31,475,491,525,496,527,494,597,940.
Error 01
484,536,485,1045,490,533,488,534,488,533,488,531,490,531,490,532,490,543,478,532,489,532,489,538,484,529,492,530,491,532,490,533,488,531,497,524,490,534,487,530,492,532,489,534,1003,1039,488,545,476,532,490,531,490,532,489,532,490,533,488,536,486,551,986.
80000200  Read-Data   Status: 00000010 00000000
481,537,485,1045,490,533,487,533,488,533,488,537,485,536,485,531,491,532,489,533,488,527,494,534,515,500,493,533,488,534,488,533,489,529,491,534,487,533,488,535,487,531,490,532,1005,1040,487,530,491,535,488,530,490,535,486,529,492,524,498,526,494,597,939.
80000200  Read-Data   Status: 00000010 00000000
483,540,482,1043,490,533,489,534,487,534,486,533,489,533,488,532,489,545,477,531,489,532,490,528,493,533,488,534,487,531,489,532,489,536,492,525,489,531,490,532,490,532,488,531,1006,1036,491,543,477,534,488,532,489,532,489,535,487,531,489,535,486,551,986.
80000200  Read-Data   Status: 00000010 00000000
481,536,486,1045,489,534,487,529,492,533,488,532,489,533,489,533,488,531,490,534,487,535,486,536,513,502,491,532,489,534,487,530,491,532,490,534,487,532,489,530,491,529,492,533,1004,1039,487,532,489,535,486,535,487,533,488,527,494,525,496,528,493,594,942.
80000200  Read-Data   Status: 00000010 00000000
483,540,481,1048,487,531,490,537,484,532,490,533,488,532,489,531,490,533,491,531,489,532,488,533,489,532,489,531,490,534,487,534,487,532,496,527,487,533,489,533,488,532,489,534,1004,1037,488,535,486,531,490,536,485,533,489,530,491,533,488,533,488,553,984.
80000200  Read-Data   Status: 00000010 00000000
482,536,485,1046,489,537,484,536,486,532,488,531,490,533,489,532,489,533,488,534,487,531,490,533,516,504,489,534,487,534,487,534,487,533,488,535,486,534,487,534,487,526,496,531,1005,1041,486,533,488,531,490,532,489,531,502,519,491,523,498,527,494,596,940.
80000200  Read-Data   Status: 00000010 00000000
483,538,483,1049,486,533,488,534,487,536,486,532,489,533,488,532,490,546,476,534,486,533,488,533,489,532,489,535,486,535,487,533,487,532,496,527,488,535,487,531,490,533,488,532,1005,1041,486,547,474,533,489,532,489,533,488,534,488,531,490,532,489,550,987.
80000200  Read-Data   Status: 00000010 00000000
481,537,484,1046,489,534,488,531,490,536,486,529,492,532,489,534,488,529,491,531,490,529,492,533,517,503,490,533,488,535,486,534,487,532,489,535,487,532,489,531,490,532,490,533,1004,1040,487,532,489,533,488,533,489,533,488,532,490,525,496,527,494,599,938.
80000200  Read-Data   Status: 00000010 00000000
481,538,484,1047,487,536,486,534,487,533,488,532,490,532,489,531,490,544,478,535,486,535,486,532,489,532,490,531,490,532,489,532,489,532,496,525,490,534,487,533,489,532,489,534,1003,1039,488,544,477,535,486,533,489,531,490,536,485,531,490,534,488,549,988.
80000200  Read-Data   Status: 00000010 00000000
481,537,484,1046,489,535,487,533,488,532,489,533,488,533,489,534,488,531,490,532,489,534,487,534,517,501,491,534,487,531,490,535,487,530,491,534,488,534,487,536,485,529,492,533,1005,1038,489,533,488,532,489,532,489,534,488,530,491,524,497,528,494,593,943.
80000200  Read-Data   Status: 00000010 00000000
481,537,484,1049,486,533,488,536,486,529,492,533,488,532,490,532,489,533,491,530,490,533,488,532,489,530,491,531,490,533,488,534,488,531,497,526,488,533,489,534,487,534,488,530,1007,1039,487,531,491,534,487,533,488,532,490,530,491,537,485,536,485,552,985.
80000200  Read-Data   Status: 00000010 00000000
481,535,486,1045,490,534,487,531,491,533,488,531,490,534,488,536,486,533,489,530,490,532,490,533,518,502,489,534,488,532,489,532,489,531,491,531,490,533,489,531,490,531,490,535,1003,1040,486,535,486,534,488,534,487,535,511,0,31,475,491,525,496,525,497,594,942.
Error 01
479,539,482,1045,490,536,485,531,492,531,489,532,489,533,489,536,485,543,479,533,488,533,489,531,490,531,490,534,487,530,493,533,487,531,497,528,487,534,487,533,488,534,487,533,1005,1036,490,549,472,532,490,532,489,531,491,533,488,533,489,535,486,552,985.
80000200  Read-Data   Status: 00000010 00000000
482,541,480,1046,489,534,488,534,487,533,489,534,488,531,489,535,488,527,494,530,491,532,489,532,519,505,487,531,490,535,486,533,489,533,488,534,488,537,484,532,490,534,488,533,1004,1039,488,530,491,534,488,531,490,533,488,533,489,523,498,526,496,594,942.
80000200  Read-Data   Status: 00000010 00000000
480,537,484,1046,489,533,488,534,488,532,490,533,488,532,490,531,490,543,479,532,488,535,487,533,488,530,492,533,488,533,488,535,486,531,497,527,488,533,488,536,486,534,487,534,1003,1041,487,543,478,532,489,532,489,532,490,534,487,533,488,533,489,551,986.
80000200  Read-Data   Status: 00000010 00000000
479,539,483,1046,489,536,485,535,487,534,488,531,490,532,490,534,487,529,493,534,487,531,490,535,515,505,488,533,488,534,488,532,489,534,488,535,486,533,489,532,489,531,491,531,1006,1037,490,534,488,537,484,534,488,533,489,528,493,524,497,524,498,592,944.
80000200  Read-Data   Status: 00000010 00000000
481,537,484,1048,487,535,486,532,489,531,490,534,488,531,490,533,488,528,496,529,490,531,490,534,487,533,488,532,489,534,488,534,487,532,496,523,491,531,490,533,489,531,490,534,1004,1039,487,531,490,535,487,533,488,530,491,529,493,531,490,535,486,554,983.
80000200  Read-Data   Status: 00000010 00000000
481,536,485,1048,488,532,489,531,490,532,489,538,484,531,490,531,491,530,491,532,489,532,489,531,520,499,493,531,490,531,490,534,488,531,490,530,491,531,491,529,492,524,497,533,1005,1036,490,530,491,531,491,534,487,535,511,256,65311,474,492,526,495,526,496,592,944.
Error 01
480,540,481,1045,490,536,486,532,489,530,492,534,487,532,490,533,488,544,478,530,491,535,487,532,489,531,490,534,487,534,488,532,489,536,492,524,491,535,486,534,488,534,487,531,1006,1038,489,545,476,531,491,538,483,532,489,533,488,534,487,533,489,549,988.
80000200  Read-Data   Status: 00000010 00000000
480,536,486,1045,490,532,489,531,490,531,491,529,491,530,492,533,489,530,491,534,487,531,490,533,516,504,489,533,488,531,491,531,490,530,491,533,489,532,489,532,490,535,486,533,1004,1038,489,529,492,534,488,532,489,533,488,530,492,525,496,525,496,596,941.
80000200  Read-Data   Status: 00000010 00000000
481,537,485,1044,491,533,488,533,489,533,488,533,489,532,489,532,489,542,481,532,489,532,489,533,488,531,491,532,489,533,488,534,488,535,493,524,491,531,490,535,487,534,487,534,1004,1039,488,550,472,532,490,533,488,532,490,532,489,531,491,534,487,551,987.
80000200  Read-Data   Status: 00000010 00000000
482,538,483,1045,490,534,488,533,489,530,491,532,490,532,490,530,492,530,491,532,489,534,488,531,520,503,489,536,485,530,492,529,492,531,490,538,484,533,488,536,486,529,492,535,1003,1037,490,532,490,533,488,533,488,537,485,530,491,525,497,527,494,593,944.
80000200  Read-Data   Status: 00000010 00000000
481,538,483,1045,490,534,488,535,486,536,486,533,488,534,487,533,489,531,492,531,489,529,492,536,486,533,488,536,486,537,484,534,488,531,496,526,489,534,488,534,487,534,488,531,1006,1041,486,533,488,534,488,534,487,532,490,531,490,536,486,531,490,550,987.
80000200  Read-Data   Status: 00000010 00000000
483,537,486,1045,489,533,488,531,490,534,488,534,487,533,489,534,488,529,492,533,489,533,488,528,521,504,489,533,489,532,489,530,493,534,486,535,487,531,490,534,488,528,493,533,1004,1037,490,532,489,536,486,534,487,533,513,0,31,475,491,525,496,526,495,596,941.
Error 01
480,540,481,1048,487,535,487,530,491,533,488,534,488,533,488,537,485,543,479,532,489,534,488,531,490,534,487,535,487,535,486,531,490,535,493,526,489,537,484,532,490,533,488,532,1005,1035,492,547,475,532,490,533,488,530,491,534,487,533,489,534,487,553,984.
80000200  Read-Data   Status: 00000010 00000000
482,535,486,1046,489,531,490,532,489,533,489,536,486,533,488,534,488,529,492,532,489,535,487,534,515,502,491,535,487,532,489,532,491,532,488,533,489,530,491,533,489,535,486,535,1003,1039,487,529,493,532,490,533,488,530,491,531,491,525,496,526,496,597,939.
80000200  Read-Data   Status: 00000010 00000000
483,534,488,1046,489,532,490,534,487,534,488,532,489,533,489,535,486,546,477,531,490,534,487,532,489,533,489,533,488,534,487,534,488,533,495,525,490,533,488,532,490,534,487,530,1007,1037,490,547,475,532,489,531,491,533,488,536,486,533,488,536,485,552,985.
80000200  Read-Data   Status: 00000010 00000000
482,1046,488,532,490,529,1008,1040,487,535,487,533,489,531,490,533,489,534,487,530,491,532,490,530,492,532,489,535,1002,1041,1002,1035,492,533,1004,1039,1004,531,483,1048,488,532,489,532,490,531,490,533,489,532,489,533,489,531,1048,256,65312.
Error 01
481,540,482,1047,489,530,1006,1038,489,533,489,534,487,532,490,531,490,533,489,530,492,531,1006,521,492,538,483,1046,502,518,491,532,490,533,1004,530,484,1050,1000,1040,488,532,489,531,490,534,488,535,486,533,489,535,486,538,484,532,1005.
900E1A00  Write-Data  Maximum relative modulation level: 26.00
481,1047,488,533,489,533,489,532,489,532,490,534,488,535,487,532,489,530,492,532,489,531,491,531,519,502,491,533,488,535,487,533,489,532,489,537,485,533,489,534,488,534,487,534,1004,532,481,1047,488,535,487,532,490,534,487,528,494,523,498,526,496,595,942.
00000300  Read-Data   Status: 00000011 00000000
480,1047,488,534,488,531,490,533,489,531,491,533,488,534,488,534,487,531,493,531,489,533,489,533,488,533,489,534,488,534,487,535,487,533,495,522,493,532,490,532,490,534,487,534,1004,531,482,1048,488,531,491,532,489,530,492,530,491,534,488,534,488,551,987.
00000300  Read-Data   Status: 00000011 00000000
480,1044,502,521,489,533,489,534,488,532,489,532,490,530,492,532,490,530,491,532,489,531,490,533,518,501,491,530,492,529,492,533,489,535,486,536,486,538,483,533,489,529,492,532,1005,527,487,1047,488,535,486,531,491,534,512,0,31,475,491,525,496,531,491,596,941.
Error 01
482,1045,490,532,490,535,486,535,487,529,492,536,486,531,490,532,490,543,479,531,490,536,485,533,488,531,490,532,490,534,487,532,490,532,496,524,491,532,489,532,489,531,490,532,1005,535,479,1062,472,534,488,532,490,533,488,530,492,530,491,533,489,551,986.
00000300  Read-Data   Status: 00000011 00000000
484,1047,487,535,487,531,490,529,492,533,488,533,488,535,487,531,491,531,490,532,489,531,490,533,516,503,490,532,490,533,488,533,489,532,488,535,486,531,490,531,491,529,492,531,1005,528,486,1044,490,530,492,531,490,535,486,531,490,525,497,526,494,596,941.
00000300  Read-Data   Status: 00000011 00000000
482,1045,490,534,487,534,487,529,493,531,491,532,488,532,490,533,488,544,479,532,489,531,490,533,488,536,486,531,490,534,487,534,487,532,496,529,486,531,491,530,491,534,487,532,1005,531,483,1058,476,536,486,534,487,532,490,531,490,534,488,533,488,550,987.
00000300  Read-Data   Status: 00000011 00000000
480,1045,504,519,489,534,487,535,487,532,489,533,488,535,487,532,490,528,494,530,491,533,488,533,517,502,492,534,487,533,490,531,489,531,491,533,489,536,486,533,488,532,490,533,1004,532,482,1047,488,533,489,533,488,537,485,527,494,525,497,524,498,595,941.
00000300  Read-Data   Status: 00000011 00000000
479,1047,489,530,491,534,488
Test 3 - this seems to indicate something is very weird:

Code: Select all

Opentherm gateway diagnostics - Version 2.0

1. LED test
2. Bit timing thermostat
3. Bit timing boiler
4. Delay symmetry
5. Voltage levels
6. Idle times

Enter test number: 3
20,1246,65300,1257,65300,1257,65300,1002,20,1001,20,1002,20,1002,20,1001,20,1001,20,1001,20,1286,65300,973,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1001,20,1002,20,1517,20,994,20,1515,20,1001,20,1002,20,1013,20,989,20,1002,20,1001,20,1517,20,61030,517,1052,1040,1052,518,528,518,528,518,528,519,528,517,528,518,528,518,528,518,529,518,528,518,529,517,529,517,528,518,529,518,528,518,529,518,528,518,528,519,529,518,528,1042,528,519,1052,517,528,518,529,517,528,518,528,518,529,1042,15908,0.
Error 01
20,1001,20,1001,20,1002,20,1001,20,1001,20,1002,20,1002,20,1002,20,1001,20,1001,20,1001,20,1001,20,1002,20,1001,20,1001,20,1008,20,994,20,1002,20,1001,20,1001,20,1517,20,993,20,1515,20,1002,20,1001,20,1257,65300,1258,65300,1257,65300,1258,65300,1773,65300,47738,517,1052,1042,1051,518,528,518,529,518,528,518,527,518,528,518,528,518,528,517,529,518,528,518,529,518,527,518,528,518,528,518,529,517,529,517,528,518,529,518,528,518,529,1041,528,518,1051,518,529,518,528,518,528,518,529,518,529,1041,14787,0.
Error 01
20,1001,20,1002,20,1001,20,1001,20,1002,20,1002,20,1001,20,1001,20,1002,20,1001,20,1029,20,973,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1002,20,1517,20,993,20,1515,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1517,20,33772,518,1052,1041,1051,518,528,518,529,518,528,519,529,518,528,518,528,518,529,518,528,518,528,519,528,519,528,518,528,518,528,518,527,518,528,518,529,518,528,518,528,518,528,1042,528,519,1052,519,528,518,528,518,528,519,529,518,529,1042,14289,0.
Error 01
20,1001,20,1001,20,1001,20,1002,20,1001,20,1001,20,1001,20,1003,20,1001,20,1001,20,1001,20,1002,20,1001,20,1001,20,1001,20,1009,20,995,20,1001,20,1001,20,1002,20,1517,20,993,20,1515,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1518,20.
Error 01
518,1052,1041,1052,518,528,518,529,518,529,518,529,518,529,518,529,518,529,518,529,518,528,518,528,518,529,518,528,518,528,518,528,518,529,518,529,518,528,518,529,518,528,1042,528,518,1052,518,528,518,529,519,529,518,529,518,529,1042,1052,1042.
40000302  Read-Ack    Status: 00000011 00000010
20,1243,65300,1258,65300,1258,65300,1257,65300,1257,65300,1258,65300,1258,65300,1001,20,1001,20,1002,20,1285,65300,974,20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1517,20,993,20,1516,20,1001,20,1001,20,1002,20,1001,20,1001,20,1002,20,1516,20.
Error 01
517,1051,1040,1051,518,529,518,528,517,528,518,528,518,528,518,527,518,529,518,528,518,528,518,529,518,529,518,528,518,528,518,529,518,528,518,529,518,528,519,528,518,528,1041,528,517,1052,517,528,518,529,518,529,517,528,519,528,1042,1052,1041,41333,20,1001,20,1518,20,1507,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1001,20,1002,20,1001,20,1518,20,2023,20,1507,20,1518,20,2023,20,992,20,1515,20,1002,20,1001,20,1002,20,1002,20,1001,20,1001,20,1518,20,37232,517,528,518,529,518,24064,0,0,0,0,0,0,00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,00,0,0,0,0,0,0,0,0,0,0,0,0.
Error 03
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01

Opentherm gateway diagnostics - Version 2.0

1. LED test
2. Bit timing thermostat
3. Bit timing boiler
4. Delay symmetry
5. Voltage levels
6. Idle times

Enter test number: 3
924,8,1013,8,1014,7,1014,8,1014,8,1033,7,6770.
Error 03
5899.
20,1000,20,1002,20,1001,20,1001,20,1002,20,1001,20,1001,20,1002,20,1000,20,1001,20,1030,20,973,20,1002,20,1001,20,1001,20,1001,20,1001,20,1001,20,1002,20,1001,20,1518,20,993,20,1515,20,1001,20,1001,20,1002,20,1001,20,1002,20,1001,20,1517,20.
Error 01
517,529,518,528,519,1051,518,528,518,529,517,529,518,528,518,528,518,528,518,529,518,528,518,529,518,529,518,529,518,529,518,528,518,529,518,528,518,529,518,528,518,529,519,528,1042,528,518,1053,518,528,518,529,518,529,1042,1052,1041,1052,1041.
C000030A  Read-Ack    Status: 00000011 00001010
20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1002,20,1001,20,1001,20,1002,20,1000,20,1002,20,1002,20,1001,20,1008,20,995,20,1001,20,1002,20,1001,20,1518,20,993,20,1515,20,1001,20,1001,20,1001,20,1002,20,1001,20,1002,20,1517,20.
Error 01
517,529,518,529,518,1052,518,528,518,529,518,528,519,529,518,528,518,529,518,529,518,529,518,528,518,528,518,528,518,529,518,528,518,528,517,529,517,529,518,529,518,528,518,529,1041,528,518,1052,518,529,518,528,518,529,1042,1052,1041,1052,1041.
C000030A  Read-Ack    Status: 00000011 00001010
20,1001,20,1001,20,1001,20,1001,20,1002,20,1001,20,1002,20,1001,20,1001,20,1001,20,1030,20,973,20,1002,20,1001,20,1001,20,1002,20,1001,20,1001,20,1002,20,1001,20,1517,20,993,20,1515,20,1001,20,1001,20,1013,20,989,20,1001,20,1002,20,1517,20,58989,518,529,519,529,519,1052,518,529,519,529,519,529,519,529,519,529,518,529,519,529,519,530,518,529,519,529,519,530,519,529,518,529,519,529,518,529,519,529,518,529,519,529,519,529,1042,529,519,1053,519,529,519,529,518,529,1041,1053,1042,24962,0.
Error 01
20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1003,20,1000,20,1001,20,1002,20,1001,20,1001,20,1001,20,1004,20,1006,20,995,20,1001,20,1001,20,1002,20,1517,20,994,20,1514,20,1002,20,1001,20,1001,20,1002,20,1001,20,1003,20,1516,20,44639,518,529,518,528,519,1052,518,530,518,529,519,529,519,529,519,529,518,529,518,529,518,529,518,529,518,529,518,529,518,529,519,529,519,528,519,529,518,529,518,529,519,529,518,529,1042,529,518,1052,519,529,518,529,518,529,1042,1052,1042,24924,0.
Error 01
20,1001,20,1002,20,1001,20,1001,20,1002,20,1002,20,1001,20,1001,20,1001,20,1002,20,1030,20,972,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1518,20,993,20,1515,20,1002,20,1001,20,1001,20,1002,20,1001,20,1002,20,1517,20,29183,518,529,519,529,519,1053,519,529,519,529,519,529,518,530,519,529,519,529,519,529,519,529,519,529,518,529,518,529,519,529,518,529,518,529,519,529,518,529,519,529,518,530,518,529,1041,529,519,1052,519,529,519,529,518,529,1043,1054,1042,25856,0.
Error 01
20,1002,20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1002,20,1001,20,1001,20,1002,20,1001,20,1001,20,1001,20,1002,20,1008,20,994,20,1002,20,1001,20,1002,20,1517,20,993,20,1514,20,1002,20,1001,20,1002,20,1001,20,1001,20,1002,20,1518,20.
Error 01
517,529,517,529,518,1052,518,529,518,528,518,529,518,529,518,528,518,529,518,529,518,529,518,528,518,528,519,528,519,528,518,529,518,528,519,528,518,529,518,528,519,528,518,528,1041,528,518,1051,519,528,518,529,518,529,1041,1052,1041,1052,1041.
C000030A  Read-Ack    Status: 00000011 00001010
20,981,20,1002,20,1001,20,1002,20,1002,20,1002,20,1002,20,1001,20,1258,65300,1257,65300,1030,20,1230,65300,1257,65300,1259,65300,1256,65300,1258,65300,1001,20,1003,20,1001,20,1002,20,1517,20,993,20,1516,20,1001,20,1002,20,1002,20,1001,20,1001,20,1002,20,1517,20.
Error 01
517,528,518,528,518,1051,518,528,518,529,518,529,518,528,518,528,518,528,518,528,518,529,518,528,519,528,518,528,519,528,518,528,519,529,518,528,518,529,518,529,518,529,518,528,1041,529,518,1052,518,529,518,528,518,529,1042,1051,1041,1052,1041.
C000030A  Read-Ack    Status: 00000011 00001010
20,1002,20,1002,20,1001,20,1002,20,1001,20,1001,20,1002,20,1003,20,1001,20,1001,20,1001,20,1002,20,1002,20,1001,20,1002,20,1008,20,995,20,1002,20,1001,20,1002,20,1518,20,993,20,1515,20,1002,20,1001,20,1002,20,1001,20,1001,20,1002,20,1518,20,59691,517,529,518,528,519,1052,518,528,518,529,518,528,518,529,518,528,518,528,518,529,518,529,518,528,518,529,518,528,519,528,518,528,519,528,518,529,518,528,518,529,518,529,518,528,1041,529,518,1052,518,528,518,528,518,529,1041,1052,1042,17322,0.
Error 01
65300,984,20,1002,20,1001,20,1001,20,1002,20,1002,20,1002,20,1001,20,1002,20,1001,20,1029,20,973,20,1002,20,1001,20,1004,20,1000,20,1001,20,1002,20,1002,20,1001,20,1518,20,993,20,1515,20,1002,20,1002,20,1013,20,990,20,1001,20,1002,20,1518,20,45957,518,529,518,528,518,1052,518,529,518,528,518,529,518,528,518,529,519,528,518,529,518,529,518,528,518,528,519,528,518,529,519,528,519,528,518,527,518,529,518,528,518,529,518,529,1041,529,518,1052,518,528,518,529,518,529,1042,1053,1041,16396,0.
Error 03
20,1000,20,1002,20,1001,20,1002,20,1257,65300,1258,65300,1257,65300,1258,65300,1257,65300,1257,65300,1257,65300,1001,20,1002,20,1001,20,1002,20,1008,20,994,20,1002,20,1001,20,1001,20,1518,20,993,20,1515,20,1001,20,1001,20,1002,20,1001,20,1001,20,1002,20,1518,20,31787,517,528,518,528,518,1052,518,528,519,528,518,528,518,528,518,528,518,528,518,528,518,529,518,529,518,528,519,528,518,528,519,528,519,528,518,529,518,528,517,529,518,528,518,528,1042,528,518,1053,517,529,518,529,519,528,1041,1052,1041,16199,0.
Error 01
20,1001,20,1002,20,1001,20,1001,20,1002,20,1001,20,1002,20,1001,20,1001,20,1001,20,1030,20,973,20,1001,20,1001,20,1003,20,1000,20,1001,20,1002,20,1001,20,1002,20,1517,20,993,20,1516,20,1002,20,1000,20,1001,20,1002,20,1002,20,1001,20,1517,20.
Error 01
517,528,518,528,517,1051,518,529,517,529,517,529,518,528,518,528,518,528,518,528,518,529,518,528,518,529,518,529,518,528,518,529,518,529,518,528,519,528,518,528,518,529,518,528,1042,529,518,1051,518,528,518,529,518,528,1042,1052,1041,1051,1042.
C000030A  Read-Ack    Status: 00000011 00001010
20,1001,20,1002,20,1001,20,1002,20,1001,20,1002,20,1002,20,1002,20,1001,20,1002,20,1001,20,1001,20,1002,20,1002,20,1001,20,1008,20,995,20,1002,20,1001,20,1001,20,1518,20,993,20,1516,20,1001,20,1002,20,1001,20,1003,20,1000,20,1002,20,1518,20.
Error 01
518,528,518,529,518,1051,518,528,518,529,518,528,518,528,518,529,517,529,518,528,518,529,518,528,518,529,518,528,518,529,518,529,518,529,518,528,518,529,518,529,518,529,518,528,1042,528,518,1053,517,529,518,528,518,529,1040,1052,1041,1052,1041.
C000030A  Read-Ack    Status: 00000011 00001010
20,988,20,1001,20,1003,20,1001,20,1002,20,1001,20,1002,20,1002,20,1001,20,1001,20,1030,20,974,20,1001,20,1003,20,1000,20,1002,20,1001,20,1002,20,1002,20,1001,20,1518,20,994,20,1515,20,1002,20,1001,20,1002,20,1002,20,1001,20,1002,20,1517,20,60108,517,529,518,528,519,1052,519,528,519,528,519,528,519,528,519,529,518,528,517,529,518,529,518,528,519,528,518,529,518,529,518,528,519,528,518,529,518,528,518,529,518,529,518,528,1042,528,518,1052,518,529,518,528,519,529,1041,1052,1041,9742,0,0,0,0,0,0,00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.
Error 01
Test 5 and 6:

Code: Select all

pentherm gateway diagnostics - Version 2.0

1. LED test
2. Bit timing thermostat
3. Bit timing boiler
4. Delay symmetry
5. Voltage levels
6. Idle times


Enter test number: 
5
Power supply: 4.993
Reference: 1.482
Thermostat: 0.906, 1.038, 2.213
Boiler: 0.000, 2.803, 2.808

Opentherm gateway diagnostics - Version 2.0

1. LED test
2. Bit timing thermostat
3. Bit timing boiler
4. Delay symmetry
5. Voltage levels
6. Idle times

Enter test number: 6
T: 902.104
B: 82.558
T: 847.695
B: 69.249
T: 860.990
B: 53.195
T: 877.195
B: 41.203
T: 889.041
B: 28.078
T: 902.216
B: 83.944
T: 846.262
B: 70.157
T: 860.225
B: 55.754
T: 874.495
B: 41.980
T: 888.506
B: 28.681
T: 901.790
B: 84.826
I thought that the thermostat will be the one with non standard behavior, but during diagnostics it seems that the boiler has some weird voltages/timings.
Attachments
logs.zip
(14.67 KiB) Downloaded 110 times
Last edited by adriansmares on Tue Apr 26, 2022 11:55 pm, edited 1 time in total.
hvxl
Senior Member
Senior Member
Posts: 1965
Joined: Sat Jun 05, 2010 11:59 am
Contact:

Re: Nefit ProLine NxT + Nefit ModuLine 1010

Post by hvxl »

I also expected something very different from test 2. Somehow the thermostat detects a difference between the diagnostic firmware and the gateway firmware in monitor mode. I don't have a clue how that is possible. In both cases the comparators are configured to pass through the signal unmodified. I have no ideas how to continue from here without specialist equipment.
Schelte
adriansmares
Starting Member
Starting Member
Posts: 2
Joined: Sun Apr 24, 2022 1:09 pm

Re: Nefit ProLine NxT + Nefit ModuLine 1010

Post by adriansmares »

That's fine, thanks a lot. I don't have any ideas left for now either and also this thermostat is very basic, I cannot even override the temperature remotely as it does not implement the temperature override reading. Since the standalone mode seems to work fine with the boiler itself, I'll probably toy with that in the meantime.
Last edited by adriansmares on Wed Apr 27, 2022 4:55 pm, edited 1 time in total.
Post Reply

Return to “Opentherm Gateway Forum”