Navigation

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

    namomitk

    @namomitk

    0
    Reputation
    4
    Posts
    217
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    namomitk Follow

    Best posts made by namomitk

    This user hasn't posted anything yet.

    Latest posts made by namomitk

    • RE: Multiple buildings - two gateways or repeaters?

      Edit: Found this in the forums. Is it still relevant or did 1.6.15/16 solve the issue? https://forum.mysensors.org/topic/4680/mysensors-2-0-ethernet-gateway-atmega-w5100-restart-all-time/3

      I've setup the UNO with the default sketch and made the changes to make it a separate gateway.

      I'm seeing the following on repeat. I've tried a few changes here or there to no success.

      Serial output shows:

      IP: 192.168.4.35
      0;255;3;0;9;Attempting MQTT connection...
      0;255;3;0;9;MQTT connected
      0;255;3;0;9;Sending message on topic: mysensors-outb/0/255/0/0/18
      0;255;3;0;9;Message arrived on topic: mysensors-inb/3/255/3/0/6
      0;255;3;0;9;!TSF:MSG:SEND,0-0-3-3,s=255,c=3,t=6,pt=0,l=1,sg=0,ft=0,st=NACK:I
      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.0
      0;255;3;0;9;TSM:INIT
      0;255;3;0;9;TSF:WUR:MS=0
      0;255;3;0;9;TSM:INIT:TSP OK
      0;255;3;0;9;TSM:INIT:GW MODE
      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
      0;255;3;0;9;MCO:REG:NOT NEEDED

      Mosquitto log shows:

      1483156702: New connection from 192.168.4.35 on port 1883.
      1483156702: New client connected from 192.168.4.35 as mygateway2 (c1, k15, u'pi').
      1483156717: Socket error on client mygateway2, disconnecting.

      Any ideas?

      posted in My Project
      namomitk
      namomitk
    • RE: Multiple buildings - two gateways or repeaters?

      @mfalkvidd

      That makes sense. I think I can run with that.

      So Building A would run on CH76 by default. Building B I would select a different channel for the gateway out there and configure the sensors/actuators to communicate on that channel, say 124.

      When I setup the MQTT gateway for building B, can I publish/subscribe to the same topic prefix as building A's gateway or do they need to be different? If both "networks" had a relay node 1, would telling one of them to "turn off" cause them both to turn off. I imagine the payloads would be the same?

      posted in My Project
      namomitk
      namomitk
    • Multiple buildings - two gateways or repeaters?

      I have two buildings on my property. In building A, I have setup an RPi3 with HomeAssistant as a controller and using NRF24 configured as an MQTT Gateway. I have configured a few sensors and successfully report them in Hass.

      I would like to expand to building B. Wifi and LAN reach building B.

      I have:
      Arduino UNO R3 / W5100 Shield

      Can I use the MQTT Gateway sketch? Will this be a problem if the Arduino picks up on one of the sensors from Building A?
      OR
      Should I use the Repeater node sketch? Is this as flexible? Can I still attach sensors or actuators to the repeater node?

      Any tips?

      I've searched and searched and can't seem to figure out the best way or a functional way of setting this up.

      Thanks in advance.

      posted in My Project
      namomitk
      namomitk