(gelöst) Ausgaben des Eventmonitor in der Shell ?

Begonnen von TomLee, 12 November 2021, 06:55:51

Vorheriges Thema - Nächstes Thema

TomLee

Moin,

man kann sich doch sicherlich die Ausgaben auch in der Shell anschauen, wie macht man das ?
Mich hat ein Beitrag von gestern auf die Frage gebracht, ich würde rein aus Interesse gerne mal die Events sehen wollen die bei einem FHEM-Start erfolgen .

Gruß

Thomas

CoolTux

Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

TomLee

Zitat von: CoolTux am 12 November 2021, 07:03:51
Aber das ist ja nichts neues.

Für mich schon, noch nie mit beschäftigt, darum versteh ich jetzt auch nicht das es inform bei mir nicht gibt:

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Nov 12 07:08:05 2021 from 192.168.188.30
pi@FHEMPIOS:~ $
pi@FHEMPIOS:~ $
pi@FHEMPIOS:~ $ help
GNU bash, Version 5.0.3(1)-release (arm-unknown-linux-gnueabihf)
Die Shell Kommandos sind intern definiert.  Mit `help' kann eine Liste
angesehen werden.  Durch `help Name' wird eine Beschreibung der
Funktion `Name' angezeigt.  Die Dokumentation ist mit `info bash'
einsehbar.  Detaillierte Beschreibungen der Shellkommandos sind mit
`man -k' oder `info' abrufbar.

Ein Stern (*) neben dem Namen kennzeichnet deaktivierte Kommandos.

Jobbezeichnung [&]                                          history [-c] [-d Offset] [n] oder history -anrw [Dateina>
(( Ausdruck ))                                              if Kommandos; then Kommandos; [ elif Kommandos; then Kom>
. Dateiname [Argumente]                                     jobs [-lnprs] [Jobbez. ...] or jobs -x Kommando [Arg]
:                                                           kill [-s Signalname | -n Signalnummer | -Signalname] pid>
[ Argument... ]                                             let Argument [Argument ...]
[[ Ausdruck ]]                                              local [Option] Name[=Wert] ...
alias [-p] [Name[=Wert] ... ]                               logout [n]
bg [Jobbezeichnung ...]                                     mapfile [-d Begrenzer] [-n Anzahl] [-O Quelle] [-s Anzah>
bind [-lpsvPSVX] [-m Tastaturtabelle] [-f Dateiname] [-q >  popd [-n] [+N | -N]
break [n]                                                   printf [-v var] Format [Argumente]
builtin [Shellkommando [Argument ...]]                      pushd [-n] [+N | -N | Verzeichnis]
caller [Ausdruck]                                           pwd [-LP]
case Wort in [Muster [| Muster]...) Kommandos ;;]... esa>   read [-ers] [-a Feld] [-d Begrenzer] [-i Text] [-n Zeich>
cd [-L|[-P [-e]] [-@]] [Verzeichnis]                        readarray [-d Begrenzer] [-n Anzahl] [-O Quelle] [-s Anz>
command [-pVv] Kommando [Argument ...]                      readonly [-aAf] [Name[=Wert] ...] oder readonly -p
compgen [-abcdefgjksuv] [-o Option] [-A Aktion] [-G Suchm>  return [n]
complete [-abcdefgjksuv] [-pr] [-DE] [-o Option] [-A Akti>  select Name [in Wortliste ... ;] do Kommandos; done
compopt [-o|+o Option] [-DEI] [Name ...]                    set [-abefhkmnptuvxBCHP] [-o Option] [--] [Argument ...]
continue [n]                                                shift [n]
coproc [Name] Kommando [Umleitungen]                        shopt [-pqsu] [-o] [Optionsname ...]
declare [-aAfFgilrntux] [-p] [Name[=Wert] ...]              source Dateiname [Argumente]
dirs [-clpv] [+N] [-N]                                      suspend [-f]
disown [-h] [-ar] [Jobbezeichnung ... | pid ...]            test [Ausdruck]
echo [-neE] [Argument ...]                                  time [-p] Pipeline
enable [-a] [-dnps] [-f Dateiname] [Name ...]               times
eval [Argument ...]                                         trap [-lp] [[Argument] Signalbezeichnung ...]
exec [-cl] [-a Name] [Kommando [Argumente ...]] [Umleitun>  true
exit [n]                                                    type [-afptP] Name [Name ...]
export [-fn] [Name[=Wert] ...] oder export -p               typeset [-aAfFgilnrtux] [-p] Name[=Wert] ...
false                                                       ulimit [-SHabcdefiklmnpqrstuvxPT] [Grenze]
fc [-e Editor] [-lnr] [Anfang] [Ende] oder fc -s [Muster=>  umask [-p] [-S] [Modus]
fg [Jobbezeichnung]                                         unalias [-a] Name [Name ...]
for Name [in Wortliste ... ] ; do Kommandos; done           unset [-f] [-v] [-n] [NAME ...]
for (( Ausdr1; Ausdr2; Ausdr3 )); do Kommandos; done        until Kommandos; do Kommandos; done
function Name { Kommandos ; } oder Name () { Kommandos ; >  variables - Namen und Bedeutung einiger Shell Variablen
getopts Optionen Variable [Argumente]                       wait [-fn] [id ...]
hash [-lr] [-p Pfadname] [-dt] [Name ...]                   while Kommandos; do Kommandos; done
help [-dms] [Muster ...]                                    { Kommandos ; }
pi@FHEMPIOS:~ $ inform timer
-bash: inform: Kommando nicht gefunden.
pi@FHEMPIOS:~ $

CoolTux

Das ist der Befehl den Du eingibst wenn Du in der FHEM telnet Session bist
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

TomLee


TomLee

Wenn ich FHEM neu starte und mich per telnet anmelden muss und anschliessend den Befehl noch angeben, dann verpasse ich doch Events ?

Wie mach ich es das ich vom Start an alle Events sehe ?