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
Getting wind data into Pypilot
#7
Cannot find any flaw; I checked your output with mine here in the lab at home and they seem to match. I will try to check this setup on my boat next time.

In the meantime, there's another thing for you to try: have signalk generate the required nmea messages and send them to pypilot's 20220 port. In fact, this is what I seem to have running at the boat.

This requires two components: installation and configuration of the Convert SignalK to NMEA0183 plugin, and adding a TCP Client Data Connection. I hope the following signalk config files are not too cryptic:

Code:
pi@openplotter:~/.signalk $ cat plugin-config-data/sk-to-nmea0183.json
{
 "configuration": {
   "APB": true,
   "APB_throttle": 0,
   "DBK": false,
   "DBK_throttle": 0,
   "DBS": false,
   "DBS_throttle": 0,
   "DBT": false,
   "DBT_throttle": 0,
   "DPT": false,
   "DPT_throttle": 0,
   "GGA": false,
   "GGA_throttle": 0,
   "GLL": false,
   "GLL_throttle": 0,
   "HDG": false,
   "HDG_throttle": 0,
   "HDM": false,
   "HDM_throttle": 0,
   "HDMC": false,
   "HDMC_throttle": 0,
   "HDT": true,
   "HDT_throttle": 0,
   "HDTC": false,
   "HDTC_throttle": 0,
   "MMB": false,
   "MMB_throttle": 0,
   "MTA": false,
   "MTA_throttle": 0,
   "MTW": false,
   "MTW_throttle": 0,
   "MWD": false,
   "MWD_throttle": 0,
   "MWVR": true,
   "MWVR_throttle": 0,
   "MWVT": false,
   "MWVT_throttle": 0,
   "PNKEP01": false,
   "PNKEP01_throttle": 0,
   "PNKEP02": false,
   "PNKEP02_throttle": 0,
   "PNKEP03": false,
   "PNKEP03_throttle": 0,
   "PNKEP99": false,
   "PNKEP99_throttle": 0,
   "PSILCD1": false,
   "PSILCD1_throttle": 0,
   "PSILTBS": false,
   "PSILTBS_throttle": 0,
   "RMB": true,
   "RMB_throttle": 0,
   "RMC": false,
   "RMC_throttle": 0,
   "ROT": false,
   "ROT_throttle": 0,
   "RSA": false,
   "RSA_throttle": 0,
   "VHW": false,
   "VHW_throttle": 0,
   "VLW": false,
   "VLW_throttle": 0,
   "VTG": false,
   "VTG_throttle": 0,
   "VWR": false,
   "VWR_throttle": 0,
   "VWT": false,
   "VWT_throttle": 0,
   "XDRBaro": false,
   "XDRBaro_throttle": 0,
   "XDRNA": false,
   "XDRNA_throttle": 0,
   "XDRTemp": false,
   "XDRTemp_throttle": 0,
   "XTE": false,
   "XTE_throttle": 0,
   "ZDA": false,
   "ZDA_throttle": 0
 },
 "enabled": true
}pi@openplotter:~/.signalk $ cat settings.json

[... omitted]
   {
     "pipeElements": [
       {
         "type": "providers/simple",
         "options": {
           "logging": false,
           "type": "NMEA0183",
           "subOptions": {
             "validateChecksum": true,
             "type": "tcp",
             "suppress0183event": true,
             "sentenceEvent": "",
             "host": "10.10.10.3",
             "port": "20220",
             "toStdout": [
               "nmea0183out"
             ],
             "providerId": "pypilot"
           },
           "providerId": "pypilot"
         }
       }
     ],
     "id": "pypilot",
     "enabled": true
   }
Reply


Messages In This Thread
Getting wind data into Pypilot - by kniven - 2022-08-12, 07:53 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-15, 02:52 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-13, 10:40 AM
RE: Getting wind data into Pypilot - by ironman - 2022-08-15, 04:38 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-15, 07:42 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-15, 11:44 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-16, 08:49 AM
RE: Getting wind data into Pypilot - by ironman - 2022-08-16, 09:45 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-16, 05:39 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-16, 06:21 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-16, 11:38 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-19, 06:32 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-17, 07:29 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-19, 08:10 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-20, 06:52 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-22, 07:56 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-22, 09:47 AM
RE: Getting wind data into Pypilot - by ironman - 2022-08-22, 12:57 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-22, 01:53 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-22, 03:31 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-23, 07:47 AM
RE: Getting wind data into Pypilot - by ironman - 2022-08-23, 10:44 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-27, 11:15 AM
RE: Getting wind data into Pypilot - by ironman - 2022-08-28, 01:29 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-27, 06:32 PM
RE: Getting wind data into Pypilot - by kniven - 2022-08-28, 05:42 PM
RE: Getting wind data into Pypilot - by ironman - 2022-08-29, 12:32 AM
RE: Getting wind data into Pypilot - by kniven - 2022-08-29, 06:30 PM
RE: Getting wind data into Pypilot - by stelian - 2022-09-04, 05:32 PM
RE: Getting wind data into Pypilot - by stelian - 2022-09-04, 06:08 PM
RE: Getting wind data into Pypilot - by stelian - 2022-09-04, 07:55 PM
RE: Getting wind data into Pypilot - by stelian - 2022-09-04, 09:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)