A command-line tool for the AVM Home Automation HTTP Interface
# Check out the library (use your preferred approach)
cargo run -- -u http://fritz.box switch -l # lists all switches connected to your Fritz!Box
Please consider the following behavior:
- fritzer uses the last user logged in to the Fritz!Box.
- After a successful login, fritzer stores the session id (SID) in
~\fritzer.sid
. - If fritzer finds
~\fritzer.sid
, fritzer checks if the SID stored in the file is still valid and uses the valid SID before starting a login attempt.