Dirk SV MOIN
Dirk SV MOIN
SKSignal K
Created by Mastiff on 8/10/2024 in #questions
Is it possible to get maps in an easier way than MapBox?
This is what I mcgyverd together and it works great. Followed https://digidem.notion.site/Preparing-and-Adding-Custom-Basemaps-to-Mapeo-b4f13019f0b842ce9315c6097f08ce36#b125e5b6233045448bac5fd28197f03e 1. Debian Bookwork (12) 2. install base and deps apt install gdal-bin htop vim iotop npm python3-pip python3-full npm install -g tl npm fund npm install -g @mapbox/mbtiles tilelive-file tilelive-http @mapbox/tilelive @mapbox/tilejson npm fund npm install -g tl tilelive-http tilelive-file npm fund more /usr/share/doc/python3.11/README.venv mkdir -p ~/.venvs python3 -m venv ~/.venvs/mbutil ~/.venvs/mbutil/bin/python -m pip install mbutil 3. Generate Charts sample tl copy -z 12 -Z 18 -b "-75.6 -1.6 -74.05 -0.275" http://ecn.t0.tiles.virtualearth.net/tiles/a{q}.jpeg?g=5162 file://./siekopai-peru-bing-tiles?filetype=jpg tl copy -z 8 -Z 12 -b "133.896887 6.818803 134.764801 7.8" http://ecn.t0.tiles.virtualearth.net/tiles/a{q}.jpeg?g=5162 file://./palau-bing-tiles?filetype=jpg tl copy -z 15 -Z 15 -b "133.896887 6.818803 134.764801 7.8" http://ecn.t0.tiles.virtualearth.net/tiles/a{q}.jpeg?g=5162 file://./palau-bing-tiles?filetype=jpg - Where the -z and -Z refer to the lowest and highest zoom levels downloaded, - The coordinates of the bounding box (w, s, e, n, in WGS 1984 unprojected). - The file://./ is followed by the file name you want it to have cd palau-bing-tiles rm unwanted zoom levels in the subdir mv metadata.json metadata.orig /root/.venvs/mbutil/bin/mb-util --image_format=jpg /root/palau-bing-tiles/ /root/palau.mbtiles gdalinfo palau.mbtiles --> Test in OpenCPN NOTES: Bruce usually uses z8 till Z18 without Z17 (he uses: Z8 Z10 Z12 Z15 Z18)
230 replies
SKSignal K
Created by x4y5z6 on 3/6/2024 in #questions
Backup of Kip from CerboGX to PC
I use rclone to backup my .signalk data excluding the charts dir to a google drive and rsync to push it to a local synology. Simple bash script that you can add to the crontab.
15 replies
SKSignal K
Created by Dirk SV MOIN on 12/2/2024 in #questions
OpenCollective - Known CC issues?
Yeah, I am in contact with their support. Added a new one, but can not remove the old. Let’s see.
3 replies
SKSignal K
Created by petsi on 11/2/2024 in #plugins-and-webapps
petsi - What plugin do you use to save sailing ...
I just use the signalk-to-noforeignland plugin. No local track storage yet.
8 replies
SKSignal K
Created by Dirk SV MOIN on 10/24/2024 in #questions
Watermaker PGNs in wich path to find?
No description
4 replies
SKSignal K
Created by Dirk SV MOIN on 10/24/2024 in #questions
Watermaker PGNs in wich path to find?
@gregy I just learned from Scott that canboatjs is able to handle it already. The missing implementation is in n2k-signalk. https://github.com/SignalK/n2k-signalk/issues/278
4 replies
SKSignal K
Created by Dirk SV MOIN on 10/21/2024 in #node-red
Dirk SV MOIN - Hi, I am new to Node Red and how...
Thanks, that was the trick. It seems not to be niced code, but this works: let app = global.get('app') let soc = app.getSelfPath('electrical.batteries.0.capacity.stateOfCharge.value') let res = Math.round(soc*100); let res2 = res.toFixed(0); res2 += "% State of Charge"; msg.payload.content = res2; return msg;
8 replies
SKSignal K
Created by Dirk SV MOIN on 10/21/2024 in #node-red
Dirk SV MOIN - Hi, I am new to Node Red and how...
hmm, seems "volts" is an object. how can I access it's value?
8 replies
SKSignal K
Created by Dirk SV MOIN on 10/21/2024 in #node-red
Dirk SV MOIN - Hi, I am new to Node Red and how...
Thanks a lot, seems I have to find now how to convert a number to a string 🙂
8 replies
SKSignal K
Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
@Scott Bender I just wanted to let you know that I am now using the YDEN-02 FW 1.72 and the digital switching works! Thank you very much for your support!
104 replies
SKSignal K
Created by Lure on 9/30/2024 in #questions
Windy plugin needs wind.directionGround
Yes, correct, I am talking f.e. about this fork: https://github.com/elliot-russo/signalk-windy
19 replies
SKSignal K
Created by Lure on 9/30/2024 in #questions
Windy plugin needs wind.directionGround
Seems like the plugin is not activly maintained, found a github fork that fixed some issues. Is there a way to select the fork in the appstore?
19 replies
SKSignal K
Created by Lure on 9/30/2024 in #questions
Windy plugin needs wind.directionGround
Hi Lure, I am user of the app too, What sources does the data browser in your SK show for that pathes? In my setup (Furuno) I needed the 2nd plugin to calculate the pathes for the windy plugin.
19 replies
SKSignal K
Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
Good Morning, The only reason the NGT would not be able to transmit a specific PGN would be because it was not enabled within the NMEA Reader Hardware config. As we know that it has been enabled, there is not much that can be done on the NGT-1 end. Have you contacted support at SignalK incase there is an issue with sending the specific PGN? Best Regards, Steve Drane Technical Support Engineer Actisense, 21 Harwell Road, Poole, BH17 0GE, UK T: +44 (0) 1202 746682 [email protected] https://www.actisense.com
104 replies
SKSignal K
Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
Just some easy once or references how to build them would be helpful. I have the logs from the EBL Reader but can't use them 1:1 Your sample: app.emit( 'nmea2000out', '2017-04-15T14:57:58.468Z,0,262384,0,0,14,01,0e,00,88,b6,02,00,00,00,00,00,a2,08,00'); Captured: Line,Time,Type,PGN,Name,Src,Dest,Pri,Size,Data 2,19:49:06.360,N2K,126208,"NMEA - Request group function",40,73,3,10,1,13,242,1,248,2,1,11,4,1, 3,19:49:06.360,N2K,126208,"NMEA - Request group function",73,40,3,7,2,13,242,1,0,2,0, 4,19:49:06.360,N2K,126208,"NMEA - Request group function",40,73,3,10,1,13,242,1,248,2,1,11,4,1, So your sample has much more "," separated elements then what I captured. Unsure how to match this for me as a "newbee" 😉
104 replies
SKSignal K
Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
No description
104 replies