rvdbreemen / OTGW-firmware

A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
MIT License
145 stars 34 forks source link

Option: Enable PIC compatibel messages on serial interface. #90

Closed STemplar closed 2 years ago

STemplar commented 2 years ago

Perhaps it is a good idea to have Opentherm Monitor compatability and have OTGW style serial reporting without parsing the Data-ID's. In other words, an option to enable legacy OTGW reporting over Net2Serial. afbeelding

rvdbreemen commented 2 years ago

@STemplar what do you mean? I don’t understand your request. Please elaborate.

rvdbreemen commented 2 years ago

If I understand your request correctly, then I think you are looking for option 3) net2serial (aka ESPeasy).

That is ‘legacy’ support. It streams OTGW serial over the network port 25238 as it is received from the gateway.

It was the first thing I implemented with my firmware, and I continue to support it. That way you can use OTmonitor (from Schelte Bron) or any other serial over network based integration.

However if that is really what you need then you could also keep using ESPeasy firmware or use NodeMCU implementation by Schelte Bron.

Please confirm if that is what you mean? And if not, then please do elaborate your request.

Robert

STemplar commented 2 years ago

Ah, that is it! I needed to use port 25238!