Page 1 of 1
How to check if OTGW is actually connected to the boiler?
Posted: Tue Feb 01, 2022 4:03 pm
by AndrewFG
Sorry if this may be a dumb question, but is there some command whereby one can query if the OTGW is actually connected to the boiler (resp. the thermostat)? Reason for asking is that my bus wire had become physically detached from the OTGW, and there seemed to be no way to raise an alarm about it. Or??
Re: How to check if OTGW is actually connected to the boiler?
Posted: Mon Feb 07, 2022 3:46 pm
by hvxl
Whenever the thermostat is connected or disconnected, the OTGW reports that event. There currently is no command to check the state, although it would only take 2 instructions to add it to the PR=R command. You could use DP=61 and check bit 1. Bit that is very firmware version specific and may change.
The boiler interface is optically isolated and only produces a digital high/low signal. So it is not possible to check if there is any voltage coming from the boiler. A disconnected boiler simply results in a logical inactive level. The only thing that can possibly be used as an indication is whether responses for messages are received. The OTGW doesn't do that at the moment.
Re: How to check if OTGW is actually connected to the boiler?
Posted: Thu Feb 17, 2022 8:26 pm
by AndrewFG
Ah. Ok. Many thanks for the insights.