-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple EMS-ESP's in HA #1196
Comments
I'll see if changing "dev": {
"ids": [
"ems-esp32"
] |
Ok implemented this and will continue testing. Then will merge into the dev build. |
plz report when there is a testable beta :-) |
@g6094199 you can pick up the build & firmware with this fix at https://github.com/emsesp/EMS-ESP32/releases/tag/test |
Strange, I'll see if I can reproduce. Do make sure you remove all the MQTT before flashing, either from within HA or using something like MQTTExplorer |
It looks like you're missing the main device called 'junkers-heatronic-wdb' in HA. Can you use MQTTExplorer and show me the payload for the topic If that doesn't exist find the topic with the word If also may be good to check the HA logs. |
|
Sorry, can't reproduce. If I use Did the HA logs tell you anything? |
but the unit buderus-heatronic-da doesnt show in HA. but the units "kesseltemperatur" and "temperatursensor 1" seems to be part of buderus-heatronic-da (temp values match with the visible temperatures at the unit"). |
sorry what is the kesseltemperatur ? Is that coming from EMS-ESP? |
"kesseltemperatur" is german for boiler temperature. it must come from ems cause where should it alternativly come from? there are no not EMS devices in the network. the "temperatursensor 1" has many WW entries and seems to hold the rest of the stuff. also it seems we have also some sort of instability with ems. both units crash after some hours. since both devices are in different wifi networks with at least 20db snr its no wifi problem. |
I still think it's old retained messages in your MQTT Broker, that need to be removed manually. As I mentioned earlier: "Do make sure you remove all the MQTT before flashing, either from within HA or using something like MQTTExplorer" |
missed that info.....will try and report back |
nope. there is still something wrong, i did:
everything fine so far. but then: -powerded junkers-heatronic-wdb and instantly HA gets scrambled like so : |
Ok, that's not good. Thanks for taking the time to remove everything and test it again. I'll need reproduce your setup to see what is happening. Can you send me the config for both EMS-ESPs please? This is the JSON output from |
|
I think that's it! I was just about to configure 2 EMS-ESPs and test but believe this is the problem. @g6094199 in MQTT settings set the Discovery setting to 'Multiple Instances' |
fantastic! We'll update the documentation with 3.6.0 is released. Enjoy the free software! :) |
Discussed in #1195
Originally posted by g6094199 June 23, 2023
Hi,
i have to ems-esp (with different names an different heating systems) in the network and try to connect them to 1 HA instance.
i can see both ems in the mosquitto broker and they update nicely but HA seems to get fucked up. i see a mixture of settings ob both ems in the HA mqtt plugin.
so is there something wrong. has this ever been tested? is this a ems or HA problem? or both in combination?
sash
@g6094199
The text was updated successfully, but these errors were encountered: