Giter VIP home page Giter VIP logo

homewizard-web-remote's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.