Navigation

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

    Topics created by rakeshpai

    • rakeshpai

      Browser-based firmware generator
      Development • • rakeshpai  

      108
      8
      Votes
      108
      Posts
      28117
      Views

      rakeshpai

      @alowhum Sorry, I have abandoned this project. It didn't garner the interest I hoped it would, and I’ve moved on to other microcontrollers/radios/networks since then. This is hosted on GitHub’s free static hosting, so it should continue to work as long as they are in business, and it should work on devices as it was 5-6 years ago. But I won’t be supporting it and won’t continue to build on it. Glad to hear that you like it!
    • rakeshpai

      Requesting the battery level of a remote node using the gateway's serial API
      Development • • rakeshpai  

      2
      0
      Votes
      2
      Posts
      644
      Views

      hek

      Request of I_BATTERY_LEVEL is currently not supported (none of the internal commands is passed to the sketch receive-function). But you could do a little hack by implementing receive() {} and call sendBatteryLevel (...) when you receive a command of your choice.
    • rakeshpai

      Supporting multiple gateways
      Controllers • • rakeshpai  

      2
      1
      Votes
      2
      Posts
      1715
      Views

      hek

      Currently, this does not exist. But this might be added in the future, especially useful for gateways connecting to a cloud service of some kind.
    • rakeshpai

      Getting the Ethernet/ESP8266 gateway to act as client instead of server
      Development • • rakeshpai  

      14
      0
      Votes
      14
      Posts
      6305
      Views

      mfalkvidd

      @stofakiller I think that is supported but I don't know how to do it. Hopefully someone else can chip in.
    • rakeshpai

      Node.js module to talk to the gateway
      Development • • rakeshpai  

      9
      5
      Votes
      9
      Posts
      2059
      Views

      epierre

      Hello, I did made one in perl for my experiments: https://github.com/empierre/domoticz/blob/master/mysensors-gw1.4.pl If you are interested in having an interface to Imperihome, or just for continuous test/delivery/packaging for all PI and more on node JS, I can help (this is the project taking me time at the moment, full rewrite from perl to node js of an app used by more than 100 people): https://github.com/empierre/MyDomoAtHome