https://github.com/n0m0r3pa1n/geoready-server
A python server that describes how much time it takes to reach target temperature using Kalman filtering
https://github.com/n0m0r3pa1n/geoready-server
flask heating kalman-filtering python
Last synced: 24 days ago
JSON representation
A python server that describes how much time it takes to reach target temperature using Kalman filtering
- Host: GitHub
- URL: https://github.com/n0m0r3pa1n/geoready-server
- Owner: n0m0r3pa1n
- Created: 2018-05-14T08:58:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T09:29:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T20:26:01.258Z (3 months ago)
- Topics: flask, heating, kalman-filtering, python
- Language: Python
- Homepage: https://drive.google.com/file/d/1OCKvlg3PwZJ6xebZ3fZCCJj0jY5DcStc/view?usp=sharing
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoReady Server
A python server that exposes the function used to calculate how much time is needed to reach a target temperature based on the
inside and the outside temperature. The function was generated using existing Hive Homes user heating data & Kalman filtering.# Libs
The project uses a simple Flask server.
# More Info
[Here](https://drive.google.com/file/d/1OCKvlg3PwZJ6xebZ3fZCCJj0jY5DcStc/view?usp=sharing) you can find more info.