This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UDP MQTT to Openplotter with ESP32
#11
(2020-11-10, 11:50 AM)Peter— Wrote: But I guess it’s a format where I have to state e.g that it’s a temp value and it’s measure in degC, or a wind value in this case, measured in knts.

Signalk works in SI units, so temperature is Deg Kelvin, speed is in M/S, direction is in radians etc. 

No need for node red, send a JSON formatted string to signalk and that's it .

Like this >

{
    "updates": [
        {
            "source": {
                "type": "NMEA0183",
                "sentence": "GLL",
                "label": "OPkplex",
                "talker": "GP"
            },
            "timestamp": "2017-07-26T12:21:15.000Z",
            "values": [
                {
                    "path": "navigation.position",
                    "value": {
                        "longitude": -7.846666666666667,
                        "latitude": 36.9987
                    }
                }
            ]
        }
    ]
}
Reply


Messages In This Thread
UDP MQTT to Openplotter with ESP32 - by Peter— - 2020-11-09, 03:57 PM
RE: UDP MQTT to Openplotter with ESP32 - by PaddyB - 2020-11-10, 01:34 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)