feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

GPIO Viewer ...

Open ChristophCaina opened this issue 1 year ago • 7 comments

Describe the problem you have/What new integration you would like I just read about a new Arduino library for ESP32 boards, which would allow you to see the behave of an IO Pin in a Webviewer. The Library puts a small webinterface on the ESP and you can then connect the website and monitor your IO pins...

I wonder, if it would be possible to implement this into ESPHome, to allow some debugging ...?

link to the repository: https://github.com/thelastoutpostworkshop/gpio_viewer

Please describe your use case for this integration and alternatives you've tried:

Additional context

ChristophCaina avatar Jan 04 '24 19:01 ChristophCaina

This would be great and fun!

jurgen2005 avatar Jan 06 '24 08:01 jurgen2005

Looks like I also requested the same feature. Looks neat!

erazor666 avatar Jan 06 '24 12:01 erazor666

Looks like the GPIOViewer source needs to be rearranged according to this:

  • https://esphome.io/guides/contributing#contributing-to-esphome

It looks like the author does not know ESPHome, perhaps someone of the core ESPHome team can help or give some tips to @thelastoutpostworkshop so this has any change of success?

trantoriana avatar Jan 07 '24 14:01 trantoriana

That library is heavily dependant on Arduino libs, that means it won't work on esp-idf version of ESPHome.

nagyrobi avatar Jan 07 '24 17:01 nagyrobi

https://github.com/thelastoutpostworkshop/gpio_viewer/issues/50

erazor666 avatar Jan 08 '24 09:01 erazor666

Has anyone managed to get GPIOViewer to work in ESPHome in the meantime? Would be a brilliant expansion for ESPHome.

Joo01 avatar Mar 06 '24 09:03 Joo01