OpenGarage Forums Comments, Suggestions, Requests display ip in blynk

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1403

    trillian
    Participant

    Just received my OG, was easy to set up thanks 🙂

    In the video on this page you have the IP shown on the blynk app. https://opensprinkler.com/product/opengarage/
    Could you share how you do that. I’m an new to Blynk so step by step would be appropriated.

    I understand that you pay for adding controls to the Blynk app. What if you just want to try it out. It would cost a bit to try all the controls, and you might not use them all.

    Cheers

    #1409

    Ray
    Keymaster

    The LCD widget has been removed since it was only used to display IP address and wasn’t that useful otherwise. The current firmware implements a tone-based method for finding IP address: press and hold the on-board button (using a small screwdriver or something that’s thin enough to pass through the enclosure hole) for 4 seconds and release, it will sing tones to indicate the IP address. This is explained in the user manual.

    There are some other ways to find IP address as well: you can go to your router’s configuration page to see the list of connected devices, and it should be fairly easy to identify which one is OpenGarage (it may be named ESP_xxxxxx). There is also another (arguably easier) way: the firmware enabled mDNS:
    https://github.com/OpenGarage/OpenGarage-Firmware/blob/master/OpenGarage/main.cpp#L1242
    which is a broadcast based DNS service. If you know your OpenGarage’s AP name (the first time you plug it in or after factory reset), say, if it’s OG_123456, then after it’s connected to your WiFi network you can access it directly using:
    http://OG_123456.local/
    This may or may not work depending on whether your router supports mDNS.

    #1412

    trillian
    Participant

    Hi Ray, Thanks for the detailed response.
    Sorry yes, I know what the IP address is as you say from the router. I was just interested in how to add it to the blynk app.
    It’s not needed i am aware, but wanted to try it out.

    • This reply was modified 5 years, 2 months ago by trillian.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenGarage Forums Comments, Suggestions, Requests display ip in blynk