-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdoc.go
More file actions
64 lines (64 loc) · 1.34 KB
/
doc.go
File metadata and controls
64 lines (64 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// The gohome home automation system
//
// Features
//
// - Smart and configurable automation (flexible and customisable)
//
// - Modular and easily extendible (language of your choice)
//
// - Wide variety of devices supported (easy to add more)
//
// - Distributed message system (run input and outputs over a network)
//
// - Lightweight, small memory footprint (runs on the Raspberry Pi)
//
// - Remotely controllable
//
// - RFID keyless entry
//
// - Smart burglar alarm
//
// - Historic weather monitoring and alerting
//
// - Zoned central heating control
//
// - Automatic plant irrigation system
//
// - Sunset / sunrise triggered home lighting
//
// Services supported
//
// - Twitter
//
// - Jabber
//
// - REST API
//
// - Email
//
// - Graphite (graphs)
//
// - Wunderground (http://www.wunderground.com/)
//
// Devices supported
//
// - rfxcom RFXtrx433 USB device (http://www.rfxcom.com/)
//
// - Homeeasy remote control sockets/lights (http://homeeasy.eu/)
//
// - Arduino with relay module (http://arduino.cc/)
//
// - ZTE 3g modem (ZTE MF110/MF627/MF636, SMS support)
//
// - USB 125KHZ EM4100 RFID Proximity Reader (RFID tag reader)
//
// - Oregon Scientific WMR100/200 weather station
//
// - Audio out (espeak text to speech)
//
// - Foscam wireless IP cameras
//
// - Motion webcam application
//
// - Currentcost electricity monitor
package gohome