Skip to content

exports the space status via spaceapi

Notifications You must be signed in to change notification settings

Eigenbaukombinat/spaceapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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

Running

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

[program:spaceapi]
command = <home>/spaceapi/bin/python src/spaceapi.py --mqtt_broker=<mqtt host>
process_name = spaceapi
directory = <home>/spaceapi
priority = 10
user = <user>
autostart = true
startsecs = 10
startretries = 30

About

exports the space status via spaceapi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%