Open rosiste opened 2 months ago
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.
2024-09-16 20:08:52 - |DEBUG| - [mqtt_connector.py] - mqtt_connector - load_handlers - 323 - 'serverSideRpc' section missing from configuration
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):