ts4iot

Results 3 issues of ts4iot

I try to use the tb_device_mqtt library together with the asyncronous opc-ua library asyncua and asyncio.Queue(). With the standard paho-mqtt library the sending of the data works fine. With tb_device_mqtt...

Compared to the Client object from paho.mqtt.client , the TBDeviceMqttClient object does not support the function **proxy_set** to set a proxy server. Workaround is: tb_client = TBDeviceMqttClient(...) tb_client.**_client**.proxy_set(proxy_type=socks.HTTP, proxy_addr="...", proxy_port=...)...

With TB 3.3.1 it is not possible to export / import an OPC UA integration to a file (e.g. JSON). Please provide a feature to export and import an OPC...

feature