ahoy icon indicating copy to clipboard operation
ahoy copied to clipboard

Inverter #0: AhoyDTU is just not available

Open jtrouvain opened this issue 1 year ago • 7 comments

Platform

ESP8266

Assembly

I did the assebly by myself

nRF24L01+ Module

No response

Antenna

external antenna

Power Stabilization

Elko (~100uF)

Connection picture

  • [x] I will attach/upload an Image of my wiring

Version

0.8.83

Github Hash

5ebfe5a

Build & Flash Method

was already installed

Setup

No change on setup

Debug Serial Log output

16:09:20.352 -----
16:09:20.353 I: com loop duration: 353ms
16:09:20.353 -----
16:09:35.352 -----
16:09:35.353 I: com loop duration: 353ms
16:09:35.353 -----
16:09:50.352 -----
16:09:50.353 I: com loop duration: 353ms
16:09:50.353 -----

Error description

  1. before with release 0.6.0 everything worked well
  2. Installed latest stable release
  3. no data from inverter are received now
  4. added inverter again, no change
  5. erased all settings and did them new, no chnage

jtrouvain avatar Mar 07 '24 15:03 jtrouvain

https://github.com/lumapu/ahoy/issues/1459#issuecomment-1974740839

seems to be the same issue, but I don't know how to work with Tasmotizer

jtrouvain avatar Mar 07 '24 16:03 jtrouvain

@jtrouvain

please check your ahoydtu pin settings. as you are comming from v0.6.0, your nrf24+ module will need following settings, if wired the old way:

CE:  D4
IRQ: D3

the default value of those 2 pins have been swapped since v0.7.36

greetings metachuh

MetaChuh avatar Mar 07 '24 16:03 MetaChuh

@MetaChuh changes settings based on your recommendation. Interrupt PIN is now working, before it wasn't. But still no data from inverter.

jtrouvain avatar Mar 07 '24 20:03 jtrouvain

as you already wrote: the old version was running fine. So I imagine that you know that the inverter only communicates if the inverter is producing (= day).

lumapu avatar Mar 07 '24 22:03 lumapu

I know that the inverter only communicates during the day, but I was worried about the message that it is not available. I checked this morning and it works now. Thank you @MetaChuh @lumapu for your support. One final question: does that mean that I have to do this pin change everytime if I do an update in the future?

jtrouvain avatar Mar 08 '24 06:03 jtrouvain

Hi, nach Erstinstallation und aktuelle FW loop duration: 353ms

flevo1880 avatar Mar 08 '24 14:03 flevo1880

@jtrouvain

we are glad you got the irq working 👍

Thank you @MetaChuh @lumapu for your support. One final question: does that mean that I have to do this pin change everytime if I do an update in the future?

you are safe if you make the next ota update. you can, now make any ota update (or downgrade to any version from v0.7.36 or higher, if needed for testing) without having to do any further config changes.

relief note: there is no further pinout change planned or known as necessary for the esp8266 in conjunction with the nrf24+ module, so probably this will not change from now on for this platform.

MetaChuh avatar Mar 08 '24 14:03 MetaChuh