1
0
mirror of https://github.com/ratgdo/esphome-ratgdo.git synced 2025-03-03 12:29:54 +00:00

653 Commits

Author SHA1 Message Date
J. Nick Koston
d110d61c7f
Update index.html 2023-09-12 13:32:59 -05:00
J. Nick Koston
5518518f01
Update links 2023-09-12 13:29:36 -05:00
Marius Muja
fd8e60245e
Make obstruction detection ignore spurrious detections ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-26 16:45:51 -05:00
J. Nick Koston
a1b166e563
feat: add support for disabling the obstruction pin () 2023-08-26 08:11:02 -05:00
mulcmu
0c07766cab
Fix obstruction isr for ESP32 ()
Fix obsruction isr for ESP32

In RATGDOComponent::setup() call the ESPHome code to attach_interrupt() before software serial begin().  This allows ESPHome to call IDF gpio_install_isr_service() without error.
2023-08-18 17:37:51 -07:00
Marius Muja
03163ea9ae
Don't calibrate open/close durations if they are non-zero ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-20 14:05:37 -05:00
J. Nick Koston
3379fa930b
Update README.md 2023-07-17 00:22:39 -10:00
J. Nick Koston
5e58b54b10
Update README.md 2023-07-17 00:22:02 -10:00
J. Nick Koston
cf9b5bb430
Update README.md 2023-07-17 00:21:36 -10:00
J. Nick Koston
5f4ca4403a
Update README.md 2023-07-17 00:20:46 -10:00
J. Nick Koston
9ff0c5ec95
Update README.md 2023-07-17 00:19:31 -10:00
Marius Muja
31b96b634b Fix build on esp32. 2023-07-07 19:19:30 -07:00
Marius Muja
38629aac52
Collision detection on transmit ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-07 14:23:26 -10:00
Marius Muja
bd36a7e6a3
Make storing persistent state the resposibility of ratgdo_number ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-07 12:56:12 -10:00
Marius Muja
3721bb5465
Convert enums to scoped enums ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-03 11:47:00 -05:00
J. Nick Koston
64c409cab9
tidy 2023-07-02 21:45:00 -05:00
Marius Muja
877b65be09
Refactorings, changed from camelCase to snake_case for consistency to esphome ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-02 21:44:34 -05:00
J. Nick Koston
49769a6f0a
Downgrade a few more to improve stability 2023-07-01 09:42:10 -05:00
J. Nick Koston
3cfe0e18d6
Downgrade one more 2023-07-01 09:40:34 -05:00
J. Nick Koston
81db7efcf9
Downgrade some loggers to ESP_LOGV to reduce memory churn 2023-07-01 09:36:30 -05:00
J. Nick Koston
7843336b82
Set min and max for opening and closing duration to avoid errors () 2023-07-01 09:35:05 -05:00
J. Nick Koston
1d7d1cbf57
Remove refs 2023-07-01 09:19:59 -05:00
Marius Muja
eee27761b2
Refactor children state update mechanism ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-01 09:13:38 -05:00
J. Nick Koston
8df1b9c0cb
Update README.md 2023-06-26 14:59:08 -05:00
J. Nick Koston
b611d20b2b
Update docs for recent changes () 2023-06-26 14:50:06 -05:00
Marius Muja
056b0ab8ea
Better sync ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-26 14:41:31 -05:00
J. Nick Koston
12f3b8747a
Fix merge 2023-06-25 18:44:54 -05:00
Marius Muja
2e7f53835b Fix 2023-06-25 16:44:24 -07:00
J. Nick Koston
78858628cf
Small cleanup to make setDoorPosition more DRY ()
* Small cleanup to make setDoorPosition more DRY
2023-06-25 16:43:00 -07:00
Marius Muja
f1993931a7
Door position control ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-25 18:03:39 -05:00
J. Nick Koston
073b5440cb
Add time to close to commands () 2023-06-25 11:28:16 -05:00
Marius Muja
eb6f40c060
Use door stop command in place of toggle ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-25 10:52:16 -05:00
J. Nick Koston
385a89507b
Fix crash when flash is written too frequently () 2023-06-25 10:45:37 -05:00
J. Nick Koston
a38b18aa20
Downgrade logging to ESP_LOGV () 2023-06-25 09:15:40 -05:00
J. Nick Koston
43a6b01d2b
Revert " ref for testing"
This reverts commit 3360065b2c37c94e3691c94239487a6b82ada858.
2023-06-25 09:14:59 -05:00
J. Nick Koston
3360065b2c
ref for testing 2023-06-25 09:10:18 -05:00
Marius Muja
49487afde1
Button updates ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-24 18:51:19 -05:00
Marius Muja
a24a112c73
Rolling code flash sync updates ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-24 18:02:50 -05:00
Marius Muja
77090527fe
Use async delays in sync() and door open ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-24 17:10:41 -05:00
Marius Muja
a72143cd96
Make remote_id a component parameter ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-24 16:01:20 -05:00
Marius Muja
37a4b88355
Refactor command handling ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-24 15:38:44 -05:00
Marius Muja
a7e7ff82e9
Speed up serial line reads ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-06-23 18:18:32 -05:00
Marius Muja
86b018ed25
Use the ratgdo pins configured in the substitutions section () 2023-06-23 08:52:29 -05:00
J. Nick Koston
d95e9806bf
fix: light state sometimes flip-flips 2023-06-17 11:13:43 -05:00
J. Nick Koston
2a9126f7ac
feat: add debug logging for unknown commands to decipher more 2023-06-17 11:08:01 -05:00
J. Nick Koston
a3a6b0ae0e
Revert "remove esp32 ()"
This reverts commit 3edf018212156fbd7c1991c10fb1215bffb466f2.
2023-06-17 09:50:54 -05:00
J. Nick Koston
b451c8e591
Restore esp32 support () 2023-06-17 09:50:38 -05:00
J. Nick Koston
3edf018212
remove esp32 () 2023-06-15 12:54:05 -10:00
J. Nick Koston
559afacc5a
Update index.html 2023-06-13 13:05:55 -10:00
J. Nick Koston
b7861c7569
Update README.md 2023-06-13 13:05:32 -10:00