NEWS
Adresse per Telegram versenden
-
ich habe das Blockly mittlerweile weiterentwickelt, um nicht nur eine Info zu bekommen wenn das Auto fährt und die Fahrt beendet ist, sondern auch um ad-hoc abfragen zu können, wo es steht und ob der Sicherheitsstatus OK ist.
Dazu verwende ich ein Telegram Menü, bei dem ich ein bool auf true setze und mir dann die Ifos ad hoc schicken lasse:
Alles OK:
Probleme werden gelistet:
Auto steht zu Hause (bei uns ist die Garage im Haus integriert):
Wenn das Auto zu Hause steht, wird auch noch mit ausgegeben, ob das Garagentor geöffnet ist. Das letzte Update ist entweder wenn es nicht zu Hause steht die letzte Änderung des Sicherheitsstatus' des Autos oder zu Hause des Garagentors.
<xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable id="#W9[8#Z#T0DT@[k}Obn(">s_OriginalURL</variable> <variable id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</variable> <variable id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</variable> <variable id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</variable> <variable id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</variable> <variable id="h1$JZME7j6+{nnwl0.jX">GaragentorText</variable> </variables> <block type="procedures_defcustomreturn" id="O/kPa$hWu*Sqkh^uJL[)" x="-1112" y="338"> <mutation statements="false"> <arg name="s_OriginalURL" varid="#W9[8#Z#T0DT@[k}Obn("></arg> </mutation> <field name="NAME">funcURLumwandeln</field> <field name="SCRIPT">cmV0dXJuIGVuY29kZVVSSShzX09yaWdpbmFsVVJMKTs=</field> <comment pinned="false" h="80" w="160">Describe this function...</comment> </block> <block type="procedures_defnoreturn" id="4z6g{izY8FX4;oyvy~UC" x="-938" y="512"> <field name="NAME">PrüfeSicherheitsstatus</field> <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment> <statement name="STACK"> <block type="variables_set" id="Tj)EwDEzVdd{NU+~~j-#"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="VALUE"> <block type="text" id="N}wpHwPcxF@,y+IbuMCn"> <field name="TEXT"></field> </block> </value> <next> <block type="controls_if" id="UgQDo-rods6e6@ZJ:u5e"> <mutation elseif="10" else="1"></mutation> <value name="IF0"> <block type="logic_operation" id="@~V,MXpM4F:/Y#aY_Opt"> <field name="OP">OR</field> <value name="A"> <block type="logic_compare" id="1J@,=axA.8{+{VlBI-u]"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="tXWbs/(e]TJy=9KxS4xi"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doorLockStatus</field> </block> </value> <value name="B"> <block type="text" id=".7^G8M~4HqabNWj-XH@x"> <field name="TEXT">unlocked</field> </block> </value> </block> </value> <value name="B"> <block type="logic_negate" id=".U1uieFL:_+UjZKZII#I"> <value name="BOOL"> <block type="get_value" id="9hJUpC5;~UHHd[L,DYI4"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.isCarLocked</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="text_append" id="g4Q-6,I*7h_$~wvnDv}R"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="o2GXB1d9M(#M5+vbA}ZA"> <field name="TEXT">- Auto ist nicht abgeschlossen</field> </block> </value> <next> <block type="variables_set" id="{+$g[x%kL#)h0}u8r_fo"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="RuokpEwQ$;p*M|rs{Q=O"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </statement> <value name="IF1"> <block type="logic_compare" id="#5i:3t;M9nFl%ER;M$=v"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="Pd]$*jUh[fm.L-])QF)h"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doors01.status.closed</field> </block> </value> <value name="B"> <block type="text" id="x2lw|DCL?!F:OhgQQlm?"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO1"> <block type="text_append" id="vN]|wk3R0p~jLb+UTv^K"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="j*wIun%y$@2~b6#gub~g"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="Y5KFZS.]q$y6|YIq+4pJ"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="q,qv9{@%c(D1N!fesiT/"> <field name="TEXT">- Motorraum geöffnet</field> </block> </value> <next> <block type="variables_set" id="uT8$uVu21vl$ddIr^bZj"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="9m3uYK-wEFy`10Ii@M(="> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF2"> <block type="logic_compare" id="Ke*P[Eda)*[|A$F$dBBv"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="2U|fW@j#4xWF@x@fJ+`m"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doors02.status.closed</field> </block> </value> <value name="B"> <block type="text" id="YYr{2wD;T/38ST:mD0d["> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO2"> <block type="text_append" id="w[oh(;iI8h)74RI]Zyz)"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="E;^bI{Zf7gt2sth,KbNk"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="R=2J|Jnygu0V)XdLVBTj"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="?b3|,JAtFer$2z_0ap}}"> <field name="TEXT">- Kofferraum geöffnet</field> </block> </value> <next> <block type="variables_set" id="Oinug(JWTtUufDXI;ggD"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="h2YznaY5xW@nAL2x.~[t"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF3"> <block type="logic_compare" id="8QM,8fN]sc`K!%S;[xR@"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="Hb[r2|jRiMKV(_1:97HL"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doors03.status.closed</field> </block> </value> <value name="B"> <block type="text" id="g6wJ8x2xjTlH1e/I_Dq1"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO3"> <block type="text_append" id="Tk[!ZkhwR2;SF?*`R=@u"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="kxnPL!i4g@Wa?*LSa_pk"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="Jrr1oXC.]ZeCK:Bb=zNw"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="-.jI]:QE:Z8q,DY:(7[,"> <field name="TEXT">- Tür hinten rechts geöffnet</field> </block> </value> <next> <block type="variables_set" id="Y}Ua$+f;[]p,pB]nHLj^"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="4LHzRi9Hs0/+m(%0vf^8"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF4"> <block type="logic_compare" id="ipxfI@*IzKdc/S;RQHp-"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="5TzP%BmJ-F}dfv)Ld6y}"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doors04.status.closed</field> </block> </value> <value name="B"> <block type="text" id="A|UtaZHTGPl(pDdDVDHn"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO4"> <block type="text_append" id="aN7:ua?4c,5wYzo%3@Zj"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="W5g!aLOu{CyfJY.M.4ru"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="*964f2]woEnEl?|!Nf~W"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="]|Hf4`l0TTl`rJ0gF9R@"> <field name="TEXT">- Tür hinten links geöffnet</field> </block> </value> <next> <block type="variables_set" id="EP-Y*g)FT,yj,C1zLqga"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="#6AxEy(~h/1c(|=ZSdO["> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF5"> <block type="logic_compare" id=",+UcR_?{g?{p~I;do`9W"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="p*Yy)zsU=Iz8mT,?QadA"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doors05.status.closed</field> </block> </value> <value name="B"> <block type="text" id="DFOCE;YJ46xu[8$3$kgr"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO5"> <block type="text_append" id="7}W:zwZD[Bq`+(n`{[xb"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="aF=aHg}:*_8Bz7R.,mXm"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="GcA){Iuz14+k/;!DiAE/"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="@s%zzCcj%xl:fLI#qbm^"> <field name="TEXT">- Beifahrerseite geöffnet</field> </block> </value> <next> <block type="variables_set" id="b/IP9sGWO+_#a[NEA,Zg"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="2u!%wo^}Ehs|Q)_bp7F,"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF6"> <block type="logic_compare" id="z(cLiT|cJ$x|+$=w%Z+b"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="My!.rV1^+.%xm?T)^m2C"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.doors06.status.closed</field> </block> </value> <value name="B"> <block type="text" id="6E/~l=9,N{r}|D365.$R"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO6"> <block type="text_append" id="lRJ#+_]r+05{y.mbt;_Q"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="kyd7LTNuQ^r~STYf|Pq,"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="%wuoq!qd`~P^2U}vv|p}"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="+(b{^,ED[_hSjVGSggzj"> <field name="TEXT">- Fahrerseite geöffnet</field> </block> </value> <next> <block type="variables_set" id="[|.[HY+0leaIr_fB:Kvr"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="?x@2:;n/W|e`_%sP;dwx"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF7"> <block type="logic_compare" id="o4{@3)=g]M^9[QESAJ.."> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="`E,P(gqn$QcIYO_k=Y,@"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.windows04.status.closed</field> </block> </value> <value name="B"> <block type="text" id="x4+#D0y)R~W:]_aySVS("> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO7"> <block type="text_append" id="[X0rS]$dO!GibSg9BqB3"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="Vs2e=$i{9qk8cdTU|x6n"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="l+e=F5`d3-7g]JJ{m{?]"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="KBHB`v$/2=;C?#@YOXqa"> <field name="TEXT">- Fenster Fahrerseite geöffnet</field> </block> </value> <next> <block type="variables_set" id="5|GvCj%jWzRY6!=2|nm?"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="_:svgc!meQ57N%)P-+le"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF8"> <block type="logic_compare" id="H`cG,7jl1DF;.SX[Z!15"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="YB/:]fJ1rOt-x}b^*O$^"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.windows05.status.closed</field> </block> </value> <value name="B"> <block type="text" id="ozonyC_:bQ{S^)$B_(x_"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO8"> <block type="text_append" id="QmT3}p6u!2_-%I1/9Z:,"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="Qfml_`4v(u^xTHMzAq3f"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="tdnz4r`/zb4F31_OL*Ay"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="{gSJV1W35zrH]0+iKhYg"> <field name="TEXT">- Fenster Beifahrerseite geöffnet</field> </block> </value> <next> <block type="variables_set" id="_#:9R0aoqKwqKycb%6`m"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="D.1%1fcr{oH(W-k])KvK"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF9"> <block type="logic_compare" id="_U~o9K}XQVRwZ;@+B_nv"> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="Uv~0B_zutwLM!naTw}jp"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.windows06.status.closed</field> </block> </value> <value name="B"> <block type="text" id="HprwjC~a(mH*t=_vWk;8"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO9"> <block type="text_append" id="?@up}JKm-`GWHq~33)~r"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="fy8:i]X!l/Gr|:!06:X-"> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="c]pSbrdW:~Iy=8_;1|,L"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="md{O3d~D:]A3`~EC8Vz/"> <field name="TEXT">- Fenster hinten links geöffnet</field> </block> </value> <next> <block type="variables_set" id="AUNO8}1L3*]Uwc^5EcW2"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="lI|_^t!3w3Fm1i=fJpJc"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <value name="IF10"> <block type="logic_compare" id="/~4H;/{-vCR4P=gkvsF("> <field name="OP">NEQ</field> <value name="A"> <block type="get_value" id="D)q7bY^{2a$VMIs3;C$!"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.windows07.status.closed</field> </block> </value> <value name="B"> <block type="text" id="[$~x/u)Bk3z!Q,J/5,Kw"> <field name="TEXT">closed</field> </block> </value> </block> </value> <statement name="DO10"> <block type="text_append" id="_!9$V0LxA[wj)GW2s@r@"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text_newline" id="71tmbdWt`*er[?N:]iz="> <field name="Type">\n</field> </block> </value> <next> <block type="text_append" id="o[2PKFC4Fr%GOzm~#MA^"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="TEXT"> <shadow type="text" id="^-nob5#xM_.LCZu-APK!"> <field name="TEXT"></field> </shadow> <block type="text" id="{Fwf$1Z;m,NkaN7GvZH!"> <field name="TEXT">- Fenster hinten rechts geöffnet</field> </block> </value> <next> <block type="variables_set" id="7IUdCU:TIB~WF%RL+.Bb"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="kB:A(JtWxS=mWISRRn;X"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </next> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="n]IQ0;0tQbABa_{wg*$@"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> <value name="VALUE"> <block type="text" id="XK~qKI|6yT:Dnzv/zZll"> <field name="TEXT">Alle Fenster geschlossen, Auto abgeschlossen.</field> </block> </value> <next> <block type="variables_set" id="_gQ?Ma,O:m3p-g1e6wFO"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> <value name="VALUE"> <block type="logic_boolean" id="5a@8mbz{`XZ7XJ3zy_+^"> <field name="BOOL">FALSE</field> </block> </value> </block> </next> </block> </statement> </block> </next> </block> </statement> </block> <block type="on" id="M0I__s2xA9qW.RTxV^hn" x="-2787" y="688"> <field name="OID">0_userdata.0.EigeneDatenpunkte.Auto.SicherheitsstatusSenden</field> <field name="CONDITION">true</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="procedures_callnoreturn" id="%p+5F%]+O4MxXVhQ|N=P"> <mutation name="PrüfeSicherheitsstatus"></mutation> <next> <block type="variables_set" id="lDl_w?QX?+(gFrv~SNYo"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> <value name="VALUE"> <block type="text_join" id="MFS9I1+2Y%rvOu,Z!v-{"> <mutation items="2"></mutation> <value name="ADD0"> <block type="text" id="?NrE|g/HB[S,`w-+HWsu"> <field name="TEXT">https://www.google.com/maps/dir/?api=1&travelmode=driving&destination=</field> </block> </value> <value name="ADD1"> <block type="get_value" id="xbO9D}[$f1KW25b_7XdQ"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> </block> </value> <next> <block type="variables_set" id="{JTm2)_fW3c_W^4fL~A|"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> <value name="VALUE"> <block type="procedures_callcustomreturn" id="I0A!U|G!eqZ7.zO0KPo3"> <mutation name="funcURLumwandeln"> <arg name="s_OriginalURL"></arg> </mutation> <value name="ARG0"> <block type="variables_get" id="ZL.3|=[,xKr:TF=@:}.^"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> </block> </value> </block> </value> <next> <block type="variables_set" id="2?1cNFq{@DwZ+YEn.]o4"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> <value name="VALUE"> <block type="text_join" id="FOOB*+wU?R72Q~n]r!,,"> <mutation items="3"></mutation> <value name="ADD0"> <block type="get_value" id="rt=s,,-rMP(r,:gJOv+D"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> <value name="ADD1"> <block type="text_newline" id="q++hEhtELtp39;y)=~?P"> <field name="Type">\n</field> </block> </value> <value name="ADD2"> <block type="variables_get" id="WR3M/)FIb]_q]?iIolYz"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> </block> </value> </block> </value> <next> <block type="update" id="T1u9[VQJtoqZj;Vm?RrV"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">0_userdata.0.EigeneDatenpunkte.Auto.SicherheitsstatusSenden</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="h7Au(uP`4US9gY;0(UP|"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="comment" id="n0x4Vgs)_`y6,!8!PbBQ"> <field name="COMMENT">Auto fährt</field> <next> <block type="controls_if" id="P94KKNPI_WS,G9*yJ-/("> <mutation else="1"></mutation> <value name="IF0"> <block type="get_value" id="9;Xh?rR0T6ceTK4).:L."> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.isMoving</field> </block> </value> <statement name="DO0"> <block type="variables_set" id="D1t8NP%UpC:|=FjOv4]_"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> <value name="VALUE"> <block type="text_join" id="c}-H~a{p-$:u^,;PLHfv"> <mutation items="5"></mutation> <value name="ADD0"> <block type="text" id="rlfw;e]ydU7,2v|amu1@"> <field name="TEXT">Auto fährt, letzte bekannte Adresse: </field> </block> </value> <value name="ADD1"> <block type="get_value" id="L{PM1sVH#c,D@Z3*e?J["> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> <value name="ADD2"> <block type="text_newline" id="F~TfduOZ-}6+M+dGhF/j"> <field name="Type">\n</field> </block> </value> <value name="ADD3"> <block type="text" id="YL$EDOe`D0]l#8W(@SAN"> <field name="TEXT">Google Maps Link: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id=".sxStq[Ym7ESR#2dC*e5"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> </block> </value> </block> </value> <next> <block type="telegram" id="QeK1|`d2=I=XDxJt$ptF"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">HTML</field> <field name="ESCAPING">FALSE</field> <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field> <value name="MESSAGE"> <shadow type="text" id="^I=AR.3wHOgig-1iPrnk"> <field name="TEXT">text</field> </shadow> <block type="text_join" id="cw/)5aHZ9dg|NCt_^auj"> <mutation items="6"></mutation> <value name="ADD0"> <block type="variables_get" id="+)WdLesdK9K}wI-BY~/N"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> </block> </value> <value name="ADD1"> <block type="text_newline" id="Ce]~(~O1|G2_U04moRE`"> <field name="Type">\n</field> </block> </value> <value name="ADD2"> <block type="variables_get" id="c+N/55VBid%:pEr+r{Kn"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> </block> </value> <value name="ADD3"> <block type="text_newline" id="1R=JZ{m2`n7aOYXYd6_M"> <field name="Type">\n</field> </block> </value> <value name="ADD4"> <block type="text" id="Hd{q4WbiM~-iD*)U2[l#"> <field name="TEXT">Letztes Update: </field> </block> </value> <value name="ADD5"> <block type="convert_from_date" id="~m3pz(tqCotygE}k{=zL"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation> <field name="OPTION">custom</field> <field name="FORMAT">TT.MM.YY SS:mm:ss</field> <value name="VALUE"> <block type="get_value" id="d,1798/:*[F,wpH#`3yM"> <field name="ATTR">lc</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.overallStatus</field> </block> </value> </block> </value> </block> </value> </block> </next> </block> </statement> <statement name="ELSE"> <block type="comment" id="$wOLnZ(S).a3#fN#eC.x"> <field name="COMMENT">Überprüfung ob es zu Hause steht</field> <next> <block type="controls_if" id="?)J{aIO]@G#e}Op[mgP{"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_compare" id="F^rW05[=E[Vv][kxx48M"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="e)Vv.R3ef[$:3Leg7cG]"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> <value name="B"> <block type="text" id="237vSx=A8W.Gb,h{QRK6"> <field name="TEXT">Adresse hier</field> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="DIkz)S)`9CW!$B1=z@Br"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> <value name="VALUE"> <block type="text_join" id="G3Ky4p$yl%vph=Hi/eqT"> <mutation items="5"></mutation> <value name="ADD0"> <block type="text" id="7j?NGueqp+-1CF0)rMFZ"> <field name="TEXT">Das Auto steht zu Hause. </field> </block> </value> <value name="ADD1"> <block type="get_value" id="i$2rV6H$F]2q4wS?zU}8"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> <value name="ADD2"> <block type="text_newline" id=",%sURGE;i|6y):/-$gT("> <field name="Type">\n</field> </block> </value> <value name="ADD3"> <block type="text" id="A^0Ut~3e9Keq0Lek,uhy"> <field name="TEXT">Google Maps Link: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="zs+8CtAy^[?I3E@:@^O|"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> </block> </value> </block> </value> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="x]]#Ub8XO-.Q2/W7G:BH"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> <value name="VALUE"> <block type="text_join" id="9-:K#8BS~)a1h+6w,(G/"> <mutation items="5"></mutation> <value name="ADD0"> <block type="text" id=",*lmj:}^H9j5VVfg12Lg"> <field name="TEXT">Das Auto steht an folgender Adresse: </field> </block> </value> <value name="ADD1"> <block type="get_value" id="bs=)OJ#gL3eP|`l%c/cZ"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> <value name="ADD2"> <block type="text_newline" id="grj_~O,u50e_{g#WH|[x"> <field name="Type">\n</field> </block> </value> <value name="ADD3"> <block type="text" id="YA}xps:3dtpw0ei9R*`u"> <field name="TEXT">Google Maps Link: </field> </block> </value> <value name="ADD4"> <block type="variables_get" id="sp=vO`o|*z=|si7yT3Bk"> <field name="VAR" id="v~LsF;Z:nA*l}ebO$t`K">GoogleMapsURL</field> </block> </value> </block> </value> </block> </statement> <next> <block type="controls_if" id="ta_#H9^8yR6T_(DqG(kn"> <mutation elseif="1" else="1"></mutation> <value name="IF0"> <block type="logic_multi_and" id="I7N^twYf!,iWZ(hIl14@"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation> <value name="AND0"> <block type="variables_get" id="78TF|!/E1q+*W`:H{{Ky"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> </block> </value> <value name="AND1"> <block type="logic_compare" id="xNz$Yo!XSC%#RlS+/E(2"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="~UmWPw_WM~9Uf.?tTY{5"> <field name="ATTR">val</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.position.address.displayName</field> </block> </value> <value name="B"> <block type="text" id="1pnpzY?TQHn=sf{},wZ0"> <field name="TEXT">Adresse hier</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="controls_if" id="#yNgwCy`%9)Qmdk-xn_A"> <mutation else="1"></mutation> <value name="IF0"> <block type="logic_negate" id="MdertFG3JJZT]!=sD^hL"> <value name="BOOL"> <block type="get_value" id="P:Xy$XIIXuFdF5qmckFb"> <field name="ATTR">val</field> <field name="OID">hm-rega.1.11176</field> </block> </value> </block> </value> <statement name="DO0"> <block type="variables_set" id="O3Leydm^,m/LO`6i~wc@"> <field name="VAR" id="h1$JZME7j6+{nnwl0.jX">GaragentorText</field> <value name="VALUE"> <block type="text" id="[7qNShH`;[($Sh@H`-HB"> <field name="TEXT">- Garagentor ist geschlossen</field> </block> </value> </block> </statement> <statement name="ELSE"> <block type="variables_set" id="V1iBbLkfe})!MJW3M65c"> <field name="VAR" id="h1$JZME7j6+{nnwl0.jX">GaragentorText</field> <value name="VALUE"> <block type="text_join" id="#,,JxqP(`jglnd6jH${h"> <mutation items="3"></mutation> <value name="ADD0"> <block type="text" id="}B[_Rx||}is|j[0;EVxa"> <field name="TEXT">- Garagentor ist geöffnet seit </field> </block> </value> <value name="ADD1"> <block type="get_value" id="0m~J5nrZDdq-1Fq3pc|v"> <field name="ATTR">lc</field> <field name="OID">hm-rega.1.11176</field> </block> </value> <value name="ADD2"> <block type="text" id="|/4OIL-Ip4bofb}99@$f"> <field name="TEXT">!!!</field> </block> </value> </block> </value> </block> </statement> <next> <block type="telegram" id="4ITOnTN^M$bqF`ZO+bH:"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">HTML</field> <field name="ESCAPING">FALSE</field> <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field> <value name="MESSAGE"> <shadow type="text" id="^I=AR.3wHOgig-1iPrnk"> <field name="TEXT">text</field> </shadow> <block type="text_join" id="4]tPpJl1I.l:*+Hzbooq"> <mutation items="8"></mutation> <value name="ADD0"> <block type="text" id="oc$wl3Kmo:[!DaIbRRww"> <field name="TEXT">Auto steht zu Hause, mit folgendem Status: </field> </block> </value> <value name="ADD1"> <block type="text_newline" id="5#pEWv4(iM={tA~}91rA"> <field name="Type">\n</field> </block> </value> <value name="ADD2"> <block type="variables_get" id="J)ee{`]B3]|E1:5,{]bT"> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> </block> </value> <value name="ADD3"> <block type="text_newline" id="}y{6}+!nVrHh?)HO7p3)"> <field name="Type">\n</field> </block> </value> <value name="ADD4"> <block type="variables_get" id="$Q=HOskw@#BD^tn#,K(^"> <field name="VAR" id="h1$JZME7j6+{nnwl0.jX">GaragentorText</field> </block> </value> <value name="ADD5"> <block type="text_newline" id="Ple~.td$b`Kh;im2QVr}"> <field name="Type">\n</field> </block> </value> <value name="ADD6"> <block type="text" id="H/^o4eJTBH)si]0X`HHO"> <field name="TEXT">Letztes Update: </field> </block> </value> <value name="ADD7"> <block type="convert_from_date" id="Dh|Yp@eOt+)dZAsBdy,W"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation> <field name="OPTION">custom</field> <field name="FORMAT">TT.MM.YY SS:mm:ss</field> <value name="VALUE"> <block type="get_value" id="VSCrh%g7PJ~$$:Ro8B~W"> <field name="ATTR">lc</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.overallStatus</field> </block> </value> </block> </value> </block> </value> </block> </next> </block> </statement> <value name="IF1"> <block type="variables_get" id="WRKoq7yd|Fn3+8dK=sdh"> <field name="VAR" id="tC@oLx.f~DMt[=3|BS{,">ProblemErkannt</field> </block> </value> <statement name="DO1"> <block type="telegram" id="Bk-LVl;Fkwz8=P7syql,"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">HTML</field> <field name="ESCAPING">FALSE</field> <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field> <value name="MESSAGE"> <shadow type="text" id="^I=AR.3wHOgig-1iPrnk"> <field name="TEXT">text</field> </shadow> <block type="text_join" id="avh!1MH1*+WOe[JixB6E"> <mutation items="8"></mutation> <value name="ADD0"> <block type="text" id="W~~r94TK??@N%0aZ%H]o"> <field name="TEXT">Sicherheitsproblem mit dem Auto: </field> </block> </value> <value name="ADD1"> <block type="text_newline" id="|D_b%+ofHw5:hK[;:*(n"> <field name="Type">\n</field> </block> </value> <value name="ADD2"> <block type="variables_get" id="MTfyJ49WM-I{vVEmV6:="> <field name="VAR" id="#WF4cRw~X!`|TO*L0Jxa">UnsichereElemente</field> </block> </value> <value name="ADD3"> <block type="text_newline" id="k=f6}uL%1k_Jlg3M7sUc"> <field name="Type">\n</field> </block> </value> <value name="ADD4"> <block type="variables_get" id="ZsK[a$k`=`ZWw)vOvwjj"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> </block> </value> <value name="ADD5"> <block type="text_newline" id="EO*%+vsi`O}f;bd{/B]t"> <field name="Type">\n</field> </block> </value> <value name="ADD6"> <block type="text" id="`iT)q20%^Wqa)Z*M6ZrP"> <field name="TEXT">Letztes Update: </field> </block> </value> <value name="ADD7"> <block type="convert_from_date" id="2JqM(,Y}`0mD9b;g)m)n"> <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation> <field name="OPTION">custom</field> <field name="FORMAT">TT.MM.YY SS:mm:ss</field> <value name="VALUE"> <block type="get_value" id="(jA/Q{xiD[f]$Y,V^|$W"> <field name="ATTR">lc</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.overallStatus</field> </block> </value> </block> </value> </block> </value> </block> </statement> <statement name="ELSE"> <block type="telegram" id="^X6cC5%+oO+m[1^kVC;I"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">HTML</field> <field name="ESCAPING">FALSE</field> <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field> <value name="MESSAGE"> <shadow type="text" id="^I=AR.3wHOgig-1iPrnk"> <field name="TEXT">text</field> </shadow> <block type="text_join" id="*j2FZHv})HC9g%={4?)!"> <mutation items="6"></mutation> <value name="ADD0"> <block type="text" id="pcecH^cjd]?,jZz2Za{M"> <field name="TEXT">Alles mit dem Auto OK: alle Fenster zu, Auto abgeschlossen. </field> </block> </value> <value name="ADD1"> <block type="text_newline" id="gBC*85+Q}IQWy1Qv%vlR"> <field name="Type">\n</field> </block> </value> <value name="ADD2"> <block type="variables_get" id="kbJ=IEea!~B6Z%i1`6rV"> <field name="VAR" id="^?:MPm61`|Yim4q_LAg%">ParkAdresse</field> </block> </value> <value name="ADD3"> <block type="text_newline" id="C[8c`/!_wGodmV^zV!TT"> <field name="Type">\n</field> </block> </value> <value name="ADD4"> <block type="text" id="GTwzCq.XR3J|h}gzcIbq"> <field name="TEXT">Letztes Update: </field> </block> </value> <value name="ADD5"> <block type="convert_from_date" id="l5vtwV-Z?,72%`/L*xR("> <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation> <field name="OPTION">custom</field> <field name="FORMAT">TT.MM.YY SS:mm:ss</field> <value name="VALUE"> <block type="get_value" id="ICa+;P(wKvL2+ez2S%80"> <field name="ATTR">lc</field> <field name="OID">vw-connect.0.WVGZZZE2ZNP025704.status.accessStatus.overallStatus</field> </block> </value> </block> </value> </block> </value> </block> </statement> </block> </next> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </next> </block> </statement> </block> <block type="procedures_callnoreturn" id="a3kZd[rlBRp^d4ka4hF-" disabled="true" x="-163" y="2263"> <mutation name="PrüfeSicherheitsstatus"></mutation> </block> </xml>
-
Ich hab mir neulich angefangen sowas zu bauen.
Ist aber noch nicht fertig.
Der Text ist noch frei eingegeben in Blockly.Aber die Adresse bei machen und den link ist recht easy.
Edit
Mache ich fertig, wenn die nächste Version vom JS Adapter kommt. Da kommt ein neuer Block Baustein, den man da gut gebrauchen kann. -
Ich habe aus einem lat/long Wert "sowas hier". Es wird die Adresse komplett ausgegeben und ein anklickbarer Google Maps Link
-
@david-g sagte in Adresse per Telegram versenden:
Mache ich fertig, wenn die nächste Version vom JS Adapter kommt. Da kommt ein neuer Block Baustein, den man da gut gebrauchen kann.
Auf welchen wartest Du?!
Mittlerweile habe ich übrigens auch die "Venue"-Funktion in den Telegram-Adapter eingebaut. Siehe Doku (oder Beispiele im Kurs):
sendTo('telegram.0', 'send', { latitude: 52.51630462381893, longitude: 13.37770039691943, title: 'Brandenburger Tor', address: 'Pariser Platz 8, 10117 Berlin', });
Wenn man einen Titel und eine Adresse angibt, wird die unter der Karte mit angezeigt.
-
@haus-automatisierung sagte in Adresse per Telegram versenden:
Auf welchen wartest Du?!
Irgendwie hatte ich im Kopf, dass noch was kommt womit man die http response direkt in telegram stecken kann um das Bild zu versenden ohne es zwischenspeichern zu müssen? Oder geht das schon?
EDIT
Evtl kann man im der Doku schreiben, was venue ist.
Jemand der eine Doku liest versucht ja nicht alle Vorschläge aus oder schaut einen Kostenlflichtigen Kurs (der zu 100% seine Berechtigung hat) um zu sehen was es ist oder macht. Ich hab da nicht draus gelesen, dass ich ein Bild bekomme.
So Kleinigkeiten sind der Unterschied zwischen der iobroker und HA Doku. -
@david-g Darf jeder an der Doku mitarbeiten
-
Hab den Text eben sogar angepasst und wollte auf git schauen wie das geht.
Das scheint ein Thema zu sein wo man sich erstmal einarbeiten muss mit dem forken etc.
Noch nie Kontakt mit gehabt. -
@david-g sagte in Adresse per Telegram versenden:
Irgendwie hatte ich im Kopf, dass noch was kommt womit man die http response direkt in telegram stecken kann um das Bild zu versenden ohne es zwischenspeichern zu müssen? Oder geht das schon?
Ja, das geht schon.
// aus dem Forum ############################################### // Bild an telegram : In 8.3.0 habe ich heute noch eine weitere Funktion eingefügt. Damit wird das noch kürzer: const ip = 159; httpGet(`http://192.168.243.${ip}:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=xx&pwd=xx`, { responseType: 'arraybuffer' }, (err, response) => { if (err) { console.error(err); } else { sendTo('telegram.0', { user: vUser, text: createTempFile(`snap${ip}.jpg`, response.data), caption: cam }); } });
Ich glaube das war von @haus-automatisierung
Kann mich aber auch irren.mfg
-
Klappt das auch in Blockly?
Hab in Erinnerung dass es da irgendwo Probleme gab. Meine im Telegram Block. -
@david-g Ja geht. Auch das hab ich rauf und runter erklärt