Tony
SKSignal K
•Created by FailStix on 4/11/2025 in #sensesp
FailStix - I recently purchased a HAMLET and am...
This example shows how to use an analog input to measure the tank sender https://github.com/hatlabs/HALMET-example-firmware/blob/main/src/main.cpp
31 replies
SKSignal K
•Created by FailStix on 4/11/2025 in #sensesp
FailStix - I recently purchased a HAMLET and am...
You can also measure the resistance with HALMET using the analog terminals and read that directly
31 replies
SKSignal K
•Created by FailStix on 4/11/2025 in #sensesp
FailStix - I recently purchased a HAMLET and am...
One simple way to do this is using a multimeter. Connect to ground and positive to the wire, then measure dc voltage or ohms and observe the change. Once you know if it’s voltage or ohms and see the change then you’re ready to hook up the HALMET
31 replies
SKSignal K
•Created by FailStix on 4/11/2025 in #sensesp
FailStix - I recently purchased a HAMLET and am...
There are example sketches in the repository for engine parameters. Check out the curve interpolation code to map voltage to values. Look in the SensESP GitHub
31 replies
SKSignal K
•Created by Matti Airas on 3/11/2025 in #sensesp
Matti Airas - I have just published SensESP v3....
@RMSVolt here is what you need for C6 mini development
7 replies
SKSignal K
•Created by jkrauska on 3/31/2025 in #questions
Are there plans to make a influxdb3 plugin variant? The FLUX api in influxdb2 is being replaced.
Flux is in maintenance mode meaning it will not be supported for v3. You should use influxql so your queries are forwards compatible
7 replies
SKSignal K
•Created by bbook on 3/31/2025 in #questions
Can't connect Sensesp to SignalK
It’s under Security in the left navigation
4 replies
SKSignal K
•Created by bbook on 3/31/2025 in #questions
Can't connect Sensesp to SignalK
Do you have login enabled? Pretty sure that is required to use mdns. Some other things to try:
Connect the debugger to your IDE and you should see log entries for access request
Also go to the esp32 web admin and you can always enter the SK IP and port directly into config.
4 replies
SKSignal K
•Created by Copprhead on 3/26/2025 in #plugins-and-webapps
Copprhead - For my TrackViewer plugin, I need t...
Angular supports output directory via angular.json or the cli flag --output-path
4 replies
SKSignal K
•Created by Copprhead on 3/26/2025 in #plugins-and-webapps
Copprhead - For my TrackViewer plugin, I need t...
basically the path would be /public/index.html and then every resource is loaded from there.
4 replies
SKSignal K
•Created by Copprhead on 3/26/2025 in #plugins-and-webapps
Copprhead - For my TrackViewer plugin, I need t...
Here is the actual reference to what signalk-server expects for plugin paths https://github.com/SignalK/signalk-server/blob/master/src/interfaces/webapps.js#L54
4 replies