Onkel Andy
Onkel Andy
On Mac OS I (sometimes) get this error when i induce a smarthome.py -r and smarthome is not running: ``` > smarthome % bin/smarthome.py -r A Process ID of 0...
adjust datatables handling and sample plugins
``` handlers: memory_warn: (): lib.log.ShngMemLogHandler logname: memory_warn maxlen: 60 level: WARNING filters: [stateengine, roborock, roborock_2, standby] root: level: WARNING handlers: [shng_warnings_file, memory_warn] ``` and ``` {{ status.log('', 'memory_warn', 20) }}...
Die Probleme mit Websocket sind plötzlich wieder retour.. Ist nicht ganz klar, woher und warum.. Zum gegebenen Zeitpunkt schien sonst alles stabil. Im Details Log steht ``` Sep 02 01:15:09...
The xtrabackup doesn't find the sock file if it's not in the /tmp folder (what might happen depending on the mysql service file..) It might be necessary to provide the...
Beispielsweise das Datenbank Plugin ermöglicht es, mit item.db() konkrete DB-Abfragen zu einem Item zu machen. Im WebIF ist das unter "Plugin API" beschrieben: https://github.com/smarthomeNG/plugins/blob/master/database/user_doc.rst Wollen wir dafür eine Sektion in...
Im Forum berichtet ein User, dass beim Angeben einer py_maxversion von 3.10 in einem Plugin diese Fehlermeldung kommt: plugin 'jsonread' v1.0.3: The Python version v3.10.13 is too new for this...
ngx.var['http_authentication' = "TOKEN" should be ngx.var['http_authentication'] = "TOKEN"