Replies: 4 comments 33 replies
-
I have a FGW-14 and some dimmers, relais etc. So I can test a few things, if needed |
Beta Was this translation helpful? Give feedback.
-
Hi @HotteX, Big topic this one ! If I correctly understand, you want to connect HA directly to your FAM14 usb serial port instead of USB300 or EnOceanPi HAT, right ? Baudrate is already 57600 so no problem. You can try and report the log. There is already a wiki |
Beta Was this translation helpful? Give feedback.
-
Here they are discussing a similar topic on the official HA-EO dev it seems to me, but unfortunately this stuff seems abandoned. But maybe it has valuable information or code to use: |
Beta Was this translation helpful? Give feedback.
-
https://github.com/users/mak-gitdev/projects/1?pane=issue&itemId=35567496 |
Beta Was this translation helpful? Give feedback.
-
EnOcean by wire
This might or might not be a bigger thing, so lets start.
What is it?
The FGW14-USB Gateway is a simple entrypoint into the hardwired RS485 bus used by Eltako for connecting their BR14 (and BR12) Enocean-stuff inside your main switchbox.
It speaks ESP2 (which should be the same like the USB300), but uses only 57600 BAUD.
It does not have or need a Base-ID
Whats the difference to using the USB Radio (or Pi-HAT)
It wont work (alone) if there are wireless actors outside of the bus though. Those telegrams need to be broadcasted directly. I think you cannot use FAM14 easily to send telegrams from the gateway. Maybe it is possible if you emulate an Eltako-BR14 device. I don't know and I guess there are more pressing things to do before that.
So for a first start I would try if the currect addon can read the bus if you just lower the BAUD. Maybe make that an optional field in configuration? Also the check for the Base-ID needs to go as there is none.
If we're lucky that's all.
Secondly maybe it would be perfect to have both Gateways usable in parallel (to broadcast telegrams directly) but in my case thats not neccessary. I have no actors outside the bus.
Adding to this: Maybe it's time for a Wiki of some sort so that special configurations for devices (I am looking at you Eltako) are easy to find for future users.
Beta Was this translation helpful? Give feedback.
All reactions