odig / eboxToMqtt

Using a ESP32 to grep data from E-BOX console port and send them to MQTT.
MIT License
4 stars 0 forks source link

New platformio.ini doesn't work #4

Closed juanka99 closed 11 months ago

juanka99 commented 1 year ago

Hi, I saw you changed platformio.ini a few hours ago but I think there is a problem. It's incomplete. You could review it? Thanks

odig commented 1 year ago

I reverted the serial config I changed

juanka99 commented 1 year ago

I can't get the access point PYTES-E-BOX-48100-R to activate

odig commented 1 year ago

Yes, you can see the changes on GitHub. Click on the file and than “history” in the upper right corner

The file format was change from CRLF line endings to LF please try again.

From: juanka99 @.> Sent: Wednesday, February 15, 2023 9:13 PM To: odig/eboxToMqtt @.> Cc: Gido Küchler @.>; Comment @.> Subject: Re: [odig/eboxToMqtt] New platformio.ini doesn't work (Issue #4)

I reverted the serial config I changed

Only 36 lines???

https://user-images.githubusercontent.com/32193776/219142326-400d85a3-9351-42ff-8d0d-7d6173a42f42.png

— Reply to this email directly, https://github.com/odig/eboxToMqtt/issues/4#issuecomment-1431968954 view it on GitHub, or https://github.com/notifications/unsubscribe-auth/AGC47MBL763IMPQUYC2VMK3WXU2FPANCNFSM6AAAAAAU5A26GQ unsubscribe. You are receiving this because you commented. https://github.com/notifications/beacon/AGC47MHML73QRQ5UERP3OWLWXU2FPA5CNFSM6AAAAAAU5A26GSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSVLIOLU.gif Message ID: < @.> @.>

odig commented 1 year ago

If it is already configured it should startup normal in your WIFI and can be accessed via you're network IP. It falls back to PYTES-E-BOX-48100-R only if it is not reachable for 5 minutes now (was 10sec in old version). So you don't have to reconfigure on a new software version.

odig commented 11 months ago

Works on my side