This commit is contained in:
2026-04-05 00:57:50 +03:30
parent 24b90a8c81
commit 26a587fe09
18 changed files with 381 additions and 361 deletions
+14
View File
@@ -0,0 +1,14 @@
API_TARGET_URL = "http://backend-web:8000"
API_KEY = "12345"
REQUEST_INTERVAL_SECONDS = 10
STATIC_SENSOR_PAYLOAD = {
"uuid": "11111111111111111111",
"soil_moisture": 42.5,
"soil_temperature": 24.3,
"soil_ph": 6.8,
"soil_ec": 1.4,
"nitrogen": 32,
"phosphorus": 18,
"potassium": 27,
}