Search found 322 matches

by RevPiModIO
13 Oct 2023, 13:02
Forum: PiCtory
Topic: PiCtory leer nach Update --> lässt sich nicht mehr konfigurieren
Replies: 18
Views: 11943

Re: PiCtory leer nach Update --> lässt sich nicht mehr konfigurieren

Hi Wiekon! Das Problem mit PiCtory könntest du durch das Löschen des "Browser-Caches" beheben. Wir haben bei piCtory neue JavaScript-Dateien für das Frontend hinzugefügt, welche vermutlich noch nicht in deinem Browser-Cache sind. Diese Aktualisierung holt sich auch die aktuellen Einstellun...
by RevPiModIO
13 Oct 2023, 11:36
Forum: Software
Topic: Cannot Access Pictory, Apache HTTP Server fails to start
Replies: 1
Views: 3009

Re: Cannot Access Pictory, Apache HTTP Server fails to start

Hi! Sorry for the inconvenience! We are currently working on a bug fix. But you can already apply a workaround to fix the problem: Delete the certificate file `sudo rm /etc/ssl/certs/revpi-self-signed.pem` Delete the key file `sudo rm /etc/ssl/private/revpi-self-signed.key` Restart the Revolution Pi...
by RevPiModIO
26 Sep 2023, 08:26
Forum: Software
Topic: Python-Code wird nicht durchlaufen bei Start via bash
Replies: 1
Views: 4585

Re: Python-Code wird nicht durchlaufen bei Start via bash

Hi, ich kenne zwar nicht den ganzen Code von dir, aber ich könnte mir vorstellen, dass du beim RevPiModIO autorefresh=True verwendest. Wenn dies so ist, dann MUSST du vor Programmende ein [name_von_modio_instanz].exit() aufrufen. Das stellt sicher, dass gesetzte Ausgänge noch einmal sicher geschrieb...
by RevPiModIO
15 Sep 2023, 16:37
Forum: Software
Topic: Alternative zu revpimodio2 zur Ansteuerung von Ausgängen via python
Replies: 3
Views: 3904

Re: Alternative zu revpimodio2 zur Ansteuerung von Ausgängen via python

Hi Andreas, da ist aber richtig etwas "schief" gegangen bei der Umstellung von LGPLv3 auf LGPLv2. Vielen Dank für den Hinweis. Die LICENSE.txt enthält jetzt den richtigen Lizenztext.

Gruß
Sven
by RevPiModIO
15 Sep 2023, 13:33
Forum: Software
Topic: Alternative zu revpimodio2 zur Ansteuerung von Ausgängen via python
Replies: 3
Views: 3904

Re: Alternative zu revpimodio2 zur Ansteuerung von Ausgängen via python

Also generell ist die Lizenz von RevPiModIO ab Version 2.6.0 LGPLv2 - Diese sollte eigentlich keine Probleme verursachen. Kannst du mir bitte die genauen Stellen nennen, wo es nicht passt? Diese Stellen müssen vermutlich angepasst werden. RevPiModIO2 = LGPLv2 RevPiPyLoad = GPLv2 RevPiCommander = GPL...
by RevPiModIO
18 Aug 2023, 09:10
Forum: RevPiModIO
Topic: Python RevPiModIO library sometimes fails to change output state
Replies: 7
Views: 20292

Re: Python RevPiModIO library sometimes fails to change output state

An RC version for fixing the bug is now available on GitHub and as a Debian package. https://github.com/naruxde/revpimodio2/tree/fix/shared-procimg-values http://revpimodio.org/dnl/python3-revpimodio2_2.6.1~1-1_all.deb It would be nice if it could be tested. The installation of the Debian package ca...
by RevPiModIO
16 Aug 2023, 18:38
Forum: RevPiModIO
Topic: Python RevPiModIO library sometimes fails to change output state
Replies: 7
Views: 20292

Re: Python RevPiModIO library sometimes fails to change output state

Perfect, I think I found the error and can release a new version as RC this week. Could you please test it then?
by RevPiModIO
16 Aug 2023, 09:48
Forum: Software
Topic: Autostart python folder
Replies: 9
Views: 2305

Re: Autostart python folder

Could you check also the log file: `cat /var/log/revpipyloadapp`?

It looks like the program crashes, the outputs from the program itself are in the file `revpipyloadapp`, I forgot to mention in the last post, sorry. :D
by RevPiModIO
16 Aug 2023, 08:08
Forum: Software
Topic: Autostart python folder
Replies: 9
Views: 2305

Re: Autostart python folder

And it's running now? Are the sections [MQTT], [XMLRPC], etc. also double in your configuration file? If so, please delete the duplicate occurrences completely. The value `plcprogram_watchdog = 1` is not good! The number is the timeout in seconds. If you activate the software watchdog, it must also ...
by RevPiModIO
15 Aug 2023, 15:27
Forum: Software
Topic: Autostart python folder
Replies: 9
Views: 2305

Re: Autostart python folder

Please check the `autostart=1` parameter in /etc/revpipyload/revpipyload.conf. It must be `1`.

Checkout `plcuid` and `plcgid` maybe you have to change the values, if you need your script running as root.

https://revpimodio.org/en/revpipyplc-2/revpipyload/

Regards
Sven