OpenMarine
[SOLVED] The Openplotter window does not start - 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: [SOLVED] The Openplotter window does not start (/showthread.php?tid=547)



[SOLVED] The Openplotter window does not start - kste - 2017-06-23

if I start openplotter from command line the output is:


pi@etta:~ $ openplotter
Traceback (most recent call last):
  File "/home/pi/.config/openplotter/openplotter", line 34, in <module>
    from classes.add_DS18B20 import addDS18B20
  File "/home/pi/.config/openplotter/classes/add_DS18B20.py", line 23, in <module>
    from w1thermsensor import W1ThermSensor
  File "/usr/lib/python2.7/dist-packages/w1thermsensor/__init__.py", line 7, in <module>
    from .core import W1ThermSensor  # noqa
  File "/usr/lib/python2.7/dist-packages/w1thermsensor/core.py", line 314, in <module>
    load_kernel_modules()
  File "/usr/lib/python2.7/dist-packages/w1thermsensor/core.py", line 308, in load_kernel_modules
    raise KernelModuleLoadError()
w1thermsensor.errors.KernelModuleLoadError: Cannot load w1 therm kernel modules


In the openplotter.conf I have:
[1W]
ds18b20 =


RE: The Openplotter window does not start - kste - 2017-06-23

The problem started after the Raspbian updates yesterday


RE: The Openplotter window does not start - kste - 2017-06-28

I have inserted a microSD with openplotter backup 0.11.04, after updating Raspbian, same error. Huh


RE: The Openplotter window does not start - e-sailing - 2017-06-28

When I disable 1wire in the /boot/config.txt "#dtoverlay=w1-gpio". I get the same error.
Also if you doesn't have a 1wire sensor you shouldn't disable 1wire in the config.txt.


RE: The Openplotter window does not start - kste - 2017-06-29

Thank you!
I did not put this #, it must have been some update (?).
Anyway I removed # and now it works!
But in previous versions it worked like that. I backup Openplotter 0.11.04, there is # and openplotter starts without errors.