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
Hello,
I have the Thingsboard Gateway v3.5.1 last snapshot build installed in a docker environment on a Ubuntu 24.04.1 LTS server. I have some devices connected to Thingsboard Gateway throught central MQTT broker. I'd like to control these devices throught MQTT with RPC requests, but I'm always get the following error message:
Found following line in debug log even if serveSideRpc section is present in config file. Config file checked with public online JSON validator without errors.
Hello,
I have the Thingsboard Gateway v3.5.1 last snapshot build installed in a docker environment on a Ubuntu 24.04.1 LTS server. I have some devices connected to Thingsboard Gateway throught central MQTT broker. I'd like to control these devices throught MQTT with RPC requests, but I'm always get the following error message:
Configuration
But I can control the device with simple mosquitto client with the following command:
mosquitto_pub -h 10.66.50.20 -p 1883 -t 'shelly/shelly-test-b1355c/rpc' -m '{"method":"Switch.Set","params":{"id":0,"on":false}}' -u 'user' -P 'pwd' -i 'tb-gateway'
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: