Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agirilovich/tech_rs-mqtt-gateway
Tech is producer of heat system controllers with RS communication port. This one ESP32 based gateway read parameters of heating system and transmit them via MQTT broker
https://github.com/agirilovich/tech_rs-mqtt-gateway
esp32-arduino heating-control mqtt
Last synced: 4 days ago
JSON representation
Tech is producer of heat system controllers with RS communication port. This one ESP32 based gateway read parameters of heating system and transmit them via MQTT broker
- Host: GitHub
- URL: https://github.com/agirilovich/tech_rs-mqtt-gateway
- Owner: agirilovich
- Created: 2025-01-31T09:13:24.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-31T18:25:54.000Z (6 days ago)
- Last Synced: 2025-01-31T19:26:10.148Z (6 days ago)
- Topics: esp32-arduino, heating-control, mqtt
- Language: C++
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tech_RS-mqtt-gateway
Tech is a producer of heat system controllers from Poland. Some of controllers are embedded with RS communication port.
This one ESP32 based gateway read parameters of heating system and transmit them via MQTT broker.
Afteward that data can be used with Home Assistant integrations.The project is based on information from the Elektroda forum https://www.elektroda.pl/rtvforum/topic2689981-180.html
The main part of class 'CTechManager' is taken from the same forum discussion.# Used modules
* Any ESP32 microcontroller.
* BC547 transistors. There are many alternatives, such as russian КТ3102
* DC-DC step down module for transforming ~15V from Tech controller to the 5V for ESP32 supply
* RJ12 connector# Some features
* Auto-discovery is used for automatic configuration of sensor in HomeAssistant and grouping them in a single device entity
![Device schematic](Schematic_Tech-RS-MQTT.png)