├── .gitattributes ├── .gitignore ├── README.md ├── db.sqlite3 ├── fritzing_file.fzz ├── photo ├── board2.jpg ├── case.jpg ├── circuit.png ├── dark.png └── dark_big_range.png ├── src ├── BMP280.py ├── DHT11.py ├── DHT22.py ├── DS18B20.py ├── DS18B20_C.py ├── all_sensors.py ├── api.py ├── bme280.py ├── bmp280 │ ├── Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy.html │ ├── Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files │ │ ├── 01e29a19f1f1b0f8eee6d136337eac5b.jpeg │ │ ├── 01e29a19f1f1b0f8eee6d136337eac5b_002.jpeg │ │ ├── 03756c265a3cc8611f563f15b9c6c3ba.jpeg │ │ ├── 03756c265a3cc8611f563f15b9c6c3ba_002.jpeg │ │ ├── 04a638ca3c19e3d154d6abd41903b189.jpeg │ │ ├── 04a638ca3c19e3d154d6abd41903b189_002.jpeg │ │ ├── 163aac1b8b7528f63772895362f6b799.jpeg │ │ ├── 163aac1b8b7528f63772895362f6b799_002.jpeg │ │ ├── 16x2_lcd_module_1-110x96.jpg │ │ ├── 1d45b0bfa6a6ac06a7ce1ff29e5dd2f7.png │ │ ├── 1d45b0bfa6a6ac06a7ce1ff29e5dd2f7_002.png │ │ ├── 1eff7faab35f2a94baa70fa84c8017fe.jpeg │ │ ├── 1eff7faab35f2a94baa70fa84c8017fe_002.jpeg │ │ ├── 417f7b10998fc756eba3955711db8f02.jpeg │ │ ├── 417f7b10998fc756eba3955711db8f02_002.jpeg │ │ ├── 46acec3f47811cafebae7a3caf9d1b5c.jpeg │ │ ├── 46acec3f47811cafebae7a3caf9d1b5c_002.jpeg │ │ ├── 47011c498fca7894cade1a7ee75be11a.jpeg │ │ ├── 47011c498fca7894cade1a7ee75be11a_002.jpeg │ │ ├── 49044c5831a18ae589a1fcdd87644a6d.png │ │ ├── 49044c5831a18ae589a1fcdd87644a6d_002.png │ │ ├── 4f46ed0651dd260a8d0bd2b0d7642d23.jpeg │ │ ├── 4f46ed0651dd260a8d0bd2b0d7642d23_002.jpeg │ │ ├── 53ca5ffa2a8c774a9552b085b550b0ef.jpeg │ │ ├── 53ca5ffa2a8c774a9552b085b550b0ef_002.jpeg │ │ ├── 7df3629d74599edd12b86b906093517b.jpeg │ │ ├── 7df3629d74599edd12b86b906093517b_002.jpeg │ │ ├── 8159142b8561e7dc5b388144d5fd7bdd.jpeg │ │ ├── 8159142b8561e7dc5b388144d5fd7bdd_002.jpeg │ │ ├── 824e8e06b721a29ea072d271ec773d56.jpeg │ │ ├── 824e8e06b721a29ea072d271ec773d56_002.jpeg │ │ ├── 82c45c0125fdce3a75c1dfe632207329.jpeg │ │ ├── 82c45c0125fdce3a75c1dfe632207329_002.jpeg │ │ ├── 89662e7c8159c1926d43d99003245439.jpeg │ │ ├── 89662e7c8159c1926d43d99003245439_002.jpeg │ │ ├── 90b9af652292c747437c4f26f4af73b7.jpeg │ │ ├── 90b9af652292c747437c4f26f4af73b7_002.jpeg │ │ ├── BME280-Module-Setup-300x287.png │ │ ├── BME280-Module-Setup.png │ │ ├── Raspberry-Pi-Spy-Logo-140x140-Outline.png │ │ ├── Raspberry-Pi-Spy-Logo-280x280-Outline.png │ │ ├── a.html │ │ ├── a_002.html │ │ ├── a_003.html │ │ ├── a_004.html │ │ ├── a_005.html │ │ ├── a_006.html │ │ ├── adsbygoogle.js │ │ ├── b364353fda33b02df185ba9405238448.jpeg │ │ ├── b364353fda33b02df185ba9405238448_002.jpeg │ │ ├── bbb37d2474c993386a549313d10857f5.jpeg │ │ ├── bbb37d2474c993386a549313d10857f5_002.jpeg │ │ ├── bme280_setup-300x177.png │ │ ├── bme280_setup.png │ │ ├── bme280_temp_sensor-1078x516.jpg │ │ ├── bme280_temp_sensor-702x336.jpg │ │ ├── bme280_temp_sensor_small-150x150.jpg │ │ ├── bunyad-theme.js │ │ ├── c11bb176e2c9170c213c13c68fe64b15.jpeg │ │ ├── c11bb176e2c9170c213c13c68fe64b15_002.jpeg │ │ ├── c3d03283e57462a79dd999b927438827.jpeg │ │ ├── c3d03283e57462a79dd999b927438827_002.jpeg │ │ ├── cfb3dca840fc37d49d209aad8ae299d7.jpeg │ │ ├── cfb3dca840fc37d49d209aad8ae299d7_002.jpeg │ │ ├── comment-reply.js │ │ ├── cookieconsent.js │ │ ├── css.css │ │ ├── d19af28a3a817f031024138d465fd12c.jpeg │ │ ├── d19af28a3a817f031024138d465fd12c_002.jpeg │ │ ├── d42cc4629474641444959e9ba51e4865.png │ │ ├── d42cc4629474641444959e9ba51e4865_002.png │ │ ├── dark-floating.css │ │ ├── e1095.css │ │ ├── e47348b2aa460706f41c47e72fb23692.jpeg │ │ ├── e47348b2aa460706f41c47e72fb23692_002.jpeg │ │ ├── e90fe7bb2cd53bd41fc4f6f7dfd1369e.jpeg │ │ ├── e90fe7bb2cd53bd41fc4f6f7dfd1369e_002.jpeg │ │ ├── ef2faa665f8983f96feeab43240cfa76.jpeg │ │ ├── ef2faa665f8983f96feeab43240cfa76_002.jpeg │ │ ├── enc28j60_ethernet_module_03-214x140.jpg │ │ ├── fae760c9b3eb75750f7354e6204d2653.jpeg │ │ ├── fae760c9b3eb75750f7354e6204d2653_002.jpeg │ │ ├── fd256a71fd2f4ab1d4494aaf3259dcbb.jpeg │ │ ├── fd256a71fd2f4ab1d4494aaf3259dcbb_002.jpeg │ │ ├── fd3b9b3c0e4e0dd6b9e4d2cc1128a7ad.jpeg │ │ ├── fd3b9b3c0e4e0dd6b9e4d2cc1128a7ad_002.jpeg │ │ ├── fdfa9dd3939a4acee4c54e4d16fda366.jpeg │ │ ├── fdfa9dd3939a4acee4c54e4d16fda366_002.jpeg │ │ ├── fe46d1e9aaa55f6e8e715c8e666350e0.jpeg │ │ ├── fe46d1e9aaa55f6e8e715c8e666350e0_002.jpeg │ │ ├── flask_nginx_tutorial-214x140.jpg │ │ ├── font-awesome.css │ │ ├── form.js │ │ ├── jquery-migrate.js │ │ ├── jquery.js │ │ ├── jquery_002.js │ │ ├── jquery_003.js │ │ ├── jquery_004.js │ │ ├── mcp3008_tmp36_02-110x96.jpg │ │ ├── mobaxterm_pi_featured-214x140.jpg │ │ ├── pi-arduino-ide-04-110x96.jpg │ │ ├── pi-hole-oled-screen-switch_03-214x140.jpg │ │ ├── pi_400_overclock_featured-110x96.jpg │ │ ├── pi_400_overclock_featured-214x140.jpg │ │ ├── pi_400_ssd_featured-110x96.jpg │ │ ├── pi_usb_sound_05-214x140.jpg │ │ ├── prettyPhoto.css │ │ ├── raspberry_pi_pia_vpn_setup-214x140.jpg │ │ ├── raspberry_pi_pico_board_01-110x96.jpg │ │ ├── raspberry_pi_sucks1-110x96.jpg │ │ ├── responsive.css │ │ ├── shBrushPython.js │ │ ├── shCore.css │ │ ├── shCore.js │ │ ├── shThemeDefault.css │ │ ├── ssh_keys_featured-214x140.jpg │ │ ├── style.css │ │ ├── style_002.css │ │ ├── temperature-monitoring-110x96.jpg │ │ ├── temperature-monitoring-214x140.jpg │ │ ├── wp-embed.js │ │ └── wp-emoji-release.js │ └── info.png ├── credentials.example.py ├── fan.py ├── led.py ├── listen.py ├── relay.py ├── send_data.py ├── system │ ├── fan.service │ ├── listen.service │ └── listen_checker.sh ├── system_tempr.py ├── temprs.py ├── test_sensors.py └── wifi.py └── store_data ├── catch.php ├── favicon.ico ├── home_data.sqlite3 └── index.php /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/README.md -------------------------------------------------------------------------------- /db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/db.sqlite3 -------------------------------------------------------------------------------- /fritzing_file.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/fritzing_file.fzz -------------------------------------------------------------------------------- /photo/board2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/photo/board2.jpg -------------------------------------------------------------------------------- /photo/case.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/photo/case.jpg -------------------------------------------------------------------------------- /photo/circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/photo/circuit.png -------------------------------------------------------------------------------- /photo/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/photo/dark.png -------------------------------------------------------------------------------- /photo/dark_big_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/photo/dark_big_range.png -------------------------------------------------------------------------------- /src/BMP280.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/BMP280.py -------------------------------------------------------------------------------- /src/DHT11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/DHT11.py -------------------------------------------------------------------------------- /src/DHT22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/DHT22.py -------------------------------------------------------------------------------- /src/DS18B20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/DS18B20.py -------------------------------------------------------------------------------- /src/DS18B20_C.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/DS18B20_C.py -------------------------------------------------------------------------------- /src/all_sensors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/all_sensors.py -------------------------------------------------------------------------------- /src/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/api.py -------------------------------------------------------------------------------- /src/bme280.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bme280.py -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/01e29a19f1f1b0f8eee6d136337eac5b.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/01e29a19f1f1b0f8eee6d136337eac5b.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/01e29a19f1f1b0f8eee6d136337eac5b_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/01e29a19f1f1b0f8eee6d136337eac5b_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/03756c265a3cc8611f563f15b9c6c3ba.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/03756c265a3cc8611f563f15b9c6c3ba.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/03756c265a3cc8611f563f15b9c6c3ba_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/03756c265a3cc8611f563f15b9c6c3ba_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/04a638ca3c19e3d154d6abd41903b189.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/04a638ca3c19e3d154d6abd41903b189.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/04a638ca3c19e3d154d6abd41903b189_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/04a638ca3c19e3d154d6abd41903b189_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/163aac1b8b7528f63772895362f6b799.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/163aac1b8b7528f63772895362f6b799.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/163aac1b8b7528f63772895362f6b799_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/163aac1b8b7528f63772895362f6b799_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/16x2_lcd_module_1-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/16x2_lcd_module_1-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1d45b0bfa6a6ac06a7ce1ff29e5dd2f7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1d45b0bfa6a6ac06a7ce1ff29e5dd2f7.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1d45b0bfa6a6ac06a7ce1ff29e5dd2f7_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1d45b0bfa6a6ac06a7ce1ff29e5dd2f7_002.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1eff7faab35f2a94baa70fa84c8017fe.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1eff7faab35f2a94baa70fa84c8017fe.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1eff7faab35f2a94baa70fa84c8017fe_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/1eff7faab35f2a94baa70fa84c8017fe_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/417f7b10998fc756eba3955711db8f02.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/417f7b10998fc756eba3955711db8f02.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/417f7b10998fc756eba3955711db8f02_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/417f7b10998fc756eba3955711db8f02_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/46acec3f47811cafebae7a3caf9d1b5c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/46acec3f47811cafebae7a3caf9d1b5c.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/46acec3f47811cafebae7a3caf9d1b5c_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/46acec3f47811cafebae7a3caf9d1b5c_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/47011c498fca7894cade1a7ee75be11a.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/47011c498fca7894cade1a7ee75be11a.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/47011c498fca7894cade1a7ee75be11a_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/47011c498fca7894cade1a7ee75be11a_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/49044c5831a18ae589a1fcdd87644a6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/49044c5831a18ae589a1fcdd87644a6d.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/49044c5831a18ae589a1fcdd87644a6d_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/49044c5831a18ae589a1fcdd87644a6d_002.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/4f46ed0651dd260a8d0bd2b0d7642d23.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/4f46ed0651dd260a8d0bd2b0d7642d23.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/4f46ed0651dd260a8d0bd2b0d7642d23_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/4f46ed0651dd260a8d0bd2b0d7642d23_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/53ca5ffa2a8c774a9552b085b550b0ef.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/53ca5ffa2a8c774a9552b085b550b0ef.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/53ca5ffa2a8c774a9552b085b550b0ef_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/53ca5ffa2a8c774a9552b085b550b0ef_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/7df3629d74599edd12b86b906093517b.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/7df3629d74599edd12b86b906093517b.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/7df3629d74599edd12b86b906093517b_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/7df3629d74599edd12b86b906093517b_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/8159142b8561e7dc5b388144d5fd7bdd.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/8159142b8561e7dc5b388144d5fd7bdd.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/8159142b8561e7dc5b388144d5fd7bdd_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/8159142b8561e7dc5b388144d5fd7bdd_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/824e8e06b721a29ea072d271ec773d56.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/824e8e06b721a29ea072d271ec773d56.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/824e8e06b721a29ea072d271ec773d56_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/824e8e06b721a29ea072d271ec773d56_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/82c45c0125fdce3a75c1dfe632207329.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/82c45c0125fdce3a75c1dfe632207329.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/82c45c0125fdce3a75c1dfe632207329_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/82c45c0125fdce3a75c1dfe632207329_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/89662e7c8159c1926d43d99003245439.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/89662e7c8159c1926d43d99003245439.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/89662e7c8159c1926d43d99003245439_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/89662e7c8159c1926d43d99003245439_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/90b9af652292c747437c4f26f4af73b7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/90b9af652292c747437c4f26f4af73b7.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/90b9af652292c747437c4f26f4af73b7_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/90b9af652292c747437c4f26f4af73b7_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/BME280-Module-Setup-300x287.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/BME280-Module-Setup-300x287.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/BME280-Module-Setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/BME280-Module-Setup.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/Raspberry-Pi-Spy-Logo-140x140-Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/Raspberry-Pi-Spy-Logo-140x140-Outline.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/Raspberry-Pi-Spy-Logo-280x280-Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/Raspberry-Pi-Spy-Logo-280x280-Outline.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_002.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_002.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_003.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_003.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_004.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_004.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_005.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_005.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_006.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/a_006.html -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/adsbygoogle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/adsbygoogle.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/b364353fda33b02df185ba9405238448.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/b364353fda33b02df185ba9405238448.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/b364353fda33b02df185ba9405238448_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/b364353fda33b02df185ba9405238448_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bbb37d2474c993386a549313d10857f5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bbb37d2474c993386a549313d10857f5.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bbb37d2474c993386a549313d10857f5_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bbb37d2474c993386a549313d10857f5_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_setup-300x177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_setup-300x177.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_setup.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_temp_sensor-1078x516.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_temp_sensor-1078x516.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_temp_sensor-702x336.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_temp_sensor-702x336.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_temp_sensor_small-150x150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bme280_temp_sensor_small-150x150.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bunyad-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/bunyad-theme.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c11bb176e2c9170c213c13c68fe64b15.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c11bb176e2c9170c213c13c68fe64b15.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c11bb176e2c9170c213c13c68fe64b15_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c11bb176e2c9170c213c13c68fe64b15_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c3d03283e57462a79dd999b927438827.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c3d03283e57462a79dd999b927438827.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c3d03283e57462a79dd999b927438827_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/c3d03283e57462a79dd999b927438827_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/cfb3dca840fc37d49d209aad8ae299d7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/cfb3dca840fc37d49d209aad8ae299d7.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/cfb3dca840fc37d49d209aad8ae299d7_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/cfb3dca840fc37d49d209aad8ae299d7_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/comment-reply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/comment-reply.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/cookieconsent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/cookieconsent.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/css.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d19af28a3a817f031024138d465fd12c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d19af28a3a817f031024138d465fd12c.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d19af28a3a817f031024138d465fd12c_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d19af28a3a817f031024138d465fd12c_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d42cc4629474641444959e9ba51e4865.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d42cc4629474641444959e9ba51e4865.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d42cc4629474641444959e9ba51e4865_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/d42cc4629474641444959e9ba51e4865_002.png -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/dark-floating.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/dark-floating.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e1095.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e1095.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e47348b2aa460706f41c47e72fb23692.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e47348b2aa460706f41c47e72fb23692.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e47348b2aa460706f41c47e72fb23692_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e47348b2aa460706f41c47e72fb23692_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e90fe7bb2cd53bd41fc4f6f7dfd1369e.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e90fe7bb2cd53bd41fc4f6f7dfd1369e.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e90fe7bb2cd53bd41fc4f6f7dfd1369e_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/e90fe7bb2cd53bd41fc4f6f7dfd1369e_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/ef2faa665f8983f96feeab43240cfa76.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/ef2faa665f8983f96feeab43240cfa76.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/ef2faa665f8983f96feeab43240cfa76_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/ef2faa665f8983f96feeab43240cfa76_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/enc28j60_ethernet_module_03-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/enc28j60_ethernet_module_03-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fae760c9b3eb75750f7354e6204d2653.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fae760c9b3eb75750f7354e6204d2653.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fae760c9b3eb75750f7354e6204d2653_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fae760c9b3eb75750f7354e6204d2653_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd256a71fd2f4ab1d4494aaf3259dcbb.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd256a71fd2f4ab1d4494aaf3259dcbb.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd256a71fd2f4ab1d4494aaf3259dcbb_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd256a71fd2f4ab1d4494aaf3259dcbb_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd3b9b3c0e4e0dd6b9e4d2cc1128a7ad.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd3b9b3c0e4e0dd6b9e4d2cc1128a7ad.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd3b9b3c0e4e0dd6b9e4d2cc1128a7ad_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fd3b9b3c0e4e0dd6b9e4d2cc1128a7ad_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fdfa9dd3939a4acee4c54e4d16fda366.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fdfa9dd3939a4acee4c54e4d16fda366.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fdfa9dd3939a4acee4c54e4d16fda366_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fdfa9dd3939a4acee4c54e4d16fda366_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fe46d1e9aaa55f6e8e715c8e666350e0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fe46d1e9aaa55f6e8e715c8e666350e0.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fe46d1e9aaa55f6e8e715c8e666350e0_002.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/fe46d1e9aaa55f6e8e715c8e666350e0_002.jpeg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/flask_nginx_tutorial-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/flask_nginx_tutorial-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/font-awesome.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/form.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery-migrate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery-migrate.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery_002.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery_003.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/jquery_004.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/mcp3008_tmp36_02-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/mcp3008_tmp36_02-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/mobaxterm_pi_featured-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/mobaxterm_pi_featured-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi-arduino-ide-04-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi-arduino-ide-04-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi-hole-oled-screen-switch_03-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi-hole-oled-screen-switch_03-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_400_overclock_featured-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_400_overclock_featured-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_400_overclock_featured-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_400_overclock_featured-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_400_ssd_featured-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_400_ssd_featured-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_usb_sound_05-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/pi_usb_sound_05-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/prettyPhoto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/prettyPhoto.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/raspberry_pi_pia_vpn_setup-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/raspberry_pi_pia_vpn_setup-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/raspberry_pi_pico_board_01-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/raspberry_pi_pico_board_01-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/raspberry_pi_sucks1-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/raspberry_pi_sucks1-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/responsive.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shBrushPython.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shBrushPython.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shCore.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shCore.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shCore.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shThemeDefault.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/shThemeDefault.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/ssh_keys_featured-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/ssh_keys_featured-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/style.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/style_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/style_002.css -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/temperature-monitoring-110x96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/temperature-monitoring-110x96.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/temperature-monitoring-214x140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/temperature-monitoring-214x140.jpg -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/wp-embed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/wp-embed.js -------------------------------------------------------------------------------- /src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/wp-emoji-release.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/Using the BME280 I2C Temperature and Pressure Sensor in Python - Raspberry Pi Spy_files/wp-emoji-release.js -------------------------------------------------------------------------------- /src/bmp280/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/bmp280/info.png -------------------------------------------------------------------------------- /src/credentials.example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/credentials.example.py -------------------------------------------------------------------------------- /src/fan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/fan.py -------------------------------------------------------------------------------- /src/led.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/led.py -------------------------------------------------------------------------------- /src/listen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/listen.py -------------------------------------------------------------------------------- /src/relay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/relay.py -------------------------------------------------------------------------------- /src/send_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/send_data.py -------------------------------------------------------------------------------- /src/system/fan.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/system/fan.service -------------------------------------------------------------------------------- /src/system/listen.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/system/listen.service -------------------------------------------------------------------------------- /src/system/listen_checker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/system/listen_checker.sh -------------------------------------------------------------------------------- /src/system_tempr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/system_tempr.py -------------------------------------------------------------------------------- /src/temprs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/temprs.py -------------------------------------------------------------------------------- /src/test_sensors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/test_sensors.py -------------------------------------------------------------------------------- /src/wifi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/src/wifi.py -------------------------------------------------------------------------------- /store_data/catch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/store_data/catch.php -------------------------------------------------------------------------------- /store_data/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/store_data/favicon.ico -------------------------------------------------------------------------------- /store_data/home_data.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/store_data/home_data.sqlite3 -------------------------------------------------------------------------------- /store_data/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsaklidis/home-station/HEAD/store_data/index.php --------------------------------------------------------------------------------