Hello,
i used to run OpenRemote via docker-compose.
Now i would like to create a MQTT Client connection to an external broker, but the “host” field validation does not work for the broker url.
In MQTT Agent settings host - Host or IP address does not like strings like:
my.amazing.0947D354.broker.io
This gives “Asset is not valid” in Settings Dialog or the log messages at the end of this post in VIEW-Mode.
A pure IP address like 1.2.3.4 is working as well as an url like:
my.amazing.broker.io
The broker ip is that formatted, what should i do?
How to fix this, is there a workaround right now for that?
Can anybody fix this in code?
Thank you very much, regards,
Bastian.
PS:
I got OpenRemote today with docker-compose, as mentioned in Getting Started,…
This is the log from openremote_manager_1 docker image,…
docker logs -f openremote_manager_1
WARNING [ContainerExecutor-409 ] ote.manager.asset.AssetProcessingService : Route ‘AttributeEvent-Processor’ error processing message: org.openremote.manager.asset.AssetProcessingException: INVALID_VALUE (Event processing failed value failed constraint validation: realm=master, attribute=AttributeRef{id=‘6Cvdeks9XIuSpSgY3onF0J’, name=‘host’}, event value type=java.lang.String, attribute value type=class java.lang.String)