arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.85k stars 4.75k forks source link

integration with the OTGW #9636

Closed spiderrr closed 3 years ago

spiderrr commented 3 years ago

Have you looked for this feature in other issues and in the docs?
yes. Please note, this integration does not work with the OTGW. You might want to take a look at the HA OpenTherm GW Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. no Describe the solution you'd like
A clear and concise description of what you want to happen.

integration with the OTGW like Compatible Open Therm Adapters~ Ihor Melnyk OpenTherm Adapter OpenTherm Gateway Arduino shield or why its a problem.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered. no Additional context
Add any other context or screenshots about the feature request here. no (Please, remember to close the issue when the problem has been addressed)
ok

Jason2866 commented 3 years ago

The Opentherm part is user contributed and not active maintained. See #8373 Well documented https://tasmota.github.io/docs/OpenTherm/#connecting-to-the-boiler It is as it is. You are welcome to enhance and submit a PR.

ascillato2 commented 3 years ago

Closing this request as there is no active development. Ask to reopen if you want to work on this. Thanks.

yury-sannikov commented 3 years ago

OTGW uses its own internal firmware and uses serial commands to interoperate. Tasmota OpenTherm integration works directly with the OpenTherm physical layer using the OpenTherm adapter. It seems, the simplest OTGW integration might be based on rules, like

on SerialReceived#Data$<"PS:" do publish my/boiler/status %value% ENDON