Tony
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
SKSignal K
•Created by Tony on 3/16/2025 in #sensesp
Tony - I am storing and retrieving persistent d...
I was thinking of a reset button with a confirmation dialog in the UI. This may be beneficial for anyone using NVS
7 replies
SKSignal K
•Created by Tony on 3/16/2025 in #sensesp
Tony - I am storing and retrieving persistent d...
I found the commit that implements the restart button. I'll just use the same pattern and fork the repo to add my code https://github.com/SignalK/SensESP/pull/718/files#diff-8f68b0c6a3f4288dc058439640fe4b6fa49cef545a087447c028d98a0ffd09ea
7 replies
SKSignal K
•Created by Tony on 3/16/2025 in #sensesp
Tony - I am storing and retrieving persistent d...
@Matti Airas Is there a way to use the UI classes for this or do I need to fork and modify the code to extend the pages in the SensEsp repo? If so, can you point me to which files are rendering the UI?
7 replies
SKSignal K
•Created by Tony on 3/16/2025 in #sensesp
Tony - I am storing and retrieving persistent d...

7 replies