Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. English
  3. ioBroker general
  4. iobroker AVM tr-064.0 addon

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

iobroker AVM tr-064.0 addon

Scheduled Pinned Locked Moved ioBroker general
9 Posts 4 Posters 650 Views 4 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.
  • L Offline
    L Offline
    leotzian
    wrote on last edited by
    #1

    Hi to all I am very new to iobroker and I want some help if anyone knows.
    I have a Fritzbox and my goal is to schedule a reboot when I want at a specific time.
    I am searching the net for about a month, and I final found iobroker.
    I had a synology nas and docker installed, I had managed to install iobroker in a conatiner and it is working good.
    I had also installed and AVM tr-064.0 adaptor ( if I call it right )
    Does anyone knows if it is possible to reboot my fritzbox at a certain time? using the addon I see my fritz data but then I don't know what to do, the forum for this plugin is in German and I don't know German.
    If this post is not in the correct category please the admin to move it.
    Thanks in advance.

    A ? 2 Replies Last reply
    0
    • L leotzian

      Hi to all I am very new to iobroker and I want some help if anyone knows.
      I have a Fritzbox and my goal is to schedule a reboot when I want at a specific time.
      I am searching the net for about a month, and I final found iobroker.
      I had a synology nas and docker installed, I had managed to install iobroker in a conatiner and it is working good.
      I had also installed and AVM tr-064.0 adaptor ( if I call it right )
      Does anyone knows if it is possible to reboot my fritzbox at a certain time? using the addon I see my fritz data but then I don't know what to do, the forum for this plugin is in German and I don't know German.
      If this post is not in the correct category please the admin to move it.
      Thanks in advance.

      A Offline
      A Offline
      Ahnungsbefreit
      wrote on last edited by
      #2

      @leotzian hi, I can't check this now but as far as I remember reboot is not supported by the interface from AVM and hence also not by the adapter.

      Wenn meine Antwort hilfreich war, dürft Ihr das gerne durch einen "Upvote" (der kleine "^" unten rechts) zum Ausdruck bringen.

      1 Reply Last reply
      0
      • L leotzian

        Hi to all I am very new to iobroker and I want some help if anyone knows.
        I have a Fritzbox and my goal is to schedule a reboot when I want at a specific time.
        I am searching the net for about a month, and I final found iobroker.
        I had a synology nas and docker installed, I had managed to install iobroker in a conatiner and it is working good.
        I had also installed and AVM tr-064.0 adaptor ( if I call it right )
        Does anyone knows if it is possible to reboot my fritzbox at a certain time? using the addon I see my fritz data but then I don't know what to do, the forum for this plugin is in German and I don't know German.
        If this post is not in the correct category please the admin to move it.
        Thanks in advance.

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @leotzian Hi,
        does the tr-064 adapter working fine?
        The states in the objects are created?
        Must be look like here:
        3ba00bb1-a2e9-41da-95b7-e7061d7b1ee9-grafik.png

        If this is fine, you can reboot the Fritzbox with the button "reboot".
        If this works, create a small blockly or javascript like this ( here it reboots every night at 1 )
        b10c62c1-b72a-4b60-b33b-c45e3b1af3fe-grafik.png

        or in javascript:

        schedule("0 1 * * *", async function () {
          setState("tr-064.0.states.reboot"/*reboot*/, true);
        });
        
        A 1 Reply Last reply
        0
        • ? A Former User

          @leotzian Hi,
          does the tr-064 adapter working fine?
          The states in the objects are created?
          Must be look like here:
          3ba00bb1-a2e9-41da-95b7-e7061d7b1ee9-grafik.png

          If this is fine, you can reboot the Fritzbox with the button "reboot".
          If this works, create a small blockly or javascript like this ( here it reboots every night at 1 )
          b10c62c1-b72a-4b60-b33b-c45e3b1af3fe-grafik.png

          or in javascript:

          schedule("0 1 * * *", async function () {
            setState("tr-064.0.states.reboot"/*reboot*/, true);
          });
          
          A Offline
          A Offline
          Ahnungsbefreit
          wrote on last edited by
          #4

          @ilovegym is of course right, I did not remember this, maybe because I don't need to reboot my fritz.box usually.

          Wenn meine Antwort hilfreich war, dürft Ihr das gerne durch einen "Upvote" (der kleine "^" unten rechts) zum Ausdruck bringen.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            leotzian
            wrote on last edited by
            #5

            Hi all thanks for the answers @ilovegym yes I can see the state reboot and it is working
            I have the first screenshot you had posted, I cannot know where to find the second, as I had told you I am a newby with iobroker, Can I make something like a switch to activate it when I want?
            To explain why I want this, for some reason when DSL reconnects for some reason during the day the Down/Up it locks is 40% lower if connection happens at 3 -5AM in the morning, but this time I am sleeping, so I want when it is nessesarry to activate the reboot once in that case at 4AM.
            Thanks all again

            ? 1 Reply Last reply
            0
            • L leotzian

              Hi all thanks for the answers @ilovegym yes I can see the state reboot and it is working
              I have the first screenshot you had posted, I cannot know where to find the second, as I had told you I am a newby with iobroker, Can I make something like a switch to activate it when I want?
              To explain why I want this, for some reason when DSL reconnects for some reason during the day the Down/Up it locks is 40% lower if connection happens at 3 -5AM in the morning, but this time I am sleeping, so I want when it is nessesarry to activate the reboot once in that case at 4AM.
              Thanks all again

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              @leotzian Hi,
              the second screen is from the javascript-adapter, this is a nice interface to create rules, scripts etc..
              with this javascript adapter you can easy create schedules like you need.

              L 1 Reply Last reply
              0
              • ? A Former User

                @leotzian Hi,
                the second screen is from the javascript-adapter, this is a nice interface to create rules, scripts etc..
                with this javascript adapter you can easy create schedules like you need.

                L Offline
                L Offline
                leotzian
                wrote on last edited by leotzian
                #7

                @ilovegym said in iobroker AVM tr-064.0 addon:

                screenshot.png javascript-adapter

                Do you mean Script Engine? I had installed this but I don;t see the interface like yours, then I searchedadaters menu for "Javascript-adapter" and I have no result a little help more please!
                I had installed this one BUT I cannt see the interface you had posted before

                screenshot.png

                David G.D 1 Reply Last reply
                0
                • L leotzian

                  @ilovegym said in iobroker AVM tr-064.0 addon:

                  screenshot.png javascript-adapter

                  Do you mean Script Engine? I had installed this but I don;t see the interface like yours, then I searchedadaters menu for "Javascript-adapter" and I have no result a little help more please!
                  I had installed this one BUT I cannt see the interface you had posted before

                  screenshot.png

                  David G.D Online
                  David G.D Online
                  David G.
                  wrote on last edited by David G.
                  #8

                  @leotzian

                  Screenshot_20210620-150830_Firefox.jpg

                  Screenshot_20210620-150618_Firefox.jpg

                  Zeigt eure Lovelace-Visualisierung klick
                  (Auch ideal um sich Anregungen zu holen)

                  Meine Tabellen für eure Visualisierung klick

                  L 1 Reply Last reply
                  0
                  • David G.D David G.

                    @leotzian

                    Screenshot_20210620-150830_Firefox.jpg

                    Screenshot_20210620-150618_Firefox.jpg

                    L Offline
                    L Offline
                    leotzian
                    wrote on last edited by
                    #9

                    @david-g thanks my friend I understood what is going on, I will try myself now you had helped me enough, I will translate the words, I will found the solution now
                    Thank you all for your help

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    252

                    Online

                    32.4k

                    Users

                    81.4k

                    Topics

                    1.3m

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

                    • Don't have an account? Register

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