Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viesti/ankerias
Telldus switch controller
https://github.com/viesti/ankerias
Last synced: about 2 months ago
JSON representation
Telldus switch controller
- Host: GitHub
- URL: https://github.com/viesti/ankerias
- Owner: viesti
- Created: 2013-11-21T17:02:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T20:38:18.000Z (about 11 years ago)
- Last Synced: 2023-03-23T02:06:23.024Z (almost 2 years ago)
- Language: CSS
- Size: 203 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ankerias #
A web server for controlling an electric socket.
## Background ##
I bought one of Nexa's wirelessly controlled wall sockets
(http://www.nexa.se/LGDR-3500-Extra-.htm) and a Telldus Tellstick Duo
(http://www.telldus.se/products/tellstick_duo) and decided to make the
wall socket controllable via a web interface. Used Haskell Snap
framework (http://snapframework.com/) for the web server part. Telldus
offers a C library (telldus-core,
http://developer.telldus.se/doxygen/) for communicating with the
Tellstick. Somewhat surprisingly Haskell has a neat FFI that made
using telldus-core quite easy actually.