Replies: 3 comments 3 replies
-
In case of Victron devices, how does this plugin differ from https://github.com/stefanor/signalk-victron-ble? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The plug-in is a native nodejs app not a wrapper around a python process like the signalk-victron-ble.
The plugin supports a wide variety of Bluetooth devices and is modular-- you can program your own sensor class and add support for previously unsupported devices.
FWIW, several of the data constants were translated from the victron-ble python code into node-js. I also used the victron-ble python parse code as a partial guide for how to implement my own. Some credit is due to the creator of victron-ble (https://github.com/keshavdv).
…On Mon, Oct 14, 2024, 12:37 PM Peter Petrik ***@***.***> wrote:
In case of Victron devices, how does this plugin differ from
https://github.com/stefanor/signalk-victron-ble?
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTAIRGJPCQRFECBMXMFP7DZ3QMPFAVCNFSM6AAAAABO7UO4LSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJUGA2TOMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
With the latest firmware and encryption key in the config, you should be
able to use the app and it should return good numbers.
Latest beta is in the app store. Feel free to install and test.
…On Thu, Nov 7, 2024, 2:44 PM Steve Berl ***@***.***> wrote:
We have a single BMV-712 and no Internet access.
Running signalk on a Raspberry PI.
—
Reply to this email directly, view it on GitHub
<#140 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTAIRGLHG3ORQHWDCWH4KLZ7PUOJAVCNFSM6AAAAABO7UO4LSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJYGMYDKMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I'm looking for Beta testers for a substantially revised version of my bt-sensor-plugin-sk plugin. The latest revisions are here: https://github.com/naugehyde/bt-sensors-plugin-sk/tree/1.1.0 (Docs are NOT up to date as of this writing)
I'm looking for mariners with Victron equipment as well as Inkbird and Xiaomi sensors on their boats. If your boat has a Bluetooth-enabled sensor not currently supported by the plugin that you'd like integrated into the SK data model, just let me know and I'll do my best to code it for you.
Thanks.
Andrew Gerngross aka naugehyde
Beta Was this translation helpful? Give feedback.
All reactions