Navigation

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

    raditv

    @raditv

    3
    Reputation
    23
    Posts
    954
    Profile views
    1
    Followers
    1
    Following
    Joined Last Online
    Website http:// Location Yogyakarta

    raditv Follow

    Best posts made by raditv

    • RE: Domoticz Beta for MySensors official support?

      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
      
      posted in Domoticz
      raditv
      raditv
    • RE: Mini Weather Station

      I would like to print that one for my pet 😉

      posted in My Project
      raditv
      raditv
    • RE: Operate two relays with one node individually + with a button?

      @kunall This might be useful for you:

      http://www.mathertel.de/Arduino/OneButtonLibrary.aspx

      posted in Troubleshooting
      raditv
      raditv

    Latest posts made by raditv

    • RE: Domoticz Beta for MySensors official support?

      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
      
      posted in Domoticz
      raditv
      raditv
    • RE: Domoticz Beta for MySensors official support?

      I see, I never check ethernet script for domoticz, maybe there's a bugs there. I'll check it anyway. but if you try serial gateway, it will run

      posted in Domoticz
      raditv
      raditv
    • RE: Domoticz Beta for MySensors official support?

      @kunall which sketch did you use for relay with button? did you modify the sketch?

      posted in Domoticz
      raditv
      raditv
    • RE: Domoticz Beta for MySensors official support?

      @kunall which light do you want to turn on/off? mysensors based? or zwave or anothers?
      and anyway On Action/Off action it's only an additional query, for example when you turn on/off the light you want to open some url or script then you have to put your url/script there. but it's better for you to use LUA script for automation.

      posted in Domoticz
      raditv
      raditv
    • RE: Which IDE is better to use?

      unfortunatelly I use mac, I'll try to install on my virtualbox. thanks for your suggestion

      posted in Development
      raditv
      raditv
    • RE: Operate two relays with one node individually + with a button?

      @kunall This might be useful for you:

      http://www.mathertel.de/Arduino/OneButtonLibrary.aspx

      posted in Troubleshooting
      raditv
      raditv
    • Which IDE is better to use?

      any suggestion of using others IDE than Arduino Default IDE?

      posted in Development
      raditv
      raditv
    • RE: Operate two relays with one node individually + with a button?

      you should use eeprom to store button value, I think you can't use bounce for something like that as far I know. and better for you to use at least 2 button, one for control and another to reset value

      posted in Troubleshooting
      raditv
      raditv
    • RE: 21 Sensors from a repurposed Android

      @AWI I'am 🍎 user, but only Mac. I use android phone 😛

      posted in My Project
      raditv
      raditv
    • Just wondering, is there any Indonesian here?

      Is there any Indonesian here, living in indonesia or abroad?

      posted in General Discussion
      raditv
      raditv