NEWS
iobroker AVM tr-064.0 addon
-
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. -
@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.
-
@leotzian Hi,
does the tr-064 adapter working fine?
The states in the objects are created?
Must be look like here:
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 )
or in javascript:
schedule("0 1 * * *", async function () { setState("tr-064.0.states.reboot"/*reboot*/, true); });
-
@ilovegym is of course right, I did not remember this, maybe because I don't need to reboot my fritz.box usually.
-
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 -
@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. -
@ilovegym said in iobroker AVM tr-064.0 addon:
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 -
-
@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