Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikmueller/jazmax
Crawl JAZ for different heat pumps depending on flow and return temperatures from the JAZ calculator
https://github.com/erikmueller/jazmax
crawler data-science efficiency green heatpump jaz
Last synced: 22 days ago
JSON representation
Crawl JAZ for different heat pumps depending on flow and return temperatures from the JAZ calculator
- Host: GitHub
- URL: https://github.com/erikmueller/jazmax
- Owner: erikmueller
- Created: 2023-03-21T08:00:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T08:43:47.000Z (10 months ago)
- Last Synced: 2024-04-15T02:13:10.953Z (7 months ago)
- Topics: crawler, data-science, efficiency, green, heatpump, jaz
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Jazmax
This is a crawler that reads the calculated JAZ for different heat pumps based on flow and return temperatures from . The aggregated data is formatted, sorted by combined efficiency, and written to a local `data.json` file.
## Running
Install dependencies with `yarn install`.
Run `npx playwrite webkit` to download a headless webkit for crawling.Change parameters in `jaz.ts` to match you desired temperatures and run with
```sh
yarn start
```