Skip to content
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

Set PreValue with MQTT #2174

Closed
helmar74 opened this issue Mar 13, 2023 · 3 comments
Closed

Set PreValue with MQTT #2174

helmar74 opened this issue Mar 13, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@helmar74
Copy link

The Feature

Currently the PreValue can be set in WEbGUI or with a Rest API Call.

In my setup it would be great to have the possibility to set the PreValue also thru MQTT.
I guess the change would "only" be to change PreValue from a status topic to a command topic?

@helmar74 helmar74 added the enhancement New feature or request label Mar 13, 2023
@caco3
Copy link
Collaborator

caco3 commented Mar 13, 2023

Yes, I agree it might be useful.
Maybe we will implement it, but keep in mind that it is not as easy as it thoughts.
There area already MQTT topics to trigger the Flash LED, but else MQTT is only used for publishing.

@caco3
Copy link
Collaborator

caco3 commented Mar 14, 2023

as of now, you could set it using the REST API, see https://jomjol.github.io/AI-on-the-edge-device-docs/REST-API/#set-pre-value

@Slider0007
Copy link
Collaborator

Implemented with #2252. This feature will be part of next official release.

Be aware: This feature is NOT available for versions 15.1.1 and older.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants