Skip to content
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 communication with version 0.5.66 #581

Closed
1 task
mipcom opened this issue Jan 13, 2023 · 18 comments
Closed
1 task

No communication with version 0.5.66 #581

mipcom opened this issue Jan 13, 2023 · 18 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested stale closed to no response / progress

Comments

@mipcom
Copy link

mipcom commented Jan 13, 2023

Platform

ESP8266

Model name

WeMos D1 Mini Pro V3.0

nRF24L01+ Module

nRF24L01+ plus

Antenna

circuit board

Power Stabilization

board

Connection diagram

Connection diagram I used:

nRF24L01+ Pin ESP8266 GPIO
Pin GND [*] GND
Pin VCC +3.3V
Pin CE GPIO5 CE D1
Pin CSN GPIO15 CS D8
Pin SCK GPIO14 SCLK D5
Pin MOSI GPIO13 MOSI D7
Pin MISO GPIO12 MISO D6
Pin IRQ GPIO4 IRQ D2

Note: [*] GND Pin 1 has a square mark on the nRF24L01+ module

Connection picture

  • I will attach/upload an Image of my wiring

Version

0.5.66

Github Hash

73b18322d7ac368fe85cdf51e06025ee

Build & Flash Method

ESP Tools (flash)

Desktop

Windows

Setup

Device Host Name

- Device Name: AHOY-DTU

WiFi

- SSID: YOUR_WIFI_SSID *don't paste here*
- Password: YOUR_WIFI_PWD *don't paste here*

Inverter

Inverter 0

- Address: 1141752123456
- Name: HM-1500
- Active Power Limit: 65535
- Active Power Limit Control Type: no powerlimit
- Max Module Power (Wp): 405, 405, 405, 405
- Module Name: O1,O2,W,S

General

- Interval [s]: 30
- Max retries per Payload: 5

NTP Server

- NTP Server / IP: pool.ntp.org
- NTP Port: 123

MQTT

- Broker / Server IP: 
- Port: 1883
- Username (optional): 
- Password (optional): 
- Topic: inverter

System Config

Pinout (Wemos)

- CS: D8 (GPIO15)
- CE: D1 (GPIO5)
- IRQ: D2 (GPIO4)

Radio (NRF24L01+)

- Amplifier Power Level: HIGH

Serial Console

- print inverter data: [x]
- Serial Debug: [x]
- Interval [s]: 5
  • Reboot device after successful save: [x]
  • SAVE

Debug Serial Log output

No response

Error description

1- ran 0.5.41 with same settings fine, no issues
2- upgraded with ESP8266Flasher.exe in Win10 to 0.5.66
3- no seriell communication, even no error
4- downgraded to 0.5.41 via Gui Update, DTU works fine now
5- tried one more time to upgrade now via Gui Update to 0.5.66, same
6- no seriell communication, even no error
7- changed back to 0.5.41 via Gui Update, DTU works fine

@mipcom mipcom added the bug Something isn't working label Jan 13, 2023
@Gerri1
Copy link

Gerri1 commented Jan 13, 2023

Das Flashtool >flash_download_tool_3.9.3< oder den >Tasmotizer 1.2< nehmen, bei denen kann man das mit "Erase before flashing" machen.
Wenn das nicht funktioniert hat, evtl. mal die PIN's CE - D1 nach D2 und IRQ - D2 nach D1 tauschen!

@mipcom
Copy link
Author

mipcom commented Jan 13, 2023 via email

@Gerri1
Copy link

Gerri1 commented Jan 13, 2023

Die PIN's Hardware - und Softwareseitig mal getauscht?

Die Logs/Setup Daten sind nicht mit angekommen!

@mipcom
Copy link
Author

mipcom commented Jan 13, 2023 via email

@Gerri1
Copy link

Gerri1 commented Jan 13, 2023

Ich meinte damit D1 und D2 untereinder tauschen.
Auch die richtige FW genommen? >221230_ahoy_0.5.66_esp8266_f8fe044.bin<

@mipcom
Copy link
Author

mipcom commented Jan 13, 2023 via email

@Gerri1
Copy link

Gerri1 commented Jan 13, 2023

Leider habe ich mein Gehäuse verklebt

... das ist dann schlecht!
Bei meinem ESP funktionieren seit der 0.5.66 auch einige PIN's nicht mehr , was bei der 0.5.41 noch ging.

@mipcom
Copy link
Author

mipcom commented Jan 13, 2023 via email

@Gerri1
Copy link

Gerri1 commented Jan 13, 2023

Bei meiner NodeMCU v3 Lolin gehen dafür D3 und D4 für CE und IRQ komischerweise wieder bei der 0.5.66.
Dir wird da aber eh nicht anderes übrig bleiben, als das Gehäuse zu knacken, es sei denn du willst bei der 0.5.41 bleiben.

@lumapu
Copy link
Owner

lumapu commented Jan 13, 2023

an den Pins wurde nichts geändert. Leider verhalten sich die ESPs hier sehr unterschiedlich.

@mipcom
Copy link
Author

mipcom commented Jan 13, 2023 via email

@stefan123t
Copy link
Collaborator

@mipcom schau doch bitte nochmal nach welche Firmware Du aktuell verwendet hast ?

Wir haben auch drei Firmware Binaries für I2C Displays im Programm (_nokia5110.bin, _ssd1306.bin & sh1106.bin).
Die Displays belegen i.d.R. D1 & D2, weil nur da beim EPS8266 der I2C Bus angeschlossen werden kann.

image

PS: Bitte wenn es geht in GitHub antworten und nicht immer per EMail Reply, dann haben wir nicht immer den ganzen Thread Verlauf im Issue :D Danke!

@mipcom
Copy link
Author

mipcom commented Jan 14, 2023

Ich habe die esp_8266 ohne extras genommen, allerdings die v.0.5.66.
Vielleicht sollte ich mal 0.5.70 testen, wenn die schon verfügbar ist.

@jimknopf63
Copy link

0.5.69 und 70 haben aber ein Problem mit der Limitierung falls das bei Dir genutzt wird. Er schreibt immer das die Änderung nicht akzeptiert wird, ändert aber anscheinend doch den persistent Wert.

@mipcom
Copy link
Author

mipcom commented Jan 14, 2023 via email

@lumapu
Copy link
Owner

lumapu commented Jan 16, 2023

@jimknopf63 @mipcom das Powerlimit geht, nur wird in der seriellen Ausgabe versehentlich ein not zu viel ausgegeben. Die Version 0.5.71 wird das nicht mehr machen. Siehe auch #569

@lumapu lumapu added help wanted Extra attention is needed question Further information is requested and removed bug Something isn't working labels Jan 16, 2023
@mipcom
Copy link
Author

mipcom commented Jan 16, 2023

Danke, werde dann die Version probieren.

@lumapu lumapu added the stale closed to no response / progress label Feb 7, 2023
@lumapu lumapu closed this as completed Feb 7, 2023
@mipcom
Copy link
Author

mipcom commented Apr 7, 2023

So, kurze Rückmeldung.
Ich habe meine Box mal geöffnet und die Pins D3 und D4 getauscht und dann läuft's.
Habe jetzt die v.0.6.0 drauf.
Danke für euren Support.
Beste Grüße und schöne Ostern . .
. . mipcom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested stale closed to no response / progress
Projects
None yet
Development

No branches or pull requests

5 participants