Dreaded_X
  • Joined on 2018-05-15
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 02:48:06 +00:00
edee032b91 chore: Set RUST_LOG to something sensible by default when running with cargo
8bb17e1440 feat(config)!: Reworked how configuration is loaded
Compare 2 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-05 02:46:23 +00:00
f96eb0e234 Turn on update-refs by default
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-05 02:34:58 +00:00
026e3f9fc2 Turn on autosquash and autostash
b15b68fa5d Added useful fixup alias to make ammending old commits easier
c906025f68 Update nvim plugins
c1b73e5822 Added README that lists some useful tools
Compare 4 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-05 02:18:32 +00:00
26d5a9d3e0 Added useful fixup alias to make ammending old commits easier
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:55:08 +00:00
b11b974dad chore: Set RUST_LOG to something sensible by default when running with cargo
8c37c994fe feat(config)!: Reworked how configuration is loaded
ba37de3939 feat(config)!: Move new_mqtt_client out of global automation table into separate module
22fee0ed77 feat(config)!: Move device_manager out of global automation table into separate module
5aebab28ed feat(config)!: Move util out of global automation table into separate module
Compare 8 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:39:49 +00:00
34175a20bd chore: Set RUST_LOG to something sensible by default when running with cargo
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:16:30 +00:00
c2ba4ffbb5 feat(config)!: Reworked how configuration is loaded
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-05 01:14:20 +00:00
c26190b45f feat(config)!: Reworked how configuration is loaded
Dreaded_X closed issue Dreaded_X/automation_rs#4 2025-09-04 02:28:25 +00:00
Hallway automation can fail during startup
Dreaded_X closed issue Dreaded_X/automation_rs#1 2025-09-04 02:28:25 +00:00
Send notifications on low battery
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-04 02:28:25 +00:00
7a9f464e61 feat(config)!: Move new_mqtt_client out of global automation table into separate module
3d5f6c308c feat(config)!: Move device_manager out of global automation table into separate module
c6a6265d6c feat(config)!: Move util out of global automation table into separate module
d6816bc693 feat(config)!: Fulfillment config is now returned at the end of the config
c8d5df753f style: Sort crates by name
Compare 12 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-04 02:12:46 +00:00
0976798adf feat(config)!: Move new_mqtt_client out of global automation table into separate module
7ffff845c6 feat(config)!: Move device_manager out of global automation table into separate module
8a977907e7 feat(config)!: Move util out of global automation table into separate module
322378a64e feat(config)!: Fulfillment config is now returned at the end of the config
ffd44771a5 style: Sort crates by name
Compare 10 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-04 02:08:22 +00:00
c041c13dee Feat(config)!: Move new_mqtt_client out of global automation table into separate module
34095f53d6 Feat(config)!: Move device_manager out of global automation table into separate module
92ba41193d Feat(config)!: Move util out of global automation table into separate module
4db77a5a0a Feat(config)!: Fulfillment config is now returned at the end of the config
Compare 4 commits »
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-04 01:19:23 +00:00
5597204736 Update nvim plugins
Dreaded_X pushed to master at Dreaded_X/dotfiles 2025-09-04 01:16:58 +00:00
22b08f92f0 Added README that lists some useful tools
a60d4a8246 Increase tmux histroy size
Compare 2 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-04 01:04:32 +00:00
d71e907c2b Style: Sort crates by name
4a120d4d35 Style: Enforce conventional commits formatting
7846649ea4 Chore: Put typos config in Cargo.toml
297ac9f1ee Chore: Update pre-commit hooks
926fdf84c4 Chore: Update/upgrade dependencies
Compare 6 commits »
Dreaded_X closed issue Dreaded_X/automation_rs#2 2025-09-03 23:22:52 +00:00
Send notifications on disconnects
Dreaded_X commented on issue Dreaded_X/automation_rs#2 2025-09-03 23:22:51 +00:00
Send notifications on disconnects

The airfilter has since been reworked and does not suffer from disconnects anymore.

None of the other devices really suffer from disconnection issues, so I think for now we can close this issue.

Dreaded_X commented on issue Dreaded_X/automation_rs#1 2025-09-03 23:21:23 +00:00
Send notifications on low battery

This should now be implemented, but it quite hard to properly test so let's leave it open until I have confirmed it actually works.

Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-09-03 23:20:43 +00:00
d3f9feb96f Added low battery notification and made mqtt message parsing more robust (#1)