Open tofuSCHNITZEL opened 3 weeks ago
maybe there are some weird messages on the bus...
I added this in eo_man/controller/serial_controller.py
def _received_serial_event(self, message) -> None:
if isinstance(message, ESP2Message):
return
so the app does not crash anymore when receiving an ESP2 Message on the bus...
Hi, I'm connected via usb to a FGW14-USB (mode 5) and I can see the port COM5 and if I connect with a serial monitor I can see packets getting received. In eo_man I try to detect serial ports and it finds a FAM USB on COM5 (despite me being connected to an FGW) and I get the following error if I try to connect...
any hints?
okay I tried to connect to the FAM instead and now the connection works and I tried to read devices/export ha config but I run into a different error:
Thanks!