162 Commits

Author SHA1 Message Date
e2cce88390 combine all branches 2025-06-19 13:05:47 +02:00
751f07e6fd Merge branch 'feature/v4_modular' into develop
# Conflicts:
#	rust/src/config.rs
#	rust/src/main.rs
#	rust/src/tank.rs
2025-06-18 19:07:24 +02:00
05400c7c4a v4 board impl 2025-06-14 00:40:47 +02:00
6499b18ada allow startup with initial board mode and nearly no pin configs 2025-06-11 22:08:59 +02:00
a9d7936376 add null board 2025-06-11 17:35:23 +02:00
38f4ada433 Part 1 of V3 extraction in preperation of v4 and v3 software merge 2025-06-08 15:59:24 +02:00
3fe9aaeb6f cleanup main and network state handling 2025-05-27 23:47:14 +02:00
4f4d15e4a4 fix is_enabled being inverted 2025-05-19 12:16:18 +02:00
9f48b46738 use same output for moisture on webpage as in mqtt 2025-05-19 12:16:09 +02:00
171b130a29 fix config always assumed changed 2025-05-07 00:48:06 +02:00
bfc3fbc6e1 cargo fmt 2025-05-07 00:01:23 +02:00
26da6b39cc clippy happier 2025-05-07 00:00:21 +02:00
a401d4de7b webpage adjustments 2025-05-06 22:33:48 +02:00
5fe1dc8f40 add ability to override frequency per plant and adjust timezone, fix missing workhour for plants 2025-05-06 22:33:33 +02:00
f8274ea7a8 add better chrono filter 2025-05-06 22:32:39 +02:00
1b1b27e5c1 Merge branch 'develop' into feature/v4_modular 2025-04-26 18:59:02 +02:00
0e3549a755 fix comparison in website 2025-04-26 18:55:59 +02:00
aec083bcef lightpower module 2025-04-26 00:12:39 +02:00
519c8d2c52
finish refactor of plant state logic 2025-04-24 23:21:27 +02:00
e941a4973d
save compiling state during refactor 2025-04-24 20:45:39 +02:00
2b5c1da484
WIP refactor plant_state 2025-04-24 20:45:37 +02:00
cf31ce8d43
WIP introduce plant_state module 2025-04-24 20:45:32 +02:00
d9c3d4e13c
add config field to enable moisture sensor a 2025-04-24 20:44:39 +02:00
3572b15564 led pattern, error in flashing if firmeware to large -> watchdog? 2025-04-24 01:46:16 +02:00
285e7b66ed module splut 2025-03-31 21:33:10 +02:00
7b3b56200d adjust max frequency to actual existing ones, fix ui error state 2025-03-30 01:15:36 +01:00
4b1f2b9ca7 add water todo 2025-03-21 23:38:15 +01:00
db27de3073 load and display tankinfo on ui 2025-03-21 23:25:30 +01:00
110cb50098 also add percent to tank mqtt 2025-03-20 23:35:26 +01:00
9509be9527
improve warn level function in ValueRangeError case 2025-03-20 22:57:55 +01:00
8ff2763580 add website part of log view 2025-03-20 22:47:39 +01:00
67c653fa8b log webview 2025-03-20 22:47:18 +01:00
9bace8d8c5 fix error when no backup 2025-03-20 22:47:18 +01:00
16756aba94 minor frequency adjustment 2025-03-20 22:47:18 +01:00
53bd1f8cce
tank information web server api endpoint 2025-03-20 22:39:17 +01:00
038f74bca1
finalize tank state logging 2025-03-20 22:06:20 +01:00
fbf1a84e7d
suggestion for logging location 2025-03-15 16:01:47 +01:00
4a334ef2f2
streamline tank state mqtt information structure 2025-03-15 16:01:45 +01:00
b993f2b037
use proper error handling 2025-03-15 16:01:44 +01:00
48b0777d94
fix tank.rs errors after intial implementation 2025-03-15 16:01:42 +01:00
e878a774ff
implement more functions for TankState 2025-03-15 16:01:40 +01:00
fb180630e4
WIP refactor tank state code 2025-03-15 16:01:36 +01:00
420f4f4ae5
remove unused import 2025-03-15 16:01:20 +01:00
f340278236
chore: cargo fmt 2025-03-13 20:32:28 +01:00
3cdaacabac
fix message vector filling 2025-03-13 20:31:34 +01:00
9b144d234e
optimize log message configuration geneation 2025-03-13 19:58:11 +01:00
9296cc8c80 log with ordinal wip 2025-03-13 19:37:47 +01:00
d11dc523f0 allow parsing config with missing keys, added nightlamp config stuff, added nightlamp testing, 2025-03-08 18:47:30 +01:00
a4fd4acaa3 fix low sensor value 2025-03-05 23:03:29 +01:00
a4c37c399e improve ota and version logging 2025-03-05 21:23:02 +01:00