dreadnought / python-daly-bms

Python module for Daly BMS devices
MIT License
82 stars 37 forks source link

Fix mqtt error with lists of error and pack_status #15

Closed birdie1 closed 2 years ago

birdie1 commented 2 years ago

The PR https://github.com/dreadnought/python-daly-bms/pull/14 breaks my mqtt PR from yesterday, as there are lists which needs to be outputted via mqtt. Furthermore this contains a small fix for mqtt hass discovery. Due to the empty base from start iterator, it was had a double slash in topic.

Sorry I just not crosschecked the two PR yesterday against each other...