Navigation

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

    Topics created by mainali

    • mainali

      State of the physical switch
      General Discussion • • mainali  

      14
      0
      Votes
      14
      Posts
      8231
      Views

      funky81

      @mainali have you finished the sketch? do you mind to share?
    • mainali

      Someone Explain the Fields in send: 10-10-0-0 s=0,c=1,t=0,pt=7,l=5,st=ok:13.8
      General Discussion • • mainali  

      3
      0
      Votes
      3
      Posts
      1520
      Views

      mainali

      @Xander Thank you for making this clear.
    • mainali

      What Happens to messages from Gateway when Node is not connected.
      Development • • mainali  

      6
      0
      Votes
      6
      Posts
      2426
      Views

      ferpando

      My gateway is an arduino, and I don't think Vera uses mqqt protocol.
    • mainali

      Controlling speed of an AC 230v FAN. Help Needed[RESOLVED]
      Hardware • • mainali  

      7
      0
      Votes
      7
      Posts
      2951
      Views

      jemish

      Which hardware s used for controlling a FAN?
    • mainali

      EEPROM values behaving strangely in RelayActuator example
      Bug Reports • • mainali  

      5
      0
      Votes
      5
      Posts
      1925
      Views

      Anticimex

      But what will happen with the NodeID and the signing preferences then? If EEPROM is cleared if you update your gateway you have to restart all nodes using signing so the gateway gets updated then. If you do it in a node, the gateway will assign it a new nodeId and that in turn messes up for the controller. I do not think wiping all EEPROM config on reprogramming is a good ide. The purpose of the EEPROM config is exactly to preserve certain parameters on power cycle/reprogramming.
    • mainali

      MQTT Broker Gateway with ruby-mqtt
      Controllers • • mainali  

      6
      0
      Votes
      6
      Posts
      4707
      Views

      marceloaqno

      http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html#publish
    • mainali

      Anyone Using Rpi as MQTT gateway ?
      Controllers • gateway raspberry pi mqtt openhab mqtt broker gat • • mainali  

      1
      0
      Votes
      1
      Posts
      1344
      Views

      No one has replied

    • mainali

      MQTT Gateway not reachable when power goes and come.
      Troubleshooting • • mainali  

      4
      0
      Votes
      4
      Posts
      1091
      Views

      gregl

      What about adding some code to the gateway to ping your router. If it fails 3 time then reboot the gateway?
    • mainali

      Mutiple sensors with Interrupt
      Development • • mainali  

      4
      0
      Votes
      4
      Posts
      1794
      Views

      BulldogLowell

      @mainali It would be easier if you showed the type of sensor, but basically, you would be constantly reading its output, and reflecting changes between HIGH and LOW (if it has digital output) or using analog thresholds.
    • mainali

      Difference between gateway and controller for beginners
      Controllers • • mainali  

      3
      1
      Votes
      3
      Posts
      3092
      Views

      axillent

      @mainali In my view your can distinguish between controller and gateway by understanding each other main function For the controller the main function is scene management while for the gateway the main function is a route between radio sensors and the controller. Because raspberry is a multitasking thing it should be possible to run opneHAB and ethernet gateway on the same hardware simultaneously. But I'm not sure is it any existing case of a such.