austinmroczek / addon-solarman-mqtt

Home Assistant add-on to send data from the Solarman API to an MQTT broker
Apache License 2.0
0 stars 2 forks source link

Make Inverter and Logger variable to str #3

Closed mrchezco1995 closed 10 months ago

mrchezco1995 commented 10 months ago

Make solarman_inverter and solarman_logger variables to accept string input instead of integer only as there are some inverter and logger that uses string as their serial/id (ex., my inverter has an ID of SA3ESxxxxxx)

austinmroczek commented 10 months ago

Thanks for the PR. This is brand new so open to any/all suggestions.