I need a help from experienced users for this one: I have Mikrotik 2011UiAS-2HnD router that posses one PoE port –
it is "Passive PoE-Out up to 30 V - PoE standard, which does not require negotiation between PSE (Power Sourcing Equipment) and PD (Powered Device). PoE-out uses the same voltage as supplied to the PSE (Power Sourcing Equipment). PoE-Out Standard for devices that supports input voltage up to 30 V. PD resistance on spare pairs should have ranged from 3kΩ to 26.5kΩ. (e.g. hEX PoE lite, RB3011UiAS-RM, RB2011iL-IN.)
And now the tricky part: how can I create script that does the following: turn on the power on that one PoE port at exactly 23:15 every day and keep it on for a 7 hours and then turn off?
Thank you very much sir. Now I can turn on my heating via solid-state relay at exact time and turn it off in order to preserve energy and to reduce expenses overall
Thank you again.
P.S.
Is it possible to turn off PoE automatically by putting desired time in “INTERVAL” box and simplify whole operation by executing only one scheduled script?
Is it possible to turn off PoE automatically by putting desired time in “INTERVAL” box and simplify whole operation by executing only one scheduled script?
How will that single permanent running script survive a reboot, restart, power failure? You could make it intelligent with the state and the planned action in a file.
While the 2 scripts will run if it is time to run and the router is up. Restarts are no problem as long as the clock is correct.
If you want do something on cool way, set in the name of each CAP something that distinguish the device group.
This disable all the device that have inside the name GR1 on any place. Example GR1_sallon or Saloon_GR1 or Saloon_GR1_5GHz.
No matter the position but MUST be writed on same case, not mixed, for example GR1 but not gr1 or Gr1 or gR1 etc.
/caps-man interface disable [find where name~“GR1”]
/caps-man interface enable [find where name~“GR1”]
No, just add an abbreviation inside the cap interface name that represents the logical group they belong to in your mind.
Don’t invent or try to figure out what I have not written there.