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 97 forks source link

New boiler and thermostat (Bosch CW400/Condens GC9000/Solar Module) #206

Closed suysh closed 4 years ago

suysh commented 4 years ago

Hello,

I just got my ems-esp interface working, after a scan I received the following text:

These device IDs are on the EMS Bus: 0x08 0x10 0x16 0x20 0x21
and 5 were recognized by EMS-ESP as:
 Buderus Logamax plus/GB192 (DeviceID:0x08 ProductID:208 Version:01.04)
 RC300/RC310/Moduline 3000 (DeviceID:0x10 ProductID:158 Version:18.06)
 unknown? (DeviceID:0x16 ProductID:220 Version:01.05)
 MM100 Mixing Module (DeviceID:0x20 ProductID:160 Version:24.05)
 MM100 Mixing Module (DeviceID:0x21 ProductID:160 Version:24.05)

You have a device is that is not known by EMS-ESP. Please report this as a GitHub issue so we can expand the EMS device library.

There is also an unknown device, don't know what and how to discover, but I have the following installation. Not all are active, the sunboiler will be installed next weeks.

Thermostat = Bosch CW400 Boiler=Bosch Condens GC9000iWM SB 30kW/150L Solar=HDS RO 40C 400L Solar=FT V 226

Let me know if you want more information about my installation. Happy if I can help :-) Kind regards, Hans

suysh commented 4 years ago

Did you already found some time to fix the typo in the syslog output? Will the log file be created in the dir "/var/log" while the telnet "log r" is running ?

proddy commented 4 years ago

what was the typo again? Sorry,its been a while.

The SysLog will be put wherever the syslog daemon is told too. It differs on each OS. See the link I sent earlier for RPI. I don't use RPIs so cannot check

suysh commented 4 years ago

Hehe :-) I don't know which typo. You replied on 22 Nov : yes, log r should send all the logs to syslog. I just checked the code and realized I made a typo, so will have to fix that this weekend. Sorry.

suysh commented 4 years ago

I just checked, and I can find the log from ems-esp, but this log shows a lot of messages but no raw telegrams.

proddy commented 4 years ago

ah, that typo. I fixed that the same day.

Just tried log w 18 and seeing all the raw data come into my /var/syslog on my ubuntu server:

Dec  2 20:41:24 ems-esp - 002+07:56:48.436 I 67: [eventlog] (21:41:24) 08 00 18 00 4B 01 B5 0D 17 09 01 25 40 01 86 80 00 01 3C 01 01 13 2D 48 00 C8 00 02 00
Dec  2 20:41:27 ems-esp - 002+07:56:51.483 I 68: [eventlog] (21:41:27) 08 00 18 00 4B 01 AD 0D 17 09 01 25 40 01 87 80 00 01 3E 01 01 13 2D 48 00 C8 00 02 00
Dec  2 20:41:33 ems-esp - 002+07:56:57.392 I 69: [eventlog] (21:41:33) 08 00 18 00 4B 01 A3 13 17 09 01 25 40 01 88 80 00 01 3E 01 01 13 2D 48 00 C8 00 02 00
Dec  2 20:41:34 ems-esp - 002+07:56:58.513 I 70: [eventlog] (21:41:34) 08 00 18 00 4B 01 A1 13 17 09 01 25 40 01 87 80 00 01 3E 01 01 13 2D 48 00 C8 00 02 00

what doesn't work ?

proddy commented 4 years ago

closing, was fixed last month.