StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
544 stars 199 forks source link

Enable setup via UI #15

Closed YodaDaCoda closed 2 years ago

YodaDaCoda commented 2 years ago

Hi mate, I was working on basically the same thing a couple weeks ago. Looks like your component is a bit better (my first time attempting to make a component for Home Assistant). I did get config happening via UI though - feel free to copy if it'll help. Check out the config_flow.py file.

https://github.com/YodaDaCoda/hass-solarman-modbus/

StephanJoubert commented 2 years ago

Thank you for the info I will certainly use it. I read about the config flow recently and this will help a lot.

jmccrohan commented 2 years ago

Sorry to intrude on this issue, but I think the chat that @YodaDaCoda and myself had might be useful here: https://github.com/jmccrohan/pysolarmanv5/issues/1

Consolidating our collective efforts on a single HA integration for all Solarman V5 inverters makes a lot of sense.