-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem using custom Update Agent #53
Comments
Hi Kai, we are finalising an example update agent application that can easily get you started with creating custom agents. And to get ahead with your next question, automatic agent registration is something that we are considering as a nice to have feature, but we have not yet implemented, or even put on our roadmap. |
Hi @sophokles73, yeah you should also configure the Update Manager for the new Agent, the configuration by default is found in
|
Thanks for the info, @dimitar-dimitrow and @k-gostev One additional question: what does the |
Timeout as duration string for reading the current state for the domain. Ref. |
Is there a sequence diagram available which defines which interactions the Update Manager has with an Update Agent when performing an update? It seems that the Update Manager does not simply forward the desired state to the Update Agent but also requires the Update Agent to report its current state beforehand. However, I have a hard time finding the relevant information ... |
@sophokles73, I could not find a sequence diagram(that should be fixed). Here is the available documentation as of now. Here are some MQTT dumps and explanations of using Container's Update Agent(UA) - (the explanations are about original UM topics, no Ditto/Thing integration
|
Another issue is created for adding an UM<->UA sequence diagram in the documentation - #55. |
Hi,
let's say I have implemented a custom Update Agent with domain identifier
my-custom-domain
.Now I want to use the Update Manager to trigger an update on my custom agent using the following desired state which I publish to the
vehicleupdate/desiredstate
topic that the Update Manager is subscribed to:I had been hoping to see a message being published to the
mycustomdomain/desiredstate
topic, but that did not happen. Instead, I saw the following in the log file of the Update Manager:Do I need to register my custom Update Agent first with the Update Manager? If so, how?
The text was updated successfully, but these errors were encountered: