we have found out, that the proxyd could register and connect itself with a deviceid, which contains upper case characters, at the Azure IoT-hub.
But then the proxyd functionality does not work: The IoT hub does not try to connect though this proxyd to OPC UA endpoints.
Therefore this needs to be fixed either
in the IoT hub
or
the proxyd should convert the requested deviceid to lower case; (e.g. with the tolower() function).
Hello,
we have found out, that the proxyd could register and connect itself with a deviceid, which contains upper case characters, at the Azure IoT-hub. But then the proxyd functionality does not work: The IoT hub does not try to connect though this proxyd to OPC UA endpoints.
Therefore this needs to be fixed either
tolower()
function).