Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

fritzdemo

Minimalistic example for changing SSID and password on avm routers and repeaters with FritzConnection.

As a base dependency you have to install fritzconnection via

pip3 install fritzconnection

After that just create a connection to your FRITZ!box and every other fritz device that should be updated:

FritzConnection(address='192.168.178.1', user='fritz****', password='<password>', use_tls=False)

Please inspect the set_ssid_and_password function in set_ssid_password.py to see how to receive and set the ssid and password of your network. The demo defaults to the guest wifi config "WLANConfiguration:3". You can change this to your needs.

The example codes generates the phrase "It's dayOtTheWeek (^_^)/" in german with a specific emoji for every day of the week. Not really useful, just a little easteregg.

About

Minimalistic example for changing SSID and password on Fritzboxes and repeaters with Fritzconnection

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages