![]() |
OpenPlotter 2 roadmap - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2) +--- Thread: OpenPlotter 2 roadmap (/showthread.php?tid=1992) |
RE: OpenPlotter 2 roadmap - glowntiger - 2019-09-24 (2019-09-23, 05:44 PM)Sailoog Wrote:(2019-09-23, 05:26 PM)glowntiger Wrote:(2019-09-23, 04:34 PM)Sailoog Wrote: - when you install any app from openplotter-settings, postinstall.py file is executed after the app package installation. If you are developing, you have to install your app for testing using "sudo python3 setup.py install" and then you have to run manually the postinstall script just typing "myappPostInstall" works fine.... ![]() RE: OpenPlotter 2 roadmap - Sailoog - 2019-09-25 (2019-09-23, 07:45 PM)glowntiger Wrote: If I make all config edits for the 1-wire ds2482 in the MCS-App, is it possible that your 1-wire app Handle the Sensor too? You need to handle the sensors readings from your app. The idea is that all apps are independent from others and openplotter-settings is the only requirement. To do this you have to use the openplotterMyappRead.py file where you will found an example to send data to Signal K. This file have to be ran as a service at startup (see setup.py and myappPostInstall.py to see how to implement the service) RE: OpenPlotter 2 roadmap - rastam4n - 2019-09-30 Sailoog Above I see you have stricken off pypilot from the list but I there is no update available to enable autopilot yet only IMU data... which I believe is still not being transmitted port 52000? Is this in error? RE: OpenPlotter 2 roadmap - Sailoog - 2019-09-30 We will go to beta without the autopilot feature and we will add it before stable stage. The IMU feature is working well for me, since I can not reproduce your error we should find out what is happening there. Please create a post in the bug forum with as more details as you can or copy your latest post about it. Add [OP2] to the post subject RE: OpenPlotter 2 roadmap - glowntiger - 2019-09-30 Hey Sailoog, Were did you get the Blue Icons (add, edit, delete) I need more and want to use similar ones.... ;-) Thanks Thomas RE: OpenPlotter 2 roadmap - Sailoog - 2019-09-30 (2019-09-30, 06:51 PM)glowntiger Wrote: Hey Sailoog, Take them if you need. Now I am getting icons from here: https://www.flaticon.com RE: OpenPlotter 2 roadmap - glowntiger - 2019-09-30 Thanks…. ;-) a further question: I´m a little bit confused ![]() ![]() on your new i2c app you use a signalk key to be send like: "OPsensors.I2C."+name... To understandable: Must the key send conform to the signalk reference? : https://github.com/SignalK/specification/blob/master/gitbook-docs/keys.md or can I send like OPsensors.1wire.Outsidetemp and map the data in signalk ? Until now I have never used signalk ![]() Is there anywere a file were i can found all Keys for menü construction? In your selectKey.py there is a reference to "keyswithmetadata.json". I can not found the file? I have installed signalk... RE: OpenPlotter 2 roadmap - Sailoog - 2019-10-06 in red (2019-09-30, 08:52 PM)glowntiger Wrote: Thanks…. ;-) SignalK - abarrow - 2019-10-06 Anyone else having problems getting SignalK to start in OP2? I've re-installed it a couple of times, and also tried stopping and starting the service, but I can't get it to start up. RE: SignalK - Sailoog - 2019-10-06 (2019-10-06, 04:59 PM)abarrow Wrote: Anyone else having problems getting SignalK to start in OP2? I've re-installed it a couple of times, and also tried stopping and starting the service, but I can't get it to start up. Any error in /var/log/syslog? |