Skip to content

mes85/fritz_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

fritz_temp

A munin plugin for monitoring the temperatures of Smart Home devices

Passwords

Create a file called passwords.inc.php with the following content:

<?php

$fritz_host = 'FRITZ_BOX_IP_OR_fritz.box';
$fritz_url = 'https://' . $fritz_host . '/login_sid.lua';
$auto_url = 'https://' . $fritz_host . '/webservices/homeautoswitch.lua';
$fritz_user = 'USERNAME';
$fritz_pwd = 'PASSWORD';

?>

The user must have Smart Home privileges. Other user rights are not needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages