Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomfaulkner/sensemeserver
Python REST API Server for SenseMe devices
https://github.com/tomfaulkner/sensemeserver
bigassfans haikuhome home-automation homeautomation hug iot python3 rest-api rest-server senseme
Last synced: 7 days ago
JSON representation
Python REST API Server for SenseMe devices
- Host: GitHub
- URL: https://github.com/tomfaulkner/sensemeserver
- Owner: TomFaulkner
- License: gpl-3.0
- Created: 2018-07-12T23:55:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T00:26:46.000Z (over 6 years ago)
- Last Synced: 2024-11-08T14:51:53.457Z (2 months ago)
- Topics: bigassfans, haikuhome, home-automation, homeautomation, hug, iot, python3, rest-api, rest-server, senseme
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SenseMeServer
Python REST API Server for SenseMe devicesNot much to see here at the moment, but the idea is a Hug based REST API to access and control SenseMe devices using the [SenseMe library](https://github.com/TomFaulkner/SenseMe "SenseMe library").
# Requirements
- Python 3.6+
- Hug (version tbd.)The SenseMe library requires Python 3.6 for fstrings. This project is relying on the ordered nature of dictionaries in 3.6.
# Future
Once this is ready for use I'll include a Dockerfile for ease of use.