Chris BHR
Chris BHR
SKSignal K
Created by Chris BHR on 5/5/2025 in #questions
Wave height calculation
After your message i did find the device below which claims to be ±3Pa = ±0.25 meters which is getting there! https://shop.pimoroni.com/products/adafruit-bmp390-precision-barometric-pressure-and-altimeter-stemma-qt-qwiic?variant=32302189346899
14 replies
SKSignal K
Created by Chris BHR on 5/5/2025 in #questions
Wave height calculation
That's incredible. I never knew you could measure altitude that precisely with a barometer. Have you tried it to measure wave heights?
14 replies
SKSignal K
Created by Chris BHR on 4/26/2025 in #node-red
Chris BHR - I do some averaging of various para...
Turns out it wasnt quite as simple as i thought above but not far off. You have to take sin and cos of the angle, do your averaging on each of those and then use Math.atan2(averagesin,averagecos). Just in case this is of any use to anyone else!
4 replies
SKSignal K
Created by Chris BHR on 4/26/2025 in #node-red
Chris BHR - I do some averaging of various para...
That's it! It seems so simple now. Take the sin of the angle, do the averaging and then take the inverse sine of the result! Thank you!
4 replies
SKSignal K
Created by Chris BHR on 4/25/2025 in #node-red
Chris BHR - I am finding that if i have created...
That's sorted it. Amazing, thank you! I swear you always reply so quickly. Do you ever sleep?!
4 replies
SKSignal K
Created by Chris BHR on 4/22/2025 in #plugins-and-webapps
Chris BHR - I might be missing something but in...
Thanks, i'll give it a try
4 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
I added the encryption key but after i restarted SK the plugin had been disabled and the device was no longer saved. So i've resaved the config file with it removed as per your instructions gone through the process and all is working. Thank you!!
18 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
Ah, sorry just found where the encryption key is on VictronConnect
18 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
{ "configuration": { "adapter": "hci0", "transport": "auto", "discoveryTimeout": 30, "discoveryInterval": 10, "peripherals": [ { "active": true, "mac_address": "DB:78:EF:5A:DB:81", "discoveryTimeout": 30, "params": { "name": "Test", "encryptionKey": "123456", "sensorClass": "VictronBatteryMonitor" } } ] }, "enabled": true, "enableDebug": false }
18 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
I found it in the end it was located here (./data/conf/signalk/plugin-config-data) I've looked in the json and the encryption key is correct in there (set to the same as the bluetooth password on the device)
18 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
I did have a box to enter the encryption key but its since disappeared (which presumably is just the bluetooth passkey?). Sorry, excuse my ignorance but i've got SSH access to the Cerbo but i dont have a ~/.signalk folder. Should i be logged in under a different user? (currently root)
18 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
18 replies
SKSignal K
Created by naugehyde on 3/25/2025 in #announcements
New Beta release of bt-sensors-plugin-sk
Hi, sorry for the slow reply. Here's the log
18 replies
SKSignal K
Created by mister nui on 4/16/2025 in #questions
Ruuvi Tag Data to NMEA via Cerbo Issue
All working now that i remapped the paths to environment.outside.pressure
21 replies
SKSignal K
Created by mister nui on 4/16/2025 in #questions
Ruuvi Tag Data to NMEA via Cerbo Issue
Its a Mk2
21 replies
SKSignal K
Created by mister nui on 4/16/2025 in #questions
Ruuvi Tag Data to NMEA via Cerbo Issue
Apologies, just realised i'm using the plugin wrong. I put the new path in the source box by mistake. I'll re-map it in node-red
21 replies