iobroker.poolcontrol 1.2.0 → 1.2.1

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 (66) hide show
  1. package/README.md +285 -292
  2. package/admin/i18n/de/translations.json +158 -4
  3. package/admin/i18n/en/translations.json +161 -3
  4. package/admin/i18n/es/translations.json +158 -4
  5. package/admin/i18n/fr/translations.json +158 -4
  6. package/admin/i18n/it/translations.json +158 -4
  7. package/admin/i18n/nl/translations.json +158 -4
  8. package/admin/i18n/pl/translations.json +158 -4
  9. package/admin/i18n/pt/translations.json +158 -4
  10. package/admin/i18n/ru/translations.json +158 -4
  11. package/admin/i18n/uk/translations.json +158 -4
  12. package/admin/i18n/zh-cn/translations.json +158 -4
  13. package/admin/jsonConfig.json +180 -602
  14. package/io-package.json +107 -100
  15. package/lib/helpers/actuatorsHelper.js +6 -8
  16. package/lib/helpers/aiChemistryHelpHelper.js +7 -7
  17. package/lib/helpers/aiForecastHelper.js +21 -21
  18. package/lib/helpers/aiHelper.js +53 -63
  19. package/lib/helpers/consumptionHelper.js +23 -25
  20. package/lib/helpers/controlHelper.js +24 -24
  21. package/lib/helpers/controlHelper2.js +17 -17
  22. package/lib/helpers/debugLogHelper.js +12 -14
  23. package/lib/helpers/frostHelper.js +6 -6
  24. package/lib/helpers/heatHelper.js +14 -14
  25. package/lib/helpers/infoHelper.js +2 -2
  26. package/lib/helpers/migrationHelper.js +16 -16
  27. package/lib/helpers/photovoltaicHelper.js +28 -28
  28. package/lib/helpers/pumpHelper.js +16 -18
  29. package/lib/helpers/pumpHelper2.js +8 -10
  30. package/lib/helpers/pumpHelper3.js +9 -9
  31. package/lib/helpers/pumpHelper4.js +9 -9
  32. package/lib/helpers/pumpSpeedHelper.js +6 -6
  33. package/lib/helpers/runtimeHelper.js +14 -14
  34. package/lib/helpers/solarHelper.js +9 -9
  35. package/lib/helpers/speechHelper.js +13 -15
  36. package/lib/helpers/speechTextHelper.js +13 -13
  37. package/lib/helpers/statisticsHelper.js +9 -9
  38. package/lib/helpers/statisticsHelperMonth.js +15 -15
  39. package/lib/helpers/statisticsHelperWeek.js +11 -11
  40. package/lib/helpers/statusHelper.js +9 -9
  41. package/lib/helpers/temperatureHelper.js +9 -11
  42. package/lib/helpers/timeHelper.js +7 -9
  43. package/lib/stateDefinitions/actuatorsStates.js +19 -19
  44. package/lib/stateDefinitions/aiChemistryHelpStates.js +59 -28
  45. package/lib/stateDefinitions/aiStates.js +119 -31
  46. package/lib/stateDefinitions/consumptionStates.js +20 -14
  47. package/lib/stateDefinitions/controlStates.js +90 -37
  48. package/lib/stateDefinitions/debugLogStates.js +28 -13
  49. package/lib/stateDefinitions/generalStates.js +4 -4
  50. package/lib/stateDefinitions/heatStates.js +21 -21
  51. package/lib/stateDefinitions/infoStates.js +11 -5
  52. package/lib/stateDefinitions/photovoltaicStates.js +52 -24
  53. package/lib/stateDefinitions/pumpSpeedStates.js +11 -11
  54. package/lib/stateDefinitions/pumpStates.js +24 -15
  55. package/lib/stateDefinitions/pumpStates2.js +22 -10
  56. package/lib/stateDefinitions/pumpStates3.js +63 -24
  57. package/lib/stateDefinitions/pumpStates4.js +62 -32
  58. package/lib/stateDefinitions/runtimeStates.js +10 -10
  59. package/lib/stateDefinitions/solarStates.js +9 -9
  60. package/lib/stateDefinitions/speechStates.js +24 -21
  61. package/lib/stateDefinitions/statisticsStates.js +107 -29
  62. package/lib/stateDefinitions/statusStates.js +14 -12
  63. package/lib/stateDefinitions/temperatureStates.js +18 -12
  64. package/lib/stateDefinitions/timeStates.js +5 -5
  65. package/main.js +38 -0
  66. package/package.json +7 -8
@@ -1,5 +1,159 @@
1
1
  {
2
- "poolcontrol adapter settings": "Paramètres d'adaptateur pour poolcontrol",
3
- "option1": "option1",
4
- "option2": "Option2"
5
- }
2
+ " ": " ",
3
+ "0.5x": "0,5x",
4
+ "1.0x": "1,0x",
5
+ "1.5x": "1,5x",
6
+ "2.0x": "2,0x",
7
+ "2.5x": "2,5x",
8
+ "3.0x": "3,0x",
9
+ "Additional Actuators": "Actionneurs supplémentaires",
10
+ "Additional actuators (valves, lighting & auxiliary pumps)": "Actionneurs supplémentaires (vannes, éclairage et pompes auxiliaires)",
11
+ "Alexa device": "Appareil Alexa",
12
+ "All text and speech outputs of the adapter – including AI forecasts, warnings, pump status, solar hints and diagnostic messages – are emitted via the central 'speech.queue' datapoint. This datapoint should be used for VIS displays, Alexa or Telegram outputs.": "Toutes les sorties texte et vocales de l'adaptateur – y compris les prévisions IA, les avertissements, l'état de la pompe, les conseils solaires et les messages de diagnostic – sont émises via le point de données central « Speech.queue ». Ce point de données doit être utilisé pour les affichages VIS, les sorties Alexa ou Telegram.",
13
+ "Amazon Alexa": "Amazon Alexa",
14
+ "Announce / Notify on Warning": "Annoncer / Notifier en cas d'avertissement",
15
+ "Announce error messages": "Annoncer les messages d'erreur",
16
+ "Auxiliary pump 1 active": "Pompe auxiliaire 1 active",
17
+ "Auxiliary pump 2 active": "Pompe auxiliaire 2 active",
18
+ "Auxiliary pump 3 active": "Pompe auxiliaire 3 active",
19
+ "Auxiliary pumps & attractions": "Pompes et attractions auxiliaires",
20
+ "Central speech output (speech.queue)": "Sortie vocale centrale (speech.queue)",
21
+ "Collector Temperature Off Threshold (°C)": "Seuil d'arrêt de la température du capteur (°C)",
22
+ "Collector Temperature On Threshold (°C)": "Seuil de température du capteur (°C)",
23
+ "Collector Temperature Warning": "Avertissement de température du collecteur",
24
+ "Collector Temperature Warning Threshold (°C)": "Seuil d'avertissement de température du capteur (°C)",
25
+ "Consumption and cost calculation": "Calcul de la consommation et des coûts",
26
+ "Datapoint containing current PV power (Watts)": "Point de données contenant la puissance PV actuelle (Watts)",
27
+ "Datapoint containing current house consumption (Watts)": "Point de données contenant la consommation actuelle de la maison (Watts)",
28
+ "Default (female)": "Par défaut (femelle)",
29
+ "Difference between PV generation and house consumption that counts as surplus": "Différence entre la production photovoltaïque et la consommation domestique considérée comme excédentaire",
30
+ "Electricity price (€ / kWh)": "Prix ​​de l'électricité (€ / kWh)",
31
+ "Email adapter instance": "Instance d'adaptateur de messagerie",
32
+ "Email subject": "Objet de l'e-mail",
33
+ "Enable Alexa output": "Activer la sortie Alexa",
34
+ "Enable Collector Temperature Warning": "Activer l'avertissement de température du collecteur",
35
+ "Enable Frost Protection": "Activer la protection contre le gel",
36
+ "Enable Heating Control": "Activer le contrôle du chauffage",
37
+ "Enable Solar Control": "Activer le contrôle solaire",
38
+ "Enable Telegram output": "Activer la sortie Telegram",
39
+ "Enable Time Window 1": "Activer la fenêtre horaire 1",
40
+ "Enable Time Window 2": "Activer la fenêtre horaire 2",
41
+ "Enable Time Window 3": "Activer la fenêtre horaire 3",
42
+ "Enable consumption and cost calculation": "Activer le calcul de la consommation et des coûts",
43
+ "Enable email output": "Activer la sortie des e-mails",
44
+ "Enable safety functions also in 'Manual' mode": "Activer les fonctions de sécurité également en mode « Manuel »",
45
+ "Enable speech output": "Activer la sortie vocale",
46
+ "End (HH:MM)": "Fin (HH:MM)",
47
+ "Example: Dirk,Dennis (empty = send to all users)": "Exemple : Dirk,Dennis (vide = envoyer à tous les utilisateurs)",
48
+ "Friday": "Vendredi",
49
+ "Frost Protection": "Protection contre le gel",
50
+ "Frost Protection Temperature (°C)": "Température de protection contre le gel (°C)",
51
+ "General": "Général",
52
+ "General Pool Settings": "Paramètres généraux du pool",
53
+ "General Settings": "Paramètres généraux",
54
+ "Heating / Heat Pump": "Chauffage / Pompe à Chaleur",
55
+ "Help & Info": "Aide et informations",
56
+ "Help and Information": "Aide et informations",
57
+ "Here you will find the complete documentation and information about all settings. Additional information about future versions will follow.": "Vous trouverez ici la documentation complète et des informations sur tous les paramètres. Des informations supplémentaires sur les versions futures suivront.",
58
+ "Hysteresis": "Hystérèse",
59
+ "If enabled, safety functions such as frost protection and overheating protection (solar) remain active.": "Si elles sont activées, les fonctions de sécurité telles que la protection contre le gel et la protection contre la surchauffe (solaire) restent actives.",
60
+ "Important information about the AI system": "Informations importantes sur le système d'IA",
61
+ "Internet access & data protection": "Accès Internet et protection des données",
62
+ "Lighting": "Éclairage",
63
+ "Lighting 1 active": "Eclairage 1 actif",
64
+ "Lighting 2 active": "Eclairage 2 actif",
65
+ "Lighting 3 active": "Eclairage 3 actif",
66
+ "Logical Control State (true / false)": "État de contrôle logique (vrai/faux)",
67
+ "Mail": "Mail",
68
+ "Male": "Mâle",
69
+ "Many automatic features (e.g. solar control, photovoltaic mode, AI weather logic and diagnostic functions) only operate when the pool season is active. The season status can be changed at any time via the 'status.season_active' datapoint or in the instance configuration.": "De nombreuses fonctionnalités automatiques (par exemple le contrôle solaire, le mode photovoltaïque, la logique météorologique AI et les fonctions de diagnostic) ne fonctionnent que lorsque la saison de la piscine est active. Le statut de la saison peut être modifié à tout moment via le point de données 'status.season_active' ou dans la configuration de l'instance.",
70
+ "Max Power (Watt)": "Puissance maximale (Watts)",
71
+ "Maximum Pool Temperature (°C – Safety Cutoff)": "Température maximale de la piscine (°C – Coupure de sécurité)",
72
+ "Minimum Circulation per Day": "Circulation minimale par jour",
73
+ "Monday": "Lundi",
74
+ "Name Auxiliary pump 1": "Nom Pompe auxiliaire 1",
75
+ "Name Auxiliary pump 2": "Nom Pompe auxiliaire 2",
76
+ "Name Auxiliary pump 3": "Nom Pompe auxiliaire 3",
77
+ "Name Lighting 1": "Nom Éclairage 1",
78
+ "Name Lighting 2": "Nom Éclairage 2",
79
+ "Name Lighting 3": "Nom Éclairage 3",
80
+ "Note about pool season": "Remarque sur la saison de la piscine",
81
+ "Note: An external kWh meter is required for consumption calculation (e.g. smart plug).": "Remarque : Un compteur kWh externe est nécessaire pour le calcul de la consommation (par exemple une prise intelligente).",
82
+ "Note: Heating control is temperature-driven and only active during pool season. Depending on the selected control type, either a smart plug is switched or a logical control state (true/false) is set.": "Remarque : Le contrôle du chauffage dépend de la température et n'est actif que pendant la saison de la piscine. Selon le type de commande sélectionné, soit une prise intelligente est commutée, soit un état de commande logique (vrai/faux) est défini.",
83
+ "Note: Supports external sensors as well as the PoolControl pressure box.": "Remarque : Prend en charge les capteurs externes ainsi que le boîtier de pression PoolControl.",
84
+ "Note: The AI features are completely optional and can be disabled at any time via the 'ai.enabled' datapoint. Weather features (e.g. weather hints, pool tips, forecast for tomorrow) can also be individually enabled or disabled via 'ai.weather.switches.*'. The adapter uses the Open-Meteo service to generate weather data. For this, the geo-coordinates stored in ioBroker (latitude and longitude from system.config) are required.": "Remarque : les fonctionnalités IA sont entièrement facultatives et peuvent être désactivées à tout moment via le point de données « ai.enabled ». Les fonctionnalités météorologiques (par exemple, conseils météorologiques, conseils de piscine, prévisions pour demain) peuvent également être activées ou désactivées individuellement via « ai.weather.switches.* ». L'adaptateur utilise le service Open-Meteo pour générer des données météorologiques. Pour cela, les coordonnées géographiques stockées dans ioBroker (latitude et longitude de system.config) sont requises.",
85
+ "Note: The warning resets automatically once the temperature drops 10% below the configured threshold.": "Remarque : L'avertissement se réinitialise automatiquement une fois que la température descend de 10 % en dessous du seuil configuré.",
86
+ "Object ID Auxiliary pump 1": "ID objet Pompe auxiliaire 1",
87
+ "Object ID Auxiliary pump 2": "ID objet Pompe auxiliaire 2",
88
+ "Object ID Auxiliary pump 3": "ID objet Pompe auxiliaire 3",
89
+ "Object ID Collector Sensor": "Capteur collecteur d'ID d'objet",
90
+ "Object ID Current Power (W)": "ID d'objet Puissance actuelle (W)",
91
+ "Object ID Flow Sensor": "Capteur de débit d'identification d'objet",
92
+ "Object ID Ground Sensor": "Capteur de sol d'identification d'objet",
93
+ "Object ID Heating / Heat Pump": "ID objet Chauffage / Pompe à chaleur",
94
+ "Object ID Lighting 1": "Éclairage d'ID d'objet 1",
95
+ "Object ID Lighting 2": "Éclairage d'identification d'objet 2",
96
+ "Object ID Lighting 3": "Éclairage d'identification d'objet 3",
97
+ "Object ID Outside Temperature Sensor": "ID d'objet Capteur de température extérieure",
98
+ "Object ID PV generation power (W)": "ID d'objet Puissance de génération photovoltaïque (W)",
99
+ "Object ID Pressure Sensor (bar)": "Capteur de pression d'identification d'objet (bar)",
100
+ "Object ID Pump Switch Socket": "ID d'objet Prise de commutateur de pompe",
101
+ "Object ID Return Sensor": "Capteur de retour d'ID d'objet",
102
+ "Object ID Surface Sensor": "Capteur de surface d'identification d'objet",
103
+ "Object ID external kWh meter": "Compteur kWh externe ID objet",
104
+ "Object ID house consumption (W)": "Consommation de la maison d'ID d'objet (W)",
105
+ "Open documentation (English) on GitHub": "Documentation ouverte (anglais) sur GitHub",
106
+ "Open documentation (German) on GitHub": "Documentation ouverte (allemand) sur GitHub",
107
+ "Optional additional actuators can be configured here. Actuators are only created in the adapter if they are explicitly enabled.": "Des actionneurs supplémentaires en option peuvent être configurés ici. Les actionneurs ne sont créés dans l'adaptateur que s'ils sont explicitement activés.",
108
+ "PV, Consumption & Costs": "PV, consommation et coûts",
109
+ "Photovoltaics (Surplus detection)": "Photovoltaïque (Détection de surplus)",
110
+ "Pool Name": "Nom de la piscine",
111
+ "Pool Season Active": "Saison de piscine active",
112
+ "Pool Size (Liters)": "Taille de la piscine (litres)",
113
+ "Pressure Sensor (Filter Pressure)": "Capteur de pression (pression du filtre)",
114
+ "Pump": "Pompe",
115
+ "Pump Data Points (Smart Socket & Current Power Consumption)": "Points de données de la pompe (prise intelligente et consommation électrique actuelle)",
116
+ "Pump Flow Rate (l/h)": "Débit de la pompe (l/h)",
117
+ "Pump Settings (Rated Power)": "Paramètres de la pompe (puissance nominale)",
118
+ "Pump mode (Auto/Manual/Off/Timer) can be controlled via data point 'pump.mode'.": "Le mode de pompe (Auto/Manuel/Arrêt/Minuterie) peut être contrôlé via le point de données « pump.mode ».",
119
+ "Recipient address": "Adresse du destinataire",
120
+ "Safety Functions": "Fonctions de sécurité",
121
+ "Saturday": "Samedi",
122
+ "Season Settings": "Paramètres de saison",
123
+ "Solar / Heating Control": "Contrôle solaire/chauffage",
124
+ "Speech Output": "Sortie vocale",
125
+ "Start (HH:MM)": "Début (HH:MM)",
126
+ "Sunday": "Dimanche",
127
+ "Switch Smart Plug (On / Off)": "Changer la prise intelligente (marche/arrêt)",
128
+ "Target Pool Temperature (°C)": "Température cible de la piscine (°C)",
129
+ "Telegram": "Télégramme",
130
+ "Telegram instance": "Instance de télégramme",
131
+ "Telegram recipients (usernames, comma separated / empty = send to all users)": "Destinataires du télégramme (noms d'utilisateur, séparés par des virgules / vide = envoyer à tous les utilisateurs)",
132
+ "Temperature Management": "Gestion de la température",
133
+ "Temperature Sensors": "Capteurs de température",
134
+ "Temperature threshold for announcement (°C)": "Seuil de température pour l'annonce (°C)",
135
+ "The AI system (aiHelper & aiForecastHelper) retrieves weather data from Open-Meteo via HTTPS. It uses the geo-coordinates from the ioBroker system configuration (system.config › latitude/longitude). No data is stored or transmitted to third parties. Without valid geo-coordinates, the AI system cannot generate forecasts.": "Le système d'IA (aiHelper & aiForecastHelper) récupère les données météorologiques d'Open-Meteo via HTTPS. Il utilise les coordonnées géographiques de la configuration du système ioBroker (system.config › latitude/longitude). Aucune donnée n'est stockée ou transmise à des tiers. Sans coordonnées géographiques valides, le système d’IA ne peut pas générer de prévisions.",
136
+ "The PoolControl adapter works completely locally by default. Currently, only the AI features access weather data from Open-Meteo via encrypted HTTPS. Only the geo-coordinates stored in ioBroker (latitude and longitude) are transmitted. No additional data is stored or sent to third parties. Future optional internet services may be added, but they will always be clearly marked.": "L'adaptateur PoolControl fonctionne entièrement localement par défaut. Actuellement, seules les fonctionnalités d’IA accèdent aux données météorologiques d’Open-Meteo via HTTPS crypté. Seules les coordonnées géographiques stockées dans ioBroker (latitude et longitude) sont transmises. Aucune donnée supplémentaire n'est stockée ou transmise à des tiers. De futurs services Internet optionnels pourront être ajoutés, mais ils seront toujours clairement indiqués.",
137
+ "Threshold for PV surplus (W)": "Seuil de surplus PV (W)",
138
+ "Thursday": "Jeudi",
139
+ "Time Control": "Contrôle du temps",
140
+ "Time Window 2": "Fenêtre horaire 2",
141
+ "Time Window 3": "Fenêtre horaire 3",
142
+ "Time Windows": "Fenêtres temporelles",
143
+ "Tuesday": "Mardi",
144
+ "Type of Heating Control": "Type de contrôle du chauffage",
145
+ "Use Collector Sensor": "Utiliser le capteur du collecteur",
146
+ "Use Flow Sensor": "Utiliser le capteur de débit",
147
+ "Use Ground Sensor": "Utiliser le capteur de terre",
148
+ "Use Hysteresis Control": "Utiliser le contrôle de l'hystérésis",
149
+ "Use Outside Temperature Sensor": "Utiliser un capteur de température extérieure",
150
+ "Use Pressure Sensor": "Utiliser un capteur de pression",
151
+ "Use Return Sensor": "Utiliser le capteur de retour",
152
+ "Use Surface Sensor": "Utiliser le capteur de surface",
153
+ "Voice": "Voix",
154
+ "Volume (0–100)": "Volume (0 à 100)",
155
+ "Wednesday": "Mercredi",
156
+ "option1": "option1",
157
+ "option2": "Option2",
158
+ "poolcontrol adapter settings": "Paramètres d'adaptateur pour poolcontrol"
159
+ }
@@ -1,5 +1,159 @@
1
1
  {
2
- "poolcontrol adapter settings": "Impostazioni dell'adattatore per poolcontrol",
3
- "option1": "opzione1",
4
- "option2": "opzione2"
5
- }
2
+ " ": " ",
3
+ "0.5x": "0,5x",
4
+ "1.0x": "1.0x",
5
+ "1.5x": "1,5x",
6
+ "2.0x": "2.0x",
7
+ "2.5x": "2,5x",
8
+ "3.0x": "3.0x",
9
+ "Additional Actuators": "Attuatori aggiuntivi",
10
+ "Additional actuators (valves, lighting & auxiliary pumps)": "Attuatori aggiuntivi (valvole, illuminazione e pompe ausiliarie)",
11
+ "Alexa device": "Dispositivo Alexa",
12
+ "All text and speech outputs of the adapter – including AI forecasts, warnings, pump status, solar hints and diagnostic messages – are emitted via the central 'speech.queue' datapoint. This datapoint should be used for VIS displays, Alexa or Telegram outputs.": "Tutti gli output di testo e vocali dell'adattatore, comprese previsioni AI, avvisi, stato della pompa, suggerimenti solari e messaggi diagnostici, vengono emessi tramite il datapoint centrale \"speech.queue\". Questo punto dati dovrebbe essere utilizzato per i display VIS, gli output Alexa o Telegram.",
13
+ "Amazon Alexa": "AmazonAlexa",
14
+ "Announce / Notify on Warning": "Annuncia/notifica in caso di avviso",
15
+ "Announce error messages": "Annunciare messaggi di errore",
16
+ "Auxiliary pump 1 active": "Pompa ausiliaria 1 attiva",
17
+ "Auxiliary pump 2 active": "Pompa ausiliaria 2 attiva",
18
+ "Auxiliary pump 3 active": "Pompa ausiliaria 3 attiva",
19
+ "Auxiliary pumps & attractions": "Pompe ausiliarie e attrazioni",
20
+ "Central speech output (speech.queue)": "Output vocale centrale (speech.queue)",
21
+ "Collector Temperature Off Threshold (°C)": "Soglia temperatura collettore disattivata (°C)",
22
+ "Collector Temperature On Threshold (°C)": "Soglia temperatura collettore (°C)",
23
+ "Collector Temperature Warning": "Avviso temperatura collettore",
24
+ "Collector Temperature Warning Threshold (°C)": "Soglia di avviso temperatura collettore (°C)",
25
+ "Consumption and cost calculation": "Calcolo dei consumi e dei costi",
26
+ "Datapoint containing current PV power (Watts)": "Punto dati contenente la potenza FV attuale (Watt)",
27
+ "Datapoint containing current house consumption (Watts)": "Datapoint contenente il consumo attuale della casa (Watt)",
28
+ "Default (female)": "Predefinito (femmina)",
29
+ "Difference between PV generation and house consumption that counts as surplus": "Differenza tra produzione fotovoltaica e consumo domestico che conta come surplus",
30
+ "Electricity price (€ / kWh)": "Prezzo dell'elettricità (€/kWh)",
31
+ "Email adapter instance": "Istanza dell'adattatore di posta elettronica",
32
+ "Email subject": "Oggetto dell'e-mail",
33
+ "Enable Alexa output": "Abilita l'uscita Alexa",
34
+ "Enable Collector Temperature Warning": "Abilita l'avviso temperatura collettore",
35
+ "Enable Frost Protection": "Abilita la protezione antigelo",
36
+ "Enable Heating Control": "Abilita il controllo del riscaldamento",
37
+ "Enable Solar Control": "Abilita il controllo solare",
38
+ "Enable Telegram output": "Abilita l'uscita telegramma",
39
+ "Enable Time Window 1": "Abilita finestra temporale 1",
40
+ "Enable Time Window 2": "Abilita finestra temporale 2",
41
+ "Enable Time Window 3": "Abilita finestra temporale 3",
42
+ "Enable consumption and cost calculation": "Abilita il calcolo dei consumi e dei costi",
43
+ "Enable email output": "Abilita l'output della posta elettronica",
44
+ "Enable safety functions also in 'Manual' mode": "Abilita le funzioni di sicurezza anche in modalità 'Manuale'",
45
+ "Enable speech output": "Abilita l'output vocale",
46
+ "End (HH:MM)": "Fine (OO:MM)",
47
+ "Example: Dirk,Dennis (empty = send to all users)": "Esempio: Dirk,Dennis (vuoto = invia a tutti gli utenti)",
48
+ "Friday": "Venerdì",
49
+ "Frost Protection": "Protezione antigelo",
50
+ "Frost Protection Temperature (°C)": "Temperatura di protezione antigelo (°C)",
51
+ "General": "Generale",
52
+ "General Pool Settings": "Impostazioni generali della piscina",
53
+ "General Settings": "Impostazioni generali",
54
+ "Heating / Heat Pump": "Riscaldamento / Pompa di calore",
55
+ "Help & Info": "Aiuto e informazioni",
56
+ "Help and Information": "Aiuto e informazioni",
57
+ "Here you will find the complete documentation and information about all settings. Additional information about future versions will follow.": "Qui troverete la documentazione completa e le informazioni su tutte le impostazioni. Seguiranno ulteriori informazioni sulle versioni future.",
58
+ "Hysteresis": "Isteresi",
59
+ "If enabled, safety functions such as frost protection and overheating protection (solar) remain active.": "Se abilitate, le funzioni di sicurezza come la protezione antigelo e la protezione dal surriscaldamento (solare) rimangono attive.",
60
+ "Important information about the AI system": "Informazioni importanti sul sistema AI",
61
+ "Internet access & data protection": "Accesso a Internet e protezione dei dati",
62
+ "Lighting": "Illuminazione",
63
+ "Lighting 1 active": "Illuminazione 1 attiva",
64
+ "Lighting 2 active": "Illuminazione 2 attiva",
65
+ "Lighting 3 active": "Illuminazione 3 attiva",
66
+ "Logical Control State (true / false)": "Stato del controllo logico (vero/falso)",
67
+ "Mail": "Posta",
68
+ "Male": "Maschio",
69
+ "Many automatic features (e.g. solar control, photovoltaic mode, AI weather logic and diagnostic functions) only operate when the pool season is active. The season status can be changed at any time via the 'status.season_active' datapoint or in the instance configuration.": "Molte funzionalità automatiche (ad esempio controllo solare, modalità fotovoltaica, logica meteorologica AI e funzioni diagnostiche) funzionano solo quando la stagione della piscina è attiva. Lo stato della stagione può essere modificato in qualsiasi momento tramite il datapoint 'status.season_active' o nella configurazione dell'istanza.",
70
+ "Max Power (Watt)": "Potenza massima (Watt)",
71
+ "Maximum Pool Temperature (°C – Safety Cutoff)": "Temperatura massima della piscina (°C – Interruzione di sicurezza)",
72
+ "Minimum Circulation per Day": "Circolazione minima al giorno",
73
+ "Monday": "Lunedi",
74
+ "Name Auxiliary pump 1": "Nome Pompa ausiliaria 1",
75
+ "Name Auxiliary pump 2": "Nome Pompa ausiliaria 2",
76
+ "Name Auxiliary pump 3": "Nome Pompa ausiliaria 3",
77
+ "Name Lighting 1": "Nome Illuminazione 1",
78
+ "Name Lighting 2": "Nome Illuminazione 2",
79
+ "Name Lighting 3": "Nome Illuminazione 3",
80
+ "Note about pool season": "Nota sulla stagione della piscina",
81
+ "Note: An external kWh meter is required for consumption calculation (e.g. smart plug).": "Nota: per il calcolo del consumo è necessario un contatore kWh esterno (ad esempio smart plug).",
82
+ "Note: Heating control is temperature-driven and only active during pool season. Depending on the selected control type, either a smart plug is switched or a logical control state (true/false) is set.": "Nota: il controllo del riscaldamento è basato sulla temperatura ed è attivo solo durante la stagione della piscina. A seconda del tipo di controllo selezionato, viene commutata una presa intelligente oppure viene impostato uno stato di controllo logico (vero/falso).",
83
+ "Note: Supports external sensors as well as the PoolControl pressure box.": "Nota: supporta sensori esterni e la scatola di pressione PoolControl.",
84
+ "Note: The AI features are completely optional and can be disabled at any time via the 'ai.enabled' datapoint. Weather features (e.g. weather hints, pool tips, forecast for tomorrow) can also be individually enabled or disabled via 'ai.weather.switches.*'. The adapter uses the Open-Meteo service to generate weather data. For this, the geo-coordinates stored in ioBroker (latitude and longitude from system.config) are required.": "Nota: le funzionalità AI sono completamente opzionali e possono essere disabilitate in qualsiasi momento tramite il datapoint \"ai.enabled\". Le funzionalità meteo (ad esempio suggerimenti meteo, consigli sulla piscina, previsioni per domani) possono anche essere abilitate o disabilitate individualmente tramite \"ai.weather.switches.*\". L'adattatore utilizza il servizio Open-Meteo per generare dati meteorologici. Per questo sono necessarie le coordinate geografiche memorizzate in ioBroker (latitudine e longitudine da system.config).",
85
+ "Note: The warning resets automatically once the temperature drops 10% below the configured threshold.": "Nota: l'avviso si ripristina automaticamente quando la temperatura scende del 10% al di sotto della soglia configurata.",
86
+ "Object ID Auxiliary pump 1": "ID oggetto Pompa ausiliaria 1",
87
+ "Object ID Auxiliary pump 2": "ID oggetto Pompa ausiliaria 2",
88
+ "Object ID Auxiliary pump 3": "ID oggetto Pompa ausiliaria 3",
89
+ "Object ID Collector Sensor": "Sensore raccoglitore ID oggetto",
90
+ "Object ID Current Power (W)": "ID oggetto Potenza attuale (W)",
91
+ "Object ID Flow Sensor": "Sensore di flusso ID oggetto",
92
+ "Object ID Ground Sensor": "Sensore di terra ID oggetto",
93
+ "Object ID Heating / Heat Pump": "ID oggetto Riscaldamento/Pompa di calore",
94
+ "Object ID Lighting 1": "Illuminazione ID oggetto 1",
95
+ "Object ID Lighting 2": "Illuminazione ID oggetto 2",
96
+ "Object ID Lighting 3": "Illuminazione ID oggetto 3",
97
+ "Object ID Outside Temperature Sensor": "ID oggetto Sensore temperatura esterna",
98
+ "Object ID PV generation power (W)": "ID oggetto Potenza di generazione FV (W)",
99
+ "Object ID Pressure Sensor (bar)": "Sensore di pressione ID oggetto (bar)",
100
+ "Object ID Pump Switch Socket": "Presa interruttore pompa ID oggetto",
101
+ "Object ID Return Sensor": "Sensore di restituzione dell'ID oggetto",
102
+ "Object ID Surface Sensor": "Sensore di superficie ID oggetto",
103
+ "Object ID external kWh meter": "ID oggetto contatore kWh esterno",
104
+ "Object ID house consumption (W)": "Consumo domestico ID oggetto (W)",
105
+ "Open documentation (English) on GitHub": "Apri la documentazione (inglese) su GitHub",
106
+ "Open documentation (German) on GitHub": "Apri la documentazione (tedesco) su GitHub",
107
+ "Optional additional actuators can be configured here. Actuators are only created in the adapter if they are explicitly enabled.": "Qui è possibile configurare attuatori aggiuntivi opzionali. Gli attuatori vengono creati nell'adattatore solo se sono abilitati esplicitamente.",
108
+ "PV, Consumption & Costs": "Fotovoltaico, Consumi e Costi",
109
+ "Photovoltaics (Surplus detection)": "Fotovoltaico (Rilevamento Eccedenze)",
110
+ "Pool Name": "Nome della piscina",
111
+ "Pool Season Active": "Stagione della piscina attiva",
112
+ "Pool Size (Liters)": "Dimensioni della piscina (litri)",
113
+ "Pressure Sensor (Filter Pressure)": "Sensore di pressione (pressione del filtro)",
114
+ "Pump": "Pompa",
115
+ "Pump Data Points (Smart Socket & Current Power Consumption)": "Punti dati della pompa (presa intelligente e consumo energetico attuale)",
116
+ "Pump Flow Rate (l/h)": "Portata della pompa (l/h)",
117
+ "Pump Settings (Rated Power)": "Impostazioni della pompa (potenza nominale)",
118
+ "Pump mode (Auto/Manual/Off/Timer) can be controlled via data point 'pump.mode'.": "La modalità pompa (Auto/Manuale/Off/Timer) può essere controllata tramite il punto dati 'pump.mode'.",
119
+ "Recipient address": "Indirizzo del destinatario",
120
+ "Safety Functions": "Funzioni di sicurezza",
121
+ "Saturday": "Sabato",
122
+ "Season Settings": "Impostazioni della stagione",
123
+ "Solar / Heating Control": "Controllo solare/riscaldamento",
124
+ "Speech Output": "Uscita vocale",
125
+ "Start (HH:MM)": "Inizio (OO:MM)",
126
+ "Sunday": "Domenica",
127
+ "Switch Smart Plug (On / Off)": "Commuta Smart Plug (acceso/spento)",
128
+ "Target Pool Temperature (°C)": "Temperatura target della piscina (°C)",
129
+ "Telegram": "Telegramma",
130
+ "Telegram instance": "Istanza di Telegram",
131
+ "Telegram recipients (usernames, comma separated / empty = send to all users)": "Destinatari di Telegram (nomi utente, separati da virgole/vuoto = invia a tutti gli utenti)",
132
+ "Temperature Management": "Gestione della temperatura",
133
+ "Temperature Sensors": "Sensori di temperatura",
134
+ "Temperature threshold for announcement (°C)": "Soglia di temperatura per l'annuncio (°C)",
135
+ "The AI system (aiHelper & aiForecastHelper) retrieves weather data from Open-Meteo via HTTPS. It uses the geo-coordinates from the ioBroker system configuration (system.config › latitude/longitude). No data is stored or transmitted to third parties. Without valid geo-coordinates, the AI system cannot generate forecasts.": "Il sistema AI (aiHelper e aiForecastHelper) recupera i dati meteorologici da Open-Meteo tramite HTTPS. Utilizza le coordinate geografiche dalla configurazione del sistema ioBroker (system.config › latitudine/longitudine). Nessun dato viene memorizzato o trasmesso a terzi. Senza coordinate geografiche valide, il sistema AI non può generare previsioni.",
136
+ "The PoolControl adapter works completely locally by default. Currently, only the AI features access weather data from Open-Meteo via encrypted HTTPS. Only the geo-coordinates stored in ioBroker (latitude and longitude) are transmitted. No additional data is stored or sent to third parties. Future optional internet services may be added, but they will always be clearly marked.": "Per impostazione predefinita, l'adattatore PoolControl funziona completamente localmente. Attualmente, solo le funzionalità AI accedono ai dati meteorologici da Open-Meteo tramite HTTPS crittografato. Vengono trasmesse solo le coordinate geografiche memorizzate in ioBroker (latitudine e longitudine). Nessun dato aggiuntivo viene memorizzato o inviato a terzi. Potranno essere aggiunti futuri servizi internet opzionali, ma saranno sempre chiaramente segnalati.",
137
+ "Threshold for PV surplus (W)": "Soglia per surplus FV (W)",
138
+ "Thursday": "Giovedì",
139
+ "Time Control": "Controllo del tempo",
140
+ "Time Window 2": "Finestra temporale 2",
141
+ "Time Window 3": "Finestra temporale 3",
142
+ "Time Windows": "Finestre temporali",
143
+ "Tuesday": "Martedì",
144
+ "Type of Heating Control": "Tipo di controllo del riscaldamento",
145
+ "Use Collector Sensor": "Utilizzare il sensore del collettore",
146
+ "Use Flow Sensor": "Utilizzare il sensore di flusso",
147
+ "Use Ground Sensor": "Usa il sensore di terra",
148
+ "Use Hysteresis Control": "Utilizzare il controllo dell'isteresi",
149
+ "Use Outside Temperature Sensor": "Utilizzare il sensore della temperatura esterna",
150
+ "Use Pressure Sensor": "Utilizzare il sensore di pressione",
151
+ "Use Return Sensor": "Utilizzare il sensore di ritorno",
152
+ "Use Surface Sensor": "Usa il sensore di superficie",
153
+ "Voice": "Voce",
154
+ "Volume (0–100)": "Volume (0–100)",
155
+ "Wednesday": "Mercoledì",
156
+ "option1": "opzione1",
157
+ "option2": "opzione2",
158
+ "poolcontrol adapter settings": "Impostazioni dell'adattatore per poolcontrol"
159
+ }
@@ -1,5 +1,159 @@
1
1
  {
2
- "poolcontrol adapter settings": "Adapterinstellingen voor poolcontrol",
3
- "option1": "Option1",
4
- "option2": "Optie2"
5
- }
2
+ " ": " ",
3
+ "0.5x": "0,5x",
4
+ "1.0x": "1,0x",
5
+ "1.5x": "1,5x",
6
+ "2.0x": "2,0x",
7
+ "2.5x": "2,5x",
8
+ "3.0x": "3,0x",
9
+ "Additional Actuators": "Extra actuatoren",
10
+ "Additional actuators (valves, lighting & auxiliary pumps)": "Extra actuatoren (kleppen, verlichting en hulppompen)",
11
+ "Alexa device": "Alexa-apparaat",
12
+ "All text and speech outputs of the adapter – including AI forecasts, warnings, pump status, solar hints and diagnostic messages – are emitted via the central 'speech.queue' datapoint. This datapoint should be used for VIS displays, Alexa or Telegram outputs.": "Alle tekst- en spraakuitvoer van de adapter – inclusief AI-voorspellingen, waarschuwingen, pompstatus, zonne-energiehints en diagnostische berichten – worden verzonden via het centrale 'speech.queue'-datapunt. Dit datapunt moet worden gebruikt voor VIS-displays, Alexa- of Telegram-uitgangen.",
13
+ "Amazon Alexa": "Amazon Alexa",
14
+ "Announce / Notify on Warning": "Aankondigen / melden bij waarschuwing",
15
+ "Announce error messages": "Meld foutmeldingen",
16
+ "Auxiliary pump 1 active": "Hulppomp 1 actief",
17
+ "Auxiliary pump 2 active": "Hulppomp 2 actief",
18
+ "Auxiliary pump 3 active": "Hulppomp 3 actief",
19
+ "Auxiliary pumps & attractions": "Hulppompen en attracties",
20
+ "Central speech output (speech.queue)": "Centrale spraakuitvoer (speech.queue)",
21
+ "Collector Temperature Off Threshold (°C)": "Collectortemperatuur uitschakeldrempel (°C)",
22
+ "Collector Temperature On Threshold (°C)": "Collectortemperatuur op drempel (°C)",
23
+ "Collector Temperature Warning": "Waarschuwing collectortemperatuur",
24
+ "Collector Temperature Warning Threshold (°C)": "Waarschuwingsdrempel collectortemperatuur (°C)",
25
+ "Consumption and cost calculation": "Verbruik en kostenberekening",
26
+ "Datapoint containing current PV power (Watts)": "Datapunt met het huidige PV-vermogen (Watt)",
27
+ "Datapoint containing current house consumption (Watts)": "Datapunt met actueel woningverbruik (Watt)",
28
+ "Default (female)": "Standaard (vrouwelijk)",
29
+ "Difference between PV generation and house consumption that counts as surplus": "Verschil tussen PV-opwekking en woningverbruik dat als surplus geldt",
30
+ "Electricity price (€ / kWh)": "Elektriciteitsprijs (€ / kWh)",
31
+ "Email adapter instance": "E-mailadapterinstantie",
32
+ "Email subject": "E-mailonderwerp",
33
+ "Enable Alexa output": "Schakel Alexa-uitvoer in",
34
+ "Enable Collector Temperature Warning": "Schakel Collectortemperatuurwaarschuwing in",
35
+ "Enable Frost Protection": "Vorstbeveiliging inschakelen",
36
+ "Enable Heating Control": "Verwarmingsregeling inschakelen",
37
+ "Enable Solar Control": "Schakel zonneregeling in",
38
+ "Enable Telegram output": "Schakel Telegram-uitvoer in",
39
+ "Enable Time Window 1": "Tijdvenster 1 inschakelen",
40
+ "Enable Time Window 2": "Schakel Tijdvenster 2 in",
41
+ "Enable Time Window 3": "Tijdvenster inschakelen 3",
42
+ "Enable consumption and cost calculation": "Maak verbruiks- en kostenberekening mogelijk",
43
+ "Enable email output": "Schakel e-mailuitvoer in",
44
+ "Enable safety functions also in 'Manual' mode": "Schakel veiligheidsfuncties ook in 'Handmatige' modus in",
45
+ "Enable speech output": "Schakel spraakuitvoer in",
46
+ "End (HH:MM)": "Einde (UU:MM)",
47
+ "Example: Dirk,Dennis (empty = send to all users)": "Voorbeeld: Dirk,Dennis (leeg = verzenden naar alle gebruikers)",
48
+ "Friday": "Vrijdag",
49
+ "Frost Protection": "Vorstbescherming",
50
+ "Frost Protection Temperature (°C)": "Vorstbeschermingstemperatuur (°C)",
51
+ "General": "Algemeen",
52
+ "General Pool Settings": "Algemene zwembadinstellingen",
53
+ "General Settings": "Algemene instellingen",
54
+ "Heating / Heat Pump": "Verwarming / Warmtepomp",
55
+ "Help & Info": "Hulp & Info",
56
+ "Help and Information": "Hulp en informatie",
57
+ "Here you will find the complete documentation and information about all settings. Additional information about future versions will follow.": "Hier vindt u de volledige documentatie en informatie over alle instellingen. Aanvullende informatie over toekomstige versies volgt.",
58
+ "Hysteresis": "Hysterese",
59
+ "If enabled, safety functions such as frost protection and overheating protection (solar) remain active.": "Indien ingeschakeld blijven veiligheidsfuncties zoals vorstbeveiliging en oververhittingsbeveiliging (zonne-energie) actief.",
60
+ "Important information about the AI system": "Belangrijke informatie over het AI-systeem",
61
+ "Internet access & data protection": "Internettoegang en gegevensbescherming",
62
+ "Lighting": "Verlichting",
63
+ "Lighting 1 active": "Verlichting 1 actief",
64
+ "Lighting 2 active": "Verlichting 2 actief",
65
+ "Lighting 3 active": "Verlichting 3 actief",
66
+ "Logical Control State (true / false)": "Logische controlestatus (waar / onwaar)",
67
+ "Mail": "Mail",
68
+ "Male": "Mannelijk",
69
+ "Many automatic features (e.g. solar control, photovoltaic mode, AI weather logic and diagnostic functions) only operate when the pool season is active. The season status can be changed at any time via the 'status.season_active' datapoint or in the instance configuration.": "Veel automatische functies (bijv. zonneregeling, fotovoltaïsche modus, AI-weerlogica en diagnosefuncties) werken alleen als het zwembadseizoen actief is. De seizoensstatus kan op elk moment worden gewijzigd via het datapunt 'status.season_active' of in de instanceconfiguratie.",
70
+ "Max Power (Watt)": "Maximaal vermogen (Watt)",
71
+ "Maximum Pool Temperature (°C – Safety Cutoff)": "Maximale zwembadtemperatuur (°C – veiligheidsuitschakeling)",
72
+ "Minimum Circulation per Day": "Minimale oplage per dag",
73
+ "Monday": "Maandag",
74
+ "Name Auxiliary pump 1": "Naam Hulppomp 1",
75
+ "Name Auxiliary pump 2": "Naam Hulppomp 2",
76
+ "Name Auxiliary pump 3": "Naam Hulppomp 3",
77
+ "Name Lighting 1": "Naam Verlichting 1",
78
+ "Name Lighting 2": "Naam Verlichting 2",
79
+ "Name Lighting 3": "Naam Verlichting 3",
80
+ "Note about pool season": "Opmerking over het zwembadseizoen",
81
+ "Note: An external kWh meter is required for consumption calculation (e.g. smart plug).": "Let op: Voor de verbruiksberekening is een externe kWh-meter nodig (bijv. slimme stekker).",
82
+ "Note: Heating control is temperature-driven and only active during pool season. Depending on the selected control type, either a smart plug is switched or a logical control state (true/false) is set.": "Opmerking: de verwarmingsregeling is temperatuurgestuurd en alleen actief tijdens het zwembadseizoen. Afhankelijk van het geselecteerde besturingstype wordt er een slimme stekker geschakeld of wordt er een logische besturingsstatus (waar/onwaar) ingesteld.",
83
+ "Note: Supports external sensors as well as the PoolControl pressure box.": "Opmerking: Ondersteunt externe sensoren en de PoolControl-drukbox.",
84
+ "Note: The AI features are completely optional and can be disabled at any time via the 'ai.enabled' datapoint. Weather features (e.g. weather hints, pool tips, forecast for tomorrow) can also be individually enabled or disabled via 'ai.weather.switches.*'. The adapter uses the Open-Meteo service to generate weather data. For this, the geo-coordinates stored in ioBroker (latitude and longitude from system.config) are required.": "Let op: De AI-functies zijn volledig optioneel en kunnen op elk moment worden uitgeschakeld via het datapunt 'ai.enabled'. Weerfuncties (bijv. weertips, zwembadtips, voorspelling voor morgen) kunnen ook individueel worden in- of uitgeschakeld via 'ai.weather.switches.*'. De adapter maakt gebruik van de dienst Open-Meteo om weergegevens te genereren. Hiervoor zijn de in ioBroker opgeslagen geocoördinaten (breedtegraad en lengtegraad uit system.config) vereist.",
85
+ "Note: The warning resets automatically once the temperature drops 10% below the configured threshold.": "Opmerking: De waarschuwing wordt automatisch gereset zodra de temperatuur 10% onder de geconfigureerde drempel daalt.",
86
+ "Object ID Auxiliary pump 1": "Object-ID Hulppomp 1",
87
+ "Object ID Auxiliary pump 2": "Object-ID Hulppomp 2",
88
+ "Object ID Auxiliary pump 3": "Object-ID Hulppomp 3",
89
+ "Object ID Collector Sensor": "Object-ID-collectorsensor",
90
+ "Object ID Current Power (W)": "Object-ID Huidig ​​vermogen (W)",
91
+ "Object ID Flow Sensor": "Object-ID-stroomsensor",
92
+ "Object ID Ground Sensor": "Object-ID grondsensor",
93
+ "Object ID Heating / Heat Pump": "Object-ID Verwarming / Warmtepomp",
94
+ "Object ID Lighting 1": "Object-ID Verlichting 1",
95
+ "Object ID Lighting 2": "Object-ID Verlichting 2",
96
+ "Object ID Lighting 3": "Object-ID Verlichting 3",
97
+ "Object ID Outside Temperature Sensor": "Object-ID Buitentemperatuursensor",
98
+ "Object ID PV generation power (W)": "Object-ID PV-opwekkingsvermogen (W)",
99
+ "Object ID Pressure Sensor (bar)": "Object-ID Druksensor (bar)",
100
+ "Object ID Pump Switch Socket": "Object-ID Pompschakelaaraansluiting",
101
+ "Object ID Return Sensor": "Object-ID retoursensor",
102
+ "Object ID Surface Sensor": "Object-ID oppervlaktesensor",
103
+ "Object ID external kWh meter": "Object-ID externe kWh-meter",
104
+ "Object ID house consumption (W)": "Object ID huisverbruik (W)",
105
+ "Open documentation (English) on GitHub": "Open documentatie (Engels) op GitHub",
106
+ "Open documentation (German) on GitHub": "Open documentatie (Duits) op GitHub",
107
+ "Optional additional actuators can be configured here. Actuators are only created in the adapter if they are explicitly enabled.": "Optioneel kunnen hier extra actuatoren worden geconfigureerd. Actuatoren worden alleen in de adapter aangemaakt als ze expliciet zijn ingeschakeld.",
108
+ "PV, Consumption & Costs": "PV, verbruik en kosten",
109
+ "Photovoltaics (Surplus detection)": "Fotovoltaïsche zonne-energie (overschotdetectie)",
110
+ "Pool Name": "Naam zwembad",
111
+ "Pool Season Active": "Zwembadseizoen actief",
112
+ "Pool Size (Liters)": "Zwembadgrootte (liter)",
113
+ "Pressure Sensor (Filter Pressure)": "Druksensor (filterdruk)",
114
+ "Pump": "Pomp",
115
+ "Pump Data Points (Smart Socket & Current Power Consumption)": "Pompgegevenspunten (Smart Socket en huidig ​​stroomverbruik)",
116
+ "Pump Flow Rate (l/h)": "Pompdebiet (l/u)",
117
+ "Pump Settings (Rated Power)": "Pompinstellingen (nominaal vermogen)",
118
+ "Pump mode (Auto/Manual/Off/Timer) can be controlled via data point 'pump.mode'.": "Pompmodus (Auto/Handmatig/Uit/Timer) kan worden geregeld via datapunt 'pump.mode'.",
119
+ "Recipient address": "Adres van ontvanger",
120
+ "Safety Functions": "Veiligheidsfuncties",
121
+ "Saturday": "Zaterdag",
122
+ "Season Settings": "Seizoensinstellingen",
123
+ "Solar / Heating Control": "Zonne-/verwarmingsregeling",
124
+ "Speech Output": "Spraakuitvoer",
125
+ "Start (HH:MM)": "Begin (UU:MM)",
126
+ "Sunday": "Zondag",
127
+ "Switch Smart Plug (On / Off)": "Slimme stekker schakelen (aan / uit)",
128
+ "Target Pool Temperature (°C)": "Doelzwembadtemperatuur (°C)",
129
+ "Telegram": "Telegram",
130
+ "Telegram instance": "Telegram-instantie",
131
+ "Telegram recipients (usernames, comma separated / empty = send to all users)": "Telegramontvangers (gebruikersnamen, door komma's gescheiden / leeg = verzenden naar alle gebruikers)",
132
+ "Temperature Management": "Temperatuurbeheer",
133
+ "Temperature Sensors": "Temperatuursensoren",
134
+ "Temperature threshold for announcement (°C)": "Temperatuurdrempel voor aankondiging (°C)",
135
+ "The AI system (aiHelper & aiForecastHelper) retrieves weather data from Open-Meteo via HTTPS. It uses the geo-coordinates from the ioBroker system configuration (system.config › latitude/longitude). No data is stored or transmitted to third parties. Without valid geo-coordinates, the AI system cannot generate forecasts.": "Het AI-systeem (aiHelper & aiForecastHelper) haalt weergegevens op van Open-Meteo via HTTPS. Het gebruikt de geocoördinaten van de ioBroker-systeemconfiguratie (system.config ›breedtegraad/lengtegraad). Er worden geen gegevens opgeslagen of doorgegeven aan derden. Zonder geldige geocoördinaten kan het AI-systeem geen voorspellingen genereren.",
136
+ "The PoolControl adapter works completely locally by default. Currently, only the AI features access weather data from Open-Meteo via encrypted HTTPS. Only the geo-coordinates stored in ioBroker (latitude and longitude) are transmitted. No additional data is stored or sent to third parties. Future optional internet services may be added, but they will always be clearly marked.": "De PoolControl adapter werkt standaard volledig lokaal. Momenteel heeft alleen de AI-functie toegang tot weergegevens van Open-Meteo via gecodeerde HTTPS. Alleen de geocoördinaten die zijn opgeslagen in ioBroker (breedtegraad en lengtegraad) worden verzonden. Er worden geen aanvullende gegevens opgeslagen of verzonden naar derden. In de toekomst kunnen optionele internetdiensten worden toegevoegd, maar deze zullen altijd duidelijk worden gemarkeerd.",
137
+ "Threshold for PV surplus (W)": "Drempel voor PV-overschot (W)",
138
+ "Thursday": "Donderdag",
139
+ "Time Control": "Tijdcontrole",
140
+ "Time Window 2": "Tijdvenster 2",
141
+ "Time Window 3": "Tijdvenster 3",
142
+ "Time Windows": "Tijdvensters",
143
+ "Tuesday": "Dinsdag",
144
+ "Type of Heating Control": "Type verwarmingsregeling",
145
+ "Use Collector Sensor": "Gebruik een collectorsensor",
146
+ "Use Flow Sensor": "Gebruik flowsensor",
147
+ "Use Ground Sensor": "Gebruik grondsensor",
148
+ "Use Hysteresis Control": "Gebruik hysteresiscontrole",
149
+ "Use Outside Temperature Sensor": "Gebruik buitentemperatuursensor",
150
+ "Use Pressure Sensor": "Gebruik druksensor",
151
+ "Use Return Sensor": "Gebruik retoursensor",
152
+ "Use Surface Sensor": "Gebruik oppervlaktesensor",
153
+ "Voice": "Stem",
154
+ "Volume (0–100)": "Volume (0–100)",
155
+ "Wednesday": "Woensdag",
156
+ "option1": "Option1",
157
+ "option2": "Optie2",
158
+ "poolcontrol adapter settings": "Adapterinstellingen voor poolcontrol"
159
+ }