Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxjoehnk/home-services

A Collection of Micro Services for Home Automation
https://github.com/maxjoehnk/home-services

amazon-dash-button chromecast cron google-cast gpio hdmi-cec microservices nodejs philips-hue yamaha-avr

Last synced: 15 days ago
JSON representation

A Collection of Micro Services for Home Automation

Awesome Lists containing this project

README

        

# home-services
[![Build Status](https://travis-ci.org/maxjoehnk/home-services.svg?branch=master)](https://travis-ci.org/maxjoehnk/home-services)

A Collection of Micro Services for Home Automation.

Each Service is supposed to do one thing, but do it good.

Services can provide or call HTTP APIs which allows seemless integration into other home automation systems, as long as they provide HTTP APIs themself.
This also allows a distributed installation of services, e.g. on multiple Raspberry Pi's.

# Supported Services

## Generic
- [GPIO](https://github.com/maxjoehnk/home-services/tree/master/services/generic-gpio)
- [HDMI-CEC](https://github.com/maxjoehnk/home-services/tree/master/services/generic-hdmi-cec)
- [Scenes](https://github.com/maxjoehnk/home-services/tree/master/services/generic-scenes)
- [Timers](https://github.com/maxjoehnk/home-services/tree/master/services/generic-timers)
- Events ([#4](https://github.com/maxjoehnk/home-services/pull/4))
- Proxy ([#3](https://github.com/maxjoehnk/home-services/pull/3))

## Google
- [Cast](https://github.com/maxjoehnk/home-services/tree/master/services/google-cast)
- [Firebase](https://github.com/maxjoehnk/home-services/tree/master/services/google-firebase)

## Philips
- [Hue](https://github.com/maxjoehnk/home-services/tree/master/services/philips-hue)

## Amazon
- [Dash Button](https://github.com/maxjoehnk/home-services/tree/master/services/amazon-dash-button)

## Yamaha
- [AVR](https://github.com/maxjoehnk/home-services/tree/master/services/yamaha-avr)

## Osram
- Lightify ([#2](https://github.com/maxjoehnk/home-services/issues/2))

## Weather
- [OpenWeatherMap](https://github.com/maxjoehnk/home-services/tree/master/services/weather-openweathermap)