iobroker.sprinklecontrol 0.2.13 → 0.2.15

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.
Files changed (71) hide show
  1. package/{Lizenz → LICENSE} +21 -21
  2. package/README.md +62 -110
  3. package/admin/i18n/de/translations.json +134 -0
  4. package/admin/i18n/en/translations.json +134 -0
  5. package/admin/i18n/es/translations.json +134 -0
  6. package/admin/i18n/fr/translations.json +134 -0
  7. package/admin/i18n/it/translations.json +134 -0
  8. package/admin/i18n/nl/translations.json +134 -0
  9. package/admin/i18n/pl/translations.json +134 -0
  10. package/admin/i18n/pt/translations.json +134 -0
  11. package/admin/i18n/ru/translations.json +134 -0
  12. package/admin/i18n/uk/translations.json +134 -0
  13. package/admin/i18n/zh-cn/translations.json +134 -0
  14. package/admin/index_m.html +904 -907
  15. package/admin/index_m.js +779 -779
  16. package/admin/style.css +453 -158
  17. package/admin/words.js +143 -136
  18. package/io-package.json +268 -201
  19. package/lib/adapter-config.d.ts +19 -16
  20. package/lib/evaporation.js +455 -412
  21. package/lib/myConfig.js +372 -359
  22. package/lib/sendMessageText.js +162 -199
  23. package/lib/tools.js +148 -125
  24. package/lib/valveControl.js +931 -887
  25. package/main.js +2045 -1828
  26. package/package.json +50 -32
  27. package/.gitattributes +0 -2
  28. package/admin/admin.d.ts +0 -1
  29. package/docs/de/img/E-Mail.jpg +0 -0
  30. package/docs/de/img/Extraeinstellungen.jpg +0 -0
  31. package/docs/de/img/Pumpeneinstellung.jpg +0 -0
  32. package/docs/de/img/Pushover.jpg +0 -0
  33. package/docs/de/img/Select_ID.jpg +0 -0
  34. package/docs/de/img/Telegram.jpg +0 -0
  35. package/docs/de/img/Ventil-Haupteinstellung.jpg +0 -0
  36. package/docs/de/img/Ventil-Pumpeneinstellung.jpg +0 -0
  37. package/docs/de/img/WhatsApp.jpg +0 -0
  38. package/docs/de/img/Zeiteinstellung.jpg +0 -0
  39. package/docs/de/img/addTime.jpg +0 -0
  40. package/docs/de/img/analog.jpg +0 -0
  41. package/docs/de/img/ber-verdunstung.jpg +0 -0
  42. package/docs/de/img/bew-einstellung.jpg +0 -0
  43. package/docs/de/img/bew-feste-tage.jpg +0 -0
  44. package/docs/de/img/bistabil.jpg +0 -0
  45. package/docs/de/img/bodenf-analog.jpg +0 -0
  46. package/docs/de/img/bodenf-bistabil.jpg +0 -0
  47. package/docs/de/img/calculation.jpg +0 -0
  48. package/docs/de/img/control.jpg +0 -0
  49. package/docs/de/img/einschaltpunkt-giessen.jpg +0 -0
  50. package/docs/de/img/festeTage.jpg +0 -0
  51. package/docs/de/img/main.jpg +0 -0
  52. package/docs/de/img/main_tab.jpg +0 -0
  53. package/docs/de/img/max-bodenfeuchtigkeit.jpg +0 -0
  54. package/docs/de/img/schaltverhalten.jpg +0 -0
  55. package/docs/de/img/sprinklecontrol.png +0 -0
  56. package/docs/de/img/verdunstDiagra.jpg +0 -0
  57. package/docs/de/img/verdunstung.jpg +0 -0
  58. package/docs/de/img/zus-bew-einstellung.jpg +0 -0
  59. package/docs/de/sprinklecontrol.md +0 -656
  60. package/docs/en/img/schaltverhalten.jpg +0 -0
  61. package/docs/en/img/screenshot1.jpg +0 -0
  62. package/docs/en/img/screenshot2.jpg +0 -0
  63. package/docs/en/img/screenshot3.jpg +0 -0
  64. package/docs/en/img/screenshot4.jpg +0 -0
  65. package/docs/en/img/screenshot5.jpg +0 -0
  66. package/docs/en/img/screenshot6.jpg +0 -0
  67. package/docs/en/img/screenshot7.jpg +0 -0
  68. package/docs/en/img/screenshot8.jpg +0 -0
  69. package/docs/en/img/sprinklecontrol.png +0 -0
  70. package/docs/en/sprinklecontrol.md +0 -230
  71. package/main.test.js +0 -30
@@ -0,0 +1,134 @@
1
+ {
2
+ "Activation of additional watering under objects:": "Activación de riego adicional bajo objetos:",
3
+ "Add cistern pump as priority pump": "Agregar bomba de cisterna como bomba prioritaria",
4
+ "Additional irrigation in case of high evaporation": "Riego adicional en caso de alta evaporación",
5
+ "Additional notification setting": "Configuración de notificación adicional",
6
+ "Additional start time": "Hora de inicio adicional",
7
+ "Additional watering time in min": "Tiempo de riego adicional en min",
8
+ "All Receiver": "Todo receptor",
9
+ "Astro settings": "Configuraciones astro",
10
+ "Booster": "Aumentador de presión",
11
+ "Brightness sensor": "Sensor de brillo",
12
+ "Calculation of evaporation": "Cálculo de evaporación",
13
+ "Cancel": "abortar",
14
+ "Configuration of the analog soil moisture sensor": "Configuración del sensor de humedad del suelo analógico",
15
+ "Control voltage of the valves": "Control de voltaje de las válvulas",
16
+ "Controlling your Sprinkler …": "Controlando su Sprinkler ..",
17
+ "E-mail": "Correo electrónico",
18
+ "Edit Device:": "Editar dispositivo:",
19
+ "Enable / Disable Notifications": "Activar / desactivar notificaciones",
20
+ "Evaporation calculation sensors": "Sensores \"(Homematic HmIP-SWO-PL)\" para calcular la evaporación",
21
+ "Every second day": "Todos los segundos días",
22
+ "Extra Settings": "Configuraciones extra",
23
+ "Flow amount in l/h": "Cantidad de flujo en l/h",
24
+ "Friday": "viernes",
25
+ "Humidity sensor": "Sensor de humedad en%",
26
+ "If you don't use this procedure, you can leave these fields blank.": "Si no utiliza este procedimiento, puede dejar estos campos en blanco.",
27
+ "Irrigation settings": "Configuración de riego",
28
+ "Level of the cistern": "Sensor de nivel en la cisterna",
29
+ "Long Notifications": "Notificaciones largas",
30
+ "Main pump": "Bomba principal",
31
+ "Main settings": "Ajustes principales",
32
+ "Maximum parallel operation of the valves": "Máximo funcionamiento paralelo de las válvulas.",
33
+ "Method of controlling soil moisture": "Método de control de la humedad del suelo.",
34
+ "Minimum fill level of the cysts in %": "Nivel mínimo de llenado de los quistes en %",
35
+ "Monday": "lunes",
36
+ "Name": "nombre",
37
+ "No additional start time": "No hay tiempo de inicio adicional",
38
+ "Notification Sound": "Sonido de notificación",
39
+ "Notification Style": "Estilo de notificación",
40
+ "Notification only on errors": "Notificación solo de errores",
41
+ "Notifications": "Notificaciones",
42
+ "Object-ID sprinkler": "Aspersor de ID de objeto",
43
+ "Ok": "Okay",
44
+ "Precipitation threshold in mm": "Umbral de precipitación en mm",
45
+ "Pump Settings": "Configuraciones de bomba",
46
+ "Pump settings": "Ajustes de la bomba",
47
+ "Pushover": "Persona fácil de convencer",
48
+ "Pushover instance": "Instancia de empuje",
49
+ "Rain forecast - path": "Pronóstico de lluvia - trayectoria",
50
+ "Saturday": "sábado",
51
+ "Select": "Seleccione",
52
+ "Select the weather forecast instance": "Seleccione la instancia de pronóstico del tiempo",
53
+ "Selection of notification": "Selección de notificación",
54
+ "Selection of watering days in the week": "Selección de días de riego en la semana.",
55
+ "Sensor in the greenhouse": "Sensor en invernadero",
56
+ "Settings for Pump": "Configuraciones para la bomba",
57
+ "Settings for Valve": "Configuraciones para válvula",
58
+ "Settings for WhatsApp": "Configuraciones para WhatsApp",
59
+ "Settings for email": "Configuración para correo electrónico",
60
+ "Settings for pushover": "Configuración para pushover",
61
+ "Settings for telegram": "Configuración de telegrama",
62
+ "Settings for the start time on public holidays": "Configuración de la hora de inicio en días festivos",
63
+ "Short Notifications": "Notificaciones breves",
64
+ "Silent Notice": "Aviso silencioso",
65
+ "Soil moisture sensor": "Sensor de humedad del suelo",
66
+ "Soil moisture sensor analog": "Analógico del sensor de humedad del suelo",
67
+ "Soil moisture sensor bistable": "Sensor de humedad del suelo biestable",
68
+ "Sprinkler consumption": "Consumo de rociadores",
69
+ "Sprinkler control": "Control de rociadores",
70
+ "Start at ETpCurrent greater than": "Empieza en ETpCurrent más grande que",
71
+ "Start on fixed days": "Empezar en días fijos",
72
+ "Start on fixed days (without sensors)": "Comience en días fijos (sin sensores)",
73
+ "Start on fixed days of the week (without sensors)": "Comience en días fijos de la semana (sin sensores)",
74
+ "Start time": "Hora de inicio",
75
+ "Start time at sunrise": "Hora de inicio al amanecer",
76
+ "Start time at sunset": "Hora de inicio al atardecer",
77
+ "Start time at the end of the golden hour": "Hora de inicio al final de la hora dorada",
78
+ "Start time at the weekend": "Hora de inicio del fin de semana",
79
+ "Start time for irrigation": "Hora de inicio de riego",
80
+ "Start time in the week": "Hora de inicio en la semana",
81
+ "Start time of public holidays as on weekends": "Hora de inicio de los días festivos como los fines de semana.",
82
+ "Start, with external signal": "Inicio, con señal externa",
83
+ "Starting conditions": "Condiciones de inicio",
84
+ "Sunday": "domingo",
85
+ "Switch-on point (soil moisture) of the additional irrigation valves in %": "Punto de conmutación (humedad de suelo) de las válvulas de riego adicionales en %",
86
+ "Switch-on point (soil moisture) of the irrigation valves in %": "Punto de activación (humedad del suelo) de las válvulas de riego en %",
87
+ "Switch-on point for watering": "Punto de encendido para riego",
88
+ "Switching distance between the valves in ms": "Distancia de conmutación entre las válvulas en ms",
89
+ "Telegram": "Telegrama",
90
+ "Telegram Receiver": "Receptor de telegramas",
91
+ "Telegram instance": "Instancia de Telegram",
92
+ "Temperature sensor": "Sensor de temperatura en °C",
93
+ "These sensors are only required for irrigation depending on the calculated evaporation values.": "Estos sensores solo son necesarios para el riego en función de los valores de evaporación calculados.",
94
+ "Three days of rhythm": "Tres días de ritmo",
95
+ "Thursday": "jueves",
96
+ "Tick the days of the week you want": "Marque los días de la semana que desee",
97
+ "Time Settings": "Ajustes de hora",
98
+ "Time shift in min": "Cambio de tiempo en min",
99
+ "Tuesday": "martes",
100
+ "Use weather forecast": "Usar pronóstico del tiempo",
101
+ "Waiting for the send (seconds)": "Esperando el envío (segundos)",
102
+ "Watering interval in min": "Intervalo de riego en min",
103
+ "Watering time in min": "Tiempo de riego en min",
104
+ "Weather forecast": "Pronóstico del tiempo",
105
+ "Wednesday": "miércoles",
106
+ "Weekend start time": "Hora de inicio de fin de semana",
107
+ "WhatsApp": "WhatsApp",
108
+ "WhatsApp instance": "Instancia de WhatsApp",
109
+ "Wind speed sensor": "Sensor de velocidad del viento en km / h",
110
+ "after irrigation = 100": "Humedad del suelo = 100% después del riego.",
111
+ "analog soil moisture sensor at 0 percent (sensor in the air)": "sensor de humedad del suelo analógico al 0 por ciento (sensor en el aire)",
112
+ "analog soil moisture sensor at 100 percent (sensor in the water)": "sensor de humedad del suelo analógico al 100 por ciento (sensor en el agua)",
113
+ "cistern pump": "bomba de cisterna",
114
+ "device ID (optional)": "ID de dispositivo (opcional)",
115
+ "different start time on weekends": "hora de inicio diferente los fines de semana",
116
+ "email instance": "instancia de correo electrónico",
117
+ "email receiver": "receptor de correo electrónico",
118
+ "email sender": "remitente de correo electrónico",
119
+ "latitude": "latitud",
120
+ "longitude": "longitud",
121
+ "main settings": "ajustes principales",
122
+ "maximum irrigation extension": "extensión máxima de riego en %",
123
+ "maximum pump capacity of the cistern in l/h": "Capacidad máxima de bombeo de la cisterna en l/h",
124
+ "maximum pump output of the main pump in l/h": "salida máxima de la bomba de la bomba principal en l/h",
125
+ "maximum soil moisture": "humedad máxima del suelo",
126
+ "maximum soil moisture after the irrigation in (mm)": "humedad máxima del suelo después del riego en (mm)",
127
+ "maximum soil moisture after the rain in (%)": "humedad máxima del suelo después de la lluvia en (%)",
128
+ "notifications type": "tipo de notificaciones",
129
+ "own data point": "propio punto de datos",
130
+ "public holidays Instance": "días festivos Instancia",
131
+ "rain counter sensor": "Contador de precipitaciones en mm",
132
+ "start with a fixed start time": "comenzar con una hora de inicio fija",
133
+ "weather forecast service": "servicio de pronóstico del tiempo"
134
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "Activation of additional watering under objects:": "Activation d'arrosage supplémentaire sous les objets:",
3
+ "Add cistern pump as priority pump": "Ajouter une pompe citerne comme pompe prioritaire",
4
+ "Additional irrigation in case of high evaporation": "Irrigation supplémentaire en cas d'évaporation élevée",
5
+ "Additional notification setting": "Paramètre de notification supplémentaire",
6
+ "Additional start time": "Temps de démarrage supplémentaire",
7
+ "Additional watering time in min": "Temps d'arrosage supplémentaire en min",
8
+ "All Receiver": "Tout récepteur",
9
+ "Astro settings": "Paramètres Astro",
10
+ "Booster": "Booster",
11
+ "Brightness sensor": "Capteur de luminosité",
12
+ "Calculation of evaporation": "Calcul de l'évaporation",
13
+ "Cancel": "abandonner",
14
+ "Configuration of the analog soil moisture sensor": "Configuration du capteur analogique d'humidité du sol",
15
+ "Control voltage of the valves": "Tension de commande des soupapes",
16
+ "Controlling your Sprinkler …": "Contrôler votre Sprinkler ..",
17
+ "E-mail": "Email",
18
+ "Edit Device:": "Modifier l'appareil:",
19
+ "Enable / Disable Notifications": "Activer / désactiver les notifications",
20
+ "Evaporation calculation sensors": "Capteurs \"(Homematic HmIP-SWO-PL)\" pour le calcul de l'évaporation",
21
+ "Every second day": "Tous les deux jours",
22
+ "Extra Settings": "Paramètres supplémentaires",
23
+ "Flow amount in l/h": "Débit en l/h",
24
+ "Friday": "Vendredi",
25
+ "Humidity sensor": "Capteur d'humidité en%'",
26
+ "If you don't use this procedure, you can leave these fields blank.": "Si vous n'utilisez pas cette procédure, vous pouvez laisser ces champs vides.",
27
+ "Irrigation settings": "Paramètres d'irrigation",
28
+ "Level of the cistern": "Capteur de niveau dans la citerne",
29
+ "Long Notifications": "Notifications longues",
30
+ "Main pump": "Pompe principale",
31
+ "Main settings": "Réglages principaux",
32
+ "Maximum parallel operation of the valves": "Fonctionnement parallèle maximal des vannes",
33
+ "Method of controlling soil moisture": "Méthode de contrôle de l'humidité du sol",
34
+ "Minimum fill level of the cysts in %": "Niveau de remplissage minimum des kystes en %",
35
+ "Monday": "lundi",
36
+ "Name": "Nom",
37
+ "No additional start time": "Pas de démarrage supplémentaire",
38
+ "Notification Sound": "Son de notification",
39
+ "Notification Style": "Style de notification",
40
+ "Notification only on errors": "Notification uniquement sur les erreurs",
41
+ "Notifications": "Notifications",
42
+ "Object-ID sprinkler": "Arroseur ID objet",
43
+ "Ok": "D'accord",
44
+ "Precipitation threshold in mm": "Seuil de précipitation en mm",
45
+ "Pump Settings": "Paramètres de la pompe",
46
+ "Pump settings": "Paramètres de la pompe",
47
+ "Pushover": "Pushover",
48
+ "Pushover instance": "Instance pushover",
49
+ "Rain forecast - path": "Prévision de pluie - chemin",
50
+ "Saturday": "samedi",
51
+ "Select": "Sélectionner",
52
+ "Select the weather forecast instance": "Sélectionnez l'instance de prévision météo",
53
+ "Selection of notification": "Sélection de la notification",
54
+ "Selection of watering days in the week": "Sélection des jours d'arrosage dans la semaine",
55
+ "Sensor in the greenhouse": "Capteur dans la serre",
56
+ "Settings for Pump": "Paramètres de la pompe",
57
+ "Settings for Valve": "Paramètres pour valve",
58
+ "Settings for WhatsApp": "Paramètres pour WhatsApp",
59
+ "Settings for email": "Paramètres de messagerie",
60
+ "Settings for pushover": "Paramètres pour pushover",
61
+ "Settings for telegram": "Paramètres du télégramme",
62
+ "Settings for the start time on public holidays": "Paramètres de l'heure de début les jours fériés",
63
+ "Short Notifications": "Notifications courtes",
64
+ "Silent Notice": "Avis silencieux",
65
+ "Soil moisture sensor": "Capteur d'humidité du sol",
66
+ "Soil moisture sensor analog": "Capteur d'humidité du sol analogique",
67
+ "Soil moisture sensor bistable": "Capteur d'humidité du sol bistable",
68
+ "Sprinkler consumption": "Consommation sprinkler",
69
+ "Sprinkler control": "Commande d'arrosage",
70
+ "Start at ETpCurrent greater than": "Commencez par ETpCurrent plus que",
71
+ "Start on fixed days": "Commencer à jours fixes",
72
+ "Start on fixed days (without sensors)": "Démarrage à jours fixes (sans capteurs)",
73
+ "Start on fixed days of the week (without sensors)": "Démarrage à jours fixes de la semaine (sans capteurs)",
74
+ "Start time": "Temps de démarrage",
75
+ "Start time at sunrise": "Heure de début au lever du soleil",
76
+ "Start time at sunset": "Commencez le temps au coucher du soleil",
77
+ "Start time at the end of the golden hour": "Heure de début à la fin de l'heure d'or",
78
+ "Start time at the weekend": "Heure de départ le week-end",
79
+ "Start time for irrigation": "Heure de début de l'irrigation",
80
+ "Start time in the week": "Heure de début dans la semaine",
81
+ "Start time of public holidays as on weekends": "Heure de début des jours fériés comme le week-end",
82
+ "Start, with external signal": "Démarrer, avec signal externe",
83
+ "Starting conditions": "Conditions de démarrage",
84
+ "Sunday": "dimanche",
85
+ "Switch-on point (soil moisture) of the additional irrigation valves in %": "Point de commutation (humidité du sol) des soupapes d'irrigation supplémentaires en %",
86
+ "Switch-on point (soil moisture) of the irrigation valves in %": "Point d'enclenchement (humidité du sol) des vannes d'irrigation en%",
87
+ "Switch-on point for watering": "Point de mise en marche pour l'arrosage",
88
+ "Switching distance between the valves in ms": "Distance de commutation entre les vannes en ms",
89
+ "Telegram": "Télégramme",
90
+ "Telegram Receiver": "Récepteur de télégramme",
91
+ "Telegram instance": "Instance de télégramme",
92
+ "Temperature sensor": "Capteur de température en °C",
93
+ "These sensors are only required for irrigation depending on the calculated evaporation values.": "Ces capteurs ne sont nécessaires que pour l'irrigation en fonction des valeurs d'évaporation calculées.",
94
+ "Three days of rhythm": "Trois jours de rythme",
95
+ "Thursday": "jeudi",
96
+ "Tick the days of the week you want": "Cochez les jours de la semaine que vous souhaitez",
97
+ "Time Settings": "Paramètres de temps",
98
+ "Time shift in min": "Décalage horaire en min",
99
+ "Tuesday": "Mardi",
100
+ "Use weather forecast": "Utiliser les prévisions météorologiques",
101
+ "Waiting for the send (seconds)": "En attente de l'envoi (secondes)",
102
+ "Watering interval in min": "Intervalle d'arrosage en min",
103
+ "Watering time in min": "Temps d'arrosage en min",
104
+ "Weather forecast": "Prévisions météorologiques",
105
+ "Wednesday": "Mercredi",
106
+ "Weekend start time": "Weekend start time",
107
+ "WhatsApp": "WhatsApp",
108
+ "WhatsApp instance": "Instance WhatsApp",
109
+ "Wind speed sensor": "Capteur de vitesse du vent en km / h",
110
+ "after irrigation = 100": "Humidité du sol = 100% après irrigation",
111
+ "analog soil moisture sensor at 0 percent (sensor in the air)": "capteur analogique d'humidité du sol à 0 pour cent (capteur dans l'air)",
112
+ "analog soil moisture sensor at 100 percent (sensor in the water)": "capteur analogique d'humidité du sol à 100 pour cent (capteur dans l'eau)",
113
+ "cistern pump": "pompe citerne",
114
+ "device ID (optional)": "ID de l'appareil (facultatif)",
115
+ "different start time on weekends": "heure de début différente le week-end",
116
+ "email instance": "instance de messagerie",
117
+ "email receiver": "récepteur de courrier électronique",
118
+ "email sender": "expéditeur de l'e-mail",
119
+ "latitude": "latitude",
120
+ "longitude": "longitude",
121
+ "main settings": "Réglages principaux",
122
+ "maximum irrigation extension": "extension maximale de l'irrigation en %",
123
+ "maximum pump capacity of the cistern in l/h": "capacité maximale de pompage du réservoir en l/h",
124
+ "maximum pump output of the main pump in l/h": "débit de pompe maximum de la pompe principale en l/h",
125
+ "maximum soil moisture": "humidité maximale du sol",
126
+ "maximum soil moisture after the irrigation in (mm)": "humidité maximale du sol après l'irrigation en (mm)",
127
+ "maximum soil moisture after the rain in (%)": "humidité maximale du sol après la pluie en (%)",
128
+ "notifications type": "type de notifications",
129
+ "own data point": "propre point de données",
130
+ "public holidays Instance": "jours fériés Instance",
131
+ "rain counter sensor": "Compteur de précipitations en mm",
132
+ "start with a fixed start time": "commencer avec une heure de début fixe",
133
+ "weather forecast service": "service de prévisions météorologiques"
134
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "Activation of additional watering under objects:": "Attivazione di ulteriori innaffiature sotto oggetti:",
3
+ "Add cistern pump as priority pump": "Aggiungere la pompa della cisterna come pompa prioritaria",
4
+ "Additional irrigation in case of high evaporation": "Irrigazione aggiuntiva in caso di elevata evaporazione",
5
+ "Additional notification setting": "Impostazioni di notifica aggiuntive",
6
+ "Additional start time": "Tempo di inizio aggiuntivo",
7
+ "Additional watering time in min": "Tempo di irrigazione supplementare in min",
8
+ "All Receiver": "Tutti i ricevitori",
9
+ "Astro settings": "Impostazioni Astro",
10
+ "Booster": "Booster",
11
+ "Brightness sensor": "Sensore di luminosità",
12
+ "Calculation of evaporation": "Calcolo dell'evaporazione",
13
+ "Cancel": "abortire",
14
+ "Configuration of the analog soil moisture sensor": "Configurazione del sensore di umidità del suolo analogico",
15
+ "Control voltage of the valves": "Controllo della tensione delle valvole",
16
+ "Controlling your Sprinkler …": "Controllare il tuo Sprinkler..",
17
+ "E-mail": "E-mail",
18
+ "Edit Device:": "Modifica dispositivo:",
19
+ "Enable / Disable Notifications": "Abilita / Disabilita notifiche",
20
+ "Evaporation calculation sensors": "Sensori \"(Homematic HmIP-SWO-PL)\" per il calcolo dell'evaporazione",
21
+ "Every second day": "Ogni secondo giorno",
22
+ "Extra Settings": "Impostazioni extra",
23
+ "Flow amount in l/h": "Quantità di flusso in l/h",
24
+ "Friday": "Venerdì",
25
+ "Humidity sensor": "Sensore di umidità in%",
26
+ "If you don't use this procedure, you can leave these fields blank.": "Se non utilizzi questa procedura, puoi lasciare questi campi vuoti.",
27
+ "Irrigation settings": "Impostazioni di irrigazione",
28
+ "Level of the cistern": "Sensore di livello in cisterna",
29
+ "Long Notifications": "Notifiche lunghe",
30
+ "Main pump": "Pompa principale",
31
+ "Main settings": "Impostazioni principali",
32
+ "Maximum parallel operation of the valves": "Massima operazione parallela delle valvole",
33
+ "Method of controlling soil moisture": "Metodo di controllo dell'umidità del suolo",
34
+ "Minimum fill level of the cysts in %": "Livello minimo di riempimento delle cisti in %",
35
+ "Monday": "Lunedi",
36
+ "Name": "nome",
37
+ "No additional start time": "Nessun ulteriore tempo di inizio",
38
+ "Notification Sound": "Suono di notifica",
39
+ "Notification Style": "Stile di notifica",
40
+ "Notification only on errors": "Notifica solo sugli errori",
41
+ "Notifications": "Notifiche",
42
+ "Object-ID sprinkler": "Irrigatore ID oggetto",
43
+ "Ok": "Ok",
44
+ "Precipitation threshold in mm": "Soglia di precipitazione in mm",
45
+ "Pump Settings": "Impostazioni della pompa",
46
+ "Pump settings": "Impostazioni della pompa",
47
+ "Pushover": "Pushover",
48
+ "Pushover instance": "Istanza di pushover",
49
+ "Rain forecast - path": "Previsioni pioggia - percorso",
50
+ "Saturday": "Sabato",
51
+ "Select": "Selezionare",
52
+ "Select the weather forecast instance": "Seleziona l'istanza delle previsioni del tempo",
53
+ "Selection of notification": "Selezione della notifica",
54
+ "Selection of watering days in the week": "Selezione dei giorni irrigui nella settimana",
55
+ "Sensor in the greenhouse": "Sensore in serra",
56
+ "Settings for Pump": "Impostazioni per Pump",
57
+ "Settings for Valve": "Impostazioni per valvola",
58
+ "Settings for WhatsApp": "Impostazioni per WhatsApp",
59
+ "Settings for email": "Impostazioni per la posta elettronica",
60
+ "Settings for pushover": "Impostazioni per pushover",
61
+ "Settings for telegram": "Impostazioni per telegramma",
62
+ "Settings for the start time on public holidays": "Impostazioni per l'ora di inizio nei giorni festivi",
63
+ "Short Notifications": "Notifiche brevi",
64
+ "Silent Notice": "Avviso silenzioso",
65
+ "Soil moisture sensor": "Sensore di umidità del suolo",
66
+ "Soil moisture sensor analog": "Sensore di umidità del suolo analogico",
67
+ "Soil moisture sensor bistable": "Sensore di umidità del suolo bistabile",
68
+ "Sprinkler consumption": "Consumo dell'irrigatore",
69
+ "Sprinkler control": "Controllo dell'irrigatore",
70
+ "Start at ETpCurrent greater than": "Iniziare a ETpCurrent più grande di",
71
+ "Start on fixed days": "Inizia in giorni fissi",
72
+ "Start on fixed days (without sensors)": "Inizio in giorni fissi (senza sensori)",
73
+ "Start on fixed days of the week (without sensors)": "Inizio in giorni fissi della settimana (senza sensori)",
74
+ "Start time": "Inizio",
75
+ "Start time at sunrise": "Ora di inizio all'alba",
76
+ "Start time at sunset": "Tempo di inizio al tramonto",
77
+ "Start time at the end of the golden hour": "Ora di inizio alla fine dell'ora d'oro",
78
+ "Start time at the weekend": "Ora di inizio nel fine settimana",
79
+ "Start time for irrigation": "Ora di inizio per l'irrigazione",
80
+ "Start time in the week": "Ora di inizio della settimana",
81
+ "Start time of public holidays as on weekends": "Ora di inizio dei giorni festivi come nei fine settimana",
82
+ "Start, with external signal": "Avviare, con segnale esterno",
83
+ "Starting conditions": "Condizioni di partenza",
84
+ "Sunday": "Domenica",
85
+ "Switch-on point (soil moisture) of the additional irrigation valves in %": "Punto di commutazione (umidità del terreno) delle valvole di irrigazione aggiuntive in %",
86
+ "Switch-on point (soil moisture) of the irrigation valves in %": "Punto di attivazione (umidità del suolo) delle valvole di irrigazione in %",
87
+ "Switch-on point for watering": "Punto di accensione per l'irrigazione",
88
+ "Switching distance between the valves in ms": "Distanza di commutazione tra le valvole in ms",
89
+ "Telegram": "Telegramma",
90
+ "Telegram Receiver": "Ricevitore di Telegram",
91
+ "Telegram instance": "Istanza di Telegram",
92
+ "Temperature sensor": "Sensore per la temperatura in °C",
93
+ "These sensors are only required for irrigation depending on the calculated evaporation values.": "Questi sensori sono necessari solo per l'irrigazione in base ai valori di evaporazione calcolati.",
94
+ "Three days of rhythm": "Tre giorni di ritmo",
95
+ "Thursday": "giovedi",
96
+ "Tick the days of the week you want": "Spunta i giorni della settimana che desideri",
97
+ "Time Settings": "Impostazioni dell'ora",
98
+ "Time shift in min": "Spostamento temporale in min",
99
+ "Tuesday": "martedì",
100
+ "Use weather forecast": "Usa le previsioni del tempo",
101
+ "Waiting for the send (seconds)": "Aspettando l'invio (secondi)",
102
+ "Watering interval in min": "Intervallo di irrigazione in min",
103
+ "Watering time in min": "Tempo di irrigazione in min",
104
+ "Weather forecast": "Previsioni del tempo",
105
+ "Wednesday": "mercoledì",
106
+ "Weekend start time": "Tempo di inizio weekend",
107
+ "WhatsApp": "WhatsApp",
108
+ "WhatsApp instance": "Istanza WhatsApp",
109
+ "Wind speed sensor": "Sensore per la velocità del vento in km / h",
110
+ "after irrigation = 100": "Umidità del suolo = 100% dopo l'irrigazione",
111
+ "analog soil moisture sensor at 0 percent (sensor in the air)": "sensore di umidità del suolo analogico a 0 percento (sensore nell'aria)",
112
+ "analog soil moisture sensor at 100 percent (sensor in the water)": "sensore di umidità del suolo analogico al 100% (sensore nell'acqua)",
113
+ "cistern pump": "pompa a cisterna",
114
+ "device ID (optional)": "ID dispositivo (opzionale)",
115
+ "different start time on weekends": "orario di inizio diverso nei fine settimana",
116
+ "email instance": "istanza di posta elettronica",
117
+ "email receiver": "destinatario di posta elettronica",
118
+ "email sender": "mittente di posta elettronica",
119
+ "latitude": "latitudine",
120
+ "longitude": "longitudine",
121
+ "main settings": "impostazioni principali",
122
+ "maximum irrigation extension": "massima estensione di irrigazione in %",
123
+ "maximum pump capacity of the cistern in l/h": "portata massima della pompa della cisterna in l/h",
124
+ "maximum pump output of the main pump in l/h": "potenza massima della pompa principale in l/h",
125
+ "maximum soil moisture": "umidità massima del suolo",
126
+ "maximum soil moisture after the irrigation in (mm)": "umidità massima del suolo dopo l'irrigazione in (mm)",
127
+ "maximum soil moisture after the rain in (%)": "umidità massima del suolo dopo la pioggia in (%)",
128
+ "notifications type": "tipo di notifiche",
129
+ "own data point": "proprio punto dati",
130
+ "public holidays Instance": "istanza festiva",
131
+ "rain counter sensor": "Contatore delle precipitazioni in mm",
132
+ "start with a fixed start time": "iniziare con un orario di inizio fisso",
133
+ "weather forecast service": "servizio di previsioni del tempo"
134
+ }
@@ -0,0 +1,134 @@
1
+ {
2
+ "Activation of additional watering under objects:": "Activatie van extra water onder objecten:",
3
+ "Add cistern pump as priority pump": "Stortbakpomp toevoegen als prioriteitspomp",
4
+ "Additional irrigation in case of high evaporation": "Additionele irrigatie in geval van hoge verdamping",
5
+ "Additional notification setting": "Aanvullende meldingsinstelling",
6
+ "Additional start time": "Additionele starttijd",
7
+ "Additional watering time in min": "Additionele watering tijd in",
8
+ "All Receiver": "Alle ontvanger",
9
+ "Astro settings": "Astro-instellingen",
10
+ "Booster": "Booster",
11
+ "Brightness sensor": "Sensor voor helderheid",
12
+ "Calculation of evaporation": "Berekening van verdamping",
13
+ "Cancel": "afbreken",
14
+ "Configuration of the analog soil moisture sensor": "Configuratie van de analoge bodemvochtsensor",
15
+ "Control voltage of the valves": "Stuurspanning van de kleppen",
16
+ "Controlling your Sprinkler …": "Controle van uw Sprinkler ..",
17
+ "E-mail": "E-mail",
18
+ "Edit Device:": "Apparaat bewerken:",
19
+ "Enable / Disable Notifications": "Meldingen inschakelen / uitschakelen",
20
+ "Evaporation calculation sensors": "Sensoren \"(Homematic HmIP-SWO-PL)\" voor het berekenen van de verdamping",
21
+ "Every second day": "Om de andere dag",
22
+ "Extra Settings": "Extra instellingen",
23
+ "Flow amount in l/h": "Debiet in l/u",
24
+ "Friday": "vrijdag",
25
+ "Humidity sensor": "Sensor voor vochtigheid in%",
26
+ "If you don't use this procedure, you can leave these fields blank.": "Als u deze procedure niet gebruikt, kunt u deze velden leeg laten.",
27
+ "Irrigation settings": "Irrigatie-instellingen",
28
+ "Level of the cistern": "Sensor van het niveau in het reservoir",
29
+ "Long Notifications": "Lange meldingen",
30
+ "Main pump": "Hoofdpomp",
31
+ "Main settings": "Belangrijkste instellingen",
32
+ "Maximum parallel operation of the valves": "Maximale parallelle werking van de kleppen",
33
+ "Method of controlling soil moisture": "Methode voor het beheersen van bodemvocht",
34
+ "Minimum fill level of the cysts in %": "Minimaal vulniveau van de cysten in %",
35
+ "Monday": "maandag",
36
+ "Name": "naam",
37
+ "No additional start time": "Geen extra starttijd",
38
+ "Notification Sound": "Notificatie geluid",
39
+ "Notification Style": "Meldingsstijl",
40
+ "Notification only on errors": "Melding alleen bij fouten",
41
+ "Notifications": "Meldingen",
42
+ "Object-ID sprinkler": "Object-ID sproeier",
43
+ "Ok": "OK",
44
+ "Precipitation threshold in mm": "Neerslagdrempel in mm",
45
+ "Pump Settings": "Pompinstellingen",
46
+ "Pump settings": "Pomp instellingen",
47
+ "Pushover": "Pushover",
48
+ "Pushover instance": "Pushover-instantie",
49
+ "Rain forecast - path": "Regenvoorspelling - pad",
50
+ "Saturday": "zaterdag",
51
+ "Select": "Selecteer",
52
+ "Select the weather forecast instance": "Selecteer de weersvoorspelling",
53
+ "Selection of notification": "Selectie van melding",
54
+ "Selection of watering days in the week": "Selectie van besproeiingsdagen in de week",
55
+ "Sensor in the greenhouse": "Sensor in de kas",
56
+ "Settings for Pump": "Instellingen voor pomp",
57
+ "Settings for Valve": "Instellingen voor klep",
58
+ "Settings for WhatsApp": "Instellingen voor WhatsApp",
59
+ "Settings for email": "Instellingen voor e-mail",
60
+ "Settings for pushover": "Instellingen voor pushover",
61
+ "Settings for telegram": "Instellingen voor telegram",
62
+ "Settings for the start time on public holidays": "Instellingen voor de starttijd op feestdagen",
63
+ "Short Notifications": "Korte meldingen",
64
+ "Silent Notice": "Stille kennisgeving",
65
+ "Soil moisture sensor": "Bodemvochtsensor",
66
+ "Soil moisture sensor analog": "Bodemvochtsensor analoog",
67
+ "Soil moisture sensor bistable": "Bodemvochtsensor bistabiel",
68
+ "Sprinkler consumption": "Sprinkler verbruik",
69
+ "Sprinkler control": "Sprinklercontrole",
70
+ "Start at ETpCurrent greater than": "Begin bij aankomst",
71
+ "Start on fixed days": "Start op vaste dagen",
72
+ "Start on fixed days (without sensors)": "Start op vaste dagen (zonder sensoren)",
73
+ "Start on fixed days of the week (without sensors)": "Start op vaste dagen van de week (zonder sensoren)",
74
+ "Start time": "Begin de tijd",
75
+ "Start time at sunrise": "Starttijd bij zonsopgang",
76
+ "Start time at sunset": "Begin bij zonsondergang",
77
+ "Start time at the end of the golden hour": "Starttijd aan het einde van het gouden uur",
78
+ "Start time at the weekend": "Starttijd in het weekend",
79
+ "Start time for irrigation": "Starttijd voor irrigatie",
80
+ "Start time in the week": "Starttijd in de week",
81
+ "Start time of public holidays as on weekends": "Starttijd van feestdagen zoals in het weekend",
82
+ "Start, with external signal": "Begin met externe signaal",
83
+ "Starting conditions": "Beginnende omstandigheden",
84
+ "Sunday": "zondag",
85
+ "Switch-on point (soil moisture) of the additional irrigation valves in %": "Inschakelpunt (bodemvocht) van de extra beregeningsventielen in %",
86
+ "Switch-on point (soil moisture) of the irrigation valves in %": "Inschakelpunt (bodemvocht) van de besproeiingsventielen in %",
87
+ "Switch-on point for watering": "Inschakelpunt voor bewatering",
88
+ "Switching distance between the valves in ms": "Schakelafstand tussen de kleppen in ms",
89
+ "Telegram": "Telegram",
90
+ "Telegram Receiver": "Telegram-ontvanger",
91
+ "Telegram instance": "Telegram-instantie",
92
+ "Temperature sensor": "Sensor voor temperatuur in °C",
93
+ "These sensors are only required for irrigation depending on the calculated evaporation values.": "Deze sensoren zijn alleen nodig voor beregening afhankelijk van de berekende verdampingswaarden.",
94
+ "Three days of rhythm": "Drie dagen ritme",
95
+ "Thursday": "donderdag",
96
+ "Tick the days of the week you want": "Vink de gewenste dagen van de week aan",
97
+ "Time Settings": "Tijdsinstellingen",
98
+ "Time shift in min": "Tijdverschuiving in min",
99
+ "Tuesday": "dinsdag",
100
+ "Use weather forecast": "Gebruik weersvoorspelling",
101
+ "Waiting for the send (seconds)": "Wachten op verzending (seconden)",
102
+ "Watering interval in min": "Bewateringsinterval in min",
103
+ "Watering time in min": "Bewateringstijd in min",
104
+ "Weather forecast": "Weervoorspelling",
105
+ "Wednesday": "woensdag",
106
+ "Weekend start time": "Weekend begint de tijd",
107
+ "WhatsApp": "WhatsApp",
108
+ "WhatsApp instance": "WhatsApp-instantie",
109
+ "Wind speed sensor": "Sensor voor windsnelheid in km / u",
110
+ "after irrigation = 100": "Bodemvocht = 100% na irrigatie",
111
+ "analog soil moisture sensor at 0 percent (sensor in the air)": "analoge bodemvochtsensor op 0 procent (sensor in de lucht)",
112
+ "analog soil moisture sensor at 100 percent (sensor in the water)": "analoge bodemvochtsensor op 100 procent (sensor in het water)",
113
+ "cistern pump": "stortbak pomp",
114
+ "device ID (optional)": "apparaat-ID (optioneel)",
115
+ "different start time on weekends": "verschillende starttijd in het weekend",
116
+ "email instance": "e-mailinstantie",
117
+ "email receiver": "e-mailontvanger",
118
+ "email sender": "e-mail afzender",
119
+ "latitude": "breedtegraad",
120
+ "longitude": "Lengtegraad",
121
+ "main settings": "belangrijkste instellingen",
122
+ "maximum irrigation extension": "maximale verlenging van de irrigatie in %",
123
+ "maximum pump capacity of the cistern in l/h": "maximale pompcapaciteit van de stortbak in l/h",
124
+ "maximum pump output of the main pump in l/h": "maximaal pompvermogen van de hoofdpomp in l/h",
125
+ "maximum soil moisture": "maximale bodemvochtigheid",
126
+ "maximum soil moisture after the irrigation in (mm)": "maximale bodemvochtigheid na de beregening in (mm)",
127
+ "maximum soil moisture after the rain in (%)": "maximale bodemvochtigheid na regen in (%)",
128
+ "notifications type": "meldingen type",
129
+ "own data point": "eigen datapunt",
130
+ "public holidays Instance": "feestdagen exemplaar",
131
+ "rain counter sensor": "Neerslagmeter in mm",
132
+ "start with a fixed start time": "begin met een vaste starttijd",
133
+ "weather forecast service": "weersvoorspellingsservice"
134
+ }