Page 1 of 1

otlog ATAG

Posted: Wed May 15, 2019 11:54 pm
by mmaz
Dear all,
I am looking for someone who has an otlog of the first messages exchanged between thermostat and ATAG boiler.
I have an ATAG boiler model Q15S, which supports z-ready protocol (opentherm by ATAG) but it is not present inside the compatibility matrix (http://otgw.tclcode.com/matrix.cgi#boilers).
I have no thermostat and I am guessing if the boiler needs some special commands before starting to reply correctly.
I built my own interface attached to an esp8266 and I got always "DATA-INVALID" or "UNKNOWN-DATAID" from boiler.
For instance:

TX: 0x00000000
RX: 0x60000000

TX: 0x80020000
RX: 0x70020000

TX: 0x00030000
RX: 0x60030000

TX: 0x80190000
RX: 0xe0190000

TX: 0x00390000
RX: 0x60390000

TX: 0x80380000
RX: 0xe0380000

Thanks in advance for any help.

Re: otlog ATAG

Posted: Fri Jun 07, 2019 10:16 pm
by mmaz
Nobody has contacts with the owners of ATAG boilers?
I found someone inside old forum posts, but they are not visiting it anymore and neither replied to my direct mails.
Thanks to everyone who can help me,
Michele.

Re: otlog ATAG

Posted: Fri Jun 14, 2019 11:53 am
by hvxl
The logs that were uploaded for the Atag Wize thermostat don't show any unusual messages. Although, if Atag is actively shutting out any Opentherm thermostats other than their own, the boiler may be checking the Master configuration information. A Wize reports this as 00000001 48 (90020130).

But to me this sounds more like the boiler may not be operating in Opentherm mode. It may have decided that when it started and didn't see an Opentherm thermostat within a certain amount of time. You could try to remove the power from the boiler for a minute and then power it up again with the OTGW connected.

The installation manual also mentions a few parameters that may influence which type of communication the boiler uses. At least parameter 60 (Communication bus type) and 89 (Address selection) seem relevant. It sounds to me that 02 would be the best setting for parameter 60 for you, and 89 may possibly need to be -01. You can experiment with those settings.

Re: otlog ATAG

Posted: Sat Jun 15, 2019 10:17 am
by mmaz
Thank you very much,
I will try asap.
Michele.

Re: otlog ATAG

Posted: Sun Jun 16, 2019 11:35 pm
by mmaz
Thank you very much Schelte!
The msg you reported has made the difference.
Now the boiler replies to my request with WRITE-ACK, READ-ACK or UNKNOWN-DATAID; instead of DATA-INVALID:

TX: 0x90020130
RX: 0x50020130 (WRITE-ACK)

TX: 0x00000000
RX: 0x40000002 (READ-ACK)

TX: 0x00030000
RX: 0xc0030102 (READ-ACK)

TX: 0x80190000
RX: 0x40193f00 (READ-ACK)

TX: 0x80380000
RX: 0x70380000 (UNKNOWN-DATAID)

TX: 0x00390000
RX: 0xc0392d00 (READ-ACK)

Now I can start to control my boiler!

Regards,
Michele.