thingsboard / thingsboard.github.io

Documentation repository
Apache License 2.0
123 stars 301 forks source link

thingsboard-gateway MQTT documentation issues #648

Open pbrkr opened 3 years ago

pbrkr commented 3 years ago

The MQTT config documentation for thingsboard-gateway (docs/iot-gateway/config/mqtt.md) does not document the attributeRequests section of the configuration.

Also, the attributeUpdates section is listed as optional but removing this from the config file results in the following error:

ERROR - [mqtt_connector.py] - mqtt_connector - 133 - 'attributeUpdates' section missing from configuration
imbeacon commented 3 years ago

Hi @pbrkr ,

Thank you for your message, attributeRequests section was left to keep backward compatibility with early versions of the gateway. The notification for missing section was removed in version 2.7 of the gateway.