Illia Barkov

Results 189 comments of Illia Barkov

Hi @Iskvaz, Thank you for your interest in ThingsBoard IoT Gateway, could you try to use 192.168.15.210 instead of address and port for device? Also please try to set parameter...

Hi @Isac-enerlab, It looks like you are using mix of configurations, please try to use configuration like the following(with deviceInfo object): ``` "devices": [ { "address": "192.168.15.210", "altResponsesAddresses": [ "192.168.15.210:47808"...

BACnet connector was updated in version 3.6.2 and altResponsesAddresses was added. Previous versions ignore this parameter.

This issue closed, because relates to outdated implementation of connector, please try the latest version (3.6.2), and feel free to open a new issue if you discover some misbehaviour.

Hi @ttrading, Thank you for your interest in ThingsBoard IoT Gateway. It looks like the gateway cannot receive an i-Am message, sent to broadcast. Could you check and confirm that...

Hi @andersenthomas98, Please try the latest release (3.7.5) you can get it by changing image version in docker compose file to `thingsboard/tb-gateway:3.7-latest` the issue should be solved there.

Hi @granaderainer, Thank you for your contribution, we will add related functionality in the following PR - https://github.com/thingsboard/thingsboard-gateway/pull/1859 There will be included different abilities to configure devices filtration and discovering...

Hi @khelef, Thank you for your interest in ThingsBoard IoT Gtaeway. It looks like some issue with retrieving root node from your server. Unfortunately it is difficult to say what...

Hi @khelef, here is an example of configuration for OPCUA demo server: ``` { "server": { "name": "OPC-UA Demo Server", "url": "opc.tcp://host.docker.internal:4840/freeopcua/server/", "timeoutInMillis": 5000, "scanPeriodInMillis": 5000, "disableSubscriptions": false, "subCheckPeriodInMillis": 100,...

Hi @khelef, It looks like the issue in the gateway, with device name resolving, unfortunately, we discovered it after release and the fix for it will be available only in...