johanmeijer / grott

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

Inverter serial NWCRBJK003 - Missing Fields #378

Open danmiles86 opened 11 months ago

danmiles86 commented 11 months ago

Sorry if I'm just being a noob here but I'm missing many fields and I'm guessing its because its not understaind my inverter serial model?

From log:

Model as per server.growatt.com Device Type:SPH3~6k TL BL

Is there an easy modification I can do to make it use a more appriopriate template? TIA

johanmeijer commented 11 months ago

Try it with invtype=sph in the [general] section of the grott.ini.

twisty commented 1 month ago

I have the same inverter. Try using invtype=SPH (note case).

johanmeijer commented 1 month ago

It will work with both upper en lowercase (tested in 2.8.3).

danmiles86 commented 1 month ago

@johanmeijer can I ask what the env command would be for this? ginvtype = "sph"?

Been working great since August but trying to redeploy in docker and having a few challenges.

johanmeijer commented 2 weeks ago

It should be ginvtype = "sph" (or "SPH") indeed.