egguy / grott-home-assistant-add-on

Grott Home Assistant add-on - Native MQTT plugin
31 stars 10 forks source link

Just had a Grott HA update, now not working #41

Closed chesterflaps closed 11 months ago

chesterflaps commented 11 months ago

I have just updated Grott in HA and now when I start the Grott add on, it stops after a few minutes and I get no solar information.

Tried a reboot.

chesterflaps commented 11 months ago

this is the Grott log

s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting s6-rc: info: service legacy-services successfully started [17:17:10] INFO: Preparing to start...


 - Grott - libscrc not installed, no CRC checking only record validation on length!
 **********************************************************************************

Grott Growatt logging monitor : 2.7.8 Grott process configuration file Traceback (most recent call last): File "/app/grott.py", line 24, in conf = Conf(verrel) ^^^^^^^^^^^^ File "/app/grottconf.py", line 94, in init self.procconf() File "/app/grottconf.py", line 359, in procconf config.read(self.cfgfile) File "/usr/lib/python3.11/configparser.py", line 713, in read self._read(fp, filename) File "/usr/lib/python3.11/configparser.py", line 1101, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/config/grott/grott.ini', line: 1 'mqttinverterintopic="True"' s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped

chesterflaps commented 11 months ago

I removed mqttinverterintopic="True" from grott.ini and then added it back in and BOOM it started working

how very odd