Replies: 1 comment
-
|
device-mqtt doesn't support auto-discovery |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
has anyone found the doc explaining how to set up the device-mqtt Discovery in Odessa
I am getting messages like this one :
vel=INFO ts=2025-10-23T12:09:19.725509482Z app=device-mqtt source=autodiscovery.go:40 msg="AutoDiscovery schedule is not started: interval <= 0"
even though my config seems correct :
Device:
ProfilesDir: ./res/profiles
DevicesDir: ./res/devices
UpdateLastConnected: true
UseMessageBus: true
Discovery:
Enabled: true
Interval: 30 # Discovery every 30 seconds
I have tried other syntaxes for Interval "30" "30s" to no avail
Beta Was this translation helpful? Give feedback.
All reactions