Added changeable update interval though service and helper - #1
Open
RobWildGarlic wants to merge 2 commits into
Open
Added changeable update interval though service and helper#1RobWildGarlic wants to merge 2 commits into
RobWildGarlic wants to merge 2 commits into
Conversation
Default 5s is normally fine but if using HA for sailing instruments it is too long. This fork adds a service and a number sensor for changing the update interval. Number: number.nmea2000_update_interval Service: smart2000esp.set_update_interval
Fixed log error about updating a sensor outside of the HA loop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey Rob. I have created a service to change the update interval on-the-fly and an entity (update interval) to change the ... yup ... update interval on the fly. Works like a charm. If I go out sailing then I can bring it down to .1 seconds while at anchor or in marina I set it back to 5 seconds. The integration is in no way as detrimental to performance as i first thought - HA seems to run fine if it is set to 0.1 seconds. I certainly makes my wind instrument more useful.