zlwjzf

Results 6 comments of zlwjzf

Hi @devaskim Yes, I testing one of the devices individually, pushing telemetry data at a rate of 1 second. From the rule node that holds the telemetry, you can see...

Hi, @ban2derlog Yes, I have checked, all events are Success, no Failure.

Hello, I have found the cause of the problem. When calling the RPC set method, replace node.set_value(value) in the source opcua_connector.py file with the following code to achieve the simulated...

https://github.com/FreeOpcUa/opcua-asyncio/issues/30

thingsboard_gateway/connectors/opcua/opcua_connector.py In method `server_side_rpc_handler` `if rpc_method == 'get':` ` self.__gateway.send_rpc_reply(content['device'],` ` content['data']['id'],` ` {content['data']['method']: node.get_value(),` ` 'code': 200})` `else:` `......` Load in else

Hello, after I discovered this bug, I re-established the V3.2 environment in the Docker environment. So in the tb_gateway.yaml file, only the connection information of TB was modified, while all...