Hi Nico,
I have deployed the new version on our production environment and hopefully the issues with special characters and a bit more complicated topicnames shoudl be gone.
Just one thing I have to mention. If you are using special characters in your username or password
please pass them in the Conneciton options as followed:
{"username":"username@1234","password":"super_Secret_password"}
If you pass everything in the Url the HTML form will complain that the Url is not correct because of the special characters in the username and password section.
Hope that is fine for you. I will checkout the frontend but I can´t promise to fix it in the next days because I am on parental leave starting on tuesday.
If you want to put everything in the Url you have to use the API and an HTTP request.
The decoded payload should follow the following structure for json
:
[{"sensor":"sensorId","value":"5"},{"sensor":"sensorId","value":"7"}]