OpenMarine
New OpenPlotter v0.10.0alpha release - 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: New OpenPlotter v0.10.0alpha release (/showthread.php?tid=462)

Pages: 1 2 3


RE: New OpenPlotter v0.10.0alpha release - kste - 2017-04-21

In the last update with 4 ADS1115 support work only one ADS1115, the first one. In SignalK diagnostics there are all source blocks but the value of the second and third ADS1115 (i have 3) are zero.


RE: New OpenPlotter v0.10.0alpha release - svtgd - 2017-04-21

1W - deleting and adding back in did the trick. Thanks. SK diagnostic displays a Celsius value, Web socket displays a Kelvin value. I was hoping to display Fahrenheit from NMEA 0183 output. Is that possible?

Many thanks.


RE: New OpenPlotter v0.10.0alpha release - kste - 2017-04-22

Hi,
Even nmea 0183 generator to me no longer works with update 11.1.
There are strings but the values are at 0.


RE: New OpenPlotter v0.10.0alpha release - PaddyB - 2017-04-22

(2017-04-22, 07:47 AM)kste Wrote: Hi,
Even nmea 0183 generator to me no longer works with update 11.1.
There are strings but the values are at 0.
Same here, error

python: can't open file '/home/pi/.config/openplotter/tools/NMEA_0183_generator_d.py': [Errno 2] No such file or directory

Sent from my SGP511 using Tapatalk


RE: New OpenPlotter v0.10.0alpha release - Littlechay - 2017-04-23

Everything updated as of today version 0.11.2, RPi 3,

GPS on ttyS0 is unavailable.

ttyS0 is added to serial interfaces in NMEA0183 tab as "gps"

running openplotter in terminal produces

Failed to open /dev/ttyS0: Permision denied
Failed to initialize interface gps

Running
sudo systemctl stop serial-getty@ttyS0
sudo chmod 666 /dev/ttyS0

Solves the problem; but how do I make this a permanent fix so that I don't have to do it on every boot? Something to do with stopping spawning of getty?

Can this be fixed so that the user doesn't have to mess around with it?

Chris


0.11.2 - svtgd - 2017-04-23

I2C is working fine.- DS18b20, MPU6050, HTU21D, BMP180 - all look great!  NMEA 0183 and 2000 generators are working for me. 
Great progress!

Re temperature conversions - the NMEA 0183 generator doing Kelvin temps to Celsius. OpenCPN - a new NMEA converter under development - havent tried it yet.


RE: New OpenPlotter v0.10.0alpha release - PaddyB - 2017-04-24

(2017-04-22, 02:00 PM)PaddyB Wrote: Same here, error

python: can't open file '/home/pi/.config/openplotter/tools/NMEA_0183_generator_d.py': [Errno 2] No such file or directory

Sent from my SGP511 using Tapatalk

Working perfectly now on last update, thanks!!

Sent from my SGP511 using Tapatalk


RE: New OpenPlotter v0.10.0alpha release - kste - 2017-04-24

(2017-04-21, 10:37 PM)kste Wrote: In the last update with 4 ADS1115 support work only one ADS1115, the first one. In SignalK diagnostics there are all source blocks but the value of the second and third ADS1115 (i have 3) are zero.

It was my mistake in the file openplotter_analog.conf.
Now it works properly.

(2017-04-22, 07:47 AM)kste Wrote: Hi,
Even nmea 0183 generator to me no longer works with update 11.1.
There are strings but the values are at 0.

If debugging opeplotter started and after SignalK diagnostic startup, the terminal appears:
no unit for  electrical.batteries.servizi.current
no unit for  electrical.batteries.main.capacity.StatoBatteria
no unit for  electrical.batteries.main.capacity.OreResidue.TTg
no unit for  electrical.batteries.main.capacity.AhMassimeAssorbite.H1
no unit for  electrical.batteries.main.capacity.AhUtilizzate.H2
no unit for  electrical.batteries.main.capacity.AhTotaleConsumiRegistrati.H6
no unit for  electrical.batteries.main.capacity.AhUtilizzate.CE
no unit for  navigation.gnss.differentialReference
no unit for  navigation.gnss.horizontalDilution
no unit for  navigation.gnss.geoidalSeparation
no unit for  navigation.gnss.satellites
no unit for  navigation.gnss.quality
no unit for  electrical.batteries.rpi3V.voltage
no unit for  electrical.batteries.rpi5V.voltage
no unit for  tanks.freshWater.300LtPrua.currentVolume


RE: New OpenPlotter v0.10.0alpha release - kste - 2017-04-24

(2017-04-24, 07:18 AM)kste Wrote:
(2017-04-22, 07:47 AM)kste Wrote: Hi,
Even nmea 0183 generator to me no longer works with update 11.1.
There are strings but the values are at 0.

If debugging opeplotter started and after SignalK diagnostic startup, the terminal appears:
no unit for  electrical.batteries.servizi.current
no unit for  electrical.batteries.main.capacity.StatoBatteria
no unit for  electrical.batteries.main.capacity.OreResidue.TTg
no unit for  electrical.batteries.main.capacity.AhMassimeAssorbite.H1
no unit for  electrical.batteries.main.capacity.AhUtilizzate.H2
no unit for  electrical.batteries.main.capacity.AhTotaleConsumiRegistrati.H6
no unit for  electrical.batteries.main.capacity.AhUtilizzate.CE
no unit for  navigation.gnss.differentialReference
no unit for  navigation.gnss.horizontalDilution
no unit for  navigation.gnss.geoidalSeparation
no unit for  navigation.gnss.satellites
no unit for  navigation.gnss.quality
no unit for  electrical.batteries.rpi3V.voltage
no unit for  electrical.batteries.rpi5V.voltage
no unit for  tanks.freshWater.300LtPrua.currentVolume
OK Solved!
The NMEA 0183 sentences in openplotter.conf with the SignalK .value, previously worked regularly, now does not work, I removed .value.


RE: New OpenPlotter v0.10.0alpha release - Littlechay - 2017-04-26

1W sensor values are missing from Signal-K on reboot. I can only make them reappear by going to the 1W tab, editing the entry and saving.

Up-to-date OP 0.11.2a on RPI 3

Chris