Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. OpenHAB
  4. Openhab multiple gateways

Openhab multiple gateways

Scheduled Pinned Locked Moved OpenHAB
5 Posts 3 Posters 371 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    niccodemi
    wrote on last edited by
    #1

    Hi,

    is it possible to configure multiple MySensors gateways (ie one serial and one ethernet) on single Openhab server?

    T 1 Reply Last reply
    0
    • N niccodemi

      Hi,

      is it possible to configure multiple MySensors gateways (ie one serial and one ethernet) on single Openhab server?

      T Offline
      T Offline
      TimO
      Hero Member
      wrote on last edited by
      #2

      @niccodemi Yes! There is no limitation.

      1 Reply Last reply
      1
      • N Offline
        N Offline
        niccodemi
        wrote on last edited by
        #3

        @TimO thanks, that's great. Do I have to change the bridge name (gateway) for the second bridge to something else? Can I use same node IDs on both gateways?

        Bridge mysensors:bridge-ser:gateway [ serialPort="/dev/pts/2", sendDelay=200 ] {
        	humidity 		hum01 	[ nodeId=172, childId=0 ]
        	temperature		temp01 	[ nodeId=172, childId=1 ]
                light			light01 [ nodeId=105, childId=0  ]
                light			light02 [ nodeId=105, childId=1 ]
          }
        Bridge mysensors:bridge-eth:gateway [ ipAddress="127.0.0.1", tcpPort=5003, sendDelay=200 ] {
        	humidity 		hum01 	[ nodeId=172, childId=0 ]
        	temperature		temp01 	[ nodeId=172, childId=1 ]
                light			light01 [ nodeId=105, childId=0 ]
                light			light02 [ nodeId=105, childId=1 ]
          }
        
        T 1 Reply Last reply
        1
        • N niccodemi

          @TimO thanks, that's great. Do I have to change the bridge name (gateway) for the second bridge to something else? Can I use same node IDs on both gateways?

          Bridge mysensors:bridge-ser:gateway [ serialPort="/dev/pts/2", sendDelay=200 ] {
          	humidity 		hum01 	[ nodeId=172, childId=0 ]
          	temperature		temp01 	[ nodeId=172, childId=1 ]
                  light			light01 [ nodeId=105, childId=0  ]
                  light			light02 [ nodeId=105, childId=1 ]
            }
          Bridge mysensors:bridge-eth:gateway [ ipAddress="127.0.0.1", tcpPort=5003, sendDelay=200 ] {
          	humidity 		hum01 	[ nodeId=172, childId=0 ]
          	temperature		temp01 	[ nodeId=172, childId=1 ]
                  light			light01 [ nodeId=105, childId=0 ]
                  light			light02 [ nodeId=105, childId=1 ]
            }
          
          T Offline
          T Offline
          TimO
          Hero Member
          wrote on last edited by
          #4

          @niccodemi yes, you need to use different names for different things in Openhab. Name it as you like.
          The node id is unique per gateway, so you may use the same node id on different gateways/networks.

          J 1 Reply Last reply
          1
          • T TimO

            @niccodemi yes, you need to use different names for different things in Openhab. Name it as you like.
            The node id is unique per gateway, so you may use the same node id on different gateways/networks.

            J Offline
            J Offline
            Jarosław Narbut
            wrote on last edited by
            #5

            @TimO said in Openhab multiple gateways:

            @niccodemi yes, you need to use different names for different things in Openhab. Name it as you like.
            The node id is unique per gateway, so you may use the same node id on different gateways/networks.

            I have problem with 2 MQTT gateways, mysensors binding prasing only one mqtt topic. Also in new OH2.5 is problem selecting Mysensors Mqtt Gateway.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            17

            Online

            11.7k

            Users

            11.2k

            Topics

            113.0k

            Posts


            Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • MySensors
            • OpenHardware.io
            • Categories
            • Recent
            • Tags
            • Popular