122 Commits

Author SHA1 Message Date
b5c360683d update temp_sensor and adapt gateway to it 2021-12-24 15:09:37 +01:00
8a8a31c3c0 use power save 2021-12-24 15:09:37 +01:00
2d0890e9e0 migrate temp_sensor project to platformio 2021-12-24 15:09:37 +01:00
Nicolae Hodos
a5a62214bc add BMP280 and display temperature 2021-12-08 09:57:27 +01:00
Nicolae Hodos
7b34d805e4 add functionality to display text commands 2021-12-08 09:49:46 +01:00
47463b3d0e Merge branch 'mqtt' into bmp 2021-12-07 23:29:46 +01:00
a4e0be98fc display text commands 2021-12-07 23:21:34 +01:00
fb7e0cbb32 display text commands 2021-12-07 20:20:03 +01:00
9e1169f8ce Merge branch 'gateway' 2021-12-05 10:38:53 +01:00
5e4bceb65d switch to struct 2021-11-21 15:17:58 +01:00
c9cf92b23c use avrdude for upload 2021-06-20 22:02:45 +02:00
480c8d2fe3 pipeline: upload only 2021-06-20 21:58:02 +02:00
fc92232012 fix upload with timeout 2021-06-20 21:54:09 +02:00
8b290c14e9 update pipeline to subfolder 2021-06-20 21:48:45 +02:00
1605a29ab4 move .drone.yml to the right place 2021-06-20 21:47:18 +02:00
190d764d82 always build on branch 2021-06-20 21:35:26 +02:00
02b81d2fe3 upload with drone pipeline, add json examples 2021-06-20 21:29:45 +02:00
a3b1f7d45d add project kid - sonar with leds 2021-05-30 21:04:18 +02:00
7940a8c1bb add support for IR commands and publish them on MQTT 2021-05-09 08:12:13 +02:00
09798f0523 gateway: blink led when command is ran 2021-04-30 12:06:30 +02:00
fbb3cf52eb switch to optiboot and add support for multiple commands 2021-01-02 22:59:34 +01:00
365ca92ee4 add VCS workspace 2020-11-04 22:24:40 +01:00
07f6e4264f delete esp_gateway, it was just a trial 2020-11-04 22:13:48 +01:00
85ea038aa3 migrate gateway to PlatformIO 2020-11-04 22:12:38 +01:00
8458fa1d7b add draft for esp8266 with Arduino OTA 2020-09-25 19:40:24 +02:00
b1b2586323 add id for new movement sensor 2020-09-25 19:38:31 +02:00
e3f3156a77 aggregate all json elements and send all 2020-09-25 19:37:22 +02:00
23ce83778f added gateway on Pro Mini, with rc-switch and DHT11 2020-09-13 17:32:14 +02:00
7f34921f40 add movemnt sensor for basement 2020-09-11 21:36:19 +02:00
e0438546ac updated RF24 - 4_pin branch 2020-05-25 22:42:22 +02:00
f33f4e153d ir_sender: draft 2020-05-13 22:06:13 +02:00
43eb5fd0d8 window2: some update in fritzing 2020-05-13 22:05:25 +02:00
6488d26a35 esp_clock: disable WiFi for 1 hour 2020-05-13 21:28:28 +02:00
5542c4b049 Add configurable interrupt pin
Add tiny_IRremote library
2020-04-25 15:09:32 +02:00
0bbed875c9 testing RF24 functionality 2020-01-09 23:31:30 +01:00
52d582664a add existing fritzing documentation for window1, window2 and fridge 2020-01-05 03:05:58 +01:00
5f42a8fb27 try to save battery by not sending VCC anymore 2019-11-14 22:58:19 +01:00
34a6dbef65 when window is opened, continue to send state every 10 mins until it is
closed
2019-02-21 23:15:49 +01:00
1b26db7e91 send state only after window is opened or closed - save battery 2019-01-20 01:26:45 +01:00
4674a98c90 move sensor defines into specific class 2019-01-01 01:53:35 +01:00
264c20ed3d use flag inside interrupt and move send logic outside, into the loop 2019-01-01 01:52:19 +01:00
0b36c2a8d5 read ADC in one step and adjust calculation (most probably it doesn't
make much of a difference)
2018-12-31 18:07:20 +01:00
103e15174b remove old window copy 2018-07-17 00:14:39 +02:00
914cfb01b9 optimize state reading in wdt, reset wdt counter when interrupting 2018-07-15 23:56:37 +02:00
3b02b9d2aa fix enableWdt 2018-07-15 23:55:49 +02:00
55a90465e6 change send interval from 10 to 30 minutes 2018-07-15 12:34:18 +02:00
Nicolae Hodos
48457480c3 add 0 padding and generic configuration name to ignore 2017-06-04 21:26:29 +02:00
Nicolae Hodos
631619b66c create clock project with modified Adafruit led libraries 2017-06-03 16:50:05 +02:00
Nicolae Hodos
ab93e5e28a add light sensor and use enum for device IDs 2017-06-03 16:43:58 +02:00
Nicolae Hodos
310997529b add temperature sensor 2017-04-04 20:48:13 +02:00