Commit graph

102 commits

Author SHA1 Message Date
fc4c1df09a
Revert "Add sql transactions"
This caused the error "locked database".
This reverts commit 19e2ea003b.
2024-05-02 19:35:22 +02:00
19e2ea003b
Add sql transactions 2024-05-02 13:30:47 +02:00
f539c47e3b
Fix migrations path and fmt
Some checks failed
/ build-artifacts (arm-unknown-linux-gnueabihf) (push) Failing after 9m27s
2024-04-30 10:00:49 +02:00
96a64cf90d
Split project (keep common) 2024-04-30 09:13:17 +02:00
9bc75b9627
Rename emgauwa-lib to emgauwa-common 2024-04-30 08:44:33 +02:00
6340cfd5c7
Remove to pkl project 2024-04-30 01:50:43 +02:00
83c65c00fe
Add pre-ci release-binary creation 2024-04-29 18:32:16 +02:00
ace4face5a
Improve configuration 2024-04-29 04:19:02 +02:00
71498256f6
Update sqlx handling 2024-04-29 02:09:29 +02:00
661b5004e8
Add macros 2024-04-29 01:11:52 +02:00
51aa0d3c99
Rename ControllerUid to a more general EmgauwaUid (for macros) 2024-04-28 02:29:34 +02:00
07d3322c5a
Add null driver 2024-04-28 01:38:57 +02:00
4ed1cd3182
Add drivers for gpio and piface 2024-04-28 01:13:22 +02:00
61a3c6093b
Add relay pulse functionality 2024-04-26 16:15:24 +02:00
e2f3d7b82a
Rename request models 2024-04-26 02:14:47 +02:00
ccc30dcdaf
Add function to update reconnecting controllers 2024-04-26 01:46:55 +02:00
0b0350da0e
Add waiting for next period 2024-04-26 00:00:42 +02:00
6f2deb38e1
Fix some clippy issues 2024-04-25 19:47:43 +02:00
ab7090f2c5
Add relays websocket 2024-04-25 19:45:22 +02:00
27739e2b71
Add handler in AppState to handle relay states 2024-04-25 17:21:54 +02:00
55617dbd7c
Add handler for relay states 2024-04-25 14:10:32 +02:00
82f2d49dc6
Replace the send() with do_send() method the prevent being stuck 2024-04-25 02:12:25 +02:00
b2e9c6b27a
Fix some clippy issues 2024-04-25 01:41:53 +02:00
8a83602d6a
Add basic exchange of relay states 2024-04-25 01:31:47 +02:00
0460e838bc
Add is_on functions 2024-04-24 03:03:21 +02:00
6414083af0
Add app_state reload util and add handler for weekday change 2024-04-24 02:34:03 +02:00
97d9222a39
Add function to update schedules for relays WsAction 2024-04-24 01:49:02 +02:00
dd850766fd
Add notification to controllers on schedule change 2024-04-24 01:29:47 +02:00
3b00001859
Add some fixes and debug stuff 2024-04-24 01:29:07 +02:00
45e128361a
Add handler for relays (and schedules) in controller 2024-04-23 01:43:32 +02:00
55a352f85a
Add secondary check to prevent empty tags from being created 2024-04-22 04:26:25 +02:00
e950a33e98
Add swagger-ui 2024-04-22 03:41:41 +02:00
51c42d5202
Improve env handling a bit 2024-04-19 18:37:30 +02:00
bb76e3db4d
Improve tag endpoint 2024-04-19 18:21:14 +02:00
8215461e0d
Update API schema to include weekday for macro execute 2024-04-16 22:57:13 +02:00
525eb21649
Improve config (json) file creation 2024-03-28 03:19:15 +01:00
1d4e9efa15
Try to fix the threading
Add explicit tokio::spawn in controller
Add an arbiter for the app_state in core
2024-03-28 01:23:49 +01:00
6d31e1e2c9
Fix handling of user and group in default config and errors 2024-03-04 16:28:20 +01:00
79327d2efa
Remove the _local directory again 2024-03-04 16:09:03 +01:00
3d66ca2472
Add more debugging and fix some 2024-03-03 22:39:28 +01:00
b2ff632e64
Improve config system
Add pkl to generate configs
2024-02-18 19:50:22 +01:00
8785186dfa
Add notifier to break relay loop 2023-12-07 04:30:33 +01:00
83c1f033d5
Add AppState to Controller and split up models 2023-12-07 01:32:20 +01:00
8dc9072fe8
Rename AppServer to AppState 2023-12-05 21:57:00 +01:00
6f8d63e7be
Fix bugs and add controller action for controller ws 2023-12-05 16:11:40 +01:00
8b1affd8c7
Fix small bugs in updating relays 2023-12-05 03:12:47 +01:00
e2cd84b136
Set options on request types 2023-12-05 02:41:43 +01:00
2a82cf79c4
Move request models 2023-12-05 01:51:06 +01:00
b3228ea6b5
Replace expect usage with Result 2023-12-05 01:42:19 +01:00
9394a1ae52
Refactor more stuff 2023-12-04 23:59:26 +01:00