New Beta release of bt-sensors-plugin-sk
New Beta release of bt-sensors-plugin-sk 1.1.0-beta-2.2.3 available in SK appstore and NPM
See: https://github.com/naugehyde/bt-sensors-plugin-sk/blob/1.1.0/README.md

4 Replies
Looks great! Anyone tried sending data to the app over bluetooth (BLE?) from an esp32? And would it be a better option so the raspberry pi has less wifi connections to deal with? I've 3 esp32's sending data over udp to a Pi4. So far..... 😂
FWIW the plugin is agnostic when it comes to device platform. Although you would have to add a custom sensor class for your custom ESP32.
I have installed the plugin but when i try to add one of my Victron MPPT controllers i get this error. Any ideas? Its running on a Cerbo if that makes any difference

@Chris BHR Turn on debug and send me the server log. Not sure what's going on there.
What happens when you refresh the screen? Do you see your config paths?
Also, running on a Cerbo shouldn't make any difference.
To create a server log file, turn debug on for the plugin then from a command line execute the following:
journalctl -u signalk.service --since "today" > ~/chrisbhr-sk.log
Attach or DM the ~/chrisbhr-sk.log file so I can see if there are any errors.