Dreaded_X
  • Joined on 2018-05-15
Dreaded_X pushed to feature/lua_definitions at Dreaded_X/automation_rs 2024-04-30 00:21:39 +00:00
9ab16b3dcd Further work on automatically generating lua type definitions
cf6253f14b Started work on generating definitions
af2a8bc35c Fixed typo in README.md and added mosquitto as word
Compare 3 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-30 00:21:04 +00:00
af2a8bc35c Fixed typo in README.md and added mosquitto as word
Dreaded_X pushed to feature/lua_definitions at Dreaded_X/automation_rs 2024-04-30 00:08:41 +00:00
11d5d5db4d Further work on automatically generating lua type definitions
2f494a7dd6 Started work on generating definitions
67ed13463a Started work on reimplementing schedules
b16f2ae420 Fixed spelling mistakes
96f260492b Moved last config items to lua + small cleanup
Compare 12 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-29 02:55:43 +00:00
67ed13463a Started work on reimplementing schedules
b16f2ae420 Fixed spelling mistakes
96f260492b Moved last config items to lua + small cleanup
Compare 3 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-29 02:53:04 +00:00
03135b8d25 Started work on reimplementing schedules
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-29 01:47:39 +00:00
0115079393 Fixed spelling mistakes
528afad731 Moved last config items to lua + small cleanup
Compare 2 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-29 01:39:14 +00:00
48175f8706 Moved last config items to lua + small cleanup
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-29 01:03:54 +00:00
0b31b2e443 Fixed visibility of device configs
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-29 00:53:34 +00:00
2b62aca78a LuaDevice macro now uses LuaDeviceCreate trait to create devices from configs
40426862e5 mqtt client is now created in lua
c3bd05434c DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now
Compare 3 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-28 23:46:54 +00:00
e02edbcd28 DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now
Dreaded_X pushed to master at Dreaded_X/dotfiles 2024-04-28 22:11:59 +00:00
d5eba6dedb Updated omhmyzsh
69b57a0238 Updated neotree and tweaked some settings
82cae9a0eb Fix: LspInfo border is the wrong color
Compare 3 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-27 00:57:44 +00:00
9385f27125 Improved how devices are created, ntfy and presence are now treated like any other device
8c327095fd Moved schedule config from yml to lua
57596ae531 Set lua warning function
Compare 3 commits »
Dreaded_X pushed to feature/lua_definitions at Dreaded_X/automation_rs 2024-04-26 04:07:27 +00:00
c090b18f73 Started work on generating definitions
8762a680a8 Slight macro cleanup
e7fb8bfb8d Improved the internals of the LuaDeviceConfig macro and improve the
dc3a7e5407 Use helper types to process config input into the right type
20606c6356 Added helper type to convert from ip addr to socketaddr with the correct port
Compare 9 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-26 04:04:08 +00:00
8762a680a8 Slight macro cleanup
e7fb8bfb8d Improved the internals of the LuaDeviceConfig macro and improve the
dc3a7e5407 Use helper types to process config input into the right type
20606c6356 Added helper type to convert from ip addr to socketaddr with the correct port
d8198bf5b0 Added rename option to macro
Compare 8 commits »
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-26 04:03:42 +00:00
6d2dbd37f1 Slight macro cleanup
e469e290de Improved the internals of the LuaDeviceConfig macro and improve the
849c579d16 Use helper types to process config input into the right type
Compare 3 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2024-04-26 04:01:01 +00:00
40ba4c47cf Fix: contact sensor turns off lights even if they were already on
Dreaded_X pushed to feature/lua_definitions at Dreaded_X/automation_rs 2024-04-26 03:57:28 +00:00
e5d6ecafde Started work on lua definitions
Dreaded_X created branch feature/lua_definitions in Dreaded_X/automation_rs 2024-04-26 03:57:28 +00:00
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-26 03:19:00 +00:00
c90cd00cfa Slight macro cleanup
Dreaded_X pushed to feature/lua at Dreaded_X/automation_rs 2024-04-26 02:54:47 +00:00
31169d32eb Improved the internals of the LuaDeviceConfig macro and improve the