-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (pdbjjens) New: Use resol-vbus v0.28.0 - (pdbjjens) New: Configurable password for the VBus gateway - (pdbjjens) Fix: Channel forwarding to the requesting connections only
- Loading branch information
Showing
4 changed files
with
183 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,173 +1,186 @@ | ||
{ | ||
"common": { | ||
"name": "vbus-gw", | ||
"version": "0.0.4", | ||
"news": { | ||
"0.0.4": { | ||
"en": "New: Selectable discovery port\nNew: Check for default password\nNew: support for up to 3 serial ports", | ||
"de": "Neu: Auswählbarer Entdeckungshafen\nNeu: Überprüfen Sie das Standard-Passwort\nNeu: Unterstützung für bis zu 3 serielle Ports", | ||
"ru": "Новый: Выборный порт открытия\nНовый: Проверьте пароль по умолчанию\nНовое: поддержка до 3 серийных портов", | ||
"pt": "Novo: Porto de descoberta selecionável\nNovo: Verifique a senha padrão\nNovo: suporte para até 3 portas seriais", | ||
"nl": "Vertaling:\nControleer het wachtwoord\nNieuw: ondersteuning voor 3 serie havens", | ||
"fr": "Nouveau: Port de découverte sélectable\nNouveau: Vérifiez le mot de passe par défaut\nNouveau: support pour jusqu'à 3 ports série", | ||
"it": "Nuovo: Porta scoperta selezionabile\nNuovo: Controllare la password predefinita\nNuovo: supporto fino a 3 porte seriali", | ||
"es": "Nuevo: Puerto de descubrimiento seleccionable\nNuevo: Compruebe la contraseña predeterminada\nNuevo: soporte para hasta 3 puertos serie", | ||
"pl": "Nowy: Wybrane odkrycie portowe\nNew: Check for default passwordword\nNowy: wsparcie dla 3 portów seryjnych", | ||
"uk": "Новий: Вибір порту відкриття\nНовий: Перевірте пароль за замовчуванням\nНовий: підтримка до 3 серійних портів", | ||
"zh-cn": "新的:可收回的港口\n新:违约前言\n新的:支持最多3个边境港口" | ||
}, | ||
"0.0.3": { | ||
"en": "Fix: Disable SENTRY", | ||
"de": "Fix: SENTRY deaktivieren", | ||
"ru": "Исправление: Отключить SENTRY", | ||
"pt": "Fix: Desativar o SENTRY", | ||
"nl": "Disable SENTRY", | ||
"fr": "Correction : SENTRY invalidité", | ||
"it": "Risolvere: Disabilitare la SENTRY", | ||
"es": "Corrección: Disable SENTRY", | ||
"pl": "Fix: Disable SENTRY (ang.)", | ||
"uk": "Виправлення: Вимкнена СЕНТРІЯ", | ||
"zh-cn": "Ix:倾覆南联盟" | ||
}, | ||
"0.0.2": { | ||
"en": "initial release", | ||
"de": "Erstfreigabe", | ||
"ru": "начальный выпуск", | ||
"pt": "lançamento inicial", | ||
"nl": "niet", | ||
"fr": "initial release", | ||
"it": "rilascio iniziale", | ||
"es": "liberación inicial", | ||
"pl": "pierwsze wydanie", | ||
"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", | ||
"zh-cn": "首次出版", | ||
"uk": "початковий випуск" | ||
} | ||
}, | ||
"titleLang": { | ||
"en": "RESOL VBus Gateway", | ||
"de": "RESOL VBus-Gateway", | ||
"ru": "Шлюз RESOL VBus", | ||
"pt": "Gateway RESOL VBus", | ||
"nl": "RESOL VBus-gateway", | ||
"fr": "Passerelle RESOL VBus", | ||
"it": "RESOL VBus Gateway", | ||
"es": "Pasarela RESOL VBus", | ||
"pl": "Bramka RESOL VBus", | ||
"uk": "Шлюз RESOL VBus", | ||
"zh-cn": "RESOL V总线网关" | ||
}, | ||
"desc": { | ||
"en": "Allows TCP access to serial port based VBus devices", | ||
"de": "Ermöglicht TCP-Zugriff auf serielle Port-basierte VBus-Geräte", | ||
"ru": "Разрешает TCP-доступ к устройствам VBus на базе последовательного порта.", | ||
"pt": "Permite acesso TCP a dispositivos VBus baseados em porta serial", | ||
"nl": "Maakt TCP-toegang mogelijk tot op seriële poort gebaseerde VBus-apparaten", | ||
"fr": "Permet l'accès TCP aux périphériques VBus basés sur le port série", | ||
"it": "Consente l'accesso TCP ai dispositivi VBus basati su porta seriale", | ||
"es": "Permite el acceso TCP a dispositivos VBus basados en puerto serie", | ||
"pl": "Umożliwia dostęp TCP do urządzeń VBus opartych na porcie szeregowym", | ||
"uk": "Дозволяє TCP-доступ до пристроїв VBus на основі послідовного порту", | ||
"zh-cn": "允许 TCP 访问基于串行端口的 VBus 设备" | ||
}, | ||
"authors": [ | ||
"Jens-Peter Jensen <[email protected]>" | ||
], | ||
"keywords": [ | ||
"RESOL", | ||
"VBus", | ||
"serial-to-tcp", | ||
"gateway" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "vbus-gw.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/pdbjjens/ioBroker.vbus-gw/main/admin/vbus-gw.png", | ||
"readme": "https://github.com/pdbjjens/ioBroker.vbus-gw/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "network", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "push", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
"common": { | ||
"name": "vbus-gw", | ||
"version": "0.0.5", | ||
"news": { | ||
"0.0.5": { | ||
"en": "New: Use resol-vbus v0.28.0\nNew: Configurable password for the VBus gateway\nFix: Channel forwarding to the requesting connections only", | ||
"de": "Neu: Nutzung von resol-vbus v0.28.0\nNeu: Konfigurierbares Passwort für das VBus Gateway\nFix: Kanalweiterleitung nur an die anfragenden Verbindungen", | ||
"ru": "Новый: Используйте resol-vbus v0.28.0\nНовый: Настраиваемый пароль для шлюза VBus\nFix: Пересылка канала к запрашивающим соединениям", | ||
"pt": "Novo: Use resol-vbus v0.28.0\nNovo: Senha configurável para o gateway VBus\nFix: Encaminhamento de canal apenas para as conexões de solicitação", | ||
"nl": "Nieuw: Gebruik resol-vbus v0.28.0\nNieuw: Configureerbaar wachtwoord voor de VBus gateway\nFix: Kanaal alleen doorsturen naar de gevraagde verbindingen", | ||
"fr": "Nouveau : utiliser resol-vbus v0.28.0\nNouveau : Mot de passe configurable pour la passerelle VBus\nCorrection: Transmission de la voie vers les connexions demandées uniquement", | ||
"it": "Nuovo: Utilizzare risol-vbus v0.28.0\nNuovo: password configurabile per il gateway VBus\nFisso: Canale di inoltro ai collegamenti di richiesta", | ||
"es": "Nuevo: Use resol-vbus v0.28.0\nNuevo: contraseña configurable para el portal VBus\nCorrección: El canal de reenvío a las conexiones solicitantes solamente", | ||
"pl": "Nowy: Używać desol- vbus v0.28.0\nNowy: Konfigurowalne hasło dla bramy VBus\nFix: Przesyłanie kanału tylko do żądanych połączeń", | ||
"uk": "Новий: Використовуйте resol-vbus v0.28.0\nНовий: Налаштування пароля для шлюзу VBus\nВиправлення: Переадресація каналу до запиту тільки", | ||
"zh-cn": "新建: 使用resol- vbus v0.2.8\n新建: VBus 网关的可配置密码\n固定: 频道只转发到请求的连接" | ||
}, | ||
"0.0.4": { | ||
"en": "New: Selectable discovery port\nNew: Check for default password\nNew: support for up to 3 serial ports", | ||
"de": "Neu: Auswählbarer Entdeckungshafen\nNeu: Überprüfen Sie das Standard-Passwort\nNeu: Unterstützung für bis zu 3 serielle Ports", | ||
"ru": "Новый: Выборный порт открытия\nНовый: Проверьте пароль по умолчанию\nНовое: поддержка до 3 серийных портов", | ||
"pt": "Novo: Porto de descoberta selecionável\nNovo: Verifique a senha padrão\nNovo: suporte para até 3 portas seriais", | ||
"nl": "Vertaling:\nControleer het wachtwoord\nNieuw: ondersteuning voor 3 serie havens", | ||
"fr": "Nouveau: Port de découverte sélectable\nNouveau: Vérifiez le mot de passe par défaut\nNouveau: support pour jusqu'à 3 ports série", | ||
"it": "Nuovo: Porta scoperta selezionabile\nNuovo: Controllare la password predefinita\nNuovo: supporto fino a 3 porte seriali", | ||
"es": "Nuevo: Puerto de descubrimiento seleccionable\nNuevo: Compruebe la contraseña predeterminada\nNuevo: soporte para hasta 3 puertos serie", | ||
"pl": "Nowy: Wybrane odkrycie portowe\nNew: Check for default passwordword\nNowy: wsparcie dla 3 portów seryjnych", | ||
"uk": "Новий: Вибір порту відкриття\nНовий: Перевірте пароль за замовчуванням\nНовий: підтримка до 3 серійних портів", | ||
"zh-cn": "新的:可收回的港口\n新:违约前言\n新的:支持最多3个边境港口" | ||
}, | ||
"0.0.3": { | ||
"en": "Fix: Disable SENTRY", | ||
"de": "Fix: SENTRY deaktivieren", | ||
"ru": "Исправление: Отключить SENTRY", | ||
"pt": "Fix: Desativar o SENTRY", | ||
"nl": "Disable SENTRY", | ||
"fr": "Correction : SENTRY invalidité", | ||
"it": "Risolvere: Disabilitare la SENTRY", | ||
"es": "Corrección: Disable SENTRY", | ||
"pl": "Fix: Disable SENTRY (ang.)", | ||
"uk": "Виправлення: Вимкнена СЕНТРІЯ", | ||
"zh-cn": "Ix:倾覆南联盟" | ||
}, | ||
"0.0.2": { | ||
"en": "initial release", | ||
"de": "Erstfreigabe", | ||
"ru": "начальный выпуск", | ||
"pt": "lançamento inicial", | ||
"nl": "niet", | ||
"fr": "initial release", | ||
"it": "rilascio iniziale", | ||
"es": "liberación inicial", | ||
"pl": "pierwsze wydanie", | ||
"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", | ||
"zh-cn": "首次出版", | ||
"uk": "початковий випуск" | ||
} | ||
}, | ||
"protectedNative": [ | ||
"vbusPassword" | ||
"titleLang": { | ||
"en": "RESOL VBus Gateway", | ||
"de": "RESOL VBus-Gateway", | ||
"ru": "Шлюз RESOL VBus", | ||
"pt": "Gateway RESOL VBus", | ||
"nl": "RESOL VBus-gateway", | ||
"fr": "Passerelle RESOL VBus", | ||
"it": "RESOL VBus Gateway", | ||
"es": "Pasarela RESOL VBus", | ||
"pl": "Bramka RESOL VBus", | ||
"uk": "Шлюз RESOL VBus", | ||
"zh-cn": "RESOL V总线网关" | ||
}, | ||
"desc": { | ||
"en": "Allows TCP access to serial port based VBus devices", | ||
"de": "Ermöglicht TCP-Zugriff auf serielle Port-basierte VBus-Geräte", | ||
"ru": "Разрешает TCP-доступ к устройствам VBus на базе последовательного порта.", | ||
"pt": "Permite acesso TCP a dispositivos VBus baseados em porta serial", | ||
"nl": "Maakt TCP-toegang mogelijk tot op seriële poort gebaseerde VBus-apparaten", | ||
"fr": "Permet l'accès TCP aux périphériques VBus basés sur le port série", | ||
"it": "Consente l'accesso TCP ai dispositivi VBus basati su porta seriale", | ||
"es": "Permite el acceso TCP a dispositivos VBus basados en puerto serie", | ||
"pl": "Umożliwia dostęp TCP do urządzeń VBus opartych na porcie szeregowym", | ||
"uk": "Дозволяє TCP-доступ до пристроїв VBus на основі послідовного порту", | ||
"zh-cn": "允许 TCP 访问基于串行端口的 VBus 设备" | ||
}, | ||
"authors": [ | ||
"Jens-Peter Jensen <[email protected]>" | ||
], | ||
"encryptedNative": [ | ||
"vbusPassword" | ||
"keywords": [ | ||
"RESOL", | ||
"VBus", | ||
"serial-to-tcp", | ||
"gateway" | ||
], | ||
"native": { | ||
"serialPortsTab": [ | ||
{ | ||
"path": "", | ||
"channel": 0, | ||
"baudrate": 9600 | ||
}, | ||
{ | ||
"path": "", | ||
"channel": 1, | ||
"baudrate": 9600 | ||
}, | ||
{ | ||
"path": "", | ||
"channel": 2, | ||
"baudrate": 9600 | ||
} | ||
], | ||
"port": "7053", | ||
"discoveryPort": 80, | ||
"vbusPassword": "vbus" | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "vbus-gw.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/pdbjjens/ioBroker.vbus-gw/main/admin/vbus-gw.png", | ||
"readme": "https://github.com/pdbjjens/ioBroker.vbus-gw/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "network", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "push", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.connection", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator.connected", | ||
"name": "Device or service connected", | ||
"type": "boolean", | ||
"read": true, | ||
"write": false, | ||
"def": false | ||
}, | ||
"native": {} | ||
} | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
}, | ||
"protectedNative": [ | ||
"vbusPassword" | ||
], | ||
"encryptedNative": [ | ||
"vbusPassword" | ||
], | ||
"native": { | ||
"serialPortsTab": [ | ||
{ | ||
"path": "", | ||
"channel": 0, | ||
"baudrate": 9600 | ||
}, | ||
{ | ||
"path": "", | ||
"channel": 1, | ||
"baudrate": 9600 | ||
}, | ||
{ | ||
"path": "", | ||
"channel": 2, | ||
"baudrate": 9600 | ||
} | ||
], | ||
"port": "7053", | ||
"discoveryPort": 80, | ||
"vbusPassword": "vbus" | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.connection", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator.connected", | ||
"name": "Device or service connected", | ||
"type": "boolean", | ||
"read": true, | ||
"write": false, | ||
"def": false | ||
}, | ||
"native": {} | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters