-
Notifications
You must be signed in to change notification settings - Fork 139
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
Two instances with mqtt #121
Comments
Second instance is on the same hardware? I would worry more about sharing bluetooth than sharing a broker? |
Second instance is on different Hardware. Range was a problem, so I set up a second one. |
Are both working fine with json backend when observed over SSH? |
You mean the output when running them not as a daemon? |
In config you can select local std out printing and run not as a service,
so you can see if measurements are coming.
Also when running not as a deamon stdout is already very verbose. Do you
see measurements happening but just mqtt misses them?
…On Fri, 29 May 2020, 17:14 Fragggy, ***@***.***> wrote:
You mean the output when running them not as a daemon?
Or is there some kind of verbose logging I have to look for?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNPW344SHK2YZTOWUKDOMTRT7GMBANCNFSM4NNJOGSA>
.
|
It's easy to provide a name in
Which broker are you using? |
I am using the mqtt Adapter in iobroker. Do i have to set it in the Code or is there also a parameter in config.ini for this? |
Ok i tested it. Changed the Code to: But the client crashed with the error below:
|
That seems like another problem to me and is Bluetooth related. Your Pi can't reach the MiFlora C4:7C:8D:67:B9:4F. Battery low or a sensor reset needed? |
Hi everyone,
first thank you for this awesome piece of software.
I started with one daemon an a pi zero and newer missed an update at the mqtt broker.
Now with a second instance setup, I lose a lot of updates on the mqtt broker.
Interval is set to 300s and it sometime takes 20min till something arrives.
If I disable one instance it is back to normal.
Is there something special to set, when using more than one daemon on the same mqtt broker?
Thank you for any advice.
Regards
Dennis
The text was updated successfully, but these errors were encountered: