Florian Simmer 7f158c2e59 typo
2023-12-21 22:42:28 +01:00
2023-11-24 01:25:39 +01:00
2023-11-08 02:56:15 +01:00
2023-12-21 20:02:18 +01:00
2023-11-21 22:45:33 +01:00
2023-12-21 21:19:08 +01:00
2023-12-21 22:28:01 +01:00
2023-11-23 23:04:24 +01:00
2023-11-24 01:25:39 +01:00
2023-12-21 22:37:51 +01:00
2023-12-21 22:37:51 +01:00
2023-12-21 22:42:28 +01:00
2023-12-21 22:37:51 +01:00
2023-12-21 22:37:51 +01:00
asd
2023-12-21 21:16:43 +01:00
2023-12-21 21:19:08 +01:00
2023-11-27 23:44:47 +01:00

ESPHome-Froeling-Lambdatronic_3200

Dashboard - Kessel Dashboard - Heizkörper Dashboard - Boiler 01 Dashboard - Puffer 01 Dashboard - Austragung Dashboard - Zirkulationspumpe

ESHome RS232 to TTL - ESP32 - Read data from Froeling / Lambdatronic 3200

I'm testing this with my Fröling SP Dual 20 (V 50.04 B 05.19). But I assume it could also work for other models that have the Lambdatronic 3200 control unit. Feedback appreciated. I requested and received from Fröling support the ModBus communication protocl for V 50.04 B 05.19 (see pdf file).

Parts

Wemos D1 Mini ESP32: https://www.amazon.de/dp/product/B08BTRQNB3

MAX3232 DB9 RS232 TTL converter: https://www.amazon.de/gp/product/B0BNQ41QKQ

wiring diagram

Wemos TX RX 5V G
MAX3232 RX TX VCC GND

Connect a RS232 (DB9) cable between "MAX3232 DB9 RS232 TTL converter" and you boiler's mainboard (COM2).

Boiler Settings

  • Click on the user icon
  • Enter code "-7"
  • Boiler > Modbus Protokoll RTU(1)
  • Boiler > use Modbus Protokoll 2014

Home Assistant Dashboard

  • required: https://experiencelovelace.github.io/ha-floorplan/
  • copy all files from /ha_dashboard/to your Home assistant instance /config/www/froeling/
  • create a new Dashboard and add the content of "ha_dashboard.yaml"
  • The SVG files contains for image and text objects "ID's" which has to match the entity. Therefore I recommend not to change the device name of your ESP32.

ESPHome

For an better overview I split the yaml file into multiple pieces and included them in the main file as a remote package.

Just use the example from "froeling.yaml" and flash it to your ESP32.

Contribution

I'm aware that currently not all entities are available. And also some available ones are not displaying the correct values. Feel free to let me know if you've found the correct Modbus register to retrieve the correct data.

Description
ESHome RS232 to TTL - ESP32 - Read data from Froeling / Lambdatronic 3200
Readme 3.1 MiB
Languages
CSS 100%