-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Thanks for making such an excellent project, this is by far the easiest way to integrate LoraWan devices into HA. The getHaDeviceInfo() discovery support really makes all the difference. It keeps a good separation of concerns on where the metadata from devices and entities should live: outside of HA and in the LoraWAN server. Great design.
To make this even better, I'd like to propose to load a LoraWAN device templates repository that includes HA discovery information by default. In my opinion, a repository that contains only a few devices with discovery works better than a repository with lots of devices that do not work. I'm really curious if you agree here, or have a different point of view.
The way I see it for this project to grow, is that we should take a cue from Zigbee2mqtt and make it work with 'batteries included'. You install the add-on, start it, add a device, and magically have it show up in HA. Then we could make it easier for people to add their own devices in the future and extend the repository.
I'd be happy to extend the project this way and make a PR, let me know if you're on the same page.