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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MQTT data manipulation
#15
(2019-05-14, 05:42 PM)KKempeneers Wrote: Hi all,

The eagle has landed ... being an EE engineer I should have cached that the server wasn't listening.  Rolleyes

When I came home today the first thing I did was to change the port to one that was allready defined, I took 55558 (OPnotifications) and the magic happened.

.
......
Hi, I can send you an example of UDP package I have sent from EspEasy to Openplotter via UDP. In the delta message, you also need to set source simply.
And no, you only need to send delta as far as I have seen.
See also manual for SignalK, go down to delta:
http://signalk.org/specification/1.0.0/d...model.html
Example from manual (for vessel, use vessel.self instead):

Code:
{
 "context": "vessels.urn:mrn:imo:mmsi:234567890",
 "updates": [{
   "source": {
     "label": "N2000-01",
     "type": "NMEA2000",
     "src": "017",
     "pgn": 127488
   },
   "timestamp": "2010-01-07T07:18:44Z",
   "values": [{
     "path": "propulsion.0.revolutions",
     "value": 16.341667
   }, {
     "path": "propulsion.0.boostPressure",
     "value": 45500.0
   }]
 }]
}

/Leif
Reply


Messages In This Thread
MQTT data manipulation - by KKempeneers - 2019-05-12, 02:38 PM
RE: MQTT data manipulation - by jim321 - 2019-05-12, 07:44 PM
MQTT data manipulation - by PaddyB - 2019-05-13, 08:52 AM
RE: MQTT data manipulation - by KKempeneers - 2019-05-13, 12:05 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-13, 12:15 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-13, 04:10 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-13, 06:20 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-13, 07:53 PM
RE: MQTT data manipulation - by tkurki - 2019-05-14, 05:52 AM
RE: MQTT data manipulation - by KKempeneers - 2019-05-14, 10:20 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-14, 11:11 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-14, 09:45 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-13, 08:30 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-14, 05:42 PM
RE: MQTT data manipulation - by leif_klasson@hotmail.com - 2019-05-24, 09:49 AM
RE: MQTT data manipulation - by KKempeneers - 2019-05-25, 08:47 AM
RE: MQTT data manipulation - by PaddyB - 2019-05-25, 05:45 PM
RE: MQTT data manipulation - by KKempeneers - 2019-05-26, 05:47 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-26, 07:23 PM
RE: MQTT data manipulation - by PaddyB - 2019-05-27, 11:47 AM
MQTT data manipulation - by tkurki - 2019-05-27, 07:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)