OpenMarine
I2C sensors - doubleclick to assign Signal K key not working - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: I2C sensors - doubleclick to assign Signal K key not working (/showthread.php?tid=550)

Pages: 1 2


I2C sensors - doubleclick to assign Signal K key not working - Alpenskipper - 2017-06-25

Hi,

I upgraded to 0.11.11 and re installed a BMP180 and a HTU21D. Now I can't assign a Signal K key, because the dubleclick does not work in this window (I2C).
Doubleclick in other places is working.

Martin


RE: I2C sensors - doubleclick to assign Signal K key not working - SkipperEarly - 2017-06-30

same in the NMEA183 generator. when you doubleclick on a key, existing values are not carried forward into the dialog but selection has to start from scratch.

would be nice to get sorted out.


RE: I2C sensors - doubleclick to assign Signal K key not working - SkipUli - 2017-08-21

Same problem with my config (bmp180): pressure is shown in SignalK-data.
It's not possible to assign SignalK Key via double-click.
I entered the key in the openplotter config-file (.confi/openplotter/openplotter.conf).
After restarting signalk-server it now shiows temperature-value.

Hope, this helps.
Uli


RE: I2C sensors - doubleclick to assign Signal K key not working - Luckbert - 2017-08-22

Hello,
I have the same problem. What exactly needs to be entered?
Greetings Jürgen


RE: I2C sensors - doubleclick to assign Signal K key not working - SkipUli - 2017-08-22

Hi Luckbert,

just enter, whatever you want it to be dispayed as in signalk.
Section [I2C] in the config-file.
In my case this was "environment.temerature.indoors".
Don't forget to restart SignaK-server, cause otherwise the value won't be displayed until you restart your pi.
And I suggest to quit the openplotter app before you edit the config-file.
I don't know if the app updates the config-file upon exit to reflect the current entries.

Hope, this helps.
If you need more detailed instructions i can provide you with that this evening.

Greets, Uli


RE: I2C sensors - doubleclick to assign Signal K key not working - Luckbert - 2017-08-22

Hello SkipUli,
Thanks for the hint. I have looked into the Conf times. Unfortunately I'm not quite sure where I have to enter the entries. A screenshot would be cool.
Greetings Jürgen

edit:
I've already written 2 threats on this topic. I think the cause is the same.

Perhaps one can make a threat from it to find all solutions later.

http://forum.openmarine.net/showthread.php?tid=684

http://forum.openmarine.net/showthread.php?tid=681


RE: I2C sensors - doubleclick to assign Signal K key not working - SkipUli - 2017-08-23

Hi Jürgen,

here's what I did after stopping openplotter:
- open terminal
- cd .config/openplotter
- nano openplotter.conf
- ^w i2c
- at this location I found:
Code:
sensors = [['BMP180', 'rtimulib.press.2.0x77', [['environment.outside.pressure', 1.0, 0.0], ['', 1.0, 0.0]]]]
changed it to
Code:
sensors = [['BMP180', 'rtimulib.press.2.0x77', [['environment.outside.pressure', 1.0, 0.0], ['environment.inside.temperature', 1.0, 0.0]]]]
- ^x and save the openplotter.conf
- restart signalk-server

Hope, this helps.
Greets, uli


RE: I2C sensors - doubleclick to assign Signal K key not working - Luckbert - 2017-08-26

Hello everybody,
With me it helped to change the language to enlish.
Then I could assign the signal k key in tab i2c.
I did not need to change the conf.
Greetings Jürgen


RE: I2C sensors - doubleclick to assign Signal K key not working - SkipUli - 2017-08-26

Hi Jürgen,
just checked this behaviour: Same with me, so it's obviously a bug. After changing UI-language double-clicking won't be possible to edit the SignalK-keys.
So perhaps it's a good idea to use english ...
(And of course, you did change the .conf-file - your edits are reflected in this file Big Grin )
Thanks for claryfiing.

Greets, uli


RE: I2C sensors - doubleclick to assign Signal K key not working - Luckbert - 2017-08-26

Hello,
I had not made any entries in the conf. The system was fresh. The language must be changed to OP.
Greetings Jürgen