2022-05-23, 09:16 PM
Bingo. openplotter-network is expecting ESSID, Rate, Quality and level parameters for each interface but your device (wlan1) does not have Rate and crashes the program. Easy fix. Thanks!
(2022-05-22, 07:24 PM)Paul M Wrote: [ -> ]The problem I had with influx was my mistake, I hadn’t realised that the signal k key needs to be prefixed with ‘self.’ Data now being stored in the influx db 2 bucket.
I’ve begun looking at the network (Wi-Fi) configuration with rpi os 64 and op3.
I pre-configured the settings using raspberry pi imager v1.7.2 hostname, ssh password, ssid, password etc.and it worked ok.
I added a second Wi-Fi (usb dongle) on my pi4. Intending to use it as a hotspot
a) using a ralink device
- the ssid and password were mirrored from the main Wi-Fi on the pi and
- op3 network app opened
b) using a different Wi-Fi dongle (realtek)
- the dongle remained unassociated
- op3 network app failed to start.
Running Openplotter-network gives the following response:
pi@raspberrypi:~ $ openplotter-network
Traceback (most recent call last):
File "/usr/bin/openplotter-network", line 11, in <module>
load_entry_point('openplotterNetwork==3.1.2', 'console_scripts', 'openplotter-network')()
File "/usr/lib/python3/dist-packages/openplotterNetwork/openplotterNetwork.py", line 975, in main
MyFrame().Show()
File "/usr/lib/python3/dist-packages/openplotterNetwork/openplotterNetwork.py", line 85, in __init__
self.pageClient()
File "/usr/lib/python3/dist-packages/openplotterNetwork/openplotterNetwork.py", line 863, in pageClient
self.read_wlan()
File "/usr/lib/python3/dist-packages/openplotterNetwork/openplotterNetwork.py", line 899, in read_wlan
self.client_bitRate1.SetValue(self.find_line_split_set2(wlan_info,"Rate","=",1).split(" ")[0])
AttributeError: 'NoneType' object has no attribute 'split'
It may be that the Realtek is not supported, I did have problems with it on the buster release.
(2022-01-31, 01:04 PM)Sailoog Wrote: [ -> ](2022-01-30, 10:53 PM)verkerkbr Wrote: [ -> ]Hi Sailoog,
all my OpenCPN versions on several systems, also Linux Mint,amd64, run in the Flatpak mode. I think that becomes the standard for OpenCPN and the plugins.
As you can see in the image, data from my GPS mouse works from the SignalK server. The Oesenc charts plugin for the usb plug also works. But therefore you need the beta plugins.
Not all the the apps are available. But with my "hand" installed Debian Bullseye for the RPI extended with the OpenPlotter extra's. Every thing allready works !
Doing also a test with the Ubuntu Jammy Jelly. There the OpenPlotter add-ons does not work.
I'am using a Pi4 with 2 GB.
Regards,
Bram
- Flatpak is only the standard for arm64 and no Debian distributions. For the rest of Debian derivatives the recommended way is using PPA sources including armhf.
- There is not beta version of "oeSENC plugin", are you talking about the new "o-charts plugin"?
- Although an OpenPlotter 2 app could be forced and installed in OpenPlotter 3 it does not mean that it works. Everything must be revised and deeply tested before publishing.
- As I have told you many times OpenPlotter add-ons will never work in non LTS Ubuntu versions.
(2022-05-24, 08:06 AM)jtaraskin Wrote: [ -> ]I'm actually not on the boat... In 4 Weeks I can check it out.
(2022-05-24, 11:37 AM)ALROCHARARI Wrote: [ -> ]Hello,
I have now Ubuntu 22.04 LTS installed on my computer and would like to install OpenPlotter and all plugins.
When can I start with the alpha version?
I tried with Settings 2.9.1 then OpenCPN Installer 2.2.3 then tried to install OpenCPN 5.6.2.2~ubuntu18.04.1
I had following error: (Translated from French sorry)
Reading package lists...
Building the dependency tree...
Reading status information...
Some packages cannot be installed. This can mean that you asked for the impossible or if you use the unstable distribution which some packages don't have yet been created or have not left incoming. The following information should help you to resolve the situation:
The following packages contain unmet dependencies:
opencpn: Depends: libwxgtk3.0-0v5 (>=3.0.4+dfsg) but it is not installable
Recommends: xcalib but will not be installed
Recommends: opencpn-doc but will not be installed
Recommends: opencpn-sglock-amd64 but will not be installed
Recommends: opencpn-sglock-arm32 but will not be installed
Recommends: libusb-0.1-4 but will not be installed
E: Unable to fix problems, bad packages are in "keep as is" mode.
Best regards,
Raoul