Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. English
  3. ioBroker general
  4. Aruidno LED discovery failed

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    211

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    7.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Aruidno LED discovery failed

Aruidno LED discovery failed

Scheduled Pinned Locked Moved ioBroker general
arduino iobroker discovery
6 Posts 2 Posters 535 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • باسل basselب Offline
    باسل basselب Offline
    باسل bassel
    wrote on last edited by باسل bassel
    #1

    I have connected Arduino UNO to my PC through USB cable, but I wasn't able to discover it nor the LED built in it. I used serial option for that, the same way we use in Arduino IDE.
    I want to control the LED in order to learn how to use the ioBroker platform.

    I was able to run programs on arduino using the Arduino IDE so there is no problem in connectivity to my PC

    Could you please provide me with instructions of how to discover the device or the LED

    More info
    Machine: PC
    OS: Windows 10
    Browser: Chrome
    NodeJS: v10.15.0

    Thanks

    Jey CeeJ 1 Reply Last reply
    0
    • باسل basselب باسل bassel

      I have connected Arduino UNO to my PC through USB cable, but I wasn't able to discover it nor the LED built in it. I used serial option for that, the same way we use in Arduino IDE.
      I want to control the LED in order to learn how to use the ioBroker platform.

      I was able to run programs on arduino using the Arduino IDE so there is no problem in connectivity to my PC

      Could you please provide me with instructions of how to discover the device or the LED

      More info
      Machine: PC
      OS: Windows 10
      Browser: Chrome
      NodeJS: v10.15.0

      Thanks

      Jey CeeJ Online
      Jey CeeJ Online
      Jey Cee
      Developer
      wrote on last edited by
      #2

      @باسل-bassel can you give a bit more information how you have tried it?
      I am not sure if you want to write an adapter or only write scripts with the javascript adapter.
      These are two complete different ways.

      Persönlicher Support
      Spenden -> paypal.me/J3YC33

      1 Reply Last reply
      0
      • باسل basselب Offline
        باسل basselب Offline
        باسل bassel
        wrote on last edited by باسل bassel
        #3

        @Jey-Cee When the dashboard is opened in the browser, I selected instances from the navigation bar, then clicked on discovery.0 option
        After that, I checked the Serial checkbox and clicked the DISCOVER button. The only result shown is web.0 instance. However; this result is shown even if my Arduino is not connected to my PC.

        Please look at the pictures below.

        1.PNG

        2.PNG

        3.PNG

        Regarding your question, in Arduino IDE, I can write code to switch the Arduino builtin LED off or on.
        I wonder if I can do the same in ioBroker platform, maybe without writing a code, or if necessary, with code.

        Jey CeeJ 1 Reply Last reply
        0
        • باسل basselب باسل bassel

          @Jey-Cee When the dashboard is opened in the browser, I selected instances from the navigation bar, then clicked on discovery.0 option
          After that, I checked the Serial checkbox and clicked the DISCOVER button. The only result shown is web.0 instance. However; this result is shown even if my Arduino is not connected to my PC.

          Please look at the pictures below.

          1.PNG

          2.PNG

          3.PNG

          Regarding your question, in Arduino IDE, I can write code to switch the Arduino builtin LED off or on.
          I wonder if I can do the same in ioBroker platform, maybe without writing a code, or if necessary, with code.

          Jey CeeJ Online
          Jey CeeJ Online
          Jey Cee
          Developer
          wrote on last edited by
          #4

          @باسل-bassel ah you missed something, the discovery searches only for devices that are available with an adapter.
          You have to write your own code for communication with your Arduino.

          Short intro how you get there:

          1. Install Javascript Adapter
          2. Enter "serial" in the adapter config at "Add module"
          3. Create a new JS script and include the serial modul

          Persönlicher Support
          Spenden -> paypal.me/J3YC33

          1 Reply Last reply
          0
          • باسل basselب Offline
            باسل basselب Offline
            باسل bassel
            wrote on last edited by باسل bassel
            #5

            Thank you for the reply @Jey-Cee
            Is there some documentation or blog that explains how to do that?
            Moreover, is there a device that I can use without writing script or complex stuff?
            I have just installed the iobroker and don't know and how to learn or start as some parts of the docuemntation are missing.
            I wanna try the platform with simple device and simple stuff such as turn off and on the device.

            Jey CeeJ 1 Reply Last reply
            0
            • باسل basselب باسل bassel

              Thank you for the reply @Jey-Cee
              Is there some documentation or blog that explains how to do that?
              Moreover, is there a device that I can use without writing script or complex stuff?
              I have just installed the iobroker and don't know and how to learn or start as some parts of the docuemntation are missing.
              I wanna try the platform with simple device and simple stuff such as turn off and on the device.

              Jey CeeJ Online
              Jey CeeJ Online
              Jey Cee
              Developer
              wrote on last edited by Jey Cee
              #6

              @باسل-bassel sagte in Aruidno LED discovery failed:

              Moreover, is there a device that I can use without writing script or complex stuff?

              Yes a lot, look at the Adapter section of the ioBroker Admin. Or you can use discovery to find your devices that can be used with ioBroker. Hint: discovery will not find all devices that can be controlled with ioBroker.

              @باسل-bassel sagte in Aruidno LED discovery failed:

              I wanna try the platform with simple device and simple stuff such as turn off and on the device.

              If yout tell me what devices are you own, we will find one that is useable with iobroker. So we can go together step by step.

              @باسل-bassel sagte in Aruidno LED discovery failed:

              Is there some documentation or blog that explains how to do that?

              Unfrotunately i dont know a english blog and our own documentation isnt that good.

              Persönlicher Support
              Spenden -> paypal.me/J3YC33

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Support us

              ioBroker
              Community Adapters
              Donate

              81

              Online

              32.4k

              Users

              81.3k

              Topics

              1.3m

              Posts
              Community
              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
              ioBroker Community 2014-2025
              logo
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Recent
              • Tags
              • Unread 0
              • Categories
              • Unreplied
              • Popular
              • GitHub
              • Docu
              • Hilfe