|
58ade33c42
|
Also moved ntfy into devices as it is a quasi device
continuous-integration/drone/push Build is passing
|
2023-04-24 04:44:19 +02:00 |
|
|
40c0ac5144
|
Moved quasi-devices into the devices module and made event related device traits part of the event module
continuous-integration/drone/push Build is passing
|
2023-04-24 04:28:17 +02:00 |
|
|
0ad42c029e
|
Small refactor related to device creation
continuous-integration/drone/push Build is passing
|
2023-04-14 22:35:15 +02:00 |
|
|
1a9d99fed9
|
Moved traits into seperate module
|
2023-04-14 22:34:40 +02:00 |
|
|
b7329b58ee
|
Everything is now implemented as a Device using device_traits with all events going through a single place
continuous-integration/drone/push Build is passing
|
2023-04-14 05:46:04 +02:00 |
|
|
88e9b8f409
|
Big refactor from using a seperate channel for all the different kind of events to a single event channel
continuous-integration/drone/push Build is passing
|
2023-04-14 01:06:08 +02:00 |
|
|
72ab48df42
|
The device create function is now standarized using a trait
continuous-integration/drone/push Build is passing
|
2023-04-13 05:46:17 +02:00 |
|
|
f4c1ac5c9b
|
Moved most config structs to be in the same file as what they are for
|
2023-04-13 05:12:39 +02:00 |
|
|
11aa15b59d
|
Moved the mqtt topic check up one leve into Devices
continuous-integration/drone/push Build is failing
|
2023-04-12 04:49:45 +02:00 |
|
|
92c8f3074f
|
Devices now handles subscribing to mqtt topics
|
2023-04-12 04:37:16 +02:00 |
|
|
d5c4b84d79
|
Use tracing::instrument instead of tracing::span
|
2023-04-12 03:38:13 +02:00 |
|
|
ca8821b406
|
Rewrote impl_cast as a proc_macro to make it easier to work with
|
2023-04-12 01:20:21 +02:00 |
|
|
b54c9512b9
|
Improved impl_cast and made all traits Sync + Send + 'static
continuous-integration/drone/push Build is passing
|
2023-04-10 23:51:22 +02:00 |
|
|
3645b53f7c
|
Applied rust fmt
continuous-integration/drone/push Build is passing
|
2023-04-10 01:33:39 +02:00 |
|
|
839c0a1c57
|
Applied clippy rules
|
2023-04-10 01:29:48 +02:00 |
|
|
3613c2cbdf
|
Changed how TODO notes are marked to properly highlight in vim
|
2023-04-09 23:01:21 +02:00 |
|
|
a0cefa8302
|
Improved error handling
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
|
2023-01-18 22:37:57 +01:00 |
|
|
b6bf8a82a2
|
Improved code
continuous-integration/drone/push Build is passing
|
2023-01-18 20:05:03 +01:00 |
|
|
06389d83f7
|
Use &str instead of String whenever possible
|
2023-01-12 23:43:45 +01:00 |
|
|
13f5c87c03
|
Improved error handling
|
2023-01-12 02:20:09 +01:00 |
|
|
e9d1cf554d
|
Use broadcast for mqtt message so we can have a queue
|
2023-01-10 22:59:26 +01:00 |
|
|
5ee8eaf8fb
|
Make sure the setup is done before we start listening for events
|
2023-01-10 01:02:04 +01:00 |
|
|
220c68cd65
|
Converted more of the codebase to async
|
2023-01-10 00:37:13 +01:00 |
|
|
5b9d24e82f
|
Switched to channels for communication between different parts of the code
|
2023-01-09 23:50:50 +01:00 |
|
|
99ff60a505
|
AudioSetup now takes two devices that implement the OnOff trait instead of being tied to KasaOutlet
|
2023-01-06 23:24:25 +01:00 |
|
|
9a239a88ec
|
Added contact sensor that can act as a presence device with timeout
|
2023-01-05 04:29:27 +01:00 |
|
|
c9b2127eed
|
Some cleanup and added light sensor
|
2023-01-03 20:46:37 +01:00 |
|
|
cfd10a7daf
|
Refactored how we deal with blocking code and added AudioSetup
|
2023-01-03 05:26:00 +01:00 |
|
|
06e511758b
|
Switched to tracing
|
2022-12-29 06:14:01 +01:00 |
|
|
458c5e25a3
|
Renamed mqtt system to make it more clear that it has to do with mqtt
|
2022-12-29 00:50:16 +01:00 |
|
|
924b3cf862
|
Added OnPresence trait that allows devices to act on changes in presence
|
2022-12-29 00:24:00 +01:00 |
|
|
2b4ddf82b6
|
Added WakeOnLAN device, some small refactoring and improved error handling
|
2022-12-28 03:27:25 +01:00 |
|
|
f735216dc4
|
Devices and some settings are now loaded from the config file instead of hardcoded
|
2022-12-27 04:00:35 +01:00 |
|
|
7e3c3223b2
|
Adjusted how we requre Sync + Send, added logger, cleanup dependencies, and added web server using warp and tokio
|
2022-12-23 04:40:08 +01:00 |
|
|
2103a46416
|
Made some changes to allow for threading/async in the future
|
2022-12-17 05:36:36 +01:00 |
|
|
e88e2fe48b
|
Finished basic google home implementation with some slight refactors along the way
|
2022-12-16 06:54:31 +01:00 |
|
|
995ff08784
|
Architectural changes and added first basic implementation for handling queries (does not handle errors)
|
2022-12-15 05:04:11 +01:00 |
|
|
4de0b31ec8
|
Added macro to generate cast traits and impls automatically
|
2022-12-14 05:49:51 +01:00 |
|
|
fd1540b63d
|
Renamed from to cast_mut and added version that is not mutable
|
2022-12-14 05:33:13 +01:00 |
|
|
c9bbc35f74
|
Simplified device conversions and switched device list to hashmap to allow lookup by name
|
2022-12-10 18:54:03 +01:00 |
|
|
68cbccd72c
|
Started work on rust rewrite of automation system
|
2022-12-10 18:03:01 +01:00 |
|