OpenMarine

Full Version: I2C sensors - doubleclick to assign Signal K key not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
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.
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
Hello,
I have the same problem. What exactly needs to be entered?
Greetings Jürgen
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
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
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
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
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
Hello,
I had not made any entries in the conf. The system was fresh. The language must be changed to OP.
Greetings Jürgen
Pages: 1 2