You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it is a wrong question for your application but I'm quite new in the MQTT stuff and like to build up this scenario:
I have a ZigBee device
Zigbee2Mqtt is a bridge getting and transferring the data to Mosquitto (topic1)
Mosquitto will be the MQTT server
Mqtt2Mqtt shall read from Mosquitto (topic1), transform the data and push back the transformed data to Mosquitto (topic 2)
A custom node.js software will read the transformed data from Mosquitto (topic2)
The reason for this architecture is that the device may change during the lifecycle of the product. The idea is to adapt the product by just changing the data transfomation description in Mqtt2Mqtt and keep the node.js application stable.
Can this be achieved with Mqtt2Mqtt?
The text was updated successfully, but these errors were encountered:
Maybe it is a wrong question for your application but I'm quite new in the MQTT stuff and like to build up this scenario:
The reason for this architecture is that the device may change during the lifecycle of the product. The idea is to adapt the product by just changing the data transfomation description in Mqtt2Mqtt and keep the node.js application stable.
Can this be achieved with Mqtt2Mqtt?
The text was updated successfully, but these errors were encountered: