@codierknecht ahh guter hinweis @Codierknecht,
also ist es am besten man schaltet auf Expertenmodus um, und sieht in den Objektdaten nach.
Also vielen dank für eure Unterstützung, Hilfsbereitschaft und natürlich eure kostbare Zeit!!!
NEWS
Latest posts made by Felix18
-
RE: LG Adapter audio output steuern mit blockly
-
RE: LG Adapter audio output steuern mit blockly
@djmarc75 sagte in LG Adapter audio output steuern mit blockly:
<xml xmlns="https://developers.google.com/blockly/xml"> <block type="on_ext" id="KDC!,0;Z13n~8W4AOm8k" x="-622" y="-427"> <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation> <field name="CONDITION">true</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="cn5W74N5L?H27AhE:dl,"> <field name="oid">0_userdata.0.Terrasse_TV_Ton</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="1-;7$VFf2pgYFjR}.m4"> <value name="IF0"> <block type="get_value" id="}?aWRf969(LIe0_cTXa"> <field name="ATTR">val</field> <field name="OID">lgtv.0.states.power</field> </block> </value> <statement name="DO0"> <block type="control" id="1ubM+sm?X9iC|ye@a/"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">denon.1.zoneMain.powerZone</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="Q8bTX/(/2{2Mh^|?K7w3"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="control" id="9=ZtdWPy~s%i^|y4CsX!"> <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation> <field name="OID">lgtv.0.states.soundOutput</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="nnjNU+G3CyXE]E{/2m{:"> <field name="TEXT">external_optical</field> </block> </value> </block> </next> </block> </statement> </block> </statement> </block> </xml>
@DJMarc75 du bist ein Freak!!! Es funktioniert!!! Danke !!!
Also muss ich den rechten wert eintragen vom Datenpunkt der in der ( ) liegt und nicht den linken!!!
Ja ich werde mich damit beschäftigen. Ich danke Dir vielmals und super, das du immer sofort antwortest!! -
RE: LG Adapter audio output steuern mit blockly
@djmarc75 meine altbekannte frage, wie geht das?
-
RE: LG Adapter audio output steuern mit blockly
<xml xmlns="https://developers.google.com/blockly/xml">
<block type="on_ext" id="KDC!,0;Z13n~8W4AOm8k" x="-622" y="-427">
<mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
<field name="CONDITION">true</field>
<field name="ACK_CONDITION"></field>
<value name="OID0">
<shadow type="field_oid" id="cn5W74N5L?H27AhE:dl,">
<field name="oid">0_userdata.0.Terrasse_TV_Ton</field>
</shadow>
</value>
<statement name="STATEMENT">
<block type="controls_if" id="1-;7$VFf2pgYFjR}.m4"> <value name="IF0"> <block type="logic_compare" id="b!~6
PpPZp}bL6s:t5sO">
<field name="OP">EQ</field>
<value name="A">
<block type="get_value" id="}?aWRf969(L*Ie0_cTXa">
<field name="ATTR">val</field>
<field name="OID">lgtv.0.states.power</field>
</block>
</value>
<value name="B">
<block type="logic_boolean" id="[SrkaN#Wj$(21JFTmoY"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="1u*bM+
sm?X9iC|ye@a/">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">denon.1.zoneMain.powerZone</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="Q8bTX/(/2{2Mh^|?K7w3">
<field name="BOOL">TRUE</field>
</block>
</value>
<next>
<block type="control" id="9=ZtdWPy~s%i^|y4CsX!">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">lgtv.0.states.soundOutput</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="text_multiline" id="n;Hbvd;Cs^n,y/Jp3:3N">
<field name="TEXT">External Optical</field>
</block>
</value>
</block>
</next>
</block>
</statement>
</block>
</statement>
</block>
</xml> -
RE: LG Adapter audio output steuern mit blockly
{
"_id": "lgtv.0.states.soundOutput",
"type": "state",
"common": {
"name": "Switch audio output",
"role": "state",
"type": "string",
"states": {
"tv_speaker": "TV Speaker",
"external_optical": "External Optical",
"external_arc": "External ARC",
"lineout": "LineOut",
"headphone": "Headphone",
"tv_external_speaker": "TV + External Speaker",
"tv_speaker_headphone": "TV + Speaker Headphone",
"bt_soundbar": "Bluetooth"
},
"read": true,
"write": true
},
"native": {},
"from": "system.adapter.lgtv.0",
"user": "system.user.admin",
"ts": 1724098835867,
"acl": {
"object": 1636,
"state": 1636,
"file": 1632,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator"
}
} -
RE: LG Adapter audio output steuern mit blockly
Hallo @DJMarc75 danke, das du mir mal wieder helfen möchtets !!
Wie stelle ich das an die Objektdaten hier einzustellen?
-
LG Adapter audio output steuern mit blockly
Hallo,
ich versuche gerade den TV ausgangs Ton (audio output) vom LG-Adapter mit blockly zu ändern.
Ich finde keinen Ansatz wie ich es umsetzen kann.
In Objekten ist es möglich den Datenpunkt anzuklicken, dann erscheint ein "Fenster" mit mehren Auswahl möglichkeiten was der TV an audio outputs unterstützt. Wenn ich nun ein auswähle und wert setzen anklicke schaltet mein TV auch um, aber wie schreibe ich das in ein skript um audio output vom TV zu ändern?? Habe schon ein blockly erstellt, was aber nicht den output am TV umschaltet. Kann mir jemand helfen??Beste Grüße
-
RE: Passwort Problem im mqtt Adapter
@darkblu alles klar, vielen vielen Dank Leute. Ja habe den back it up Adapter auch am laufen, und konnte den schon einmal benutzen und es hat funktioniert als meine Skripte auf einmal alle weg waren.
-
RE: Passwort Problem im mqtt Adapter
@thomas-braun bring das denn viel an freien speicher? Oder warum meinst du soll ich den Desktop runter schmeißen?
Müsste ich denn was speichern, wenn ich ein neues Betriebssystem auf dem raspberry installiere?