emsesp / EMS-ESP32

ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
https://emsesp.github.io/docs
GNU Lesser General Public License v3.0
548 stars 96 forks source link

hybridSystem MQTT Monitoring in HA #1394

Closed FloCodeRian closed 8 months ago

FloCodeRian commented 8 months ago

PROBLEM DESCRIPTION

Hi there, I'm new to this project. Started with integration of my heatpump and was very happy about the integration. That's why decided to hook up my Gasboiler, too. Unfortunately I experienced some trouble now. Would love, if someone can help me.

As read in the manual, for hybrid systems of Buderus, separate ems-esp modules because of two separate EMS-Busses are need.

The EMS-Moduls work great but somewho the MQTT integration in Homeassistant mixes those two.

I kept patience for a different ID, an changed it for more variety, but didn't helped.

heatpump ID: "ems-esp" Gasboiler ID: was... "ems-esp-gas" changed to "mems-esp-gas" with no advantages. MQTT discovery used...

problems:

not all entities are shown in Homeassistant

expected 2 boards for entities with wifi strengh etc. - only one shown

esp-overview

gasboiler not showing properly, a lot of entities missing.

gasboiler payload :

Received 21:23:34 QoS: 0 Payload: heatingactive: aus tapwateractive: aus selflowtemp: 37 heatingpumpmod: 100 outdoortemp: 9.5 curflowtemp: 40.4 rettemp: 40.3 syspress: 1.9 burngas: aus flamecurr: 0.1 heatingpump: an fanwork: aus ignwork: aus heatingactivated: an heatingtemp: 75 burnminperiod: 0 burnminpower: 18 burnmaxpower: 100 boilhyston: -6 boilhystoff: 2 absburnpow: 0 selburnpow: 100 curburnpow: 0 burnstarts: 21734 burnworkmin: 160230 burn2workmin: 160230 heatworkmin: 141575 heatstarts: 20008 ubauptime: 543351 lastcode: A01(808) 23.10.2023 11:42 - 23.10.2023 11:51 servicecode: ' 0Y' servicecodenumber: 204 maintenancemessage: H20 maintenance: aus maintenancetime: 6000 emergencyops: aus emergencytemp: 30 nompower: 30 nrgheat: 4.09

See picture below, for available entities esp-gas

proddy commented 8 months ago

If using multiple EMS-ESPs make sure the Entity Format is set to 'Multiple Instances' (documented in https://emsesp.github.io/docs/Configuring/#setting-up-mqtt).

image

FloCodeRian commented 8 months ago

I’m so sorry, but very thankful. Seems like working now!

Am 06.11.2023 um 22:03 schrieb Proddy @.***>:

If using multiple EMS-ESPs make sure the Entity Format is set to 'Multiple Instances' (documented in https://emsesp.github.io/docs/Configuring/#setting-up-mqtt).

https://user-images.githubusercontent.com/1230712/280845975-29490689-be05-4e84-b70e-3d4f89f68efd.png — Reply to this email directly, view it on GitHub https://github.com/emsesp/EMS-ESP32/issues/1394#issuecomment-1796429405, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGA6NTTD2N2ZRPXH6DKVTKDYDFGBJAVCNFSM6AAAAAA7ADVZROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJWGQZDSNBQGU. You are receiving this because you authored the thread.

bbqkees commented 8 months ago

Goo hint I'll add it to my wiki as well.