-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Using pimd #17
Comments
Hello as I currently can not run home assistant with the RasperryMatic add on (see ticket linked above) I´d like to ask whether this enhancement is far away or something already on the horizon? |
Hello, is there a time horizon for a solution? I would like to continue with HA. |
Hi @pvizeli. Are there any chances to see pimd support in plugin-multicast soon? It would really help the RaspberryMatic add-on to finally support the HmIPW-DRAP and HmIP-HAP gateway which rely on multicast UDP network traffic and thus cannot be used in combination with the Add-on due to the missing multicast UDP routing (see jens-maus/RaspberryMatic#1373) |
Currently, I don't have any manpower that can work on this. I guess somewhat around Q3 could be realistic |
Thanks for the info. If you can, however, assist me to some extend I can try to work on |
From my point of view it is very important to have this feature for RaspberryMatic Addon to use the better IP wired devices. I do have a full testbench and can do some testing if needed. |
@pvizeli is Q3 still realistic ? |
Just wanted to install the RasperryMatic add on (which is even the offically recommended addon) but can't do so because my setup requires HmIP-HAP to be used as range extenders. Please take you time for the issue. |
hello @pvizeli, thank you for the work done so far! I just wanted to check in and see if there was any success in finding manpower to solve this problem. I just switched to HA and am amazed by it, but now had to find out that I cannot integrate it with my DRAP. |
Hello, I just identified I cannot reach my Homematic IP Wired DRAP due to this limitation. I would be also curious whether I need to find an alternative to the Raspberrymatic addon or whether we can expect a solution in foreseeable time? |
@pvizeli For helping you with a start: I am running HA OS on an Odroid. The kernel of HAOS build root is compiled to not support Multicast forwarding though
(and so forth for eth/veth...) which will result in pimd telling you: If I have some time I will look at this further. Only issue is, that I do not have a Test-Env here... |
You can make an PR against https://github.com/home-assistant/operating-system/blob/dev/buildroot-external/kernel/hassos.config - then it will be in nightly for testing it. Thanks for help out @katter |
First of all, thanks for doing the initial step in looking into this and that you already identified that some changes to HomeAssistantOS are required for |
With last nights dev build of Home Assistant OS I can now start pimd in the home assistant_multicast container after installing the apk from alpines edge/testing repo. Now we can start testing the functionality. It's probably more difficult to then later proof that it doesn't mess up something else. |
@jens-maus Thanks for working on this feature, have you seen this ? |
Did you have any progress on getting |
hi @pvizeli / hi @jens-maus Thanks and kind regards, |
I would very much appreciate a fix, too! |
I have read both tickets completely. What is still unclear to me. |
|
To answer here: IMHO this PR is obsolete since using |
@jens-maus Thanks for update |
@jens-maus Thanks for the info. You can't quite see through what really needs to be done to make it work. Is there a way to show the developers that there are many users who want an implementation? |
No, you can only wait and see if/when the HA developers are implementing macvlan support for addon containers. Until this happens continue to use my supplied workaround patch (https://github.com/jens-maus/RaspberryMatic/wiki/Installation-HomeAssistant#hmip-haphmipw-drap-support-patch) to get a HmIP-DRAP/HmIP-HAP working with a RaspberryMatic HA add-on container or simply switch to a full fledged RaspberryMatic VM or host system until this functionality has been added by the HA devs. |
Is there a open ticket for this request? |
No, but I have direct contact to them and they are already working on it more or less... |
Otherwise I would have subscribed to it :) |
Hi! Any update on that? I would really appreciate if it would be possible to migrate my RaspberryMatic-Setup to the HA-AddOn but support for HmIP-DRAP is essential for me (therefore also this enhancement). |
Using pimd did not really work out as intended (see #61). The plan is to use macvlan support, but support for it in Supervisor is not yet implemented. See also this architecture discussion: home-assistant/architecture#1034. |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
Using pimd to support all mutlicast protocols
https://github.com/troglobit/pimd
The text was updated successfully, but these errors were encountered: