Skip to content

vnegi10/Thermostat_data_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Thermostat_data_analysis

In this Pluto notebook, we will visualize the daily gas usage as recorded by the thermostat. In my case, I have a Nefit Easy thermostat (Netherlands) connected to the Cv ketel (gas boiler), which sends data to a central server at Bosch.

Prerequisites

I am running the server locally in a docker container. In the Pluto notebook, we connect to this HTTP server, and make "GET" requests to fetch the relevant data. The server requires the thermostat serial number, access key and password (set via Nefit Easy app) as input. The HTTP requests to the server do not need to be authenticated.

How to use?

Install Pluto.jl (if not done already) by executing the following commands in your Julia REPL:

using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()

Clone this repository and open Thermostat_notebook.jl in your Pluto browser window. That's it! You are good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages