Dirk SV MOIN
SKSignal K
•Created by Dirk SV MOIN on 10/24/2024 in #questions
Watermaker PGNs in wich path to find?
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
104 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 am struggeling to find any documentation how the String needs to be formated in data fiddler. Do you know where I can read about it?
104 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 saw that SK 2.9.0 is out with data fiddler beeing able to sent N2k. Would it be worth a try?
104 replies
SKSignal K
•Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
FYI - I opened a Ticket at Actisense. Let's see if they might have some useful information.
104 replies
SKSignal K
•Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
I will come back to you once I have a other device. Could take 2-3 Month maybe...
104 replies
SKSignal K
•Created by Dirk SV MOIN on 8/10/2024 in #questions
SK / Node Red / Digital Switching Maretron DCR-100
Super, thank you. I am currently in Fiji, so sourcing won't be easy. So will take a while till I can com back to you on this topic. Thank you very very much for your effort so far.
104 replies