johanmeijer / grott

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

MOD 6000TL3-XH recognized but no MQTT to HA #551

Closed InvertedMinor closed 6 days ago

InvertedMinor commented 1 week ago

Great application, deep respect for all the work.

The data from MOD 6000TL3-XH is flowing into the Grott Beta branch (2.8) Current version: 95acf9c (see below) but no MQTT data is received. I have tried all of the inverter types, min is giving a meaning full data set in the log but not in HA MQTT.

Any suggestions?

Logs below:

Grott external record whitelist 'recwl.txt' not found

Grott records whitelisted : {'5250', '501b', '5216', '5005', '5105', '5116', '0119', '5229', '0120', '5004', '5016', '0150', '5050', '5119', '5129', '0105', '5003', '5219', '5104', '0103', '0104', '5103', '0116', '5019', '5150'}

Grott settings:

_Generic: version: 2.8.3 verbose: True trace: False config file: /config/grott/grott.ini minrecl: 100 decrypt: True compat: False invtype: min invtypemap: {} include_all: False blockcmd: False noipf: False time: auto sendbuf: True timezone: local valueoffset: 6 offset: 6 inverterid: automatic mode: proxy grottip default grottport 5279 _MQTT: nomqtt True mqttip: localhost mqttport: 1883 mqtttopic: energy/growatt mqttmtopic: False mqttmtopicname: energy/meter mqttinverterintopic: False mqtttretain: True mqtttauth: True mqttuser: mosquito mqttpsw: secret _Growatt server: growattip: 47.91.67.66 growattport: 5279 _PVOutput: pvoutput: False pvdisv1: False pvtemp: False pvurl: https://pvoutput.org/service/r2/addstatus.jsp pvapikey: yourapikey pvinverters: 1 pvsystemid: systemid1 _Influxdb: influx: False influx2: False database: grottdb ip: localhost port: 8086 user: grott password: secret organization: grottorg bucket: grottdb token: secret _Extension: extension: True extname: grottext.ha extvar: {'ha_mqtt_host': 'core-mosquitto', 'ha_mqtt_port': '1883', 'ha_mqtt_user': 'addons', 'ha_mqtt_password': 'aingei7aijieCei4ierieng3OhkaiGh4EshaapooT4aihaeJee5choh0IeVeiyoh', 'ha_mqtt_retain': False}

Grott proxy mode started


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

Hostname : ef7b0eff-grott-beta IP : 172.30.33.13 , port : 5279

('47.91.67.66', 5279)>

ZonPV commented 1 week ago

You better try in your config

nomqtt = False

As in your log there is the sentence MQTT is disabled.

InvertedMinor commented 1 week ago

already done in my grott.ini

`[MQTT]

nomqtt = False ip = localhost port = 1883 topic= energy/growatt auth = True user = mosquito password = QQQQQ retain = True`

So why is it then switching to True?

InvertedMinor commented 6 days ago

Issue resolved. Inverter now 100% visible in HA. Confusion on my side with all the variants and options of the Grott server & HA.