Navigation

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

    hautomate

    @hautomate

    1
    Reputation
    25
    Posts
    767
    Profile views
    0
    Followers
    2
    Following
    Joined Last Online

    hautomate Follow

    Best posts made by hautomate

    • RE: Clean looking sensor node

      @Nca78

      Yeah, I hear ya...

      I'm thinking indoor use here and not using the solar panel or circuitry for anything--just use the plastic and lens and pack it with PIR and temp/humidity. Mounted up high on a wall, any holes could be drilled on the top as that side wouldn't be seen.

      I'm going to try one out...

      posted in Enclosures / 3D Printing
      hautomate
      hautomate

    Latest posts made by hautomate

    • RE: Gateway Addon for Hass.io

      @ghiglie Here's an add-on that uses a pi gpio pin. Maybe it will help.

      https://github.com/pantomax/hassio-addons/tree/master/rpi-rf-receiver

      It's discussed in this thread:
      https://community.home-assistant.io/t/rpi-rf-receiver-addon/32947

      posted in Home Assistant
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      @ghiglie said in Gateway Addon for Hass.io:

      git-noob mistake! updated!

      Haha! I forgot to tell you that I have no idea what I'm doing 🙂

      The 'run chmod' command is still missing in the dockerfile.

      posted in Home Assistant
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      @ghiglie It shows the last commit as 14 days ago...

      posted in Home Assistant
      hautomate
      hautomate
    • RE: gateway on hass.io - not getting the sensors

      @giorgio-gilestro said in gateway on hass.io - not getting the sensors:

      Not sure how to intercept the serial log from the gateway, though. I've used socat for this purpose in the past but I doubt I can do from within a hassio instance.

      I think you can see that if you SSH to the host.

      https://home-assistant.io/developers/hassio/debugging/

      posted in Development
      hautomate
      hautomate
    • RE: gateway on hass.io - not getting the sensors

      @giorgio-gilestro

      Have a look at this thread. Maybe the latest release will show some logging for you?

      https://community.home-assistant.io/t/mysensors-mqtt-gateway-integration/39743/3

      posted in Development
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      @ghiglie hmm, not sure. Would you please update your repo with the latest and I'll try a reinstall and have a closer look?

      posted in Home Assistant
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      Add...

      "host_network": true,

      and for port 5003, what about this?

      "ports": {
      "5003/tcp": 5003
      },

      Or put the port as an option so it could be configured by the user. I'm not sure what else would be needed for this to work.

      "options": {
      "port": 5003,

      posted in Home Assistant
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      Try setting permissions on run.sh.

      RUN chmod a+x /run.sh
      
      CMD [ "/run.sh" ]
      
      posted in Home Assistant
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      Is this the error you're taking about?

      [services.d] starting services
      [services.d] done.
      ifelse: fatal: unable to exec /run.sh: Permission denied
      [cmd] /run.sh exited 111
      [cont-finish.d] executing container finish scripts...
      [cont-finish.d] 99-message.sh: executing... 
      -----------------------------------------------------------
                      Oops! Something went wrong.
       
       We are so sorry, but something went terribly wrong when
       starting or running this add-on.
       
       Be sure to check the log above, line by line, for hints.
      -----------------------------------------------------------
      [cont-finish.d] 99-message.sh: exited 0.
      [cont-finish.d] done.
      
      posted in Home Assistant
      hautomate
      hautomate
    • RE: Gateway Addon for Hass.io

      @ghiglie I presume you've seen this. Tried them all?

      Privilege for access to hardware/system. Available access: NET_ADMIN, SYS_ADMIN, SYS_RAWIO, SYS_TIME, SYS_NICE

      posted in Home Assistant
      hautomate
      hautomate