Thanks a lot for the instruction.
Tested that and a Dyson HP04 Type 527 did react, but extreme unstable.
Connection got lost all couple of seconds.
After a review of the log files and referring to
I changed the thing to:
Bridge mqtt:broker:dyson527broker
[
host = “your_HostIP”,
port = “1883”,
secure = false,
clientID = “your_clientID”,
username = “your_username”,
password = “your_password”,
enableDiscovery = false,
qos = 1
]
followed by the channel description as suggested to switch off an AutoDiscovery for the
Dyson who acts as broker in this case.
The add of “enableDiscovery = false,” made the trick. The connection is stable and does give back
values all 30 seconds.
Just a note: If you have a 527-Type just replace 455 from the example by 527.
Hope this hint helps if you a running in a similar issue.