]> vault307.fbx.one Git - garage_door_sensor.git/log
garage_door_sensor.git
16 months agogarageCheck runs on device to turn on/off LEDs (Myserver) experimental
jimmy [Sat, 3 Aug 2024 20:37:23 +0000 (15:37 -0500)]
garageCheck runs on device to turn on/off LEDs (Myserver)
garageStatus runs on garage, hosts updates webpage with garage door status

16 months agogarageStatus.py now correctly modifies html code of index.html based on
jimmy [Thu, 25 Jul 2024 23:56:46 +0000 (18:56 -0500)]
garageStatus.py now correctly modifies html code of index.html based on
serial data. will set as service to run garage host. this accurately
reflects the sensor readings and updates webpage to display. scrape this
page from client to activate LED based on light on/off door open/closed

16 months agoupdate distanceLux.py to account for senstitivity of lux sensor
jimmy [Tue, 16 Jul 2024 21:26:55 +0000 (16:26 -0500)]
update distanceLux.py to account for senstitivity of lux sensor
create garageStatus.py to run on zero, will read serial port and
output data based on serial data. still need to integrate into webserver

17 months agochanged threshold for lux_val to trigger on reading. installed hardware
jimmy [Fri, 12 Jul 2024 17:06:54 +0000 (12:06 -0500)]
changed threshold for lux_val to trigger on reading. installed hardware
on garage wall, distance_cm set accurately, but lightsensor in different
place on wall from where initially measured lux vals. updated on pico via
'rshell -e nano' command.

17 months agoprocess on pico if door/light open/on closed/off instead of sending raw
jimmy [Wed, 10 Jul 2024 18:41:08 +0000 (13:41 -0500)]
process on pico if door/light open/on closed/off instead of sending raw
sensor readings

17 months agoupdated code to match code used on rpi pico
jimmy [Tue, 9 Jul 2024 20:53:55 +0000 (15:53 -0500)]
updated code to match code used on rpi pico

17 months agoadded notes
jimmy [Tue, 9 Jul 2024 00:01:09 +0000 (19:01 -0500)]
added notes

17 months agomeasure distance and light in garage using veml7700
jimmy [Mon, 8 Jul 2024 23:58:07 +0000 (18:58 -0500)]
measure distance and light in garage using veml7700
will be using pico as sensor pack. will read data from sensors,
then process over data (door{open/closed},light{on/off}),
send data to zero 2 w over usb. zero will host webpage
displaying status of DOOR and LIGHT.

17 months agoMerge https://vault307.fbx.one/gitweb/garage_door_sensor into experimental
jimmy [Mon, 8 Jul 2024 22:17:12 +0000 (17:17 -0500)]
Merge https://vault307.fbx.one/gitweb/garage_door_sensor into experimental
add to experimental branch

17 months agoadd websocket host/client test code
jimmy [Mon, 8 Jul 2024 22:14:26 +0000 (17:14 -0500)]
add websocket host/client test code
SSID and Password filled with dummy info

17 months agoupdated garage_sensor.py to reflect ability to use socket to send data
Jimmy [Fri, 5 Jul 2024 17:41:59 +0000 (12:41 -0500)]
updated garage_sensor.py to reflect ability to use socket to send data
to client from host. only can be read once

17 months ago new file: garage_sensor.py
Jimmy [Mon, 24 Jun 2024 23:46:32 +0000 (18:46 -0500)]
new file:   garage_sensor.py
start creating garage door sensor box

17 months ago new file: hcsr04Test.py
Jimmy [Mon, 24 Jun 2024 21:06:53 +0000 (16:06 -0500)]
new file:   hcsr04Test.py
new file:   lcd_api.py
new file:   lcd_test.py
new file:   pico_i2c_lcd.py