PaddyB
PaddyB
SKSignal K
Created by kmon6369 on 3/25/2025 in #questions
SK not Updating
not sure if it's relevant but on openplotter on pi4 i get.. pi@openplotter:~ $ which npm /usr/bin/npm pi@openplotter:~ $ grep version /usr/local/lib/node_modules/signalk-server/package.json grep: /usr/local/lib/node_modules/signalk-server/package.json: No such file or directory pi@openplotter:~ $ grep version /usr/lib/node_modules/signalk-server/package.json "version": "2.13.5", "compare-versions": "^3.0.1", pi@openplotter:~ $
99 replies
SKSignal K
Created by Copprhead on 3/16/2025 in #plugins-and-webapps
Copprhead - Is there a library that helps with ...
another option to try could be load vscode with the gemini code completion extension then spend 10 mintes describing exactly what you would like to do and get it to write some python. Only played around a bit so far but it seems to often nail it straight away or if not paste any error messages in & it will fix them. Might have a play later, cut into 2 where speed is below xx & positions are within xxx within 20 minutes of xxx. It will write a window with menus to load & look at GPX. We are all coders now, just need to create the right prompts 😎 This is one Ai written to look at waypoint symbols https://i.imgur.com/xqg0a2u.png
11 replies
SKSignal K
Created by Copprhead on 3/16/2025 in #plugins-and-webapps
Copprhead - Is there a library that helps with ...
I just use opencpn to "top and tail" before saving tracks. In track properties highlight a track point and click split, usually easy to see when the boat is moored by the speed. It's part of the end of passage check sheet.
11 replies
SKSignal K
Created by jimseng on 3/11/2025 in #questions
Is it possible to connect to a node red dashboard without loging in
setting a static ip address on the Pi worked ages ago when I had a play but android changes often, for a while you couldn't get at ssh or data through a phone hotspot from another device connected to the phone.
29 replies
SKSignal K
Created by jimseng on 3/11/2025 in #questions
Is it possible to connect to a node red dashboard without loging in
one not very good option is have the Pi both create a hotspot and log on to the phone at the same time with the onboard wifi adaptor, which is a bit unstable. Or maybe splash out on a usb wifi adaptor. I never have the Pi attached to internet unless doing an update so not a problem, though istr in the past setting a fixed ip address on the Pi, an Ai would explain how to do this.
29 replies
SKSignal K
Created by A.R. on 2/18/2025 in #questions
Slow replay of nmea-0183 log file
opencpn has a vdr plugin which can replay 0183 with variable speed playback you could point at signalk. Also the sigk sim app can be useful though that's sigk data.
12 replies
SKSignal K
Created by jimseng on 1/29/2025 in #questions
Struggling to get node red data into Kip
think you beat me to it 😊
4 replies
SKSignal K
Created by jimseng on 1/18/2025 in #questions
Trying to us GPIO in Node Red on Pi 5 has trashed my signalk
istr talk on the openplotter forum about Pi5 gpio, might be worth a search or an ask on there
5 replies
SKSignal K
Created by Blaise on 12/28/2024 in #questions
SignalK and microPython
My new all knowing best friend https://www.perplexity.ai/ will help to rewrite it at some point, 😎
8 replies
SKSignal K
Created by Blaise on 12/28/2024 in #questions
SignalK and microPython
the git is very old & I'm not a programmer so messy and probably inefficient but feel free to grab anything whih looks useful. https://github.com/boatybits/boatymonpy/blob/master/boatymon.py
8 replies
SKSignal K
Created by Blaise on 12/28/2024 in #questions
SignalK and microPython
I use UDP to send which seems to work OK, def insertIntoSigKdata(self, path, value):
_sigKdata = { "updates": [ {"values":[] }]} _sigKdata["updates"][0]["values"].append( {"path":path, "value": value }) self.sendToUDP(ujson.dumps(_sigKdata),'10.10.10.1', self.conf['sigK_udp-port'])
try: self.debugPrint1(_sigKdata) except Exception as e: print("debug print error=",e)
def sendToUDP(self, message, udpAddr, udpPort): try: s = usocket.socket(usocket.AF_INET, usocket.SOCK_DGRAM) s.sendto(message, (udpAddr, int(udpPort))) s.close() except Exception as e: print("UDP sending error=",e) pass
8 replies
SKSignal K
Created by Claeszv on 12/20/2024 in #questions
Path not showing in signalK Data browser
No description
3 replies
SKSignal K
Created by x4y5z6 on 3/6/2024 in #questions
Backup of Kip from CerboGX to PC
15 replies
SKSignal K
Created by x4y5z6 on 3/6/2024 in #questions
Backup of Kip from CerboGX to PC
node red is another way
15 replies
SKSignal K
Created by addboy58 on 11/18/2024 in #questions
Data translation
if there are equivalent 0183 sentences then have a look at the "Convert Signal K to NMEA0183" app, N2k coming in should get converted to signalk
4 replies
SKSignal K
Created by PaddyB on 11/15/2024 in #plugins-and-webapps
PaddyB - I've lost sun & moon times, sure there...
Found it! Was in derived data.
2 replies