Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. itbeyond
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by itbeyond

    • itbeyond

      openHab 2.5.0 Message from Gateway ID 255
      OpenHAB • • itbeyond  

      6
      0
      Votes
      6
      Posts
      55
      Views

      TimO

      @itbeyond I'm glad to hear you finally found the cause! The current jar is published via the download link on the wiki page: https://github.com/tobof/openhab2-addons/wiki/Installation And via eclipse marketplace. There is currently no active development, I only try to ensure the binding is running fine with the most current release of Openhab2.
    • itbeyond

      openHAB binding 2.4.0 I_TIME Duplicates & Wrong Times
      OpenHAB • • itbeyond  

      2
      0
      Votes
      2
      Posts
      701
      Views

      itbeyond

      @itbeyond said in openHAB binding 2.4.0 I_TIME Duplicates & Wrong Times: Bug report submitted in issues https://github.com/tobof/openhab2-addons/issues/125
    • itbeyond

      openHab binding 2.4.0 Variable Problem ( 2.4.0.201806211605)
      OpenHAB • • itbeyond  

      2
      0
      Votes
      2
      Posts
      1762
      Views

      itbeyond

      @itbeyond said in openHab binding 2.4.0 Variable Problem ( 2.4.0.201806211605): Bug reported to Github issues at: https://github.com/tobof/openhab2-addons/issues/126
    • itbeyond

      Mega 2560 Pro + W5100 + NRF24 Gateway
      Troubleshooting • • itbeyond  

      6
      0
      Votes
      6
      Posts
      1436
      Views

      Andrew Maynard

      Im jealous! Im stuck on the gateway not receiving messages.
    • itbeyond

      Firmware does not load MYSController & MYSBootloaderV13pre
      Controllers • myscontroller mysbootloader firmware over the air • • itbeyond  

      2
      0
      Votes
      2
      Posts
      1276
      Views

      petewill

      @itbeyond I ran into issues with multiple connections to my Ethernet gateway. My current config is to route my Vera through MYSController. If I do that I'm able to upload new firmware without any issues. Also, check the distance/reception of the sensor. I had one with poor reception that either didn't upload or took 20 minutes. When I changed the radio antenna config it worked in about a minute.
    • itbeyond

      Irrigation Controller
      My Project • • itbeyond  

      9
      0
      Votes
      9
      Posts
      3086
      Views

      pndgt0

      @itbeyond Hi David, thanks for the code. I have an issue with the transformer as it get very hot, and am trying to use the same arduino to control another relay to turn on the tranformer before irrigation and turn the relay off after finishing the irrigation. Please, will appreciate your help pointing out what changes to the code are needed. I was trying to use an analogic pin as digital but am having unexpected results... pinout(A0, OUTPUT); digitalWrite(A0, HIGH); Thanks for any help.