-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Growatt NEO 800M-X Support / Protocol #552
Comments
Offtopic: I set |
Any Updates? |
@fdreckmann no, i currently think of buying another 800M-X just for tearing it down and dump the firmware. |
See also discussion #560 |
The NEO 800M-X is currently incompatible, see issue johanmeijer#552 Therefore it is now mentioned in the README
Before reading this issue I set my Neo 800M-X to the Grott server. However I can't connect it to the Growatt servers anymore as there's currently the (non-working) Grott Server set. I already tried resetting via the Shine app (setting to mqqt.growatt.com:7006) however the connection to the server fails. Any ideas how one can reset the Wifi Module to connect back to the Growatt servers? |
Maybe a typo: mqtt.growatt.com:7006 |
Typo was only on GitHub 😕 Using the shine app to connect the Datalogger back to Wifi/Growatt Server there was already mqtt.growatt.com filled in. Changed it to server.growatt and then back to mqtt.growatt.com however there's still no connection to the growatt servers possible. I'll contact the growatt support to see if there's any option to completely reset the datalogger to factory settings. |
I tried to dissemble a unit. It has two solid metal halves glued together - impossible to separate and the case is completely filled with grey gum. So no luck here... |
Do you have see this addons Maybe you can Work together? |
Afaik this addon just polls the growatt API and is no offline solution or proxy. |
That's how I understand it too. Then only the addons description would be wrong: "Integration Growatt Noah 2000 Home Batteries with Home Assistant via MQTT, Enabling Real-Time Monitoring and Control of Your Energy Storage System." Here it is called "real-time". |
Yes that solution works with the Growatt API and pulls information from the growatt server. Nothing wrong with that but it is a total different solution then Grott that act as a proxy and intercepts the data the moment is being send (and cannot block/filter the commands comming from growatt). At this moment I am not able to decode the Noah information. Maybe I will try i again later and get a brilliant idea. If somebody can give a hint it wil be very welcome. |
Hi,
Then I’ve tried to reconfigure using the app and faced the mqtt hostname What‘s also interesting is that the website shows as ip+port of my datalogger: |
Hello,
|
Ok in the mean time I have understood that this kind of inverter is not supported yet. |
As this Microinverter allows no other thing to be plugged in. Anyone knows a better solution so far for this microinverter? |
I bought a Growatt NEO 800M-X and tried to connect it to a grottserver. Unfortunately grott proxy couldnt decode the data and therefore dropped it.
The factory endpoint is
mqtt.growatt.com:7006
which looks like an TLS+MQTT endpoint. I analyzed the traffic with this server and saw tls handshakes. I'm currently tcpdumping the traffic into a file, just in case it helps to find patterns. Worst part, if even possible, would be breaking up the TLS communicaton. The whole fw can't be too complex, as it's an Espressif based system... But I hope they dont verify cert signatures.Has anyone here experience with the NEO-class devices?
The text was updated successfully, but these errors were encountered: