Skip to content

engdan77/otis_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otis_web

Background

This project meant to be used for various purpose, but currently acts a front-end to otis_service (home-monitoring) https://github.com/engdan77/otis_service


Installing the dependencies and otis_web

  1. Follow instrunctions found on http://web2py.com/books/default/chapter/29/13/deployment-recipes to install Web2Py framework

  2. Enter "application" folder and retrieve source from github

# git clone https://github.com/engdan77/otis_web.git
  1. Adjust the modules/edoConf.py to reflect your database and URL's
# vim modules/edoConf.py

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from gluon import *

db_AH = 'mysql://user:[email protected]/otis_service'
mail_settings_sender = '[email protected]'
mail_settings_login = '[email protected]:yyyyyy'
otis_web_url = "http://xxxx/"
response_meta_author = 'Daniel Engvall <[email protected]>'

Pictures

Example of current status of sensors Sensors

About

🕸️ This project is developed in Python using Web2Py framework, primarily for accessing sensor reading by otis_service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors