Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Steuerung Medion P85035 WLAN Radio

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    770

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Steuerung Medion P85035 WLAN Radio

Scheduled Pinned Locked Moved Skripten / Logik
javascriptblocklymultimedia
4 Posts 2 Posters 243 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • surfer09S Offline
    surfer09S Offline
    surfer09
    wrote on last edited by
    #1

    Hallo zusammen,

    ich würde gerne mit dem IO-Broker mein Internetradio steuern. Mir reicht ein-/ausschalten + Lautstärke und Favorit mitgeben. Ich habe hier noch nichts brauchbares gefunden, um dieses Radio anzusteuern. Hat von euch vielleicht jemand eine Idee, wie das funktioniert?

    Danke!

    Gruß surfer

    IO-Broker Master/Slave auf Windows 11 64bit, NPM 10.9.7, Node 22.22.2 js-controller 7.0.7

    1 Reply Last reply
    0
    • C Offline
      C Offline
      claus1993
      wrote on last edited by claus1993
      #2

      Schau mal hier gibt es eine Auflistung der HTML Befehle,

      https://github.com/flammy/fsapi/blob/master/FSAPI.md

      oder auch hier imForum,

      https://forum.iobroker.net/topic/6688/adapter-f%C3%BCr-internetradios-silvercrest-grundig-sono-aldi-lidl-etc

      1 Reply Last reply
      0
      • surfer09S Offline
        surfer09S Offline
        surfer09
        wrote on last edited by
        #3

        Danke für deinen Beitrag! Aber wie verbaue ich die Befehle jetzt in Blockly?
        Gruß surfer

        IO-Broker Master/Slave auf Windows 11 64bit, NPM 10.9.7, Node 22.22.2 js-controller 7.0.7

        1 Reply Last reply
        0
        • surfer09S Offline
          surfer09S Offline
          surfer09
          wrote on last edited by
          #4

          Ich bin nun nach eigenen Recherchen soweit gekommen und kann das Radio schonmal ein-/ausschalten und eine Lautstärke mitgeben. Kann man die URL Aufrufe auch irgendwie verbinden? Also Einschalt-Befehl+Lautstärke setzen? Im Moment habe ich davon 2 Aufrufe gemacht, was auch so funktioniert, aber vielleicht gehts auch einfacher?

          <xml xmlns="http://www.w3.org/1999/xhtml">
            <block type="comment" id="VZi)(W,N{LpxxPQr$bsT" x="112" y="-87">
              <field name="COMMENT">Radio ausschalten</field>
              <next>
                <block type="request" id="S|n:dj{oiz=1O-(gsngN">
                  <mutation with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG"></field>
                  <value name="URL">
                    <shadow type="text" id="}P]O*D3PMn{`msoXI-JV">
                      <field name="TEXT">http://192.168.1.189/fsapi/SET/netRemote.sys.power?pin=1234&amp;value=0</field>
                    </shadow>
                  </value>
                  <next>
                    <block type="debug" id="*$W=T7=ym%G$tdB*$?Br">
                      <field name="Severity">error</field>
                      <value name="TEXT">
                        <shadow type="text" id="P6$/p9O|Df[5s#|RZ7uJ">
                          <field name="TEXT">Radio ausgeschaltet</field>
                        </shadow>
                      </value>
                      <next>
                        <block type="comment" id="P6lH!uuec[xZwMzX.e+L">
                          <field name="COMMENT">Radio einschalten</field>
                          <next>
                            <block type="request" id="@x*FIJj|_mu4.zOfq5r4">
                              <mutation with_statement="false"></mutation>
                              <field name="WITH_STATEMENT">FALSE</field>
                              <field name="LOG"></field>
                              <value name="URL">
                                <shadow type="text" id="0k%y?Sz$IDYTLhPrObhG">
                                  <field name="TEXT">http://192.168.1.189/fsapi/SET/netRemote.sys.power?pin=1234&amp;value=1</field>
                                </shadow>
                              </value>
                              <next>
                                <block type="comment" id="H%t%wm;@[4i1Zy8!/F;c">
                                  <field name="COMMENT">Lautstärke auf 2 setzen</field>
                                  <next>
                                    <block type="request" id="9g4vdgH?{-4hP~}v@)0)">
                                      <mutation with_statement="false"></mutation>
                                      <field name="WITH_STATEMENT">FALSE</field>
                                      <field name="LOG"></field>
                                      <value name="URL">
                                        <shadow type="text" id="_F`/3N!F1UV~XPm{:[nu">
                                          <field name="TEXT">http://192.168.1.189/fsapi/SET/netRemote.sys.audio.volume?pin=1234&amp;value=2</field>
                                        </shadow>
                                      </value>
                                      <next>
                                        <block type="debug" id="D-PdPt(hw6Wmzuaob:A;">
                                          <field name="Severity">error</field>
                                          <value name="TEXT">
                                            <shadow type="text" id="i4A%pS|#+BM`th_UCWd5">
                                              <field name="TEXT">Radio eingeschaltet - Laustärke 2</field>
                                            </shadow>
                                          </value>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </next>
            </block>
          </xml>
          

          IO-Broker Master/Slave auf Windows 11 64bit, NPM 10.9.7, Node 22.22.2 js-controller 7.0.7

          1 Reply Last reply
          0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          Support us

          ioBroker
          Community Adapters
          Donate

          570

          Online

          32.8k

          Users

          82.7k

          Topics

          1.3m

          Posts
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Home
          • Recent
          • Tags
          • Unread 0
          • Categories
          • Unreplied
          • Popular
          • GitHub
          • Docu
          • Hilfe