I want ThingsBoard Gateway to send data to multiple cloud platforms at the same time.
I have configured multiple hosts in the configuration file like this:
json
{
"thingsboard": {
"host": "192.168.20.77",
"host_outer": "36.156.112.67",
"port": 1883
}
}
My question:
Can I configure multiple server addresses and different access tokens in tb_gateway.yaml / tb_gateway.json to report data to multiple ThingsBoard servers simultaneously?
Does ThingsBoard Gateway natively support this feature?
I want ThingsBoard Gateway to send data to multiple cloud platforms at the same time.
I have configured multiple hosts in the configuration file like this:
json
{
"thingsboard": {
"host": "192.168.20.77",
"host_outer": "36.156.112.67",
"port": 1883
}
}
My question:
Can I configure multiple server addresses and different access tokens in tb_gateway.yaml / tb_gateway.json to report data to multiple ThingsBoard servers simultaneously?
Does ThingsBoard Gateway natively support this feature?