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

Feature request: Sending all raw data as one MQTT message #31

Open
gilder0 opened this issue Mar 25, 2023 · 0 comments
Open

Feature request: Sending all raw data as one MQTT message #31

gilder0 opened this issue Mar 25, 2023 · 0 comments

Comments

@gilder0
Copy link

gilder0 commented Mar 25, 2023

Currently GoHeishaMon sends many different messages for every change of each value and additionally every few minutes with force update of all values. In some cases there is race condition and mqtt broker on rasberry handle this messages in incorrect order.
In addition after restart, when some value didn't change HA needs to wait long time to get correct value.

My proposal is to send all values as a one raw message whenever any value have changed. It would be much better because HA could have dedidacted integration and create "device" with every measures available without templates and decodes this values on HA side.

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

No branches or pull requests

1 participant