muppet3000 / homeassistant-grott

Home Assistant Integration for Grott - MQTT
MIT License
73 stars 17 forks source link

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

Closed chesterflaps closed 1 year ago

chesterflaps commented 1 year 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 1 year 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

muppet3000 commented 1 year ago

Sorry @chesterflaps - You're posting this in the wrong repo, if you're using the HA Add-on which runs grott and you're having problems with that you need to post over in the @egguy repo here: https://github.com/egguy/grott-home-assistant-add-on

This repo is just for the integration which visualises the data.

Note - I have seen your other posted issues, I just haven't had the time to read and respond to them yet.

chesterflaps commented 1 year ago

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

how very odd