emsesp / EMS-ESP

ESP8266 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
302 stars 96 forks source link

Enhancement: New Device - Buderus Logamatic Easycom (Adresse 13) #274

Closed giovanne123 closed 4 years ago

giovanne123 commented 4 years ago

Is only a 'Modem' device, but maybe it can be added to the configurations to be dicovered on the bus. The Buderus Logamatic Easycom with address 0x13: https://ibb.co/k1F0nzZ

For reference currently detected bus devices: https://ibb.co/9qjRL0Y

proddy commented 4 years ago

if you type devices from the telnet what does it show? I'm surprised it hasn't picked up the Modem

giovanne123 commented 4 years ago

These device IDs are on the EMS Bus: 0x08 0x09 0x0D 0x10 0x11 0x21 and 5 were recognized by EMS-ESP as: Sieger BK13,BK15/Nefit Smartline/Buderus GB1x2 (DeviceID:0x08 ProductID:xx Version:02.07) BC10/RFM20 Receiver (DeviceID:0x09 ProductID:xx Version:02.00) RC30 (DeviceID:0x10 ProductID:xx Version:02.08) WM10 Switch Module (DeviceID:0x11 ProductID:xx Version:02.00) MM10 Mixer Module (DeviceID:0x21 ProductID:xx Version:02.00)

proddy commented 4 years ago

strange that the 0x13 is not broadcasting as a device on the bus. Are you sure its a real device and connected? Also whats with the 'xx' as product IDs. Is that a bug?

giovanne123 commented 4 years ago

product IDs aren't a bug, commented out from my side.

Yes it is a real device connected to the bus and I do live monitoring with Buderus ECO-SOFT 4000/EMS software which uses this device/interface (the Easycom is an older gateway and modem I'm using for monitoring the last 15 years ;-)

proddy commented 4 years ago

do you see telegrams coming in from 0x13? If not, then its not supporting the EMS protocol and there's nothing we can do.

proddy commented 4 years ago

closing this due to no activity.