Skip to content

Andy-Voigt/froggit-read

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

froggit-read

Readout Froggit FT007PF temperature sensors

Simple readout helper based on adilosa/weathermon github project to debug my Froggit FT007PF pool thermometer sensor.

create a sqlite3 db under /opt/weather.db

sqlite3 weather.db
sqlite> create table reading(id INTEGER PRIMARY KEY, channel INTEGER, temperature REAL, humidity INTEGER, battery INTEGER,  date TIMESTAMP DEFAULT CURRENT_TIMESTAMP);
sqlite> .exit

About

Readout Froggit FT007PF temperature sensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.8%
  • Makefile 4.2%