naugehyde
naugehyde
SKSignal K
Created by petsi on 10/29/2024 in #plugins-and-webapps
petsi - bt-sensors-plugin-sk This plugin cand d...
I'd be happy to try if you could get me the BLE protocol from the manufacturer or from another developer who has reverse engineered the protocol.
8 replies
SKSignal K
Created by anderhau on 8/19/2024 in #questions
Shunts that support SignalK?
The bt-sensor plug-in also supports the lynx BMS
26 replies
SKSignal K
Created by Raffaele Montella on 12/28/2024 in #sensors
Raffaele Montella - Any experience with inexpen...
Agree. Though the logic to reliably determine presence would have to balance urgency (MOB!) with the annoyance factor of false positives. You'd also want to use dead-reckoning (or search a log of lat/longs) to get better positioning of the MOB event as it would have occurred sometime between the last RSSI signal and the panic timeout value. You could do average sampling of the signal and time between beacons and use that as a baseline for determining if it's time to panic.
14 replies
SKSignal K
Created by Raffaele Montella on 12/28/2024 in #sensors
Raffaele Montella - Any experience with inexpen...
The bt-sensors-plugin-sk available in the app store (full disclosure: I'm the developer) listens for RSSI (signal strength) beacons from any BT device and allows you to map the value to a signalk path. You could, conceivably, create a Node-Red listener that would raise an alarm if the RSSI hadn't been detected in x seconds or if it is perilously low.
14 replies
SKSignal K
Created by anderhau on 8/19/2024 in #questions
Shunts that support SignalK?
I've been using the Victron Smartshunt to measure my batteries voltage etc for about two years now. https://www.amazon.com/Victron-Energy-SmartShunt-Battery-Bluetooth/dp/B0DJ2P2XN5?th=1 A plugin I wrote, bt-sensors-plugin-sk supports the shunt. With the plugin installed you can get an instant readout from the shunt and map the values to Signalk paths for monitoring and display.
26 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
FYI Style sheets are causing some havoc. But the admin screen largely works. Server log being the most notable exception.
49 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Not needed anymore. Feel free to remove it.
49 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
@Teppo Kurki Created a draft pull request just not sure that I did it correctly.
49 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Only that I've never done one before! FYI I put coding aside for like 20 years and picked it up again only recently so I'm relatively new to a lot of the tools.
49 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
See attached for deprecation notices.
49 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
Funny you should ask! As of an hour ago, there's a new commit on my signalk-server-nextgen github. The state of the build is: After lots of trial and error, solved the loginOrOriginal() problems so most of the UI is functioning. I think logging needs work still though. Most of the ongoing issues appear to be stylesheet related. Plugin configs now work. Tested a custom config with Calibration and it appears to be good. In the meantime, React 19.0.0 was released. Tested it but it breaks the DataBrowser so that will have to be looked at (problem is somewhere in the WebSocket logic-- handleMessage() isn't getting called) I'm not a style sheet guy. I hacked away at Sidebar to get it to where it is but I think someone with more experience should be dealing with it. Also, there's a host of deprecation notices (most dev dependencies) that someone probably ought to look at (see below)
49 replies
SKSignal K
Created by irjudson on 3/30/2024 in #questions
Victron IP67 / VictronConnect
@taagaard. FWIW, I've gotten reports of the bt-sensors plugin working on SK on GX devices. out of curiosity, what did you mean by "Virtual Devices" is that a Venus OS feature?
147 replies
SKSignal K
Created by anderhau on 8/19/2024 in #questions
Shunts that support SignalK?
@Domi_nik I'm the developer of the bt-sensors plug-in. Let me know if I can help.
26 replies
SKSignal K
Created by naugehyde on 11/25/2024 in #server
naugehyde - Server code has gotten cruftyThe ...
@Karl-Erik Gustafsson @Teppo Kurki Latest commit is pretty far along- UI shows up now. Up to date with all the latest React 18, Bootstrap 5.3.3 and the latest jsonschema-form packages. Problems: 1) multiple style sheet issues (are they even loading?) 2) src/Containers/Full-> loginOrOriginal() breaks the UI and needs to be fixed 3) there were multiple problems with Component classes and their props property. put a "?" property accessor to get around them but it's just a band-aid. 4) plugin config pages are not opening -- guessing that's a style sheet issue. haven't investigated. 5) installed the bootstrap 5 scss directory but that's a temporary solution just to get the UI up and running. no idea what's needed and where (or how) to look for problems. Take a look when you can. Any input or advice will be appreciated. But the UI is functioning -- which is a lot better than before this weekend. Looks like there's a path forward!
49 replies