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

Getting "illegal value in delta" messages #3

Open
jpcavanagh opened this issue Apr 13, 2021 · 3 comments
Open

Getting "illegal value in delta" messages #3

jpcavanagh opened this issue Apr 13, 2021 · 3 comments

Comments

@jpcavanagh
Copy link

when enabled I get errors in the log (see below). The boat is stopped on the berth to navigation.speedOverGround = 0

I tried with two different wind paths, both are the same value as the boat is stopped. wind.speedApparent is coming off the nmea2000 bus via an Actisense, and wind.speedOverGround is coming from plugin "derived-data"

navigation.speedOverGround
environment.wind.speedOverGround

Apr 13 02:07:56 Illegal value in delta:{"value":0.00011251220341199609}
Apr 13 02:07:57 Illegal value in delta:{"value":0.00012907328969381449}
Apr 13 02:07:59 Illegal value in delta:{"value":0.00014688077996216026}
Apr 13 02:08:00 Illegal value in delta:{"value":0.0001632273337073802}
Apr 13 02:08:01 Illegal value in delta:{"value":0.00018249264093851282}
Apr 13 02:08:02 Illegal value in delta:{"value":0.00020029701182867841}

environment.wind.speedApparent

Apr 13 02:13:38 Illegal value in delta:{"value":0.0002621515101721691}
Apr 13 02:13:39 Illegal value in delta:{"value":0.0002621515101721691}
Apr 13 02:13:40 Illegal value in delta:{"value":0.0002621515101721691}
Apr 13 02:13:41 Illegal value in delta:{"value":0.00027089889383206023}
Apr 13 02:13:43 Illegal value in delta:{"value":0.00027089889383206023}

@RhumbRunner
Copy link

Not sure but it looks like I was running into the same issue. What I found was that the Plugin was not reading all the paths from the plugin-configuration-data. I hard coded the path for the missing data in where the path variable was defined and commented out where that path was set from the configuration-data. Cleared that "Illegal value in delta" messages in the log.

@jpcavanagh
Copy link
Author

Can you send me the code?

@RhumbRunner
Copy link

RhumbRunner commented Jul 17, 2022 via email

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

2 participants