Navigation

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

    Topics created by kunall

    • kunall

      Receive Battery percentage via MQTT on OpenHab?
      General Discussion • • kunall  

      6
      0
      Votes
      6
      Posts
      2557
      Views

      FotoFieber

      Please try this: http://forum.mysensors.org/topic/524/mqtt-client-gateway/11
    • kunall

      Ethernet gateway doesn't work with Domoticz.
      Domoticz • domoticz ethernet • • kunall  

      11
      0
      Votes
      11
      Posts
      7288
      Views

      sve

      I have created a topic in the forum before, with tcpdump examples. http://www.domoticz.com/forum/viewtopic.php?f=6&t=6112 But the problem is still there, hopefully soon fix.
    • kunall

      Domoticz wont toggle light switch via ethernet gateway?
      Domoticz • • kunall  

      7
      0
      Votes
      7
      Posts
      3784
      Views

      Striffster

      @floris Ok thanks, I've seen that post but that was not a solution to the oneway communication.
    • kunall

      Domoticz Beta for MySensors official support?
      Domoticz • • kunall  

      18
      0
      Votes
      18
      Posts
      8618
      Views

      raditv

      if you dont want to install anything to restart domoticz when it's crash. you can put crontab to check it with bash script like this put this on your cront : */1 * * * * sudo /opt/Domoticz/scripts/online_check.sh 2>&1 >> /dev/null and this is online_check.sh #!/bin/bash #Title check_domoticz_online.sh # check domoticz sudo service domoticz.sh status # if not found - equals to 1, start it if [ $? -eq 1 ] then sudo service domoticz.sh restart else echo "Domoticz running - do nothing" fi
    • kunall

      Relay Outlet + Button + OpenHab + Tasker + Android Wear = Freaking Awesome!
      My Project • relay openhab nano tasker autovoice • • kunall  

      5
      2
      Votes
      5
      Posts
      5931
      Views

      kopite

      @kunall , do you have a wiring diagram for this? I am having some issues with my relay module (but i think this is to do with it being 3.3v)
    • kunall

      MQTT gateway freezes on reboot/powering off and back on.
      Troubleshooting • arduino gateway mqtt raspberry pi uno • • kunall  

      2
      0
      Votes
      2
      Posts
      1553
      Views

      hek

      I think the something about order of initialisation was changed that fixed this problem. Try 1.4.1
    • kunall

      Operate two relays with one node individually + with a button?
      Troubleshooting • • kunall  

      5
      0
      Votes
      5
      Posts
      2242
      Views

      kunall

      @raditv Thanks alot. I will look into it and get back with results.
    • kunall

      Raspberry Pi2 + MQTT Gateway in one box!
      My Project • gateway mqtt raspberry pi • • kunall  

      12
      4
      Votes
      12
      Posts
      7120
      Views

      andriej

      @kunall the best recommendation against openhab for me was ugly interface and problems with running it (java). I was using domoticz since early version with own interface on arduino,now I've switched everything for MySensors. It still lacks some functions but Inwait for further development as even programmers of domoticz start to use MyS hardware
    • kunall

      Which gateway to choose Serial, Ethernet or MQTT?
      General Discussion • • kunall  

      11
      0
      Votes
      11
      Posts
      6243
      Views

      kunall

      @TimO Thanks, I will try this.
    • kunall

      Motion & Relay Sensor issue
      Troubleshooting • relay interrupt motion sensor multisensor sleep issue • • kunall  

      10
      0
      Votes
      10
      Posts
      5989
      Views

      hek

      @dias I want a code with 2 relays and 2 pir You got to get started coding then If you bump into problem you can ask questions here.
    • kunall

      Need help with Turning a LED On/Off with OpenHab and MQTT.
      Troubleshooting • arduino mqtt raspberry pi rpi gateway • • kunall  

      5
      0
      Votes
      5
      Posts
      8767
      Views

      Fay Candiliari

      Hey there @Chaotic ! This is Fay from codebender.cc Thank you for using codebender! I just wanted to let you know that one of the sketches you are using in this comment has been deleted and so it is not available for users to view it. Let me know if you have any question.