iobroker.flowers 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025-2026 sadam6752-tech <sadam6752@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,90 @@
1
+ # ioBroker.flowers
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/iobroker.flowers.svg)](https://www.npmjs.com/package/iobroker.flowers)
4
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5
+
6
+ Monitor indoor plants via soil moisture, temperature and battery sensors with Telegram notifications.
7
+
8
+ ## Features
9
+
10
+ - Monitor multiple plants with individual sensor assignments
11
+ - Built-in plant profiles (Ficus, Orchid, Cactus, Monstera, Fern, Succulent, Palm, Pothos, Aloe Vera, Peace Lily, Custom)
12
+ - Configurable thresholds per plant (override profile defaults)
13
+ - Telegram notifications via `sendTo('telegram.X', ...)`
14
+ - Anti-spam: max messages per day limit + 1-hour cooldown per alert type
15
+ - Night mode: suppress notifications during quiet hours
16
+ - Daily and weekly plant status reports
17
+ - Offline sensor detection
18
+
19
+ ## Configuration
20
+
21
+ ### Settings Tab
22
+
23
+ | Parameter | Description |
24
+ |-----------|-------------|
25
+ | Telegram Instance | Instance number of the telegram adapter |
26
+ | Telegram Users | Comma-separated usernames (empty = all users) |
27
+ | Check Interval | How often to check sensor values |
28
+ | Max Messages per Day | Anti-spam limit |
29
+ | Offline Threshold | Hours before sensor is considered offline |
30
+ | Night Mode | Suppress notifications during night hours |
31
+ | Daily/Weekly Report | Scheduled status reports |
32
+
33
+ ### Plants Tab
34
+
35
+ Add your plants and assign ioBroker state IDs for each sensor. Select a profile — thresholds are applied automatically. You can override individual threshold values per plant.
36
+
37
+ ### Profiles Tab
38
+
39
+ Overview of built-in profiles with recommended thresholds.
40
+
41
+ ## States
42
+
43
+ The adapter creates states under `flowers.X.plants.<plant_name>`:
44
+
45
+ | State | Description |
46
+ |-------|-------------|
47
+ | `humidity` | Current soil humidity % |
48
+ | `temperature` | Current temperature °C |
49
+ | `battery` | Current battery % |
50
+
51
+ And under `flowers.X`:
52
+
53
+ | State | Description |
54
+ |-------|-------------|
55
+ | `info.connection` | Adapter connection status |
56
+ | `notifications.totalToday` | Notifications sent today |
57
+
58
+ ## Changelog
59
+
60
+ ### 0.2.8 (2026-03-21)
61
+ * (sadam6752-tech) Added sendWeeklyReport button for manual weekly report trigger
62
+ * (sadam6752-tech) Fixed repochecker issues: grid values, dependencies
63
+
64
+ ### 0.2.7 (2026-03-21)
65
+ * (sadam6752-tech) Fixed weekly report header; separated daily/weekly report logic
66
+
67
+ ### 0.2.6 (2026-03-21)
68
+ * (sadam6752-tech) Added dividers to daily/weekly report format
69
+
70
+ ### 0.2.5 (2026-03-21)
71
+ * (sadam6752-tech) Added sendDailyReport button for manual report trigger
72
+
73
+ ### 0.2.4 (2026-03-21)
74
+ * (sadam6752-tech) Fixed Profiles tab causing dirty state on open
75
+
76
+ ### 0.2.3 (2026-03-21)
77
+ * (sadam6752-tech) Increased Bat Min column width; allow empty threshold fields
78
+
79
+ ### 0.2.2 (2026-03-21)
80
+ * (sadam6752-tech) Allow empty threshold fields - profile values used as fallback
81
+
82
+ ### 0.2.0 (2026-03-21)
83
+ * (sadam6752-tech) Added 4 new plant profiles; translations for all 11 languages
84
+ ### 0.1.0 (2026-03-21)
85
+ - Initial release: plant monitoring with Telegram notifications, configurable thresholds, night mode and periodic reports
86
+
87
+ ## License
88
+
89
+ MIT License
90
+ Copyright (c) 2025-2026 sadam6752-tech <sadam6752@gmail.com>
Binary file
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Einstellungen",
3
+ "Plants": "Pflanzen",
4
+ "Profiles": "Profile",
5
+ "Telegram Notifications": "Telegram-Benachrichtigungen",
6
+ "Telegram Instance": "Telegram-Instanz",
7
+ "Telegram Users": "Telegram-Benutzer",
8
+ "Comma-separated usernames or leave empty for all users": "Kommagetrennte Benutzernamen oder leer lassen für alle Benutzer",
9
+ "Monitoring": "Überwachung",
10
+ "Check Interval": "Prüfintervall",
11
+ "Max Messages per Day": "Max. Nachrichten pro Tag",
12
+ "Repeat Interval (min)": "Wiederholungsintervall (Min.)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Wiederholungsintervall in Minuten wenn Schwellenwert weiterhin überschritten (0 = keine Wiederholung)",
14
+ "Offline Threshold (hours)": "Offline-Schwellenwert (Stunden)",
15
+ "Night Mode": "Nachtmodus",
16
+ "Enable Night Mode": "Nachtmodus aktivieren",
17
+ "Night Mode Start": "Nachtmodus Beginn",
18
+ "Night Mode End": "Nachtmodus Ende",
19
+ "Periodic Reports": "Periodische Berichte",
20
+ "Daily Report": "Tagesbericht",
21
+ "Daily Report Time": "Tagesbericht Uhrzeit",
22
+ "Weekly Report": "Wochenbericht",
23
+ "Weekly Report Day": "Wochenbericht Tag",
24
+ "Weekly Report Time": "Wochenbericht Uhrzeit",
25
+ "Monday": "Montag",
26
+ "Tuesday": "Dienstag",
27
+ "Wednesday": "Mittwoch",
28
+ "Thursday": "Donnerstag",
29
+ "Friday": "Freitag",
30
+ "Saturday": "Samstag",
31
+ "Sunday": "Sonntag",
32
+ "5 minutes": "5 Minuten",
33
+ "15 minutes": "15 Minuten",
34
+ "30 minutes": "30 Minuten",
35
+ "1 hour": "1 Stunde",
36
+ "2 hours": "2 Stunden",
37
+ "6 hours": "6 Stunden",
38
+ "24 hours": "24 Stunden",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Fügen Sie hier Ihre Pflanzen hinzu. Wählen Sie die ioBroker-State-IDs für jeden Sensor. Schwellenwerte überschreiben die ausgewählten Profilwerte.",
40
+ "Name": "Name",
41
+ "Location": "Standort",
42
+ "Profile": "Profil",
43
+ "Humidity Sensor": "Feuchtigkeitssensor",
44
+ "Temperature Sensor": "Temperatursensor",
45
+ "Battery Sensor": "Batteriesensor",
46
+ "Hum Min %": "Feuchte Min %",
47
+ "Hum Max %": "Feuchte Max %",
48
+ "Temp Min": "Temp Min",
49
+ "Temp Max": "Temp Max",
50
+ "Bat Min %": "Bat Min %",
51
+ "Enabled": "Aktiviert",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Integrierte Pflanzenprofile mit empfohlenen Schwellenwerten. Wählen Sie ein Profil im Pflanzen-Tab — Schwellenwerte werden automatisch übernommen. Sie können einzelne Werte pro Pflanze überschreiben.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Settings",
3
+ "Plants": "Plants",
4
+ "Profiles": "Profiles",
5
+ "Telegram Notifications": "Telegram Notifications",
6
+ "Telegram Instance": "Telegram Instance",
7
+ "Telegram Users": "Telegram Users",
8
+ "Comma-separated usernames or leave empty for all users": "Comma-separated usernames or leave empty for all users",
9
+ "Monitoring": "Monitoring",
10
+ "Check Interval": "Check Interval",
11
+ "Max Messages per Day": "Max Messages per Day",
12
+ "Repeat Interval (min)": "Repeat Interval (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)",
14
+ "Offline Threshold (hours)": "Offline Threshold (hours)",
15
+ "Night Mode": "Night Mode",
16
+ "Enable Night Mode": "Enable Night Mode",
17
+ "Night Mode Start": "Night Mode Start",
18
+ "Night Mode End": "Night Mode End",
19
+ "Periodic Reports": "Periodic Reports",
20
+ "Daily Report": "Daily Report",
21
+ "Daily Report Time": "Daily Report Time",
22
+ "Weekly Report": "Weekly Report",
23
+ "Weekly Report Day": "Weekly Report Day",
24
+ "Weekly Report Time": "Weekly Report Time",
25
+ "Monday": "Monday",
26
+ "Tuesday": "Tuesday",
27
+ "Wednesday": "Wednesday",
28
+ "Thursday": "Thursday",
29
+ "Friday": "Friday",
30
+ "Saturday": "Saturday",
31
+ "Sunday": "Sunday",
32
+ "5 minutes": "5 minutes",
33
+ "15 minutes": "15 minutes",
34
+ "30 minutes": "30 minutes",
35
+ "1 hour": "1 hour",
36
+ "2 hours": "2 hours",
37
+ "6 hours": "6 hours",
38
+ "24 hours": "24 hours",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.",
40
+ "Name": "Name",
41
+ "Location": "Location",
42
+ "Profile": "Profile",
43
+ "Humidity Sensor": "Humidity Sensor",
44
+ "Temperature Sensor": "Temperature Sensor",
45
+ "Battery Sensor": "Battery Sensor",
46
+ "Hum Min %": "Hum Min %",
47
+ "Hum Max %": "Hum Max %",
48
+ "Temp Min": "Temp Min",
49
+ "Temp Max": "Temp Max",
50
+ "Bat Min %": "Bat Min %",
51
+ "Enabled": "Enabled",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Configuración",
3
+ "Plants": "Plantas",
4
+ "Profiles": "Perfiles",
5
+ "Telegram Notifications": "Notificaciones de Telegram",
6
+ "Telegram Instance": "Instancia de Telegram",
7
+ "Telegram Users": "Usuarios de Telegram",
8
+ "Comma-separated usernames or leave empty for all users": "Nombres de usuario separados por comas o dejar vacío para todos",
9
+ "Monitoring": "Monitoreo",
10
+ "Check Interval": "Intervalo de verificación",
11
+ "Max Messages per Day": "Máx. mensajes por día",
12
+ "Repeat Interval (min)": "Intervalo de repetición (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Intervalo de repetición en minutos si el umbral sigue superado (0 = sin repetición)",
14
+ "Offline Threshold (hours)": "Umbral sin conexión (horas)",
15
+ "Night Mode": "Modo nocturno",
16
+ "Enable Night Mode": "Activar modo nocturno",
17
+ "Night Mode Start": "Inicio del modo nocturno",
18
+ "Night Mode End": "Fin del modo nocturno",
19
+ "Periodic Reports": "Informes periódicos",
20
+ "Daily Report": "Informe diario",
21
+ "Daily Report Time": "Hora del informe diario",
22
+ "Weekly Report": "Informe semanal",
23
+ "Weekly Report Day": "Día del informe semanal",
24
+ "Weekly Report Time": "Hora del informe semanal",
25
+ "Monday": "Lunes",
26
+ "Tuesday": "Martes",
27
+ "Wednesday": "Miércoles",
28
+ "Thursday": "Jueves",
29
+ "Friday": "Viernes",
30
+ "Saturday": "Sábado",
31
+ "Sunday": "Domingo",
32
+ "5 minutes": "5 minutos",
33
+ "15 minutes": "15 minutos",
34
+ "30 minutes": "30 minutos",
35
+ "1 hour": "1 hora",
36
+ "2 hours": "2 horas",
37
+ "6 hours": "6 horas",
38
+ "24 hours": "24 horas",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Añade tus plantas aquí. Selecciona los ID de estado de ioBroker para cada sensor. Los umbrales anulan los valores del perfil seleccionado.",
40
+ "Name": "Nombre",
41
+ "Location": "Ubicación",
42
+ "Profile": "Perfil",
43
+ "Humidity Sensor": "Sensor de humedad",
44
+ "Temperature Sensor": "Sensor de temperatura",
45
+ "Battery Sensor": "Sensor de batería",
46
+ "Hum Min %": "Hum Mín %",
47
+ "Hum Max %": "Hum Máx %",
48
+ "Temp Min": "Temp Mín",
49
+ "Temp Max": "Temp Máx",
50
+ "Bat Min %": "Bat Mín %",
51
+ "Enabled": "Activado",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Perfiles de plantas integrados con umbrales recomendados. Selecciona un perfil en la pestaña Plantas — los umbrales se aplicarán automáticamente. Puedes anular valores individuales por planta.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Paramètres",
3
+ "Plants": "Plantes",
4
+ "Profiles": "Profils",
5
+ "Telegram Notifications": "Notifications Telegram",
6
+ "Telegram Instance": "Instance Telegram",
7
+ "Telegram Users": "Utilisateurs Telegram",
8
+ "Comma-separated usernames or leave empty for all users": "Noms d'utilisateurs séparés par des virgules ou laisser vide pour tous",
9
+ "Monitoring": "Surveillance",
10
+ "Check Interval": "Intervalle de vérification",
11
+ "Max Messages per Day": "Max. messages par jour",
12
+ "Repeat Interval (min)": "Intervalle de répétition (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Intervalle de répétition en minutes si le seuil est toujours dépassé (0 = pas de répétition)",
14
+ "Offline Threshold (hours)": "Seuil hors ligne (heures)",
15
+ "Night Mode": "Mode nuit",
16
+ "Enable Night Mode": "Activer le mode nuit",
17
+ "Night Mode Start": "Début du mode nuit",
18
+ "Night Mode End": "Fin du mode nuit",
19
+ "Periodic Reports": "Rapports périodiques",
20
+ "Daily Report": "Rapport quotidien",
21
+ "Daily Report Time": "Heure du rapport quotidien",
22
+ "Weekly Report": "Rapport hebdomadaire",
23
+ "Weekly Report Day": "Jour du rapport hebdomadaire",
24
+ "Weekly Report Time": "Heure du rapport hebdomadaire",
25
+ "Monday": "Lundi",
26
+ "Tuesday": "Mardi",
27
+ "Wednesday": "Mercredi",
28
+ "Thursday": "Jeudi",
29
+ "Friday": "Vendredi",
30
+ "Saturday": "Samedi",
31
+ "Sunday": "Dimanche",
32
+ "5 minutes": "5 minutes",
33
+ "15 minutes": "15 minutes",
34
+ "30 minutes": "30 minutes",
35
+ "1 hour": "1 heure",
36
+ "2 hours": "2 heures",
37
+ "6 hours": "6 heures",
38
+ "24 hours": "24 heures",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Ajoutez vos plantes ici. Sélectionnez les ID d'état ioBroker pour chaque capteur. Les seuils remplacent les valeurs du profil sélectionné.",
40
+ "Name": "Nom",
41
+ "Location": "Emplacement",
42
+ "Profile": "Profil",
43
+ "Humidity Sensor": "Capteur d'humidité",
44
+ "Temperature Sensor": "Capteur de température",
45
+ "Battery Sensor": "Capteur de batterie",
46
+ "Hum Min %": "Hum Min %",
47
+ "Hum Max %": "Hum Max %",
48
+ "Temp Min": "Temp Min",
49
+ "Temp Max": "Temp Max",
50
+ "Bat Min %": "Bat Min %",
51
+ "Enabled": "Activé",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Profils de plantes intégrés avec des seuils recommandés. Sélectionnez un profil dans l'onglet Plantes — les seuils seront appliqués automatiquement. Vous pouvez remplacer les valeurs individuelles par plante.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Impostazioni",
3
+ "Plants": "Piante",
4
+ "Profiles": "Profili",
5
+ "Telegram Notifications": "Notifiche Telegram",
6
+ "Telegram Instance": "Istanza Telegram",
7
+ "Telegram Users": "Utenti Telegram",
8
+ "Comma-separated usernames or leave empty for all users": "Nomi utente separati da virgola o lasciare vuoto per tutti gli utenti",
9
+ "Monitoring": "Monitoraggio",
10
+ "Check Interval": "Intervallo di controllo",
11
+ "Max Messages per Day": "Max messaggi al giorno",
12
+ "Repeat Interval (min)": "Intervallo di ripetizione (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Intervallo di ripetizione in minuti se la soglia è ancora superata (0 = nessuna ripetizione)",
14
+ "Offline Threshold (hours)": "Soglia offline (ore)",
15
+ "Night Mode": "Modalità notte",
16
+ "Enable Night Mode": "Abilita modalità notte",
17
+ "Night Mode Start": "Inizio modalità notte",
18
+ "Night Mode End": "Fine modalità notte",
19
+ "Periodic Reports": "Rapporti periodici",
20
+ "Daily Report": "Rapporto giornaliero",
21
+ "Daily Report Time": "Ora rapporto giornaliero",
22
+ "Weekly Report": "Rapporto settimanale",
23
+ "Weekly Report Day": "Giorno rapporto settimanale",
24
+ "Weekly Report Time": "Ora rapporto settimanale",
25
+ "Monday": "Lunedì",
26
+ "Tuesday": "Martedì",
27
+ "Wednesday": "Mercoledì",
28
+ "Thursday": "Giovedì",
29
+ "Friday": "Venerdì",
30
+ "Saturday": "Sabato",
31
+ "Sunday": "Domenica",
32
+ "5 minutes": "5 minuti",
33
+ "15 minutes": "15 minuti",
34
+ "30 minutes": "30 minuti",
35
+ "1 hour": "1 ora",
36
+ "2 hours": "2 ore",
37
+ "6 hours": "6 ore",
38
+ "24 hours": "24 ore",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Aggiungi le tue piante qui. Seleziona gli ID di stato ioBroker per ogni sensore. Le soglie sovrascrivono i valori del profilo selezionato.",
40
+ "Name": "Nome",
41
+ "Location": "Posizione",
42
+ "Profile": "Profilo",
43
+ "Humidity Sensor": "Sensore umidità",
44
+ "Temperature Sensor": "Sensore temperatura",
45
+ "Battery Sensor": "Sensore batteria",
46
+ "Hum Min %": "Um Min %",
47
+ "Hum Max %": "Um Max %",
48
+ "Temp Min": "Temp Min",
49
+ "Temp Max": "Temp Max",
50
+ "Bat Min %": "Bat Min %",
51
+ "Enabled": "Abilitato",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Profili di piante integrati con soglie consigliate. Seleziona un profilo nella scheda Piante — le soglie verranno applicate automaticamente. Puoi sovrascrivere i valori individuali per pianta.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Instellingen",
3
+ "Plants": "Planten",
4
+ "Profiles": "Profielen",
5
+ "Telegram Notifications": "Telegram-meldingen",
6
+ "Telegram Instance": "Telegram-instantie",
7
+ "Telegram Users": "Telegram-gebruikers",
8
+ "Comma-separated usernames or leave empty for all users": "Kommagescheiden gebruikersnamen of leeg laten voor alle gebruikers",
9
+ "Monitoring": "Bewaking",
10
+ "Check Interval": "Controle-interval",
11
+ "Max Messages per Day": "Max. berichten per dag",
12
+ "Repeat Interval (min)": "Herhalingsinterval (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Herhalingsinterval in minuten als drempelwaarde nog steeds overschreden (0 = geen herhaling)",
14
+ "Offline Threshold (hours)": "Offline drempelwaarde (uren)",
15
+ "Night Mode": "Nachtmodus",
16
+ "Enable Night Mode": "Nachtmodus inschakelen",
17
+ "Night Mode Start": "Nachtmodus begin",
18
+ "Night Mode End": "Nachtmodus einde",
19
+ "Periodic Reports": "Periodieke rapporten",
20
+ "Daily Report": "Dagelijks rapport",
21
+ "Daily Report Time": "Tijd dagelijks rapport",
22
+ "Weekly Report": "Wekelijks rapport",
23
+ "Weekly Report Day": "Dag wekelijks rapport",
24
+ "Weekly Report Time": "Tijd wekelijks rapport",
25
+ "Monday": "Maandag",
26
+ "Tuesday": "Dinsdag",
27
+ "Wednesday": "Woensdag",
28
+ "Thursday": "Donderdag",
29
+ "Friday": "Vrijdag",
30
+ "Saturday": "Zaterdag",
31
+ "Sunday": "Zondag",
32
+ "5 minutes": "5 minuten",
33
+ "15 minutes": "15 minuten",
34
+ "30 minutes": "30 minuten",
35
+ "1 hour": "1 uur",
36
+ "2 hours": "2 uur",
37
+ "6 hours": "6 uur",
38
+ "24 hours": "24 uur",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Voeg hier uw planten toe. Selecteer de ioBroker-status-ID's voor elke sensor. Drempelwaarden overschrijven de geselecteerde profielwaarden.",
40
+ "Name": "Naam",
41
+ "Location": "Locatie",
42
+ "Profile": "Profiel",
43
+ "Humidity Sensor": "Vochtigheidssensor",
44
+ "Temperature Sensor": "Temperatuursensor",
45
+ "Battery Sensor": "Batterijsensor",
46
+ "Hum Min %": "Vocht Min %",
47
+ "Hum Max %": "Vocht Max %",
48
+ "Temp Min": "Temp Min",
49
+ "Temp Max": "Temp Max",
50
+ "Bat Min %": "Bat Min %",
51
+ "Enabled": "Ingeschakeld",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Ingebouwde plantenprofielen met aanbevolen drempelwaarden. Selecteer een profiel op het tabblad Planten — drempelwaarden worden automatisch toegepast. U kunt individuele waarden per plant overschrijven.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Ustawienia",
3
+ "Plants": "Rośliny",
4
+ "Profiles": "Profile",
5
+ "Telegram Notifications": "Powiadomienia Telegram",
6
+ "Telegram Instance": "Instancja Telegram",
7
+ "Telegram Users": "Użytkownicy Telegram",
8
+ "Comma-separated usernames or leave empty for all users": "Nazwy użytkowników oddzielone przecinkami lub pozostaw puste dla wszystkich",
9
+ "Monitoring": "Monitorowanie",
10
+ "Check Interval": "Interwał sprawdzania",
11
+ "Max Messages per Day": "Maks. wiadomości dziennie",
12
+ "Repeat Interval (min)": "Interwał powtarzania (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Interwał powtarzania alertu w minutach jeśli próg nadal przekroczony (0 = brak powtórzenia)",
14
+ "Offline Threshold (hours)": "Próg offline (godziny)",
15
+ "Night Mode": "Tryb nocny",
16
+ "Enable Night Mode": "Włącz tryb nocny",
17
+ "Night Mode Start": "Początek trybu nocnego",
18
+ "Night Mode End": "Koniec trybu nocnego",
19
+ "Periodic Reports": "Raporty okresowe",
20
+ "Daily Report": "Raport dzienny",
21
+ "Daily Report Time": "Godzina raportu dziennego",
22
+ "Weekly Report": "Raport tygodniowy",
23
+ "Weekly Report Day": "Dzień raportu tygodniowego",
24
+ "Weekly Report Time": "Godzina raportu tygodniowego",
25
+ "Monday": "Poniedziałek",
26
+ "Tuesday": "Wtorek",
27
+ "Wednesday": "Środa",
28
+ "Thursday": "Czwartek",
29
+ "Friday": "Piątek",
30
+ "Saturday": "Sobota",
31
+ "Sunday": "Niedziela",
32
+ "5 minutes": "5 minut",
33
+ "15 minutes": "15 minut",
34
+ "30 minutes": "30 minut",
35
+ "1 hour": "1 godzina",
36
+ "2 hours": "2 godziny",
37
+ "6 hours": "6 godzin",
38
+ "24 hours": "24 godziny",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Dodaj tutaj swoje rośliny. Wybierz identyfikatory stanów ioBroker dla każdego czujnika. Progi zastępują wartości wybranego profilu.",
40
+ "Name": "Nazwa",
41
+ "Location": "Lokalizacja",
42
+ "Profile": "Profil",
43
+ "Humidity Sensor": "Czujnik wilgotności",
44
+ "Temperature Sensor": "Czujnik temperatury",
45
+ "Battery Sensor": "Czujnik baterii",
46
+ "Hum Min %": "Wilg Min %",
47
+ "Hum Max %": "Wilg Max %",
48
+ "Temp Min": "Temp Min",
49
+ "Temp Max": "Temp Max",
50
+ "Bat Min %": "Bat Min %",
51
+ "Enabled": "Włączono",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Wbudowane profile roślin z zalecanymi progami. Wybierz profil na karcie Rośliny — progi zostaną zastosowane automatycznie. Możesz nadpisać poszczególne wartości dla każdej rośliny.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Configurações",
3
+ "Plants": "Plantas",
4
+ "Profiles": "Perfis",
5
+ "Telegram Notifications": "Notificações Telegram",
6
+ "Telegram Instance": "Instância Telegram",
7
+ "Telegram Users": "Utilizadores Telegram",
8
+ "Comma-separated usernames or leave empty for all users": "Nomes de utilizador separados por vírgula ou deixe vazio para todos",
9
+ "Monitoring": "Monitorização",
10
+ "Check Interval": "Intervalo de verificação",
11
+ "Max Messages per Day": "Máx. mensagens por dia",
12
+ "Repeat Interval (min)": "Intervalo de repetição (min)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Intervalo de repetição em minutos se o limiar ainda for excedido (0 = sem repetição)",
14
+ "Offline Threshold (hours)": "Limiar offline (horas)",
15
+ "Night Mode": "Modo noturno",
16
+ "Enable Night Mode": "Ativar modo noturno",
17
+ "Night Mode Start": "Início do modo noturno",
18
+ "Night Mode End": "Fim do modo noturno",
19
+ "Periodic Reports": "Relatórios periódicos",
20
+ "Daily Report": "Relatório diário",
21
+ "Daily Report Time": "Hora do relatório diário",
22
+ "Weekly Report": "Relatório semanal",
23
+ "Weekly Report Day": "Dia do relatório semanal",
24
+ "Weekly Report Time": "Hora do relatório semanal",
25
+ "Monday": "Segunda-feira",
26
+ "Tuesday": "Terça-feira",
27
+ "Wednesday": "Quarta-feira",
28
+ "Thursday": "Quinta-feira",
29
+ "Friday": "Sexta-feira",
30
+ "Saturday": "Sábado",
31
+ "Sunday": "Domingo",
32
+ "5 minutes": "5 minutos",
33
+ "15 minutes": "15 minutos",
34
+ "30 minutes": "30 minutos",
35
+ "1 hour": "1 hora",
36
+ "2 hours": "2 horas",
37
+ "6 hours": "6 horas",
38
+ "24 hours": "24 horas",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Adicione as suas plantas aqui. Selecione os IDs de estado ioBroker para cada sensor. Os limiares substituem os valores do perfil selecionado.",
40
+ "Name": "Nome",
41
+ "Location": "Localização",
42
+ "Profile": "Perfil",
43
+ "Humidity Sensor": "Sensor de humidade",
44
+ "Temperature Sensor": "Sensor de temperatura",
45
+ "Battery Sensor": "Sensor de bateria",
46
+ "Hum Min %": "Hum Mín %",
47
+ "Hum Max %": "Hum Máx %",
48
+ "Temp Min": "Temp Mín",
49
+ "Temp Max": "Temp Máx",
50
+ "Bat Min %": "Bat Mín %",
51
+ "Enabled": "Ativado",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Perfis de plantas integrados com limiares recomendados. Selecione um perfil no separador Plantas — os limiares serão aplicados automaticamente. Pode substituir valores individuais por planta.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "Settings": "Настройки",
3
+ "Plants": "Растения",
4
+ "Profiles": "Профили",
5
+ "Telegram Notifications": "Telegram-уведомления",
6
+ "Telegram Instance": "Экземпляр Telegram",
7
+ "Telegram Users": "Пользователи Telegram",
8
+ "Comma-separated usernames or leave empty for all users": "Имена пользователей через запятую или оставьте пустым для всех",
9
+ "Monitoring": "Мониторинг",
10
+ "Check Interval": "Интервал проверки",
11
+ "Max Messages per Day": "Макс. сообщений в день",
12
+ "Repeat Interval (min)": "Интервал повтора (мин.)",
13
+ "Repeat alert interval in minutes if threshold is still exceeded (0 = no repeat)": "Интервал повтора в минутах если порог всё ещё превышен (0 = без повтора)",
14
+ "Offline Threshold (hours)": "Порог офлайн (часы)",
15
+ "Night Mode": "Ночной режим",
16
+ "Enable Night Mode": "Включить ночной режим",
17
+ "Night Mode Start": "Начало ночного режима",
18
+ "Night Mode End": "Конец ночного режима",
19
+ "Periodic Reports": "Периодические отчёты",
20
+ "Daily Report": "Ежедневный отчёт",
21
+ "Daily Report Time": "Время ежедневного отчёта",
22
+ "Weekly Report": "Еженедельный отчёт",
23
+ "Weekly Report Day": "День еженедельного отчёта",
24
+ "Weekly Report Time": "Время еженедельного отчёта",
25
+ "Monday": "Понедельник",
26
+ "Tuesday": "Вторник",
27
+ "Wednesday": "Среда",
28
+ "Thursday": "Четверг",
29
+ "Friday": "Пятница",
30
+ "Saturday": "Суббота",
31
+ "Sunday": "Воскресенье",
32
+ "5 minutes": "5 минут",
33
+ "15 minutes": "15 минут",
34
+ "30 minutes": "30 минут",
35
+ "1 hour": "1 час",
36
+ "2 hours": "2 часа",
37
+ "6 hours": "6 часов",
38
+ "24 hours": "24 часа",
39
+ "Add your plants here. Select the ioBroker state IDs for each sensor. Thresholds override the selected profile values.": "Добавьте растения здесь. Выберите ID состояний ioBroker для каждого датчика. Пороги переопределяют значения выбранного профиля.",
40
+ "Name": "Название",
41
+ "Location": "Расположение",
42
+ "Profile": "Профиль",
43
+ "Humidity Sensor": "Датчик влажности",
44
+ "Temperature Sensor": "Датчик температуры",
45
+ "Battery Sensor": "Датчик батареи",
46
+ "Hum Min %": "Влажн. Мин %",
47
+ "Hum Max %": "Влажн. Макс %",
48
+ "Temp Min": "Темп Мин",
49
+ "Temp Max": "Темп Макс",
50
+ "Bat Min %": "Бат Мин %",
51
+ "Enabled": "Включено",
52
+ "Built-in plant profiles with recommended thresholds. Select a profile in the Plants tab — thresholds will be applied automatically. You can override individual values per plant.": "Встроенные профили растений с рекомендуемыми порогами. Выберите профиль на вкладке Растения — пороги применятся автоматически. Можно переопределить отдельные значения для каждого растения.",
53
+ "Coffea arabica": "Coffea arabica",
54
+ "Rhapis excelsa": "Rhapis excelsa",
55
+ "Calathea zebrina": "Calathea zebrina",
56
+ "Sansevieria Laurentii": "Sansevieria Laurentii"
57
+ }