Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxjoehnk/home-services
- Owner: maxjoehnk
- License: gpl-3.0
- Created: 2017-07-22T16:32:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:18:07.000Z (about 1 year ago)
- Last Synced: 2024-10-27T16:30:44.974Z (2 months ago)
- Topics: amazon-dash-button, chromecast, cron, google-cast, gpio, hdmi-cec, microservices, nodejs, philips-hue, yamaha-avr
- Language: JavaScript
- Size: 454 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))
- [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)