johanmeijer / grott

Growatt inverter monitor
https://github.com/johanmeijer/grott/wiki
375 stars 103 forks source link

Missing configuration while configured #434

Closed TheFrisianDude closed 9 months ago

TheFrisianDude commented 9 months ago

Trying to run extension grott_ha.py. Grott.py keeps saying:

Grott extension processing started : grott_ha Missing configuration for ha_mqtt

I did edit the grott_ha file with mqtt credentials. Also in grott.ini added the extension rows with mqtt credentials.

Anyone help me out?

TheFrisianDude commented 9 months ago

Earlier it says: extvar = {"none":"none"}

Looks like something todo with grott.ini

TheFrisianDude commented 9 months ago

Solved it orherwise.

In case someone else has the same issue:
Grott.py was sending mqtt json message default to topic energy/growatt. Changed the topic in growatt.ini to homeassistant/growatt. Homeassistant is default auto-discover topic from the home assistant mqtt integration. After that all json data and entities were directly automatic loaded in home assistant.

Edit: json for clarety

TheFrisianDude commented 9 months ago

Closed