Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 369 Bytes

tellstick-history

Python daemon to keep Tellstick Duo sensors history data

Main file is sensor-data.py. It runs as daemon in the linux environment. To start the daemon:

python sensor-data.py start

To stop the daemon:

python sensor-data.py stop

Sensor database should exist before running the daemon.