Skip to content

Create charts with Bokeh from temperature sensor readings

Notifications You must be signed in to change notification settings

git-bone/Temperature-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Temperature-chart

Build charts based on temperature csv file.

This simple code based on Bokeh and reads csv file filed with temperatures from sensor readings.

requirements:

  • bokeh
  • pandas

how to use:

  • create an empty csv file. The first row should be: date,supply,return

  • then run following command from parent folder:

    python3 -m bokeh serve --address ip_address --allow-websocket-origin ip_address:portnr folder_name

About

Create charts with Bokeh from temperature sensor readings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages