Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadaj/ash
The Automated Smart Home
https://github.com/shadaj/ash
Last synced: 25 days ago
JSON representation
The Automated Smart Home
- Host: GitHub
- URL: https://github.com/shadaj/ash
- Owner: shadaj
- Created: 2015-08-11T19:00:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T18:22:59.000Z (over 8 years ago)
- Last Synced: 2024-05-01T20:01:30.376Z (8 months ago)
- Language: Scala
- Size: 93.8 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install/Run
As of now, there are no prebuilt distributions of ASH available. So clone the repository and start the server.
```
sbt ashJVM/run
```This will compile the Scala.js client code as well as boot up an Akka-HTTP server. To use ASH, navigate your browser to http://localhost:8080/fast.
## Built in Services
+ Spotify
+ When ASH is first loaded, it will attempt to open Spotify
+ If ASH acquires a connection to a desktop Spotify client on the computer it is running on, it will show current song details and control buttons
+ Remote Motor
+ If ASH detects a computer on the network that is running the motor-remote project (in the motor-remote SBT subproject), it will connect to it and allow control of the motor through the web interface