Two MySensor gateways to the same Home Assistant
-
HI,
As discussed here: https://forum.mysensors.org/topic/11181/parallel-gateways/8 I am planning to upgrade the MySensors GW from Arduino to Raspberry Pi and running them in parallel.
I suppose it is possible to have several gateways configured in HA like:
mysensors: gateways: - device: '192.168.1.11' persistence_file: './mysensors.json' tcp_port: 5003 - device: '192.168.1.12' persistence_file: './mysensors2.json' tcp_port: 5003 optimistic: false persistence: true retain: true version: 1.5
Right?
-
@jocke4u yes that is correct, both gateways will also need to be using different channels as well.