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

No Temperature is shown in OpenCPN Dashboard #1

Open
roaxth opened this issue Feb 19, 2022 · 1 comment
Open

No Temperature is shown in OpenCPN Dashboard #1

roaxth opened this issue Feb 19, 2022 · 1 comment

Comments

@roaxth
Copy link

roaxth commented Feb 19, 2022

Hello dolabriform,

I love this peace of code.
I struggled with the temperature display in the OpenCPN Dashboard and had a short discussion on
https://www.cruisersforum.com/forums/f134/no-temperature-in-dashboard-261026.html#post3574867
So I took the suggestions
"So to adapt to present OCPN Dashboard code change your XDR sentence like this:
Change the word "TEMP" to either of the supported IDs:
"TempAir" or "ENV_OUTAIR_T" or "ENV_OUTSIDE_T""
into code
and changed
from "s = ",C," + String(temp) + ",C,TEMP";"
to "s = ",C," + String(temp) + ",C,ENV_OUTAIR_T";"

Now the Dashboard is working fine
opencpn with running temperature sensor

maybe you can incorporate that into your code

@dolabriform
Copy link
Owner

dolabriform commented Feb 26, 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