Hello,
I’m trying to connect a python OPC UA client to AXC F 2152 controller with enabled OPC UA server to establish a both side communication and data exchange, primary data from PLC to pytthon3 OPC client module and after them to Rpi App like Openhab.
User:admin, PW:devicePW, security policy: Basic256 SHA256 algorithm.
Using OPC UA OPC UA-self-signed_certificate.crt and OPC UA-self-signed_publickey.pem downloaded via WBM to external device directory.
How should be programmed correct client file please ?
On a external Raspberry Pi is Python3 and module for python client installed.
GitHub - FreeOpcUa/opcua-asyncio: OPC UA library for python >= 3.7 OPC UA library for python >= 3.7. Contribute to FreeOpcUa/opcua-asyncio development by creating an account on GitHub. client_error.zip
pip install opcua
Thanks for help. P.S.
I’m trying to make it work without security policy.