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

Running as a service #23

Open
brandondb1 opened this issue Jul 12, 2021 · 1 comment
Open

Running as a service #23

brandondb1 opened this issue Jul 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@brandondb1
Copy link

This is a great little tool...now I can graph the progress of my BBQ efforts in HomeAssistant!!...anyway, running it as a service (and headless) it's a bit of a mystery what's happening if it doesn't connect, so I created another topic and put in MQTT publications mirroring each log entry so you can see from the MQTT side what's happening. I also made it so that if a probe is null it will still publish (a null value)...in combination with the log messages, if something goes wrong you can use the MQTT output to see problems so you won't be sitting there and thinking all is well when it isn't. If this seems useful I'll create a PR.

@gleeds
Copy link
Owner

gleeds commented Jul 13, 2021

It sounds useful, but publishing null probe values should be an option. I use io.adafruit.com as my MQTT broker, and they limit you to 30 messages a minute on their free tier, so sending empty probe data isn't desirable when using them, but if you are using your own broker that's not a limitation. maybe add a config file option like sendNullProbeValues:trueor something like that.

@gleeds gleeds added the enhancement New feature or request label Jul 14, 2021
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

2 participants