Navigation

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

    Topics created by cleight

    • cleight

      Ethernet Gateway stuck in inclusion mode
      Troubleshooting • • cleight  

      2
      0
      Votes
      2
      Posts
      1503
      Views

      Dwalt

      @cleight This issue came up with the iBoard under MyS 1.4 and could be fixed by uncommenting a line which expanded all the variables in the gw constructor. From: MyGateway gw(RADIO_CE_PIN, RADIO_SPI_SS_PIN, INCLUSION_MODE_TIME); to this: MyGateway gw(RADIO_CE_PIN, RADIO_SPI_SS_PIN, INCLUSION_MODE_TIME, INCLUSION_MODE_PIN, RADIO_RX_LED_PIN, RADIO_TX_LED_PIN, RADIO_ERROR_LED_PIN); This made the pin changes in the sketch stick. I do not know how it is constructed in MyS 1.5. Perhaps you can change line 11 in GatewayUtil.h to map the inclusion pin from pin 3 to pin 14 and recompile.
    • cleight

      Poor Signal range from sensor to gateway
      Troubleshooting • • cleight  

      10
      0
      Votes
      10
      Posts
      4646
      Views

      cleight

      Hardware mod
    • cleight

      Last Update Date
      Vera • • cleight  

      3
      1
      Votes
      3
      Posts
      1664
      Views

      Dwalt

      'LastUpdate' is included for both nodes and child devices within the device properties under the 'advanced' tab. It is formatted in Unix time but can be converted to date/time with a simple converter. It would be nice to see the converted 'lastupdate' on each device homescreen with UI5. The ImperiHome app converts it to local time date under each device's details screen.
    • cleight

      Node to Node Communication
      Development • • cleight  

      36
      0
      Votes
      36
      Posts
      18839
      Views

      cleight

      @Chaotic Sorry for not getting back sooner on this, but I did confirm that your solution does indeed work and works very well. I can't wait to finish this project up and be able to post the Pictures/Sketch to share with the community.
    • cleight

      Temp sensors showing as Celsius, looking for Fahrenheit
      Troubleshooting • • cleight  

      4
      0
      Votes
      4
      Posts
      2944
      Views

      BulldogLowell

      http://forum.mysensors.org/topic/872/waterproof-temp-sensor-with-dht-humidty-temp-sensor/7
    • cleight

      Waterproof Temp Sensor with dht humidty/temp sensor
      My Project • • cleight  

      8
      0
      Votes
      8
      Posts
      4243
      Views

      BulldogLowell

      @cleight try this... start here: boolean metric = true; with boolean metric = false; and comment out this line: metric = gw.getConfig().isMetric;