PolarGoose

Results 45 comments of PolarGoose

I want to finish this pull request. However, I don't know much about `ESPHome` and how it can be tested. @LarsStegman and @glmnet, can you test these changes on `ESPHome`...

> I have no idea how to do that yet, but I can try. @glmnet, could you please help us with the testing when the pull request is finished?

> I was able to get this to work without any code change. > > Choose `Keypirinha: Configure Package: Url` > > Then in user settings, place: > > ```ini...

It seems this issue is already described in: https://github.com/ckuhl/ImageBlockX/issues/5

@ckuhl, the problem hasn't been fixed. It still reproduces (version 0.3.2) using the reproduction scenario described in this bug report.

The issue is the same as the one described in https://github.com/ckuhl/ImageBlockX/issues/11 . The problem still exists.

Hello @tthandroid, Could you provide more details? I'm using the **arduino-dsmr** lib from Arduino IDE, and it has been working so far. I guess that it uses the latest **arduino-esp8266**.

@tthandroid, > When I switched to the " https://github.com/esp8266/Arduino" Release 3.1.2 my ESP8266 web server hanged om reading the p1 data. There is an Arduino sketch [arduino-dsmr/blob/master/examples/read/read.ino](https://github.com/matthijskooijman/arduino-dsmr/blob/master/examples/read/read.ino). Does it work...

@tthandroid, The `read.ino` prints the output into the debug USB-serial port, you need to check what output you get to see if `arduino-dsmr` works.

> I think I've written the parser class separate from the reader class to make the parser not depend on any Arduino libraries/core code. Unfortunately, the situation is more complicated....