/homewizard-web-remote

script to remote control the homewizard from bash

Primary LanguageShell

homewizard-web-remote

script to remote control the homewizard (www.homewizard.de) from bash

setup

open the script in an editor and:

  • set the ip address to your homewizard
  • set your password

install the required packages (for debian, may work on ubuntu too)

apt-get install jq wget

using the script

some examples:

get temperature from weather device

./homewizard.sh -t -d ThermoWohnraum

get humidity from weather device

./homewizard.sh -h -d ThermoWohnraum

get state of device

./homewizard.sh -g -d Flur

switch device on

./homewizard.sh -d Flur -s on

switch device off

./homewizard.sh -d Flur -s off

some words about security

keep in mind: the connection to homewizard is http only -> no security! your password will be transmitted without encryption. Use only in your private WLAN.

credits

I got the information about the homewizard urls from this website: http://wiki.td-er.nl/index.php?title=Homewizard