diff --git a/journals/2024_03_04.md b/journals/2024_03_04.md new file mode 100644 index 00000000..9f936907 --- /dev/null +++ b/journals/2024_03_04.md @@ -0,0 +1,34 @@ +- #HomeAssistant + - Pflanzen hinzufügen: + - Werte: https://github.com/khronimo/MiFloraDB + - ``` + plant: + raspberry: + sensors: + moisture: sensor.plant_sensor_13e9_moisture + temperature: sensor.plant_sensor_13e9_temperature + conductivity: sensor.plant_sensor_13e9_conductivity + brightness: sensor.plant_sensor_13e9_illuminance + min_moisture: 15 + max_moisture: 60 + min_conductivity: 350 + max_conductivity: 2000 + min_temperature: 5 + max_temperature: 32 + min_brightness: 4000 + max_brightness: 50000 + dieschen: + sensors: + moisture: sensor.plant_sensor_0D40_moisture + temperature: sensor.plant_sensor_0D40_temperature + conductivity: sensor.plant_sensor_0D40_conductivity + brightness: sensor.plant_sensor_0D40_illuminance + min_moisture: 25 + max_moisture: 70 + min_conductivity: 200 + max_conductivity: 2500 + min_temperature: 5 + max_temperature: 35 + min_brightness: 14000 + max_brightness: 120000 + ``` \ No newline at end of file