![]() |
Bluetooth Diesel Heater plugin - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: How I did it (https://forum.openmarine.net/forumdisplay.php?fid=6) +--- Thread: Bluetooth Diesel Heater plugin (/showthread.php?tid=5284) |
Bluetooth Diesel Heater plugin - sebba - 2024-03-25 Hello, I made a plugin for reading data from a Chinese diesel heater which allow Bluetooth connection. This is the very first version, only for readings. I intend to transform it in a webapp for full controll but until this will happen, any advice will be very appreciated. The source code is here: https://github.com/Haimana/signalk-ble-heater.git If someone want to test it, just do the following steps, until I'll publish it to npm. It was tested on RPi 4 and Debian Buster with SignalK v2.6.2 Code: git clone https://github.com/Haimana/signalk-ble-heater.git For making this, I used info and/or parts of code from: https://github.com/htool/jbd-overkill-bms-plugin.git and https://github.com/spin877/Bruciatore_BLE.git https://github.com/iotmaestro/vevor-heater-ble.git https://github.com/bderleta/vevor-ble-bridge.git Many thanks for developers Thank you, Seb PS: My controller looks like this: ![]() RE: Bluetooth Diesel Heater plugin - manitu - 2024-04-13 Cool! I'm just starting my OpenPlotter project and wanted to get basic remote start through the RPi , but this is much better. Subscribed! RE: Bluetooth Diesel Heater plugin - sebba - 2024-04-13 I'm glad if help... I hope I'll be able to make the webapp, too, for proper monitoring and control. RE: Bluetooth Diesel Heater plugin - GreenLillie - 2024-05-06 (2024-04-13, 11:11 AM)manitu Wrote: Cool! I'm just starting my OpenPlotter project and wanted to get phenq gnc basic remote start through the RPi , but this is much better. Subscribed! That's very good to know. Do share the outcome with us. |