Dreaded_X
  • Joined on 2018-05-15
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-01 23:06:00 +00:00
9eadd138ec Added low battery notification and made mqtt message parsing more robust
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-01 01:19:10 +00:00
4a83250258 Switch to async closures
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-01 00:47:59 +00:00
e21ea0f34e Implement custom lua print function that calls info
fb7e1f1472 Small cleanup
Compare 2 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-31 21:58:06 +00:00
a0eccc1a53 Small cleanup
45de83ef2f Removed old presence system
2a1f75f158 Move front door presence logic to lua
74568b4e1f Handle turning off devices when away through lua
fefccf03d7 Removed DebugBridge as it no longer served a purpose
Compare 8 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-31 21:57:13 +00:00
23b0b19693 Small cleanup
3bbc5d075f Removed old presence system
4d63589e0d Move front door presence logic to lua
ee6b74a91c Handle turning off devices when away through lua
c6353663df Removed DebugBridge as it no longer served a purpose
Compare 8 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-31 21:49:23 +00:00
203c341863 Removed old presence system
91c35d56fd Move front door presence logic to lua
91971cb795 Handle turning off devices when away through lua
27fe726234 Removed DebugBridge as it no longer served a purpose
2ca5e53706 Moved presence debug mqtt message to lua
Compare 7 commits »
Dreaded_X opened issue Dreaded_X/automation_rs#4 2025-08-31 21:40:32 +00:00
Hallway automation can fail during startup
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-31 03:42:10 +00:00
3af618e40f Removed old darkness system
aa730c9738 Moved darkness debug mqtt message to lua
c362952f7c Feature: Get current ms since unix epoch in lua
dd379e4077 Feature: Send mqtt messages from lua
549d821e3a Moved hue bridge on darkness to lua
Compare 7 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-31 01:55:14 +00:00
03dcd44e0e Removed old notification system
6c9d2c16c1 Converted presence notification into lua callback
2d9e3d26f2 Send laundy notification from lua
64c7d950c5 Make it possible to send notifications from lua
5d342afb1f Converted macro to derive macro
Compare 5 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-30 22:58:27 +00:00
18f9e20633 Removed old notification system
7237cac887 Converted presence notification into lua callback
5a8f2be99f Send laundy notification from lua
68a34b5fae Make it possible to send notifications from lua
461d24c0c2 Converted macro to derive macro
Compare 10 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-30 03:42:43 +00:00
fe1dba111c Converted macro to derive macro
Dreaded_X deleted branch feature/lua from Dreaded_X/automation_rs 2025-08-30 02:35:23 +00:00
Dreaded_X deleted branch feature/actions from Dreaded_X/automation_rs 2025-08-30 02:35:02 +00:00
Dreaded_X deleted branch feature/yaml from Dreaded_X/automation_rs 2025-08-30 02:34:30 +00:00
Dreaded_X deleted branch feature/trait_macro from Dreaded_X/automation_rs 2025-08-30 02:34:10 +00:00
Dreaded_X deleted branch feature/device_clone from Dreaded_X/automation_rs 2025-08-30 02:33:44 +00:00
Dreaded_X deleted branch feature/callback_v2 from Dreaded_X/automation_rs 2025-08-30 02:33:30 +00:00
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-08-30 02:31:10 +00:00
5ae34bf3d2 Converted macro to derive macro
e1d1347b1e Made the impl_device macro more explicit about the implemented traits
Compare 2 commits »
Dreaded_X deleted branch feature/new_macro from Dreaded_X/automation_rs 2025-08-30 02:31:10 +00:00
Dreaded_X merged pull request Dreaded_X/automation_rs#3 2025-08-30 02:31:07 +00:00
Convert lua implementation macro to derive macro