You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, this is a really cool project. Thank you for doing all the work.
I think this project can be used with lot of home automation products. Such as Zwave or zigbee dongles. Is there anyway to achieve this without rebuilding the official images/charts?
The text was updated successfully, but these errors were encountered:
Hey! I'm currently working on this. There are few limitations that I have to overcome but I really wanna make it work with zwave/zigbee, I'm currently working on Sonoff zigbee 3.0 dongle and Home Assistant integration using KubeSerial.
Main limitation here is that you need pty created inside "manager" container - so most likely you'd need at least socat available there. I already have some POC but there are still some issues to resolve.
Final solution that I currently have in mind would utilise k8s mutating webhook, which would mutate manager deployment to inject serial device connection. So you'd just add proper annotation to f.e. homeassistant deployment and you'd get your serial device inside.
I'm actively working on this but it will probably take a little more time :)
First, this is a really cool project. Thank you for doing all the work.
I think this project can be used with lot of home automation products. Such as Zwave or zigbee dongles. Is there anyway to achieve this without rebuilding the official images/charts?
The text was updated successfully, but these errors were encountered: