#Test HA system use production MQTT?

1 messages · Page 1 of 1 (latest)

pseudo gulch
#

Team,
I have a HA test-system that "need some data" and devices, switches, sensors etc.
Production HA: has zigbee2mqtt and mqtt add-on.
Test HA: has MQTT add-on.
My idea was to somehow have the production-HA's MQTT server share the Z2M incoming data with the MQTT server on the HA test-system

(production HA: zigbee2mqtt ----> MQTT ----)------------(----> MQTT on HA-test system)

Is that possible?

timber mauve
#

Not your direct question, but integrations demo and kitchen_sink will create a lot of dummy stuff for test systems.

trail yacht
#

You can also do what you want without the second MQTT broker. Just point your test system's MQTT integration to the MQTT broker on your production system and make sure that everything is set to 'retain: true'

#

They'll then both see and be able to control all the same devices, but they'll fight and get confused if you try to control from both

pseudo gulch