-
Notifications
You must be signed in to change notification settings - Fork 25
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
No output from logger #32
Comments
I have the same problem. I tested with the L0Lin and wemos node. It did work for 6 months or so until I changed my SSID in the code because of an other AP. I did change the AP back and updated my SSID again to the old one, but the same result as @ferdyh This is my output from the first sunlight when my inverter boots up (3600d-ns). I used the reboot command to try it again, same result:
I also tryed diffrent CPU speed and flash size with same results. I hope someone has a solution to this. Kind Regards, Dave |
Same issue here. Looks like data is being sent to inverter, but no data is being sent to PVOutput. The log: https://pastebin.com/raw/nsvULFWQ |
I have an diffrent situation.
After he found my inverter it stoppes. No data to pvoutput or to mqtt broker. When i look to your log I dont see that your inverter accepts the crc match? So you have no connection at all? |
@davevleugel |
Ha ok, its to bad there is zero responds at this moment. I really cant find out what the problem is, begin last year it worked for several months.. changed the SSID after that it didnt work anymore. I tryed now 3 diffrent nodemcu's on diffrent configuration and accespoints. My last hope is to try an older version of this script. |
Yes, indeed.
Please let me know when you find something that works.
Ill try some forks too
Arnout
Verstuurd vanaf mijn iPhone
… Op 28 jan. 2021 om 08:58 heeft davevleugel ***@***.***> het volgende geschreven:
Ha ok, its to bad there is zero responds at this moment. I really cant find out what the problem is, begin last year it worked for several months.. changed the SSID after that it didnt work anymore. I tryed now 3 diffrent nodemcu's on diffrent configuration and accespoints. My last hope is to try an older version of this script.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Ik heb het opgegeven, vandaag weer ruim 3 uur verspild maar kom altijd aldoor tot hetzelfde resultaat. Ik weet zeker dat hij communiceert via RS485 aangezien de omvormer het menu WIFI skipt en hij knippert traag (orange) (volgens handleiding is dit dus OK). Hierbij heb ik ook nog een scope eraan gehangen en ik zie hem op tx als rx communiceren. Ik heb geen opties meer, volgende zal zijn om in de code te spitten, maar dat gaat in C++ net boven mijn pet. I gave up, used al my tricks.. everything looks fine at the convertor side. Next thing is reread the code. |
Heb nog geen forks kunnen proberen, maar ik zit ook te denken om een nieuwe compile te maken met oudere libraries (het heeft in ieder geval in het verleden goed gewerkt). En dan met name de libraries die zorgen voor connectiviteit. Van het weekend heb ik een nieuwe firmware geflashed om te proberen of dezelfde problemen optreden... |
I've tried some different versions and at least is appears to collect data from the inverter. After 5 mins that data is sent to PVOutput, but immediately after that the software stops collecting data from the inverter. Consequently also the uploads stop... |
I have exactly the same behavior. i see one log entry on pvoutput and from my mqtt message like 5-10 minutes of data. Can you exclude pvoutput part, if it is working then it is fine for me, now i do it with nodered (semsportal API --> NodeRed --> PVoutput) :) |
I have had the same issue as @ferdyh & @davevleugel, I've commented out all everything after mqqtPublisher.handle() and the last yield() in the loop function in the GoodWeLogger main file and today it has been working all day. I am wondering if this is a lucky shot and bug number #16 will catch me in the end. But for those of you who still want to give it a try... :) |
@llevering, great that you have more success than @davevleugel and myself! |
Still seems to work fine... In the near future (somewhere in the next week depending on time available) I will fork the repository and make the change there. So you can easily retrieve the changes. For now this is the changed loop() function at the bottom of GoodWeLogger.ino file:
|
@llevering However, for someone who only requires MQTT this solution might be sufficient. |
You already found something? It is not working for me either:( mqtt Will be for me enough(ill passed it to pvoutput by nodered if needed) |
@davevleugel |
Thank you, i did not notice that part. il try it this weekend! Thanks for pointing out |
I've got a GW-3600D-NS, hooked it up and no output to MQTT except for goodwe = online.
Ouput on the remote debug:
Any suggestions on how to resolve this? Or what I did wrong? Blinking pattern suggests WIFI Router Problem
The text was updated successfully, but these errors were encountered: