šŸ”„ Pellet stove 'Duepi-evo'


for an esp01 this works…

Hi, I bought the items on the list and installed the software. The problem is now that I don’t get any numbers in the console. I only get numbers when I connect it in serie with the wifi module like JWM22. Also my duepi software looks on port 3000 for the local settings and not 2000. I have the square connector and the leds are blinking and I can connect to the esp. I have already switched the tx and rx but no response at all. Is there some secret pin layout to get more information?

Try this:

  • Set the app to ā€˜remote’
  • Change port from 3000 to 2000
  • switch back to ā€˜local’
  • enter your stove’s address
    I agree this is strange, but it does seem to accept the new port as local port :thinking:

PS: Can’t test it myself anymore as I no longer have the stove, but when I do this, the MyDPRemote app did change port; I wrote a small python just to test the app on port 2000:

Listening on 0.0.0.0:2000...
New connection from ('192.168.1.53', 52072)
New connection from ('192.168.1.53', 52073)

If you’re comfortable with python, you can also check the proxy I wrote to intercept all communications from the app → Duepi_EVO/evo-python/Proxy.py at 669841cacdffe16998b7f9b21098c92e599ab0b1 Ā· aceindy/Duepi_EVO Ā· GitHub

Hi !

Just wanted to chime in to thank everyone involved and to say that I’ve had success with an Interstove Milano from 2021.

I used ESPHome installed on an ESP32-C3 with the instructions from this repo (thanks @mvroosmalen1970 !)

The molex connector wiring shared earlier in the thread by @Vladruslv worked like a charm (see following image), the TX from the connector is connected to GPIO3 on the ESP and RX on GPIO1.

Cheers.