Does anyone supports this plugin, or we are left on our own.
I am asking this to understand if I need to fork the project and start my own plugin. Unfortunately there is no other plugin that can do this in the similar way and I do need two instances of HA to cover the whole household with zwave ...
Hello, this is open source, you are of course free to fork this project :) But I'd also be happy to merge pull requests, or add further maintainers if anyone is interested in driving this project forwards
Hey thanks for the comment Lukas! I just want to write my ow version first and understand how to improve on your excellent work. Now, do you have any document I can follow on how to hook all this up with two instances of HA and be able to walk the code or debug it so that I can start changing and possibly add more things... Python is not an issue here, but I would like to understand how to get everything from remote instance without excluding or including until I decide what to pick up from main instance. I think that might be a good thing to grab as much as possible from remote and cache it on the main instance and then let the main settings and user import what ever user wants... I am good with Python and web sockets and even crappy yaml but one the HTML and gui side I will ask for help... So any pointers would be appreciated ...