-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio-package.json
101 lines (101 loc) · 4.71 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"common": {
"name": "ap-systems-ez1",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "error message when connection fails fixed",
"de": "fehlermeldung beim ausfall der verbindung",
"ru": "сообщение об ошибке при сбое соединения",
"pt": "mensagem de erro quando a conexão falha fixa",
"nl": "foutmelding wanneer verbinding mislukt",
"fr": "message d'erreur lorsque la connexion échoue",
"it": "messaggio di errore quando la connessione non funziona",
"es": "mensaje de error cuando la conexión falla",
"pl": "komunikat błędu, gdy połączenie nie powiodło się",
"uk": "повідомлення про помилку при підключенні не фіксується",
"zh-cn": "连接失败时错误消息"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"title": "APsystemsEZ1",
"titleLang": {
"en": "APsystemsEZ1",
"de": "APsystemsEZ1",
"ru": "APsystemsEZ1",
"pt": "APsystemsEZ1",
"nl": "APsystemsEZ1",
"fr": "APsystemsEZ1",
"it": "APsystemsEZ1",
"es": "APsystemsEZ1",
"pl": "APsystemsEZ1",
"uk": "APsystemsEZ1",
"zh-cn": "AP系统EZ1"
},
"desc": {
"en": "This adapter is used to interact with APsystems EZ1 Microinverters. It provides a convinient way to communicate with the microinverter over your local network.",
"de": "Dieser Adapter wird für die Interaktion mit APsystems EZ1-Mikrowechselrichtern verwendet. Es bietet eine praktische Möglichkeit, über Ihr lokales Netzwerk mit dem Mikrowechselrichter zu kommunizieren.",
"ru": "Этот адаптер используется для взаимодействия с микроинверторами APsystems EZ1. Он обеспечивает удобный способ связи с микроинвертором по локальной сети.",
"pt": "Este adaptador é usado para interagir com microinversores EZ1 da APsystems. Ele fornece uma maneira conveniente de comunicação com o microinversor em sua rede local.",
"nl": "Deze adapter wordt gebruikt voor interactie met APsystems EZ1 micro-omvormers. Het biedt een handige manier om via uw lokale netwerk met de micro-omvormer te communiceren.",
"fr": "Cet adaptateur est utilisé pour interagir avec les micro-onduleurs APsystems EZ1. Il fournit un moyen pratique de communiquer avec le micro-onduleur sur votre réseau local.",
"it": "Questo adattatore viene utilizzato per interagire con i microinverter APsystems EZ1. Fornisce un modo conveniente per comunicare con il microinverter sulla rete locale.",
"es": "Este adaptador se utiliza para interactuar con los microinversores APsystems EZ1. Proporciona una manera conveniente de comunicarse con el microinversor a través de su red local.",
"pl": "Adapter ten służy do współpracy z mikroinwerterami APsystems EZ1. Zapewnia wygodny sposób komunikacji z mikroinwerterem poprzez sieć lokalną.",
"uk": "Цей адаптер використовується для взаємодії з мікроінверторами APsystems EZ1. Він забезпечує зручний спосіб зв'язку з мікроінвертором через локальну мережу.",
"zh-cn": "该适配器用于与 APsystems EZ1 微型逆变器交互。它提供了一种通过本地网络与微型逆变器进行通信的便捷方式。"
},
"authors": [
"Tobias Exner <tobias.exner@soptim.de>"
],
"keywords": [
"APsystems EZ1 Microinverter"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "ap-systems-ez1.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/tobias.exner@soptim.de/ioBroker.ap-systems-ez1/main/admin/ap-systems-ez1.png",
"readme": "https://github.com/tobias.exner@soptim.de/ioBroker.ap-systems-ez1/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "iot-systems",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"port": "8050",
"ipAddress": "127.0.0.1",
"pollIntervalInSeconds": "60",
"ignoreConnectionErrorMessages": false
},
"objects": [],
"instanceObjects": []
}