Tag: Automation

  • room presence detection/automation

    room-assistant brings your home automation onto the next level: room automation. It is capable of tracking room occupancy and your location around the house with great accuracy, plus any other sensors you may want to attach. You can pick and choose the parts you need from our flexible software to get all the data you…

  • GitHub – huginn/huginn: Create agents that monitor and act on your behalf.

    Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn’s Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server.…

  • GitHub – fabianhu/SIP-Pi: SIP automated calling and answering machine running on Raspberry Pi

    Sip-Tools – Automated calls and answering machine • sipcall – Automated calls over SIP/VOIP with TTS • sipserv – Answering machine for SIP/VOIP with TTS Dependencies: • PJSUA API (www.pjsip.org) • eSpeak (espeak.sourceforge.net) Copyright (C) 2012 by Andre Wussow, desk@binerry.de major changes 2017 by Fabian Huslik, github.com/fabianhu github.com/fabianhu/SIP-Pi

  • 1technophile/OpenMQTTGateway Wiki · GitHub

    OpenMQTTGateway is the link between your home automation software and your devices by MQTT. OpenMQTTGateway can be integrated with OpenHAB, Home Assistant, NodeRED and many others. And by the way automate your plugs, TV, Hifi, lights, fan following PIR, door sensors, BLE beacons etc… github.com/1technophile/OpenMQTTGateway/wiki

  • Home Assistant – Python powered automation Platform for Raspberry Pi

    Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Perfect to run on a Raspberry Pi. www.home-assistant.io/

  • Welcome to robobrowser’s documentation!

    RoboBrowser is a simple, Pythonic library for browsing the web without a standalone web browser. RoboBrowser can fetch a page, click on links and buttons, and fill out and submit forms. If you need to interact with web services that don’t have APIs, RoboBrowser can help. robobrowser.readthedocs.io/en/latest/

  • Automating iOS: How Pythonista Changed My Workflow – MacStories

    Detailed instructions on using Python via Pythonista on iOS to automate task. www.macstories.net/stories/automating-ios-how-pythonista-changed-my-workflow/

  • Linux Automation and Scripting Guide

    Linux and UNIX based operating systems have had all the basic ingredients for relatively painless automation built in for ages. You can make it do anything at any time, by any schedule or any trigger. Your wish is its command! These basic ingredients are shell scripting in bash, a few key configuration files, and cron.…