Navigation

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

    Adam McCartney

    @Adam McCartney

    2
    Reputation
    26
    Posts
    584
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    Adam McCartney Follow

    Best posts made by Adam McCartney

    • RE: Forum Creation here is nuts

      Do you really spend that much time writing responses?

      if your neck is aching from looking at the box then your screen isn't setup properly.

      posted in General Discussion
      Adam McCartney
      Adam McCartney

    Latest posts made by Adam McCartney

    • RE: 💬 MySensor Dioder (Ikea)

      i take it i could use an Arduino nano and not have to worry about the voltage Regulator? it can take 5v or 3.3v meaning i already have all the parts to replicate this with my existing Dioder setup..:)

      posted in OpenHardware.io
      Adam McCartney
      Adam McCartney
    • RE: Forum Creation here is nuts

      Do you really spend that much time writing responses?

      if your neck is aching from looking at the box then your screen isn't setup properly.

      posted in General Discussion
      Adam McCartney
      Adam McCartney
    • RE: Getting the Ethernet/ESP8266 gateway to act as client instead of server

      Personally, i dont like the idea of my controller being on someone elses Box. I have all i need on the RPi. Plus, if my internet connection goes down, i can still turn my lights off!

      Domoticz allows you to join up controllers so you can still have access to other controllers in other houses. Its worth having a look.

      posted in Development
      Adam McCartney
      Adam McCartney
    • RE: Getting the Ethernet/ESP8266 gateway to act as client instead of server

      This isn't what you're looking for, but whats stopping you hosting the controller in your own home and using a VPN or internet facing controller behind security or using a VPN on your phone?

      i currently run Domoticz and have a Domain pointed at a Raspberry pi in my house. access outside the internal network requires a username and password, but recently i setup OpenVPN so that when connect to the VPN on my phone, i can use the Domoticz app or access the Domoticz web interface without having to setup Authentication.

      posted in Development
      Adam McCartney
      Adam McCartney
    • RE: Is there a mysensor thread for this "mysensor" pro mini adapter?

      @NeverDie I've got a few sensebenders and the range isn't great on them. i'm beginning to wonder if its because of the way the Radio is mounted of the PCB.

      posted in Hardware
      Adam McCartney
      Adam McCartney
    • RE: new serial gateway

      i had this issue the other day too when i restarted my gateway and controller (Ethernet Gateway powered by RPi Domoticz Controller).

      I had to go and find and restart each of my nodes. it was rather annoying.

      Is there a way to broadcast somekind of remote restart command? even if the Nodes dont broadcast to the gateway, maybe the Nodes can listen for a restart command?

      posted in Troubleshooting
      Adam McCartney
      Adam McCartney
    • RE: How to: set your power/watermeter for domoticz on rpi

      you know you can install sqlite using apt?

      sudo apt-get install sqlite
      

      saves a LOT of compile time.

      posted in Domoticz
      Adam McCartney
      Adam McCartney
    • RE: Node cant see gateway less than 10m Away.

      RF24_PA_LEVEL is currently set to RF24_PA_MAX
      and
      RF24_PA_LEVEL_GW is currently set to RF24_PA_LOW

      I've also noticed that i must have written over my config at some point cause the channel is back at 76 instead of 110 where my spectrum is clearer.

      i'll rebuild all the nodes tonight and see what i can get after switching channels and setting the RF24)PA_LEVEL to LOW.

      posted in Troubleshooting
      Adam McCartney
      Adam McCartney
    • RE: Node cant see gateway less than 10m Away.

      No, I still need to get round to making a repeater that will sit between the Bedroom Node and the Gateway. Unfortunately i haven't found the time recently to do it.

      posted in Troubleshooting
      Adam McCartney
      Adam McCartney
    • RE: Wall mounted 'mood light'

      @AWI said:

      // V_TEXT & V_INFO when not using the DEVELOPMENT version
      const byte V_TEXT = 47 ; // values taken from development edition MyMessage.h
      const byte S_INFO = 36 ;

      awesome, thanks!

      I'm more of a butcher than a surgeon. I can quite happily take things apart, but fixing things usually goes right over my head!!

      posted in My Project
      Adam McCartney
      Adam McCartney