Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```