Skip to content

small daemon which listens on mqtt msgs which set how long the space will be open and writes that to a json file

License

Notifications You must be signed in to change notification settings

Eigenbaukombinat/wielange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/Eigenbaukombinat/wielange.git
cd wielange
python3 -m venv .
bin/pip install -r requirements.txt

Running

To run via supervisor, create /etc/supervisor/conf.d/wielange.conf with this:

[program:wielange]
directory = /home/<user>/wielange
command=/<user>/wielange/bin/python /home/<user>/wielange/wielange.py
user = <user>

About

small daemon which listens on mqtt msgs which set how long the space will be open and writes that to a json file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages