Collect an print different data like (temperature, humidity, electric consumption ...)
Go to file
chteufleur 26baa07126 Compatibility with golang 1.6 2016-04-19 20:39:04 +02:00
conf Add log consultation from GUI. 2016-04-03 00:34:43 +02:00
controllers Compatibility with golang 1.6 2016-04-19 20:39:04 +02:00
models Add log consultation from GUI. 2016-04-03 00:34:43 +02:00
routers Add log consultation from GUI. 2016-04-03 00:34:43 +02:00
sensors Add log consultation from GUI. 2016-04-03 00:34:43 +02:00
static Add img for relay innaccessible 2015-11-01 17:31:57 +01:00
tests Initialisation of the project 2015-09-17 20:07:41 +02:00
views Add log consultation from GUI. 2016-04-03 00:34:43 +02:00
watchlog Add XMPP support and watching log into web page 2016-04-19 20:36:38 +02:00
xmpp Add XMPP support and watching log into web page 2016-04-19 20:36:38 +02:00
.gitignore Init commit 2015-09-17 19:44:49 +02:00
LICENSE Add License and complete Readme 2015-11-10 22:30:02 +01:00
README.md Add License and complete Readme 2015-11-10 22:30:02 +01:00
main.go Compatibility with golang 1.6 2016-04-19 20:39:04 +02:00

README.md

DataHouse

Collect an print different data like (temperature, humidity, electric consumption ...) and manage relays.

Compilation

Dependencies

  • Beego, a web framework.

Download the CA at https://kingpenguin.tk/ressources/cacert.pem, then edit your .gitconfig and add the following lines

[https "https://git.kingpenguin.tk"]
  sslCAPath = /path/to/CA

Then go into your $GOPATH directory and go get the code.

go get git.kingpenguin.tk/chteufleur/datahouse.git

Configure

Configure the web server by editing the conf/app.conf file. Change the runmode from dev to prod, specify information for database access and change the SessionHadhKey to whatever you whant.

Sensors

Sensors code and schemas can be found in the sensors file. It requires Arduino IDE with ESP8266 module. More information on ESP8266 Github.

Help

To get any help, please visit the XMPP conference room at datahouse@muc.kingpenguin.tk with your prefered client, or with your browser.