Skip to content
Snippets Groups Projects
Select Git revision
  • b468fb2ac020c80390d4fc66b13482f4e6d87fcd
  • master default
  • renovate/sqlalchemy-2.x
  • renovate/fastapi-0.x
  • v2.21.0
  • v2.20.1
  • v2.20.0
  • v2.19.0
  • v2.18.1
  • v2.18.0
  • v2.17.0
  • v2.16.0
  • v2.15.0
  • v2.14.0
  • v2.13.1
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.0
24 results

StorageLeaf

  • Clone with SSH
  • Clone with HTTPS
  • StorageLeaf

    Accepts sensor data and saves them into a database. The saved data can be accessed via api.
    An interactive OpenAPI Swagger documentation can be accessed by opening the server url in your web browser (e.g. http://localhost:10003).

    Commonly used sensor types

    • temperature
    • humidity

    Installation on Raspberry Pi Zero

    • pipenv is causing some problems
    • use pipenv 2018-11-26
    • run pipenv lock
    • open Pipfile.lock and remove the gevent dependency
    • run Pipenv sync
    • install gevent manually via pipenv install gevent