diff --git a/blog/ru/2023_09_16.md b/blog/ru/2023_09_16.md index aff8c472c..23eed651c 100644 --- a/blog/ru/2023_09_16.md +++ b/blog/ru/2023_09_16.md @@ -1,104 +1,129 @@ --- title: translatedFrom: de -hash: tXbZjdPaxDXH96BWbM85CTi9/g63X9Eooh9KIZcQ1Uw= +hash: 2BvCiQXh6uOgC7sQSRItIXn5MrOUSTURbirkqvm4GqI= --- # Новости от ioBroker (август-сентябрь 2023 г.) В этом сообщении блога мы рассмотрим некоторые новые адаптеры и новые функции, выпущенные для ioBroker в августе и сентябре 2023 года. -## frigate (20 августа 2023 г.) +## Фрегаты [Фрегаты](https://github.com/Bettman66/ioBroker.frigate) — это сетевой видеорегистратор с открытым исходным кодом, созданный на основе обнаружения объектов искусственного интеллекта в реальном времени. Этот адаптер обрабатывает MQTT-сообщения Frigate и создает из них объекты данных. -## Менеджер уведомлений (21 августа 2023 г.) +## Менеджер уведомлений [Менеджер уведомлений](https://github.com/foxriver76/ioBroker.notification-manager) позволяет управлять уведомлениями ioBroker, например. Б. отправка их в виде сообщений. -## procon-ip (24 августа 2023 г.) +Этот адаптер позволяет перенаправлять внутренние уведомления ioBroker на адаптеры обмена сообщениями, поддерживающие систему уведомлений. + +С помощью адаптера уведомлений вы как пользователь можете получать информацию о системных уведомлениях. Таким образом, вы, например, Например, вы будете уведомлены через Telegram или по электронной почте, как только в вашей системе возникнет серьезная проблема. + +Простой пример: если возникнут проблемы с доступным пространством для хранения, вы теперь сразу узнаете об этом в сообщении, а не задаетесь вопросом, почему части вашей автоматизации больше не работают должным образом. + +Вы можете свободно настраивать адаптеры, используемые для уведомлений, например Telegram, в соответствии с категорией сообщения. +А если ваш предпочтительный адаптер обмена сообщениями выйдет из строя, вы также можете настроить сменный адаптер обмена сообщениями, который возьмет на себя работу в этом случае. + +##ПроКон.IP [ПроКон.ИП](https://github.com/ylabonte/ioBroker.procon-ip) — это адаптер ioBroker, обеспечивающий базовую поддержку управления `ProCon.IP` плавательным бассейном. -## DeyeIDC (29 августа 2023 г.) +## ДейИДК [ДейеIDC](https://github.com/raschy/ioBroker.deyeidc) — это сборщик данных для инверторов, совместимых с `Deye`. -## ACME (1 сентября 2023 г.) +## ACME (среда автоматического управления сертификатами) [АКМЕ](https://github.com/iobroker-community-adapters/ioBroker.acme) — это адаптер, генерирующий сертификаты с использованием вызовов ACME. -## admin (1 сентября 2023 г.) +Среда автоматического управления сертификатами (ACME) — это протокол связи, предназначенный для упрощения автоматизации и управления сертификатами проверки домена для веб-серверов. ACME позволяет веб-серверам подавать заявки, получать и продлевать сертификаты проверки домена без необходимости вмешательства человека. О нем стало известно в основном в контексте проекта Let's Encrypt, который предоставляет бесплатные сертификаты TLS для веб-сайтов. + +## ЦИК2 + + +[ЦИК2](https://github.com/iobroker-community-adapters/ioBroker.cec2) — адаптер HDMI CEC, который позволяет отслеживать и управлять устройствами через HDMI CEC. + +HDMI CEC (Consumer Electronics Control) — это функция стандарта HDMI, которая позволяет устройствам, подключенным через HDMI, взаимодействовать друг с другом и обмениваться командами управления. CEC позволяет пользователям управлять несколькими устройствами, подключенными к HDMI, с помощью всего лишь одного пульта дистанционного управления. + +##Информация о ПНГ + + +Адаптер [Информация о ПНГ](https://github.com/HGlab01/ioBroker.apg-info) обеспечивает пиковое время для австрийской электросети и цены PHELIX-AT на сутки вперед для Австрии. + +## TinyMQTTBroker + + +[TinyMQTTБрокер](https://github.com/HGlab01/ioBroker.tinymqttbroker) — небольшой брокер MQTT для ioBroker, который в качестве клиента MQTT предоставляет центральный экземпляр брокера MQTT для публикации тем и подписки на них. + +## Администратор +Псевдонимы можно создавать быстро и легко. Псевдонимы используются, например, для преобразования значения. + ![Админ](en/blog/images/2023_09_26_admin_context.png =400x*) -[Админ](https://github.com/ioBroker/ioBroker.admin) Можно быстро и легко создавать псевдонимы. Псевдонимы используются, например, для преобразования значения. +Это можно сделать через контекстное меню на вкладке объектов. -## JavaScript (1 сентября 2023 г.) +## JavaScript ![Игровая площадка JavaScript](en/blog/images/2023_09_27_javascript_chat_gpt.png =70%x*) Адаптер [JavaScript](https://github.com/ioBroker/ioBroker.javascript) теперь включает в себя площадку для тестирования кода JavaScript с помощью ChatGPT. -## CEC2 (6 сентября 2023 г.) - - -[ЦИК2](https://github.com/iobroker-community-adapters/ioBroker.cec2) — адаптер HDMI CEC, который позволяет отслеживать и управлять устройствами через HDMI CEC. +##Алекса2 +Обновлен адаптер Alexa2 для адаптации к измененной системе push-уведомлений Amazon, обеспечивающий доступ к истории и информации о взаимодействии. -## Alexa2 (9 сентября 2023 г.) -- Обновлен адаптер Alexa2 для адаптации к измененной системе push-уведомлений Amazon, обеспечивающий доступ к истории и информации о взаимодействии. - -## Vis-2-widgets-material (10 сентября 2023 г.) -- Добавлен виджет дверного замка. +## Vis-2-widgets-material +Добавлен виджет дверного замка. ![Блокировка виджета 1](en/blog/images/2023_09_10_vis-2-widgets-material-lock-1.png =150x*) ![Блокировка виджета 2](en/blog/images/2023_09_10_vis-2-widgets-material-lock-2.png =150x*) -## Pushbullet (10 сентября 2023 г.) +## Пушбуллет -- API обновлен до версии 3. -- Добавлена конфигурация JSON. +API обновлен до версии 3 и добавлена конфигурация JSON. ![Конфигурация JSON](en/blog/images/2023_09_10_pushbullet.png =60%x*) ### Документация по конфигурации JSON -- Документация по конфигурации JSON добавлена на сайт ioBroker [здесь](https://www.iobroker.net/#en/documentation/dev/adapterjsonconfig.md). +Документация по конфигурации JSON добавлена на веб-сайт ioBroker [здесь](https://www.iobroker.net/#en/documentation/dev/adapterjsonconfig.md). -## Меню Telegram (11 сентября 2023 г.) +## Меню Telegram -Легко создавайте меню Telegram с помощью адаптера [Меню Телеграмм](https://github.com/MiRo1310/ioBroker.telegram-menu). +Легко создавайте меню Telegram с помощью адаптера [Меню Телеграмм](https://github.com/MiRo1310/ioBroker.telegram-menu/blob/main/docs/de/README.md). + +Адаптер используется для связи с Iobroker через меню Telegram, для переключения точек данных или запроса значений из точек данных. Для этого вы можете создавать разные группы, в которых можно создавать меню. Затем их можно назначать пользователям. -## vis-2 (12 сентября 2023 г.) -- Добавлено горизонтальное меню: +##Вис-2 +Добавлено горизонтальное меню: ![Горизонтальное меню](en/blog/images/2023_09_12_vis-2-menu.png =60%x*) -## Echarts (12 сентября 2023 г.) -- Добавлена возможность экспорта данных в файл JSON. +## Графики +Добавлена возможность экспорта данных в файл JSON. ![Графики 1](en/blog/images/2023_09_12_echart-1.png =60%x*) -- Добавлена возможность восстанавливать масштабирование и панорамирование после X секунд бездействия. +Добавлена возможность восстанавливать масштабирование и панорамирование после X секунд бездействия. ![Графики 2](en/blog/images/2023_09_12_echart-2.png =60%x*) -- Показать легенду в виде диалога. +Вы можете отобразить легенду в виде диалогового окна на диаграмме. ![Графики 3](en/blog/images/2023_09_13_echart-3.png =60%x*) -## Js-контроллер (14 сентября 2023 г.) -- js-controller 5 выпущен в стабильной версии. -— Обновлен установщик, позволяющий использовать только Node.js 16.x+. - -## apg-info (16 сентября 2023 г.) - +## Js-контроллер +js-controller 5 выпущен до `Stable`, а установщик обновлен и поддерживает только Node.js 16.x+. -Адаптер [Информация о ПНГ](https://github.com/HGlab01/ioBroker.apg-info) обеспечивает пиковое время для австрийской электросети и цены PHELIX-AT на сутки вперед для Австрии. +Подробнее о js-контроллере 5 можно прочитать в [здесь](https://forum.iobroker.net/topic/68290/js-controller-5-0-x-jetzt-f%C3%BCr-alle-user-im-stable). -## TinyMQTTBroker (16 сентября 2023 г.) - +Основные изменения в версии 5.0.x: -[TinyMQTTБрокер](https://github.com/HGlab01/ioBroker.tinymqttbroker) — небольшой брокер MQTT для ioBroker, который в качестве клиента MQTT предоставляет центральный экземпляр брокера MQTT для публикации тем и подписки на них. \ No newline at end of file +- Больше нет узлов 12 и 14. +— Резервные копии, созданные с помощью новой версии контроллера js, не могут быть восстановлены на хостах с более ранней версией контроллера js! +- Двоичные состояния устарели, вместо них адаптеры переключаются на файлы! +- В этой версии преобразование исходного кода в TypeScript было продолжено, что в конечном итоге повышает стабильность, поскольку многие ошибки кода больше не могут возникать. +- Добавлены возможности подписки на изменения файлов. \ No newline at end of file diff --git a/blog/zh-cn/2023_09_16.md b/blog/zh-cn/2023_09_16.md index 8d1319bc2..b5bfdc287 100644 --- a/blog/zh-cn/2023_09_16.md +++ b/blog/zh-cn/2023_09_16.md @@ -1,104 +1,129 @@ --- title: translatedFrom: de -hash: tXbZjdPaxDXH96BWbM85CTi9/g63X9Eooh9KIZcQ1Uw= +hash: 2BvCiQXh6uOgC7sQSRItIXn5MrOUSTURbirkqvm4GqI= --- # 来自 ioBroker 的新闻(2023 年 8 月至 9 月) 在这篇博文中,我们将了解 2023 年 8 月和 9 月为 ioBroker 发布的一些新适配器和新功能。 -## 护卫舰(2023 年 8 月 20 日) +## 护卫舰 [护卫舰](https://github.com/Bettman66/ioBroker.frigate) 是一款基于实时 AI 对象检测的开源 NVR。 该适配器处理 Frigate 的 MQTT 消息并从中创建数据对象。 -## 通知管理器(2023 年 8 月 21 日) +## 通知管理器 [通知管理器](https://github.com/foxriver76/ioBroker.notification-manager)允许您管理ioBroker通知,例如B. 将它们作为消息发送。 -## ProCon.IP(2023 年 8 月 24 日) +该适配器允许将 ioBroker 的内部通知重定向到支持通知系统的信使适配器 + +通过通知适配器,您作为用户可以收到有关系统通知的信息。所以你会例如一旦您的系统出现严重问题,您将立即通过电报或电子邮件收到通知。 + +一个简单的例子:如果可用存储空间出现问题,您现在将通过消息立即发现,而不是想知道为什么部分自动化不再正常工作。 + +您可以根据消息类别自由配置用于通知的适配器 - 例如 Telegram。 +如果您的首选消息传递适配器崩溃,您还可以配置替换消息传递适配器来接管这种情况。 + +## ProCon.IP [普罗康IP](https://github.com/ylabonte/ioBroker.procon-ip) 是一个 ioBroker 适配器,为 `ProCon.IP` 游泳池控制提供基本支持。 -## 德业IDC(2023年8月29日) +## 德业IDC [德业IDC](https://github.com/raschy/ioBroker.deyeidc) 是`Deye` 兼容逆变器的数据收集器。 -## ACME(2023 年 9 月 1 日) +## ACME(自动证书管理环境) [ACME](https://github.com/iobroker-community-adapters/ioBroker.acme) 是使用 ACME 质询生成证书的适配器。 -## 管理员(2023 年 9 月 1 日) +自动证书管理环境 (ACME) 是一种通信协议,旨在促进 Web 服务器域验证证书的自动化和管理。 ACME 允许 Web 服务器申请、获取和续订域验证证书,而无需人工干预。它主要在“Let's Encrypt”项目的背景下出名,该项目为网站提供免费的 TLS 证书。 + +## CEC2 + + +[CEC2](https://github.com/iobroker-community-adapters/ioBroker.cec2) 是 HDMI CEC 适配器,允许您通过 HDMI CEC 监视和控制设备。 + +HDMI CEC(消费电子控制)是 HDMI 标准的一项功能,允许通过 HDMI 连接的设备相互通信并交换控制命令。 CEC 允许用户仅使用一个遥控器即可控制多个 HDMI 连接设备。 + +##APG信息 + + +[APG信息](https://github.com/HGlab01/ioBroker.apg-info) 适配器提供奥地利电网的高峰时间和奥地利的 PHELIX-AT 日前价格。 + +## TinyMQTTBroker + + +[TinyMQTT代理](https://github.com/HGlab01/ioBroker.tinymqttbroker) 是 ioBroker 的小型 MQTT 代理,它作为 MQTT 客户端提供中央 MQTT 代理实例用于发布和订阅主题。 + +## 行政 +可以快速轻松地创建别名。例如,别名用于转换值。 + ![行政](en/blog/images/2023_09_26_admin_context.png =400x*) -[行政](https://github.com/ioBroker/ioBroker.admin) 可以快速、轻松地创建别名。例如,别名用于转换值。 +这可以通过对象选项卡上的上下文菜单来完成。 -## JavaScript(2023 年 9 月 1 日) +## JavaScript ![JavaScript 游乐场](en/blog/images/2023_09_27_javascript_chat_gpt.png =70%x*) [JavaScript](https://github.com/ioBroker/ioBroker.javascript) 适配器现在包含一个用于使用 ChatGPT 测试 JavaScript 代码的游乐场。 -## CEC2(2023 年 9 月 6 日) - - -[CEC2](https://github.com/iobroker-community-adapters/ioBroker.cec2) 是 HDMI CEC 适配器,允许您通过 HDMI CEC 监视和控制设备。 +## Alexa2 +更新了 Alexa2 适配器以适应亚马逊更改的推送通知系统,允许访问历史记录和交互信息。 -## Alexa2(2023 年 9 月 9 日) -- 更新了 Alexa2 适配器以适应亚马逊更改的推送通知系统,允许访问历史记录和交互信息。 - -## Vis-2-widgets-material(2023 年 9 月 10 日) -- 添加了门锁小部件。 +## Vis-2-widgets-material +添加了门锁小部件。 ![锁定小部件 1](en/blog/images/2023_09_10_vis-2-widgets-material-lock-1.png =150x*)![锁定小部件 2](en/blog/images/2023_09_10_vis-2-widgets-material-lock-2.png =150x*) -## Pushbullet(2023 年 9 月 10 日) +## 推子弹 -- API已更新至版本3。 -- 添加了 JSON 配置。 +API已更新至版本3,并添加了JSON配置。 ![JSON 配置](en/blog/images/2023_09_10_pushbullet.png =60%x*) ### JSON配置文档 -- JSON 配置文档已添加到 ioBroker 网站[此处](https://www.iobroker.net/#en/documentation/dev/adapterjsonconfig.md)。 +JSON 配置文档已添加到 ioBroker 网站[这里](https://www.iobroker.net/#en/documentation/dev/adapterjsonconfig.md)。 -## Telegram 菜单(2023 年 9 月 11 日) +## 电报菜单 -使用 [电报菜单](https://github.com/MiRo1310/ioBroker.telegram-menu) 适配器轻松创建 Telegram 菜单。 +使用 [电报菜单](https://github.com/MiRo1310/ioBroker.telegram-menu/blob/main/docs/de/README.md) 适配器轻松创建 Telegram 菜单。 + +该适配器用于通过 Telegram 菜单与 Iobroker 进行通信,以切换数据点或从数据点查询值。为此,您可以创建不同的组,并在其中创建菜单。然后可以将这些分配给用户。 -## Vis-2(2023 年 9 月 12 日) -- 添加了水平菜单: +## Vis-2 +添加水平菜单: ![横向菜单](en/blog/images/2023_09_12_vis-2-menu.png =60%x*) -##Echarts(2023 年 9 月 12 日) -- 添加了将数据导出到 JSON 文件的功能。 +## 图表 +添加了将数据导出到 JSON 文件的功能。 ![图1](en/blog/images/2023_09_12_echart-1.png =60%x*) -- 添加了在 X 秒不活动后恢复缩放和平移的功能。 +添加了在 X 秒不活动后恢复缩放和平移的功能。 ![图2](en/blog/images/2023_09_12_echart-2.png =60%x*) -- 将图例显示为对话框。 +您可以将图例显示为图表中的对话框。 ![图3](en/blog/images/2023_09_13_echart-3.png =60%x*) -## Js-controller(2023 年 9 月 14 日) -- js-controller 5 已在“稳定版”上发布。 -- 更新了安装程序以仅允许 Node.js 16.x+。 - -## APG 信息(2023 年 9 月 16 日) - +## Js 控制器 +js-controller 5 已发布到`Stable`,安装程序已更新为仅允许 Node.js 16.x+。 -[APG信息](https://github.com/HGlab01/ioBroker.apg-info) 适配器提供奥地利电网的高峰时间和奥地利的 PHELIX-AT 日前价格。 +您可以在[这里](https://forum.iobroker.net/topic/68290/js-controller-5-0-x-jetzt-f%C3%BCr-alle-user-im-stable)中阅读有关 js-controller 5 的更多信息。 -## TinyMQTTBroker(2023 年 9 月 16 日) - +5.0.x版本主要变化: -[TinyMQTT代理](https://github.com/HGlab01/ioBroker.tinymqttbroker) 是 ioBroker 的小型 MQTT 代理,它作为 MQTT 客户端提供中央 MQTT 代理实例用于发布和订阅主题。 \ No newline at end of file +- 不再有节点 12 和 14 +- 使用新的 js 控制器版本创建的备份无法恢复到具有较低 js 控制器版本的主机! +- 不推荐使用二进制状态,适配器已切换为文件! +- 在此版本中,推进了源代码到 TypeScript 的转换,这最终提高了稳定性,因为许多代码错误不再发生。 +- 添加了订阅文件更改的选项。 \ No newline at end of file diff --git a/docs/de/adapterref/iobroker.admin/README.md b/docs/de/adapterref/iobroker.admin/README.md index 7427e8815..f98daac45 100644 --- a/docs/de/adapterref/iobroker.admin/README.md +++ b/docs/de/adapterref/iobroker.admin/README.md @@ -122,7 +122,13 @@ Eine tiefergehende Beschreibung ist über den Link in dem Titel dieses Abschnitt ## Changelog ### **WORK IN PROGRESS** +* (bluefox) Added possibility to show the icon on JSON config tabs + +### 6.10.5 (2023-10-10) * (foxriver76) JSON config component `port` does no longer mark port as occupied if it is only occupied on another host +* (foxriver76) register news as notifications +* (foxriver76) if upgrade all is stopped on error, activate close button +* (bluefox) Export/import objects with its values ### 6.10.4 (2023-09-25) * (foxriver76) fixed parsing `jsonConfig` @@ -146,13 +152,6 @@ Eine tiefergehende Beschreibung ist über den Link in dem Titel dieses Abschnitt * (foxriver76) if date string is not parseable show the original string instead of `Invalid Date` * (foxriver76) updated socket classes to not crash on invalid patterns -### 6.10.0 (2023-09-08) -* (foxriver76) various minor improvements -* (foxriver76) fixed problem with discovery dialog -* (foxriver76) object browser now validates setting state of type number -* (foxriver76) allow to specify unique columns for tables -* (foxriver76) fix crash on invalid states, which are missing the property `common.role` - ## License The MIT License (MIT) diff --git a/docs/de/adapterref/iobroker.apg-info/README.md b/docs/de/adapterref/iobroker.apg-info/README.md index a17f0d230..9caafac3e 100644 --- a/docs/de/adapterref/iobroker.apg-info/README.md +++ b/docs/de/adapterref/iobroker.apg-info/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.apg-info/README.md title: ioBroker.apg-info -hash: kKMb1dxFc/rDAhwj4SwKf/sZmTvLYcKs86zSPWHBhF4= +hash: wTeQqpdC016MkqkxOvzgxJrsAjA1XX7nPJN0upqHLzo= --- ![Logo](../../../en/adapterref/iobroker.apg-info/admin/apg-info.png) @@ -19,7 +19,7 @@ hash: kKMb1dxFc/rDAhwj4SwKf/sZmTvLYcKs86zSPWHBhF4= [![FOSSA-Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHGlab01%2FioBroker.apg-info.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FHGlab01%2FioBroker.apg-info?ref=badge_shield) ![Test und Freigabe](https://github.com/HGlab01/ioBroker.apg-info/workflows/Test%20and%20Release/badge.svg) ## Apg-info-Adapter für ioBroker -Dieser Adapter stellt die Spitzenzeiten für das österreichische Stromnetz bereit, in denen Stromverbrauch vermieden werden soll. Darüber hinaus stellt der Adapter die PHELIX-AT Day-Ahead (EPEX Spot) Preise für Österreich bereit. +Dieser Adapter stellt die Spitzenzeiten für das österreichische Stromnetz bereit, in denen Stromverbrauch vermieden werden soll. Darüber hinaus stellt der Adapter die PHELIX Day-Ahead (EPEX Spot)-Preise für Österreich und Deutschland bereit (in den Adaptereinstellungen konfigurieren).
`[..].marketprice.today.jsonChart` und `[..].marketprice.tomorrow.jsonChart` können mit https://github.com/Scrounger/ioBroker.vis-materialdesign#json-chart verwendet werden. **Dieser Adapter verwendet Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden.** Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin-Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! @@ -32,8 +32,25 @@ Dieser Adapter stellt die Spitzenzeiten für das österreichische Stromnetz bere Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### 0.0.1 (2023-09-11) -* (HGlab01) first release +### 0.0.7-alpha.1 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (HGlab01) add jsonChart-json for market prices + +### 0.0.6 (2023-10-04) +* (HGlab01) fix "TypeError: Cannot read properties of undefined (reading 'Warning')" + +### 0.0.5 (2023-10-03) +* (HGlab01) switch data provider for prices to EXAA +* (HGlab01) support DE market prices in addiotion to AT prices + +### 0.0.3 (2023-09-24) +* (HGlab01) add point in times sorted as array +* (HGlab01) add average price +* (HGlab01) fix bug IOBROKER-APG-INFO-2 notified by sentry + +### 0.0.2 (2023-09-14) +* (HGlab01) add number of days below/above treshold +* (HGlab01) add states sorted by price ## License MIT License diff --git a/docs/de/adapterref/iobroker.apg-info/admin/apg-info.png b/docs/de/adapterref/iobroker.apg-info/admin/apg-info.png new file mode 100644 index 000000000..056b1f6af Binary files /dev/null and b/docs/de/adapterref/iobroker.apg-info/admin/apg-info.png differ diff --git a/docs/de/adapterref/iobroker.awtrix-light/README.md b/docs/de/adapterref/iobroker.awtrix-light/README.md index 0b47397e6..cb9dd25ae 100644 --- a/docs/de/adapterref/iobroker.awtrix-light/README.md +++ b/docs/de/adapterref/iobroker.awtrix-light/README.md @@ -22,7 +22,7 @@ BADGE-Installed: http://iobroker.live/badges/awtrix-light-installed.svg - nodejs 14.5 (oder neuer) - js-controller 4.0.15 (oder neuer) - Admin Adapter 6.6.0 (oder neuer) -- _Awtrix Light_ Gerät mit Firmware-Version _0.86_ (oder neuer) - z.B. Ulanzi TC001 +- _Awtrix Light_ Gerät mit Firmware-Version _0.88_ (oder neuer) - z.B. Ulanzi TC001 Hier kaufen: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) oder hier: [ulanzi.de](https://haus-auto.com/p/ula/UlanziTC001) (Affiliate-Links) @@ -123,6 +123,16 @@ Das Nachrichten-Objekt unterstützt dabei alle Optionen, welche in der Firmware *Es kann ein Blockly-Block verwendet werden, um diesen Aufruf noch einfacher zu verwenden.* +Um einen eigenen Klingelton abzuspielen: + +```javascript +sendTo('awtrix-light', 'rtttl', 'Beep: d=32,o=7,b=120: a,P,c#', (res) => { + if (res && res.error) { + console.error(res.error); + } +}); +``` + ## Benutzerdefinierte Apps **App-Namen dürfen nur Kleinbuchstaben (a-z) enthalten und müssen eindeutig sein. Keine Zahlen, keine Sonderzeichen, keine Leerzeichen.** @@ -170,14 +180,23 @@ Um die Standard-Apps auf dem Gerät zu verstecken (wie die Temperatur oder die L Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.9.1 (2023-10-02) -Updated recommended firmware version to 0.86 +NodeJS 16.x is required + +* (klein0r) Fixed hidden apps +* (klein0r) Fixed color conversions of settings + +### 0.9.0 (2023-10-01) + +Updated recommended firmware version to 0.88 * (klein0r) Added expert apps * (klein0r) Use the last value of fast refreshing states * (klein0r) Added settings for calendar colors * (klein0r) Allow to use apps without text (just background effect) +* (AlCalzone) Added rtttl api endpoint support (via sendTo) +* (klein0r) Native apps have been renamed ### 0.8.0 (2023-09-04) @@ -203,16 +222,6 @@ Updated recommended firmware version to 0.72 * (klein0r) Added settings for time style and transition effect * (klein0r) Setting repeat to 1 in blockly notifications -### 0.6.2 (2023-07-30) - -* (klein0r) Fixed handling of state cache when object has been changed - -### 0.6.1 (2023-07-28) - -* (klein0r) Remove background effect in threshold overrides -* (klein0r) Minor fixes in admin config -* (klein0r) Fixed missing icon in history apps - ## License MIT License diff --git a/docs/de/adapterref/iobroker.backitup/README.md b/docs/de/adapterref/iobroker.backitup/README.md index 874408da8..51490de3d 100644 --- a/docs/de/adapterref/iobroker.backitup/README.md +++ b/docs/de/adapterref/iobroker.backitup/README.md @@ -381,7 +381,9 @@ _[Zurück zum Anfang](#top)_ * info.iobrokerNextTime -> zeigt die nächste Ausführungszeit des ioBroker-Backups * info.latestBackup -> zeigt als json das letzte beim Start ermittelte Backup -2. History-Log in Vis anzeigen +2. Backup History-Log in Vis anzeigen + - Der Backup History-Log zeigt die letzten x Backups an + - Die Anzahl der anzuzeigenen History-Einträge kann in den Extra-Einstellungen festgelegt werden. - Es ist möglich, den History-Log bspw. in einem Html-Widget durch eintragen folgender Zeile in HTML darzustellen: ``` {backitup.0.history.html} @@ -530,7 +532,11 @@ _[Zurück zum Anfang](#top)_ ## Changelog -### **WORK IN PROGRESS** +### 2.8.3 (2023-10-10) +* (simatec) Wake on LAN Advanced Settings added +* (simatec) dependencies updated + +### 2.8.2 (2023-09-28) * (simatec) Fix redis backup ### 2.8.1 (2023-09-12) diff --git a/docs/de/adapterref/iobroker.birthdays/README.md b/docs/de/adapterref/iobroker.birthdays/README.md index afb72ebc4..14a10c7ff 100644 --- a/docs/de/adapterref/iobroker.birthdays/README.md +++ b/docs/de/adapterref/iobroker.birthdays/README.md @@ -31,6 +31,10 @@ chapters: {"pages":{"de/adapterref/iobroker.birthdays/README.md":{"title":{"de": Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 2.3.1 (2023-06-16) * (klein0r) Added current age text to JSON diff --git a/docs/de/adapterref/iobroker.cameras/README.md b/docs/de/adapterref/iobroker.cameras/README.md index 41b0030fa..ecd628229 100644 --- a/docs/de/adapterref/iobroker.cameras/README.md +++ b/docs/de/adapterref/iobroker.cameras/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.cameras/README.md title: ioBroker.cameras -hash: UVa1GRfkkhHgm8Z1m3FgE2CNIFRQM7CQ9OSXFi/VCJA= +hash: G5ILPuXndl+4ODPBk23JmubLFHujA1t7T865XkR354k= --- ![Logo](../../../en/adapterref/iobroker.cameras/admin/cameras.png) @@ -37,7 +37,16 @@ Das Ergebnis liegt immer im Format `jpg` vor. Unterstützte Kameras: -### URL-Bild Dies ist eine normale URL-Anfrage, bei der alle Parameter in der URL enthalten sind. Gefällt mir `http://mycam/snapshot.jpg` +- Reolink E1 Pro über RTSP (wichtig, ohne „Pro“ geht es nicht) +- Eufy über Eusec-Adapter +- [HiKam](https://support.hikam.de/support/solutions/articles/16000070656-zugriff-auf-kameras-der-2-generation-via-onvif-f%C3%BCr-s6-q8-a7 -2-Generation-) der zweiten und dritten Generation über ONVIF (für S6, Q8, A7 2. Generation), A7 Pro, A9 +- [WIWICam M1 über HiKam-Adapter](https://www.wiwacam.com/de/mw1-minikamera-kurzanleitung-und-faq/) +- RTSP Native – wenn Ihre Kamera das RTSP-Protokoll unterstützt +- Screenshots über HTTP-URL – wenn Sie den Schnappschuss von Ihrer Kamera über die URL erhalten können + +### URL-Bild +Dies ist eine normale URL-Anfrage, bei der alle Parameter in der URL enthalten sind. Gefällt mir `http://mycam/snapshot.jpg` + ### URL-Bild mit Basisauthentifizierung Dies ist eine URL-Anfrage für ein Bild, bei der alle Parameter in der URL enthalten sind, Sie jedoch die Anmeldeinformationen für die Basisauthentifizierung angeben können. Gefällt mir `http://mycam/snapshot.jpg` @@ -51,11 +60,32 @@ Hier ist ein Beispiel für das Hinzufügen von Reolink E1: ![rtsp](../../../en/adapterref/iobroker.cameras/img/rtsp.png) +## So fügen Sie eine neue Kamera hinzu (Für Entwickler) +Um eine neue Kamera hinzuzufügen, müssen Sie einen Pull Request auf GitHub mit den folgenden Änderungen erstellen: + +- Fügen Sie eine neue Datei zum Ordner „Kameras“ hinzu. Dies ist ein Backend, um das einzelne Bild von der Kamera zu lesen. +- Fügen Sie die GUI-Datei im Ordner „src/src/Types/“ hinzu. Dies ist der Konfigurationsdialog für die Kamera +- Fügen Sie diesen Dialog in der Datei „src/src/Tabs/Cameras.js“ hinzu, analog zum Hinzufügen anderer Kameras. Es sollten nur zwei Zeilen hinzugefügt werden: + - Importieren Sie einen neuen Konfigurationsdialog wie „import RTSPMyCamConfig from '../Types/RTSPMyCam';“. + - Erweitern Sie die `TYPES`-Struktur mit der neuen Kamera wie `mycam: { Config: RTSPMyCamConfig, name: 'MyCam' },` + + Der Attributname muss mit dem Namen der Datei im Ordner `cameras` übereinstimmen. + ## Changelog +### **WORK IN PROGRESS** +* (bluefox) Changed widget set name + +### 1.3.0 (2023-09-28) +* (bluefox) Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher +* (bluefox) Implemented a second widget for simple cameras + +### 1.2.3 (2023-09-27) +* (bluefox) Added WiWiCam MW1 and HiKam cameras + ### 1.2.2 (2023-07-07) * (bluefox) Corrected passwords with exclamation mark @@ -82,7 +112,7 @@ Hier ist ein Beispiel für das Hinzufügen von Reolink E1: * (bluefox) Preparations for js-controller@4.x are made ### 0.1.4 (2021-07-13) -* (bluefox) Add role for states +* (bluefox) Add a role for states ### 0.1.3 (2020-08-08) * (Hirsch-DE) Parameters were applied diff --git a/docs/de/adapterref/iobroker.cameras/img/rtsp.png b/docs/de/adapterref/iobroker.cameras/img/rtsp.png new file mode 100644 index 000000000..9c06a6982 Binary files /dev/null and b/docs/de/adapterref/iobroker.cameras/img/rtsp.png differ diff --git a/docs/de/adapterref/iobroker.cec2/README.md b/docs/de/adapterref/iobroker.cec2/README.md new file mode 100644 index 000000000..dd52d9440 --- /dev/null +++ b/docs/de/adapterref/iobroker.cec2/README.md @@ -0,0 +1,175 @@ +--- +translatedFrom: en +translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.cec2/README.md +title: ioBroker.cec2 +hash: fP67Ti8lt/GHkCAQmbZG+yTnrqh6Wlmt0a9BynPEatQ= +--- +![Logo](../../../en/adapterref/iobroker.cec2/admin/cec2.png) + +![NPM-Version](https://img.shields.io/npm/v/iobroker.cec2.svg) +![Downloads](https://img.shields.io/npm/dm/iobroker.cec2.svg) +![Anzahl der Installationen](https://iobroker.live/badges/cec2-installed.svg) +![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/cec2-stable.svg) +![NPM](https://nodei.co/npm/iobroker.cec2.png?downloads=true) + +# IoBroker.cec2 +**Tests:** ![Test und Freigabe](https://github.com/iobroker-community-adapters/ioBroker.cec2/workflows/Test%20and%20Release/badge.svg) + +Adapter für HDMI CEC + +Sie können Geräte mit HDMI CEC überwachen/steuern. Die meisten modernen Fernseher und Multimediageräte unterstützen CEC in gewissem Umfang. + +## Die Info +Beim Start führt dieser Adapter den CEC-Client aus und fragt alle Geräte am HDMI-Bus ab. Für jedes CEC-Gerät wird ein Gerät in ioBroker erstellt. Der OSDName eines Geräts wird in ioBroker zu seiner ID (da er sich nicht ändern sollte und gut lesbar ist). +Wenn Geräte während der Laufzeit angezeigt werden, werden sie auch zu ioBroker hinzugefügt. + +#### CEC-Adressen +Kurze Einführung zu CEC-Adressen. Sie können diese überspringen, aber vielleicht möchten Sie sie hier lesen, wenn Sie die Beschreibung unten verwirrt. + +In CEC gibt es zwei Arten von Adressen. Beides ist wichtig. + +##### Logische Adresse +Die logische Adresse ist eine Zahl zwischen 0 und 15 (oder F in Hex, was normalerweise verwendet wird). Die Nummer definiert, um welche Art von Gerät es sich handelt: + +* 0 = Fernseher +* 5 = Audiosystem +* 4,8,11 = Wiedergabe +* 1,2,9 = Aufnahme +* 3,6,7,10 = Tuner + +Die anderen sind reserviert (12,13), Freeuse (14) und nicht registriert/ausgestrahlt (15). Die Geräte, die diese Adressen verwenden, sind in ihrer Kommunikation eingeschränkt. + +Die logische Adresse wird dynamisch vergeben. Das heißt, an einem Tag kann es vorkommen, dass Playback A die Adresse 4 und Playback B die Adresse 8 zugewiesen bekommt. Am nächsten Tag werden sie aber in einer anderen Reihenfolge eingeschaltet und dann bekommt A die Adresse 8 und B die Adresse 4. (Einige Geräte sind immer aktiv.) auf dem CEC-Bus und klammern sich daher an ihre Adressen). Wenn es zu viele Geräte eines Typs gibt (z. B. 4 Wiedergabegeräte), müssen die logischen Adressen wiederverwendet werden, und das passiert. Der Adapter versucht, diesen Fall zu bewältigen. + +Die logische Adresse wird zur Adressierung von Nachrichten und Berichten verwendet. +Auch ioBroker benötigt eine logische Adresse, um Berichte vom Bus zu empfangen. Konfigurieren Sie den Adapter daher auf einen Gerätetyp, von dem Sie wissen, dass Sie über freie logische Adressen verfügen (z. B. Aufnahme). + +##### Physikalische Adresse +Die physikalische Adresse basiert auf den beteiligten HDMI-Anschlüssen des Geräts. Es handelt sich im Grunde um einen Pfad von Portnummern zum Gerät. Es besteht aus 4 durch Punkte getrennten Zahlen. Einige Beispiele: + +* 0.0.0.0 = Fernseher +* 1.0.0.0 = 1. HDMI-Anschluss des Fernsehers +* 2.0.0.0 = 2. HDMI-Anschluss des Fernsehers +* 2.2.0.0 = 2. HDMI-Anschluss des Fernsehers, 2. HDMI-Anschluss eines Switches / AV-Receivers +* 4.1.2.0 = 4. HDMI-Anschluss des Fernsehers, 1. HDMI-Anschluss eines AV-Receivers/Switches, 2. HDMI-Anschluss des nächsten AV-Receivers/Switches + +Das sollte eine Grundidee geben. Eine 0 bedeutet, dass der Pfad endet. + +Die physikalische Adresse ist für ein Gerät fest, es sei denn, es wird erneut an einen anderen HDMI-Anschluss angeschlossen (oder an ein anderes Gerät, bevor es vom Fernseher gesehen wird). + +#### Zustände pro Gerät +Für jedes Gerät werden folgende Zustände erstellt: + +* info.active = Gerät wurde kürzlich gesehen und die logische Adresse sollte korrekt sein +* info.cecVersion = sollte 1.4 sein, bestimmt die Funktionen +* info.lastSeen = letzte Nachricht vom Gerät am CEC-Bus +* info.logicalAddress = logische Adresse als Zahl +* info.logicalAddressHex = logische Adresse als Hexzahl (wird für eigene Befehle benötigt) +* info.Name = Benennen Sie die Gerätesätze im CEC-Bus +* info.physicalAddress = physische Adresse +* info.Vendor = Hersteller des Geräts +* activeSource = ist das Gerät die aktive Quelle? Kann dieses Gerät als aktive Quelle schalten +* menuStatus = ermöglicht die Steuerung des Geräts über die TV-Fernbedienung +* state = Energiestatus des Geräts (ermöglicht das Ein-/Ausschalten, sofern unterstützt) +* createButtons = hier drücken, um Zustände für Schaltflächen im Unterordner .buttons zu generieren. +* Buttons.time = Zeit zum Drücken einer Taste (Standard 500 ms). + +## Tasten +Tastendrücke funktionieren nicht bei allen Geräten und einige benötigen möglicherweise eine aktive Verbindung mit dem ioBroker-Gerät, um über den CEC-Bus gesteuert zu werden. +Für FireTV funktioniert es ganz gut. +Um Tastendrücke zu testen, drücken Sie die `createButtons`-Taste in einem Gerät und testen Sie in bestimmten Situationen einige der erstellten Tasten. Die Stromversorgung funktioniert für viele Geräte. + +#### Globale Staaten +Es gibt folgende globale Zustände: + +* active-source = physikalische Adresse der aktuell aktiven Quelle (kann zum Schalten von Eingängen eingestellt werden) +* arc = Audio Return Channel ist (in)aktiv, möglicherweise kann er hier (de)aktiviert werden +* mute = Audiosystem stumm schalten +* raw-command = Befehle direkt an cec-client senden (z. B. „scan“ oder tx + CEC-Befehl von http://www.cec-o-matic.com/) +* standbyAll = alle Geräte in den Standby-Modus versetzen +* systemAudio = Audiosystem wird/wird nicht verwendet. Informiert Geräte darüber, dass sie Lautstärke-/Stummschaltbefehle an das Audiosystem senden sollen +* Lautstärke = Lautstärke des Audiosystems, 0 = stumm +* volumeUp/Down = Lautstärke des Audiosystems ändern + +#### Umfragezustände +Für die meisten Bundesstaaten gibt es einen Unterordner „poll“ mit Button-States. Wenn die Schaltfläche ausgelöst wird, gibt der Adapter einen Befehl auf dem CEC-Bus aus, um den Wert abzufragen und den Status entsprechend festzulegen (leider reagieren jedoch nicht alle Geräte auf Abfragenachrichten). + +#### Anforderungen +Der CEC-Client muss installiert sein. Kann normalerweise installiert werden mit: + +``` +sudo apt install cec-utils +``` + +Der Benutzer, der iobroker (heutzutage „iobroker“) ausführt, benötigt Zugriff auf /dev/vchiq. Möglicherweise müssen Sie dazu den iobroker-Benutzer zur Videogruppe hinzufügen: + +``` +sudo usermod -a -G video iobroker +``` + +#### Installation +Führen Sie den folgenden Befehl im iobroker-Stammverzeichnis aus (z. B. in /opt/iobroker) + +``` +npm install iobroker.cec2 +``` + +Oder installieren Sie es von der Admin-Webseite. + +## Aufbau +* OSD-Name: Dieser Name wird an andere Geräte gemeldet, beispielsweise an Ihren Fernseher. Möglicherweise müssen Sie dort ioBroker auswählen, um Fernbedienungen in ioBroker zu empfangen. +* Gerätetyp: Sie können den Gerätetyp festlegen. Sehen Sie sich die Diskussion der logischen Adresse oben an, um eine Vorstellung davon zu bekommen, was das bedeutet. Verwenden Sie einen Gerätetyp, von dem Sie nicht viele haben. +* Unbenannte Geräte verhindern: Manchmal melden Geräte in bestimmten Situationen ihren Namen nicht (z. B. meldet Nintendo Switch im Standby-Modus seinen Namen nicht, sondern meldet sich selbst). In solchen Situationen erstellt der Adapter möglicherweise ein Duplikat des Geräts unter seiner physischen Adresse (z. B. für Nummern). Sie können diese Option aktivieren, um dies zu verhindern. + +## Skriptbeispiele: +Unter [Beispielskripte](doc/ExampleScripts.md) finden Sie einige Beispielskripte, die bei Multimedia-Setups helfen bzw. diese reparieren. + +## Changelog + + +### 0.1.1 (2023-09-06) +* dependency updates. +* sending commands is now more reliable. +* more error handling + +### 0.1.0 (2021-02-18) +* add more translations. +* add more options (poll TV power). + +### 0.0.8 (2021-02-14) +* Switched from unmaintained dependency to own code to control cec-monitor binary. +* Swtiched from event-stream to readline. +* Probably fixed missed incomming events. + +### 0.0.7 (2021-01-24) +* fix warnings + +### 0.0.6 (2021-01-02) +* update dependencies + +## License +MIT License + +Copyright (c) 2020-2023 Garfonso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/de/adapterref/iobroker.cec2/admin/cec2.png b/docs/de/adapterref/iobroker.cec2/admin/cec2.png new file mode 100644 index 000000000..f717d4e3b Binary files /dev/null and b/docs/de/adapterref/iobroker.cec2/admin/cec2.png differ diff --git a/docs/de/adapterref/iobroker.enocean/README.md b/docs/de/adapterref/iobroker.enocean/README.md index 6c9502e83..8cc03e163 100644 --- a/docs/de/adapterref/iobroker.enocean/README.md +++ b/docs/de/adapterref/iobroker.enocean/README.md @@ -3,14 +3,14 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.enocean/README.md title: ioBroker.enocean -hash: tOJBzvSrwuyYVzh2993/1JSLZo9/zJPK1W6digF8lGs= +hash: y/viydDLxV2KiiNnj5jhcxJRBDdNfxzPs6ESoqDTG3w= --- ![Logo](../../../en/adapterref/iobroker.enocean/admin/enocean.png) ![NPM-Version](http://img.shields.io/npm/v/iobroker.enocean.svg) ![Downloads](https://img.shields.io/npm/dm/iobroker.enocean.svg) -![Anzahl der Installationen (neueste)](http://iobroker.live/badges/enocean-installed.svg) -![Anzahl der Installationen (stabil)](http://iobroker.live/badges/enocean-stable.svg) +![Anzahl der Installationen (aktuell)](http://iobroker.live/badges/enocean-installed.svg) +![Anzahl Installationen (stabil)](http://iobroker.live/badges/enocean-stable.svg) ![Abhängigkeitsstatus](https://img.shields.io/david/jey-cee/iobroker.enocean.svg) ![NPM](https://nodei.co/npm/iobroker.enocean.png?downloads=true) ![Travis-CI](http://img.shields.io/travis/jey-cee/ioBroker.enocean/master.svg) @@ -23,7 +23,7 @@ Verbindet EnOcean-Geräte über USB/serielle Geräte mit TCM300-Chips ## [Sponsoren](./SPONSORS.md) -Wenn Ihnen meine Arbeit gefällt, können Sie gerne eine persönliche Spende machen (dies ist ein persönlicher Spendenlink für Jey Cee, keine Verbindung zum ioBroker-Projekt!) [![Spenden](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.wled/master/admin/button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95YZN2LR59Q64&source=url) +Wenn Ihnen meine Arbeit gefällt, können Sie gerne eine persönliche Spende leisten (dies ist ein persönlicher Spendenlink für Jey Cee, kein Bezug zum ioBroker-Projekt!) [![Spenden](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.wled/master/admin/button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95YZN2LR59Q64&source=url) ## Kompatible USB-Sticks und -Module USB300 @@ -32,65 +32,65 @@ DOSMUNG USB-Stick mit SMA-Anschluss FAM-USB (ESP3-Firmware) -EnOcean Pi Modul **Wichtiger Hinweis:** Auf Pi3 & Pi4 muss das Onboard Bluetooth Modul deaktiviert werden, sonst funktioniert das EnOcean Modul nicht! +EnOcean Pi Modul **Wichtiger Hinweis:** Auf Pi3 & Pi4 müssen Sie das integrierte Bluetooth-Modul deaktivieren, sonst funktioniert das EnOcean-Modul nicht! -Eltako FGW14: **Wichtige Hinweise**: Dieses Gateway unterstützt nicht alle Features und Geräte dieses Adapters. +Eltako FGW14: **Wichtige Hinweise**: Dieses Gateway unterstützt nicht alle Funktionen und Geräte dieses Adapters. Bekannte Funktionen, die nicht funktionieren: RSSI, Gateway-Informationen können nicht gelesen werden und nur RS485-Bus-Geräte können ohne FTD14 gesteuert werden (noch nicht getestet). Wenn es keinen technischen Grund gibt, dieses Gateway zu verwenden, wird dringend empfohlen, ein anderes zu verwenden. -Die Busteilnehmer melden sich mit ihrer Busadresse, d. h. sie beginnt mit 00 00 00 01. +Die Busteilnehmer melden sich mit ihrer Busadresse, d.h. diese beginnt mit 00 00 00 01. -ALL SMART EnOcean LAN Gateway - ~~[BESORGEN](https://www.all-smart.net/produkt/all-smart-enocean-lan-gateway/)~~ Nicht mehr verfügbar. +ALL SMART EnOcean LAN Gateway – ~~[KAUFEN](https://www.all-smart.net/produkt/all-smart-enocean-lan-gateway/)~~ Nicht mehr verfügbar. -ALL SMART EnOcean Multi-Gateway - [BESORGEN](https://www.all-smart.net/produkt/all-smart-enocean-multi-gateway/) +ALL SMART EnOcean Multi-Gateway - [KAUFEN](https://www.all-smart.net/produkt/all-smart-enocean-multi-gateway/) ### [Unterstützte Geräte](./docs/devices.md) ## Steuergeräte -Im Allgemeinen gibt es ein cmd-Objekt, in dem Sie den Befehl auswählen können, den Sie ausführen möchten. Bevor Sie einen Befehl ausführen können, müssen Sie alle notwendigen Attribute setzen, diese Information finden Sie in der Profildefinition. +Im Allgemeinen gibt es ein cmd-Objekt, in dem Sie den Befehl auswählen können, den Sie ausführen möchten. Bevor Sie einen Befehl ausführen können, müssen Sie alle erforderlichen Attribute festlegen. Diese Informationen finden Sie in der Profildefinition. -Speziell: +Besonders: -* A5-20-xx: Geräte mit diesem Profil akzeptieren Befehle nur innerhalb von 1 Sekunde, nachdem sie eine Nachricht gesendet haben. Sie senden periodisch (10 Minuten?), lesen Sie bitte das Handbuch. +* A5-20-xx: Geräte mit diesem Profil akzeptieren Befehle nur innerhalb von 1 Sekunde, nachdem sie eine Nachricht gesendet haben. Sie senden regelmäßig (10 Minuten?), bitte lesen Sie das Handbuch. ## Einlernen - Der Vorgang ist mit (kurzen) Schritt-für-Schritt-Anleitungen in der Adapterkonfiguration dokumentiert. Dort können Sie wählen Ihr Gerät und die Anweisungen werden angezeigt. Folge ihnen. -- Geräte ohne Anlernmöglichkeit (wie Eltako Serie 12 auch bekannt als Opus Green Net): +- Geräte ohne Möglichkeit zum Anlernen an ein anderes Gerät (wie Eltako Serie 12 auch bekannt als Opus Green Net): Sie können mit einem virtuellen Schalter (F6-02-02) gesteuert werden: Öffnen Sie die Konfiguration und klicken Sie auf Neues Gerät hinzufügen. -Wählen Sie nun X_Virtual als Hersteller und Switch als Gerät, verwenden Sie die ID fffffff0. Zählen Sie das letzte Zeichen, 1-9 und a-f, für jeden neuen virtuellen Schalter. -Klicken Sie auf Gerät hinzufügen und Konfiguration schließen. Dann Anlernen an Ihrem Gerät gemäß Anleitung starten, Befehl vom virtuellen Schalter senden. +Wählen Sie nun X_Virtual als Hersteller und Switch als Gerät, verwenden Sie die ID fffffff0. Zählen Sie das letzte Zeichen, 1-9 und a-f, für jeden neuen virtuellen Schalter hoch. +Klicken Sie auf Gerät hinzufügen und schließen Sie die Konfiguration. Starten Sie dann das Einlernen Ihres Geräts gemäß der Anleitung und senden Sie den Befehl vom virtuellen Schalter. Jetzt sollten Sie das Gerät steuern können. -## Teach-out (Adapter Binding vom Gerät löschen) -- Eltako Tipp-Funk: 3 mal Lernbefehl während 2 Sekunden von ioBroker an Gerät senden +## Teach-out (Adapterbindung vom Gerät löschen) +- Eltako Tipp-Funk: 3x Lernbefehl innerhalb von 2 Sekunden vom ioBroker an das Gerät senden - Geräte mit UTE: Teach-in für den Adapter starten und den Geräteanweisungen folgen. -- RPS: Einfach die Objekte löschen -- none: Nur die Objekte löschen +- RPS: Löschen Sie einfach die Objekte +- keine: Löschen Sie einfach die Objekte ## Fehlerbehebung 1. Gerät reagiert nicht auf Befehl: - Der Einlernvorgang war nicht erfolgreich. Je nach Gerät wird ein erfolgreiches Einlernen signalisiert, achten Sie auf dieses Signal. Wenn kein Signal vorhanden ist, versuchen Sie es erneut. - - Überprüfen Sie, ob alle Attribute, die sich auf die CMD beziehen, korrekt gesetzt sind. - - Wenn der RSSI-Wert höher als -70 dBm ist, könnte das Signal zu schwach sein. Versuchen Sie, das Gerät näher an das Gateway zu stellen. - - Ventilantriebe (Thermostate) senden alle x Minuten eine Nachricht. Nach Erhalt der Nachricht akzeptiert das Gerät einen Befehl innerhalb einer Sekunde. Verwenden Sie dazu ein Skript, das den Befehl nach Erhalt der Nachricht sendet. Ein guter Auslöser im Skript ist der RSSI-Wert. + - Überprüfen Sie, ob alle Attribute im Zusammenhang mit dem CMD korrekt eingestellt sind. + - Wenn der RSSI-Wert höher als -70 dBm ist, könnte das Signal zu schwach sein. Versuchen Sie, das Gerät näher an das Gateway zu bringen. + - Ventilantriebe (Thermostate) senden alle x Minuten eine Nachricht. Nach Erhalt der Nachricht akzeptiert das Gerät innerhalb einer Sekunde einen Befehl. Um dies zu erreichen, verwenden Sie ein Skript, das den Befehl nach Erhalt der Nachricht sendet. Ein guter Auslöser im Skript ist der RSSI-Wert. ## Profildefinitionsdatei #### Datenstruktur -***case:*** Kann ein einzelnes Element oder ein Array sein, das eine Reihe von Datenfeldern enthält. Bei einem Array ist das Element an eine Bedingung gebunden. +***case:*** Könnte ein einzelnes Element oder ein Array sein, das eine Reihe von Datenfeldern enthält. Im Falle eines Arrays ist das Element an eine Bedingung gebunden. ***send:*** true bedeutet, dass dieser Datensatz ein Befehl ist, der an das Gerät gesendet wird. ***auto_answer:*** true bedeutet, dass dieser Befehl ausgeführt wird, nachdem ein Telegramm vom Gerät empfangen wurde. -***Bedingung:*** Die Bedingung, die wahr sein muss, damit dieser Satz von Datenfeldern verarbeitet wird. In den meisten Fällen ist die Bedingung ein bestimmter Wert aus dem Datenpaket. +***Bedingung:*** Die Bedingung, die erfüllt sein muss, damit dieser Satz von Datenfeldern verarbeitet wird. In den meisten Fällen handelt es sich bei der Bedingung um einen bestimmten Wert aus dem Datenpaket. ***Datenfeld:*** Informationen, wo sich die Daten im Datenpaket befinden und wie mit dem Wert umgegangen wird. Außerdem gibt es die Objektdefinition für ioBroker. -***datafield -> secondArgument:*** Wird verwendet, um sekundäre Informationen/Werte aus dem Datenpaket zu erhalten. Anwendungsfall: Einheiten können in ihrer Menge variieren, daher sendet das Gerät die Einheit als separate Information. -Um die Einheit innerhalb von ioBroker abhängig von den gesendeten Informationen zu ändern, ist es notwendig, diese während der Verarbeitung des Werts zu kennen. +***Datenfeld -> zweitesArgument:*** Wird verwendet, um sekundäre Informationen/Werte aus dem Datenpaket abzurufen. Anwendungsfall: Einheiten können in ihrer Menge variieren, daher sendet das Gerät die Einheit als separate Information. +Um die Einheit innerhalb von ioBroker abhängig von den gesendeten Informationen zu ändern, ist es notwendig, dies bei der Verarbeitung des Werts zu wissen. -***Datenfeld -> Bedingung:*** Dies könnte eine Formel sein, um einen Wert umzuwandeln. Dies basiert auf JSON-Logik. Detaillierte Informationen finden Sie unter http://jsonlogic.com/operations.html. +***Datenfeld -> Bedingung:*** Dies könnte eine Formel zum Konvertieren eines Werts sein. Dies basiert auf JSON-Logik. Detaillierte Informationen finden Sie unter http://jsonlogic.com/operations.html. Beispiel: @@ -101,7 +101,7 @@ Beispiel: //This will take the delivered value and check if it is equal to 0, if it is the state in iobroker will set to true. ``` -***Datenfeld -> Wert:*** Dies stellt den Wert dar, der zurückgegeben wird, außer dass die Bedingung der Ausgabewert ist. Als Wert sollte nicht definiert werden. +***Datenfeld -> Wert:*** Dies stellt den zurückgegebenen Wert dar, außer dass die Bedingung der Ausgabewert ist. Dieser Wert sollte nicht definiert werden. Beispiel: @@ -118,7 +118,7 @@ Beispiel: //The Multiplier, in this case 0.2, is calculated in this way: (Scale max - Scale min) / (Range max - Range min) ``` -***datafield -> value_out:*** Dies stellt den Wert dar, der an das Gerät gesendet wird. Dies muss nur definiert werden, wenn eine Konvertierung erforderlich ist. +***datafield -> value_out:*** Dies stellt den Wert dar, der an das Gerät gesendet wird. Dies muss nur dann definiert werden, wenn eine Konvertierung erforderlich ist. Beispiel: @@ -135,9 +135,9 @@ Beispiel: //The Multiplier, in this case 0.2, is calculated in this way: (Scale max - Scale min) / (Range max - Range min) ``` -***Datenfeld -> Dezimalstellen:*** Legt fest, wie viele Nachkommastellen angezeigt werden. +***Datenfeld -> Dezimalstellen:*** Definiert, wie viele Nachkommastellen angezeigt werden. -***Datenfeld -> Einheit:*** Verwenden Sie dies, wenn die Einheit variabel ist, ansonsten definieren Sie sie in iobroker. +***Datenfeld -> Einheit:*** Verwenden Sie dies, wenn die Einheit variabel ist, andernfalls definieren Sie sie in iobroker. Beispiel: @@ -154,9 +154,10 @@ Beispiel: ``` ## Gerätedefinition -Die vollständige Implementierung eines Geräts besteht aus mindestens zwei Teilen: Einem Eintrag in 'lib/definitions/devices.json' und einer EEP-Datei, die die Objekte definiert und wie mit dem Datentelegramm umgegangen wird. -Es gibt Geräte, die mehr als einen Datentelegrammtyp zur Kommunikation verwenden, dh sie haben mehr EEP-Dateien. -In Sonderfällen, wie bei Eltako, ist auch ein herstellerspezifischer Teil in der 'packet_handler.js' definiert. +Die vollständige Implementierung eines Geräts besteht mindestens aus zwei Teilen: einem Eintrag in „lib/devices/MANUFACTURER/MODEL/device.json“ und einer EEP-Datei, die die Objekte und den Umgang mit dem Datentelegramm definiert. +Die lib/definitions/devices.js muss mit dem neuen Gerät aktualisiert werden. +Es gibt Geräte, die zur Kommunikation mehr als einen Datentelegrammtyp verwenden, das heißt, sie verfügen über mehr EEP-Dateien. +In besonderen Fällen, wie bei Eltako, ist auch ein herstellerspezifischer Teil in der 'packet_handler.js' definiert. ``` "Model name or type" : { @@ -166,7 +167,7 @@ In Sonderfällen, wie bei Eltako, ist auch ein herstellerspezifischer Teil in de ], "autocreate": false, //false if the device needs additional steps for teachin "teachin_method": "none", //filter for automated teachin telegrams - "id_offset": true, //not all devices checks if the telegram whether it is for them + "id_offset": true, //not all devices checks if the telegram whether it is for them. Not applicable where teachin_method is 4BS. "broadcast": false, //true if the receiver id has to be ffffffff. This is used for virtual devices like a switch. "help": { //a step by step instruction how to add the device. "en": { @@ -182,19 +183,35 @@ In Sonderfällen, wie bei Eltako, ist auch ein herstellerspezifischer Teil in de ``` ## Zur Entwicklung -Um das Telegrammhandling zu testen, erstellen Sie einen Kanal mit Namensentwicklung und in diesem Kanal ein Objekt mit Namen Telegramm, geben Sie string ein. +Um die Telegrammverarbeitung zu testen, erstellen Sie einen Kanal mit Namensentwicklung und in diesem Kanal ein Objekt mit dem Namen Telegramm, Typ string. ## Changelog +### 0.9.1 (2023-09-01) +* (Jey Cee) added support for Eltako FKD-am +* (Jey Cee) added Afriso ASD 20 +* (Jey Cee) added EEP F6-05-02 +* (Jey Cee) change log level for missing /dev/serial/by-id +* (Jey Cee) change log level for initial information request on gateway +* (Holger Will) update X1-01-02.json + +### 0.9.0 (2023-07-27) +* added Afriso ASD 10 +* fix D2-05-00 Goto top/bottom +* catch error while update objects on adapter start +* workaround for serial port selection does not display all options + ### 0.8.5 (2023-02-11) -* rework TF-13-25, fixes Eltako DSZ14 +* rework TF-13-25, fixes Eltako DSZ14 (#87) * rework TF-13-14, SP uses now temperature range 0-40°C * remove useless object ASC from A5-20-01 * added Afriso FT & FTF * added R-Tronic RT B (A5-10-06 + RPS) +* added Eltako F3Z14D, FWZ14, FRGBW14, FWS81 * added new teachin telegram for FUD61NPN-230V +* added remove button to device list in config +* added profile F6-05-01 * fix F6-10-00: The close state was not set, the window was always shown as open. -* fix & rework TF-13-25 Eltako DSZ14 (#87) * fix multiple conditions in eep's * fix Eltako FGW14-USB does not receive status updates * fix lastID is null when using Eltako FGW14-USB @@ -203,296 +220,19 @@ Um das Telegrammhandling zu testen, erstellen Sie einen Kanal mit Namensentwickl * fix device definition Oventrop mote 420 * fix missing zeros in front of sender IDs while using FGW14 * fix incomplete data while receiving type 10 messages +* fix missing device name * code cleanup and refactoring -### 0.8.4 (2022-11-17) -* added Eltako FSSG-230V, TF100A, FM4H -* added Afriso APR234(-NF) -* added EASYFIT ETHSx (ETSHA/ETSHU) -* added Oventrop mote 420 -* added support information tab -* update TF-01-01 (Eltako FTA55J & TF-TA55J) -* update Eltako TF-4FT, switch EEP from F6-02-02 to F6-02-03 -* highlight too short ID in add device dialog - -### 0.8.3 (2022-09-28) -* fix TTT and TT handling in TF-14-04 (Eltako FSB14 and similar) -* remove RT from TF-14-04 (Eltako FSB14 and similar) - -### 0.8.2 (2022-09-25) -* Fix: Wrong or missing Base ID for gateway - -### 0.8.0 (2022-09-16) -* added EIMSIG EM-USE-00 & EM-FSGE-00 -* added Kieback & Peter RBW322-FTL -* added MICROPELT MVA002 -* added EEP A5-14-07 -* added Traveled Time & Time to travel objects to TF-14-04 (FSB14) -* added EnOcean Pi & FAM-USB (ESP3 Firmware) as choice in admin -* added translation for object names -* change teachin method for Kieback and Peter MD15-FTL-HE -* check on startup if all objects for existing devices are exists, if not create them -* fix D2-10-01 sending configuration message - -### 0.7.1 (2022-07-24) -* increase timeout for response time from gateway -* change base id for dummy gateway info (effects Eltako FGW14) -* change EEP for TF-TAx5J -* update FSR61-230V (>10/14) help text -* update PSC 234 help text -* update TF61L-230V help text -* update help for Eltako FSR14-2/4x -* fix Teachin for Eltako FAFT60 - -### 0.7.0 (2022-05-30) -* added ELTAKO FGW14-USB as possible Gateway (Please read the notes in readme for FGW14-USB) -* added PEHA 452 FU-EBIM JR o.T. -* added EUROTRONIC Stella E -* added SIEGENIA senso secure -* added new Eltako MSC Teachin Telegram for FSR71-2x -* added state for window to F6-10-00 -* updated settings page -* fix HORA SmartDrive MX teachin -* fix A5-20-01 CMD default value string to number - -### 0.6.4 (2022-02-22) -* fix split Eltako FSVA-230V & FSR61VA into to sepperate devices for control and measurement - -### 0.6.3 (2022-02-07) -* added SODA S8 -* added Thermokon SAB+ -* added Eltako FHB, FWRB, TF-RWB, FSR61VA, FFT65B, FFT55B, FFTF65B, FTFB & FTFSB -* added Battery state to D2-06-01 -* added default values to all objects -* updated Eltako FSVA-230V -* fix FJ62/12-36V DC teachin - -### 0.6.2 (2022-01-08) -* fix teachin - -### 0.6.1 (2022-01-08) -* added Dimplex DL 50 WE2 -* added EnOcean STM 350 -* added Eltako & MACO eTronic -* added Afriso CO2-Sensor -* change TF-13-03 set time to 100ms for sending cases -* change TF-13-07 add On with last value -* fix teachin which makes it hard to add new devices -* (uklatt) fix Humidity datapoint & change decimals from 2 to 1 - -### 0.6.0 (2021-11-22) -* (j1s2e3 / Jey-Cee) added Eltako FL62NPN-230V, FD62NPN-230V, FSSA-230V, FTAF55D/230V, FRGBW71L, FMS65ESB, FAH, FKS-SV, TF-TTB(PioTek Tracker), FLGTF55 -* (j1s2e3) added virtual Window/Door contact -* use /dev/serial/by-id/xxx as path for USB device #104 -* use index for sender ID. Remeber already learnd device IDs. -* seperated objects from datafields -* detect when socket connection is broken #72 -* fix Teachin for Eltako devices - -### 0.5.4 (2021-09-10) -* added Kessel Staufix Control -* added Thermokon SR-MDS Solar -* added Omnio WS-CH-102 -* added PENTAIR Transmitter FTJP -* split datapoint PAE for D2-06-10 & 11 to EPA und PAE - -### 0.5.3 (2021-08-08) -* fix context for sendData when called from packet handler -* fix teachin method -* fix ser2net reconnect - -### 0.5.1 (2021-07-25) -* fix crash if no mailboxes present in controller - -### 0.5.0 (2021-07-25) -* added serial over network (ser2net) capabilities -* added release script - -### 0.4.0 -* added Permundo PSC 234 & PSC 152 -* added Nodon Soft Button (TSB-2-2-01) -* added Eltako FFT60SB -* added REHAU Smart Guard & Smart Guard Inline / Ontop -* added Hoppe eHandle ConnectHome -* added SCHÜCO SenseTrack wireless -* added Smart ACK teachin procedure -* fix teach-in Nodon SDO-2-1-05 -* TF-13-07 set Dimming Level to 100% with on command - -### 0.3.8 -* added Thermokon SR04 & SR07 -* added Micropelt MVA003 -* added Eltako FWG14MS & FSR61-230V KW 02/21 and newer - -### 0.3.7 -* added WINKHAUS FM.V.SW -* added Eltako TF-TA55DL, DSZ14 -* added PHEA D 451 FU-BM, D 4511 FU-BM, D450 FU FK -* added telegram repeater count object -* fix numbers with decimals are strings -* fix warning "Read-only state "enocean.0.gateway.lastID" has been written without ack-flag with value "xxxxxxxx"" -* fix A5-20-01 remove conversion for valve position in summer mode & summer mode valve position -* fix TF-14-06 - -### 0.3.6 -* added Eltako FMS14 (<32/19) -* added Eltako FTS14EM -* revised profiles -* fix FUD14 ON command - -### 0.3.5 -* added Eltako FMZ61-230V, FSR70S-230V -* added Trio2Sys OUTDOOR -30/+50°C TEMPERATURE SENSOR -* added Nodon Motion Sensor PIR-2-1-01 -* added Virtual Room operating panel EEP: A5-10-06 -* added Oventrop R-Tronic RT B -* change help description for eltako rs485 devices -* update FFR61-230V -* make id always lower case -* fix Eltako F4HK14 - -### 0.3.4 -* added PHEA 451 FU-EBI PF o.T. -* added Hora SmartDrive MX -* added Eltako FAFT60, FWZ-65A, FSVA-230V -* extended teachin description for Eltako FSB14 -* fix A5-02-05 calculation -* fix A5-04-02 - -### 0.3.3 -* add techin procedure for FSR61 to Packet_handler.js -* add ack for cmd & optionals -* added A5-14-09 -* use queue for sending message -* changed Telefunken SES FS-EO to D2-01-08 -* fix A5-04-01 calculation -* fix TF-13-10 calculation - -### 0.3.2 -* added possibility to request a device directly -* added Base ID & Sender ID to configuration -* added Eltako F4SR14-LED -* added Afriso FTM T, FTM TF & Viessmann Temperature sensor 7554507, Temperature- and humidity sensor 7554951 -* added Eltako FFG7B (A5-14-09) & FFG7B (F6-10-00) -* added Micropelt MVA005 -* added Eltako FKF65 & Nodon Card Switch (CCS-2-1-01) -* added Eltako FSS12-12V-DC -* added OPUS GN-BH63AP-pw -* added Thermokon SR04 -* revised D2-01-0E, this effects Micro Smart Plug (MSP-2-1-11) & Plug actuator (SES FS-EO) -* fix A5-20-06 -* fix TF-13-01 Windspeed, Rain, Dawn Sensor -* fix Eltako Teachin ID offset -* fix TF-13-13: removed useless fixed parameter -* small fixes -* Eltako automatic device teachin wait before send teachin telegram -* use serialport esp3 parser in getGatewayInfos -* close listener properly -* change Hoppe SecuSignal teachin procedure - -### 0.3.1 -* added Eltako FABH65S, FBH65, FBH65S, FHF, FTR65DSB, FTR55DSB, FTR65HB, FTR55HB, FTR65SB, FTR55SB, FTRF65HB, FTRF65SB -* added Hoppe SecuSignal Window Handle -* added Telefunken SES FS-EO -* updated: FTA65J teachin -* changed: FWS61 teachin -* fix TF-13-12 & TF-13-10 -* fixed TF-13-03 -* use sender ID instead offset - -### 0.3.0 -* added Eltako devices: TF61D, TF100D, FTA65D, FTA55D, TF100L, TF100SSR, FTA65L, FTA55L, TF-1FT, TF-2FT, TF-2FT55, TF-2ZT, - TF-2ZT55, F4PT, F4PT55, TF-4FT, TF-4FT55, TF-8FM, FUD71, FSUD-230V, FSG71/1-10V, FDG71L, FKLD61, FLD61, FL62-230V, - FL62NP-230V, FR62-230V, FR62NP-230V FSR61NP-230V, TF-TA55D, TF-TA65D, TF-TA55J, TF-TA65J, TF-TA55L, TF-TA65L, FTK, - FTKB-RW, FFKB, FTKB-gr, FAH65S, FIH65S -* re-add virtual switch with broadcast -* added possibility to use json logic for conditions -* added send converted value -* added value out to a5-20-01 -* added double response for UTE -* added send eltako teachin response twice -* added filter telegrams in addEltakoDevices -* update FSUD-230V teachin help -* update device list in config during teachin -* fix id offset for Eltako devices -* fix teachin for eltako devices when no offset in gateway is defined -* fix teachin for Eltako FTKB-hg -* fix manaual teachin devices -* fix correct formula in EEPs -* fix name of Eltako TF100L -* fix id offset for manual teachin - -### 0.2.1 -* fix for UTE teachin -* double response for UTE -* fix id offset for Eltako devices -* added Eltako devices: TF61D, TF100D, FTA65D, FTA55D, TF100L, TF100SSR, FTA65L, FTA55L, TF-1FT, TF-2FT, TF-2FT55, TF-2ZT, TF-2ZT55, F4PT, F4PT55, TF-4FT, TF-4FT55, TF-8FM, FUD71, FSUD-230V, FSG71/1-10V, FDG71L, FKLD61, FLD61 -* update fsud-230v teachin help - -### 0.2.0 -* fix calculation for temperature in A5-02-13 -* added Eltako FMMS44SB -* correct formula in readme -* add commands for D2-05-00 -* json-logic-js security update -* change UI for add new devices -* teachin procedure revised - -### 0.1.8 -* added devices Eltako FUD61NPN-230V, FRW, TF61L-230V, FTKB -* fix teachin: was not set to false - -### 0.1.7 -* added profiles for Eltako F4HK14, FSB14, FUD14 -* fix tf-14-01 - -### 0.1.5 -* added virtual switch -* rewrite A5-20-01 -* fix profile A5-02-13 - -### 0.1.4 -* added base id offset -* added new devices - -### 0.1.3 -* fix profile F6-10-00 - -### 0.1.2 -* fix 4BS Teach-in -* added profile A510-20 -* added profile TF14-02 relais contact -* fix profile D5-00-01 -* fix profile A5-04-01 -* fix profile TF-13-02 - -### 0.1.1 -* fix Teach-in/out -* fix send data -* fix profile D2-05-00 - -### 0.1.0 -* (Jey Cee) initial release +[Older changelog entries are moved to changelog.md](changelog.md) ## License -MIT License - -Copyright (c) 2022 Jey Cee - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is** -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +Attribution-NonCommercial 3.0 (CC BY-NC 3.0) + +Copyright (c) 2023 Jey Cee + +http://creativecommons.org/licenses/by-nc/4.0/ + +Short content: +Licensees may copy, distribute, display and perform the work and make derivative works based on it only if they give the author or licensor the credits in the manner specified by these. +Licensees may copy, distribute, display, and perform the work and make derivative works based on it only for noncommercial purposes. +(Free for non-commercial use). \ No newline at end of file diff --git a/docs/de/adapterref/iobroker.enocean/admin/enocean.png b/docs/de/adapterref/iobroker.enocean/admin/enocean.png new file mode 100644 index 000000000..3b44050ef Binary files /dev/null and b/docs/de/adapterref/iobroker.enocean/admin/enocean.png differ diff --git a/docs/de/adapterref/iobroker.fritzdect/README.md b/docs/de/adapterref/iobroker.fritzdect/README.md index 653807c4c..01292c5d4 100644 --- a/docs/de/adapterref/iobroker.fritzdect/README.md +++ b/docs/de/adapterref/iobroker.fritzdect/README.md @@ -63,7 +63,7 @@ Es ist ratsam das log anzuschauen, sofern nicht aussagekräftig oder zu wenig In ## Changelog ### 2.5.2 -* correction for komfort, absenk if receiving 253/254 for OFF/ON +* correction for komfort, absenk if receiving 253/254 for OFF/ON it will be NaN see issue #164 ### 2.5.1 * correction for energy today value diff --git a/docs/de/adapterref/iobroker.gira-iot/README.md b/docs/de/adapterref/iobroker.gira-iot/README.md index 435dab15d..fc34460be 100644 --- a/docs/de/adapterref/iobroker.gira-iot/README.md +++ b/docs/de/adapterref/iobroker.gira-iot/README.md @@ -32,7 +32,12 @@ BADGE-Installed: http://iobroker.live/badges/gira-iot-installed.svg --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + +### 0.4.0 (2023-10-02) + * (klein0r) Added types for remote access (not documented by Gira) +* (klein0r) Added option for custom callback url (e.g. in Docker environments) ### 0.3.0 (2023-09-13) @@ -53,11 +58,6 @@ BADGE-Installed: http://iobroker.live/badges/gira-iot-installed.svg * (klein0r) Update objects if configuration changed * (klein0r) Fixed client registration for Gira Home Server -### 0.1.2 (2022-10-01) - -* (klein0r) Improved callback registration handling -* (klein0r) Improved error handling - ## License MIT License diff --git a/docs/de/adapterref/iobroker.javascript/README.md b/docs/de/adapterref/iobroker.javascript/README.md index b0e64226f..93375410a 100644 --- a/docs/de/adapterref/iobroker.javascript/README.md +++ b/docs/de/adapterref/iobroker.javascript/README.md @@ -57,6 +57,9 @@ Sollte im Skript ein schwerwiegender Fehler sein, beendet sich nur diese zusätz +### 7.1.5 (2023-10-09) +* (bluefox) Added play-ground for ChatGPT (API key required) + ### 7.1.4 (2023-08-09) * (bluefox) Added version to the side menu * (klein0r) Added blockly blocks for `getHistory` and calculated times @@ -76,10 +79,6 @@ Sollte im Skript ein schwerwiegender Fehler sein, beendet sich nur diese zusätz * (bluefox) tried to correct vscode font * (bluefox) reverted blockly to the previous version -### 7.0.5 (2023-06-06) -* (klein0r) reset timeouts in blockly -* (klein0r) added additional blockly blocks - ## License The MIT License (MIT) diff --git a/docs/de/adapterref/iobroker.lametric/README.md b/docs/de/adapterref/iobroker.lametric/README.md index f31cfdbba..6071b77a7 100644 --- a/docs/de/adapterref/iobroker.lametric/README.md +++ b/docs/de/adapterref/iobroker.lametric/README.md @@ -59,6 +59,10 @@ Alle Funktionen sind nur durch die [offizielle API](https://lametric-documentati Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 3.0.0 (2023-09-13) * (klein0r) Added push option for My Data DIY diff --git a/docs/de/adapterref/iobroker.lgtv/README.md b/docs/de/adapterref/iobroker.lgtv/README.md index 6d1824972..5d67589ce 100644 --- a/docs/de/adapterref/iobroker.lgtv/README.md +++ b/docs/de/adapterref/iobroker.lgtv/README.md @@ -3,18 +3,19 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.lgtv/README.md title: ioBroker.lgtv -hash: NvvMnCDXQgnMkATWxwf9jlfwGXVtvdHtYKYrptQP9D8= +hash: dejocYxdrQnNaaT5Ba3d50e5ftNRE+Vtvcixd3KV4rc= --- ![Logo](../../../en/adapterref/iobroker.lgtv/admin/lgtv.png) -![Anzahl der Installationen](http://iobroker.live/badges/lgtv-stable.svg) -![NPM-Version](http://img.shields.io/npm/v/iobroker.lgtv.svg) +![NPM-Version](https://img.shields.io/npm/v/iobroker.lgtv.svg) ![Downloads](https://img.shields.io/npm/dm/iobroker.lgtv.svg) +![Anzahl der Installationen](https://iobroker.live/badges/lgtv-installed.svg) +![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/lgtv-stable.svg) ![NPM](https://nodei.co/npm/iobroker.lgtv.png?downloads=true) -![Travis-CI](https://travis-ci.org/SebastianSchultz/ioBroker.lgtv.svg?branch=master) -![AppVeyor](https://ci.appveyor.com/api/projects/status/xx55hgsuff4fas47/branch/master?svg=true) # IoBroker.lgtv +**Tests:** ![Test und Freigabe](https://github.com/SebastianSchultz/ioBroker.lgtv/workflows/Test%20and%20Release/badge.svg) + LG WebOS SmartTV-Adapter für ioBroker Fernsteuerung eines LG WebOS SmartTV (Modelle ab 2013) über [ioBroker](https://www.iobroker.net). @@ -30,127 +31,125 @@ Bei der ersten Verbindung wird auf Ihrem Fernsehbildschirm eine Kopplungsaufford Einige Fernseher trennen sich beim Ausschalten vom Internet-Anschluss und melden dies nicht korrekt an den Adapter. Dann ist eine zusätzliche Abfrage erforderlich. Sie können die Zeit in den Einstellungen festlegen. Wenn der Wert leer ist, versucht der Adapter, dies automatisch zu erkennen: Beim Neustart des Adapters ist die Abfrage (alle 60 Sekunden) aktiv, bis das erste korrekte TV-Aus-Ereignis erkannt wird. ## Einige Beispiele: -```setState('lgtv.0.states.popup', 'Some text!');``` +`setState('lgtv.0.states.popup', 'Some text!');` Daraufhin wird ein Popup mit dem Text „Some Text!“ angezeigt. im Fernsehen. Sie können im Text HTML-Zeilenumbrüche (br) verwenden. -```setState('lgtv.0.states.turnOff', true);``` +`setState('lgtv.0.states.turnOff', true);` Ausschalten des Fernsehers. -```setState('lgtv.0.states.mute', true);``` +`setState('lgtv.0.states.mute', true);` Schalten Sie den Fernseher stumm. -```setState('lgtv.0.states.mute', false);``` +`setState('lgtv.0.states.mute', false);` Schalten Sie die Stummschaltung des Fernsehers auf. -```setState('lgtv.0.states.volumeUp', true);``` +`setState('lgtv.0.states.volumeUp', true);` Dadurch wird die Lautstärke des Fernsehers erhöht. -```setState('lgtv.0.states.volumeDown', true);``` +`setState('lgtv.0.states.volumeDown', true);` Verringern Sie die Lautstärke des Fernsehers. -```setState('lgtv.0.states.channelUp', true);``` +`setState('lgtv.0.states.channelUp', true);` Erhöhung des aktuellen TV-Senders. -```setState('lgtv.0.states.channelDown', true);``` +`setState('lgtv.0.states.channelDown', true);` Verringern des aktuellen TV-Kanals. -```setState('lgtv.0.states.3Dmode', true);``` +`setState('lgtv.0.states.3Dmode', true);` Aktiviert den 3D-Modus auf dem Fernseher -```setState('lgtv.0.states.3Dmode', false);``` +`setState('lgtv.0.states.3Dmode', false);` Deaktiviert den 3D-Modus am Fernseher. -```setState('lgtv.0.states.channel', 7);``` +`setState('lgtv.0.states.channel', 7);` Umschalten des Live-TV auf Kanal Nummer 7. -```setState('lgtv.0.states.launch', 'livetv');``` +`setState('lgtv.0.states.launch', 'livetv');` Wechsel in den Live-TV-Modus. -```setState('lgtv.0.states.launch', 'smartshare');``` +`setState('lgtv.0.states.launch', 'smartshare');` Öffnen Sie die SmartShare-App auf dem Fernseher. -```setState('lgtv.0.states.launch', 'tvuserguide');``` +`setState('lgtv.0.states.launch', 'tvuserguide');` Führt die TV-Benutzerhandbuch-App auf dem Fernseher aus. -```setState('lgtv.0.states.launch', 'netflix');``` +`setState('lgtv.0.states.launch', 'netflix');` Öffnen Sie die Netflix-App auf dem Fernseher. -```setState('lgtv.0.states.launch', 'youtube');``` +`setState('lgtv.0.states.launch', 'youtube');` Öffnet die Youtube-App auf dem Fernseher. -```setState('lgtv.0.states.launch', 'prime');``` +`setState('lgtv.0.states.launch', 'prime');` Öffnet die Amazon Prime App auf dem Fernseher. -```setState('lgtv.0.states.launch', 'amazon');``` +`setState('lgtv.0.states.launch', 'amazon');` Auf einigen Fernsehern öffnet dieser Befehl die Amazon Prime App. -```setState('lgtv.0.states.openURL', 'http://www.iobroker.net');``` +`setState('lgtv.0.states.openURL', 'http://www.iobroker.net');` Öffnet den Webbrowser auf dem Fernseher und navigiert zu www.iobroker.net. Kann auch zum Öffnen von Bildern oder Videos (im Browser) verwendet werden. -```setState('lgtv.0.states.input', 'av1');``` +`setState('lgtv.0.states.input', 'av1');` Schaltet den Eingang des Fernsehers auf AV1 um. -```setState('lgtv.0.states.input', 'scart');``` +`setState('lgtv.0.states.input', 'scart');` Schaltet den Eingang des Fernsehers auf Scart um. -```setState('lgtv.0.states.input', 'component');``` +`setState('lgtv.0.states.input', 'component');` Schaltet den Eingang des Fernsehers auf Component um. -```setState('lgtv.0.states.input', 'hdmi1');``` +`setState('lgtv.0.states.input', 'hdmi1');` Schaltet den Eingang des Fernsehers auf HDMI 1 um. -```setState('lgtv.0.states.input', 'hdmi2');``` +`setState('lgtv.0.states.input', 'hdmi2');` Schaltet den Eingang des Fernsehers auf HDMI 2 um. -```setState('lgtv.0.states.input', 'hdmi3');``` +`setState('lgtv.0.states.input', 'hdmi3');` Schaltet den Eingang des Fernsehers auf HDMI 3 um. -```setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');``` +`setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');` YouTube-Video abspielen. -```setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');``` - -```setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');``` +`setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');` `setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');` RAW-Befehls-API zum Senden und Antworten. -```setState('lgtv.0.remote.*KEY*', true);``` +`setState('lgtv.0.remote.*KEY*', true);` Senden Sie den Fernbedienungsschlüssel an den Fernseher. -```setState('lgtv.0.states.power', true/false);``` +`setState('lgtv.0.states.power', true/false);` Schalten Sie den Fernseher aus und wieder ein (Einschalten, funktioniert nur LAN, mit WOL). -```setState('lgtv.0.states.soundOutput', 'external_arc');``` +`setState('lgtv.0.states.soundOutput', 'external_arc');` Schalten Sie die Audioausgabe über ARC (HDMI) um. @@ -173,100 +172,147 @@ ist wahr, wenn der Fernseher eingeschaltet ist, und falsch, wenn der Fernseher a ## Changelog -### 1.1.10 -* (foxriver76) prepare for controller v5 + +### 2.1.1 (2023-10-06) + +- (basti4557) Websocket configuration has been fixed [#161]. + +### 2.1.0 (2023-10-05) + +- (basti4557) A bug that destryed the actual app state on changing from tv to app mode has been fixed. +- (basti4557) Websocket SSL states can now be sent / received again due to the websocket ssl changes. +- (basti4557) Plain websocket has been replced by SSL Websocket. + +### 2.0.0 (2023-10-03) + +- (mcm1957) Adapter has been moved to iobroker-community-adapters area +- (mcm1957) POSSIBLE BREAKING: Adapter has been built from current github content. As latest npm packages have been created external, theres a chance that some changes got lost. +- (jpawlowski) Travis and AppVeyor have been replced by GitHub Actions, based on ioBroker/create-adapter +- (jpawlowski) Adpter requires NodeJS 16 minimum now +- (jpawlowski) Dependencies have been updated +- (jpawlowski) Configuration item healthIntervall has been rename/correct to healthInterval + +### 1.1.12 (2023-07-04) + +- (foxriver76) prepare for controller v5 + +### 1.1.10 (2020-08-24) + +- (SebastianSchultz) support WebOS 5 for volume change ### 1.1.9 (2020-07-14) -* (SebastianSchultz) re-upload for fixing NPM update issue + +- (SebastianSchultz) re-upload for fixing NPM update issue ### 1.1.8 (2020-07-08) -* (SebastianSchultz) bugfix for "IndexOf" error + +- (SebastianSchultz) bugfix for "IndexOf" error ### 1.1.6 (2020-03-07) -* (dirkhe) make healthintervall configurable + +- (dirkhe) make healthintervall configurable ### 1.1.5 (2020-02-25) -* (dirkhe) stable connection and subsciptions -* (dirkhe) add Polling for TV, which not support Power Off event -* (dirkhe) change some states role switch to button + +- (dirkhe) stable connection and subsciptions +- (dirkhe) add Polling for TV, which not support Power Off event +- (dirkhe) change some states role switch to button ### 1.1.4 (2020-02-07) -* (dirkhe) changed from pull to subscribing -* (dirkhe) add livetv to launch list + +- (dirkhe) changed from pull to subscribing +- (dirkhe) add livetv to launch list ### 1.1.3 (2019-12-16) -* (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) -* (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) -* (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) + +- (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) +- (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) +- (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) ### 1.1.1 (2019-10-26) -* (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) -* (instalator) fix error reconect -* (instalator) fix raw object -* (instalator) add mac address to admin settings + +- (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) +- (instalator) fix error reconect +- (instalator) fix raw object +- (instalator) add mac address to admin settings ### 1.1.0 (2019-10-10) -* (instalator) adding object remote.KEY -* (instalator) fix connect to TV -* (instalator) add subscribe volume and mute state -* (instalator) translate admin to RUS -* (instalator) add Turn On, using WOL -* (instalator) adding new different objects -* (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter + +- (instalator) adding object remote.KEY +- (instalator) fix connect to TV +- (instalator) add subscribe volume and mute state +- (instalator) translate admin to RUS +- (instalator) add Turn On, using WOL +- (instalator) adding new different objects +- (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter ### 1.0.8 (2019-03-15) -* (SebastianSchultz) general NPM update + +- (SebastianSchultz) general NPM update ### 1.0.7 (2019-01-28) -* (SebastianSchultz) grouping of all states/objects under a device + +- (SebastianSchultz) grouping of all states/objects under a device ### 1.0.6 (2019-01-21) -* (SebastianSchultz) added compact mode + +- (SebastianSchultz) added compact mode ### 1.0.5 (2018-04-15) -* (SebastianSchultz) added Travis-CI and AppVeyor tests + +- (SebastianSchultz) added Travis-CI and AppVeyor tests ### 1.0.4 (2018-04-07) -* (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown -* (SebastianSchultz) added the state "volume" which holds the current volume level + +- (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown +- (SebastianSchultz) added the state "volume" which holds the current volume level ### 1.0.3 (2018-01-11) -* (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") -* (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV + +- (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") +- (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV ### 1.0.2 (2017-05-23) -* (SebastianSchultz) added support for launching Amazon Prime app + +- (SebastianSchultz) added support for launching Amazon Prime app ### 1.0.0 (2016-09-26) -* (SebastianSchultz) added channel polling -* (SebastianSchultz) added switching input + +- (SebastianSchultz) added channel polling +- (SebastianSchultz) added switching input ### 0.0.4 (2016-09-12) -* (SebastianSchultz) solved saving IP address within adapter configuration + +- (SebastianSchultz) solved saving IP address within adapter configuration ### 0.0.3 (2016-09-05) -* (SebastianSchultz) added volumeUp true|false -* (SebastianSchultz) added volumeDown true|false -* (SebastianSchultz) added 3Dmode true|false -* (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| -* (SebastianSchultz) added channel -* (SebastianSchultz) some code cleaned + +- (SebastianSchultz) added volumeUp true|false +- (SebastianSchultz) added volumeDown true|false +- (SebastianSchultz) added 3Dmode true|false +- (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| +- (SebastianSchultz) added channel +- (SebastianSchultz) some code cleaned ### 0.0.2 (2016-09-02) -* (SebastianSchultz) removed reconnect function, not used -* (SebastianSchultz) improved error handling and logging + +- (SebastianSchultz) removed reconnect function, not used +- (SebastianSchultz) improved error handling and logging ### 0.0.1 (2016-08-31) -* (SebastianSchultz) initial commit +- (SebastianSchultz) initial commit --- ## License -The MIT License (MIT) +MIT License -Copyright (c) 2020 Sebastian Schultz. +Copyright (c) 2023 Sebastian Schultz. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/de/adapterref/iobroker.luftdaten/README.md b/docs/de/adapterref/iobroker.luftdaten/README.md index ee99a628b..494d91613 100644 --- a/docs/de/adapterref/iobroker.luftdaten/README.md +++ b/docs/de/adapterref/iobroker.luftdaten/README.md @@ -58,6 +58,8 @@ Warte einige Sekunden, bis die Daten das erste Mal vom Sensor abgeholt werden. --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + * (klein0r) Added link to sensor map to intro tab ### 3.0.0 (2023-05-01) diff --git a/docs/de/adapterref/iobroker.mediola-gateway/README.md b/docs/de/adapterref/iobroker.mediola-gateway/README.md index ef135c008..e27b983a3 100644 --- a/docs/de/adapterref/iobroker.mediola-gateway/README.md +++ b/docs/de/adapterref/iobroker.mediola-gateway/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.mediola-gateway/README.md title: ioBroker.mediola-gateway -hash: JyqlBi6iqRvvzSL8upXGGaifDYjXTKbJpZOdlCW89CU= +hash: 19Y7WFjGHqvwR1p525Fa2pucM4HVGxcUwMzhpKBaxdc= --- ![Logo](../../../en/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png) @@ -33,8 +33,8 @@ Diese Sonnenschutzrollos werden automatisch gefunden. Sie beginnen mit WR oder B Im Status wird der WR-Status in Prozent der Schließung angezeigt. Der BK-Status ist immer leer (es wurde nie ein anderer Wert gesehen). Um den Status zu aktualisieren, muss in den Adapterinstanzeinstellungen das Flag „Status von Mediola lesen“ gesetzt werden. Das Aktualisierungsintervall kann in Minuten eingestellt werden. Im Aktionsordner konnten die Sonnenschutzrollos gesteuert werden. Für die Aufwärtsbewegung muss eine 1 geschrieben werden, für die Abwärtsbewegung eine 2 und für einen Stopp eine 3. Für WIR können Sie 10, 20, 30, 40, 50, 60, 70, 80 und 90 senden, um einen Prozentsatz festzulegen. -## Verwendung für Nobily (NY) Sonnenschutzrollos -Das ist tatsächlich etwas kompliziert. Die Geräte werden nicht automatisch erkannt. Sie müssen in den Expertenmodus wechseln! Falls noch nicht vorhanden, muss unter „mediola-gateway.0“ ein Ordner „action“ erstellt werden. In diesem Ordner müssen Sie einen Status „Datapoint“ mit dem Typ string und dem Namen „NY12345678“ hinzufügen. „NY“ muss in Großbuchstaben geschrieben sein und die Hexadezimalzahl mit 8 Zeichen muss aus dem Debug-Tool des Konfigurationstools stammen. Nehmen Sie alle Nummern, die Sie im Gruppenbereich finden. +## Verwendung für Nobily (NY/DY) Sonnenschutzrollos +Das ist tatsächlich etwas kompliziert. Die Geräte werden nicht automatisch erkannt. Sie müssen in den Expertenmodus wechseln! Falls noch nicht vorhanden, muss unter „mediola-gateway.0“ ein Ordner „action“ erstellt werden. In diesem Ordner müssen Sie einen Status „Datapoint“ mit dem Typ string und dem Namen „NY12345678“ oder „DY12345678“ hinzufügen. „NY“ oder „DY“ müssen in Großbuchstaben angegeben werden und die Hexadezimalzahl mit 8 Zeichen muss aus dem Debug-Tool des Konfigurationstools bezogen werden. Nehmen Sie alle Nummern, die Sie im Gruppenbereich finden. ### HAFTUNGSAUSSCHLUSS HAFTUNGSAUSSCHLUSS Alle Produkt- und Firmennamen oder Logos sind Marken™ oder eingetragene® Marken ihrer jeweiligen Eigentümer. Ihre Verwendung impliziert keine Zugehörigkeit oder Billigung durch sie oder verbundene Partner! Dieses persönliche Projekt wird auf Freizeitbasis verfolgt und hat keine geschäftlichen Ziele. mediola ist eine Marke der mediola – connected Living AG. @@ -49,6 +49,7 @@ HAFTUNGSAUSSCHLUSS Alle Produkt- und Firmennamen oder Logos sind Marken™ oder ### **WORK IN PROGRESS** - RT (Somfy) system added (Thanks to Falk) +- DY (Nobily) system added (Thanks to BlindlyBlinds) ### 1.0.1 (2023-08-26) diff --git a/docs/de/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png b/docs/de/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png new file mode 100644 index 000000000..5695cc75b Binary files /dev/null and b/docs/de/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png differ diff --git a/docs/de/adapterref/iobroker.myenergi/README.md b/docs/de/adapterref/iobroker.myenergi/README.md index 487488feb..104fe8657 100644 --- a/docs/de/adapterref/iobroker.myenergi/README.md +++ b/docs/de/adapterref/iobroker.myenergi/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.myenergi/README.md title: ioBroker.myenergi -hash: 4od9A3VQBKkRb8d9vmHfJ650d8Nb+/KkyxO8O8k3QUQ= +hash: cuUZOBForRr44VEP//YhaCKgKf+r3OU7TLrQV6kS1u0= --- ![Logo](../../../en/adapterref/iobroker.myenergi/admin/myenergi.png) @@ -14,14 +14,15 @@ hash: 4od9A3VQBKkRb8d9vmHfJ650d8Nb+/KkyxO8O8k3QUQ= ![NPM](https://nodei.co/npm/iobroker.myenergi.png?downloads=true) # IoBroker.myenergi -**Tests:** ![Testen und freigeben](https://github.com/iobroker-community-adapters/ioBroker.myenergi/workflows/Test%20and%20Release/badge.svg) +**Tests:** ![Test und Freigabe](https://github.com/iobroker-community-adapters/ioBroker.myenergi/workflows/Test%20and%20Release/badge.svg) ## Myenergi-Adapter für ioBroker Adapter für Myenergi-Geräte -## Anmeldeablauf: -Die Myenergie Hub Seriennummer und den API Key eingeben Die Seriennummern findet man unter anderem unter https://myaccount.myenergi.com/ auf dem Tab "myenergi products" Dort muss auch ein API Key für den Hub generiert werden. -Dazu auf "Erweitert" klicken, Schlüssel generieren +## Anmeldung: +Geben Sie die Seriennummer und den API-Schlüssel des Myenergie Hub ein. Die Seriennummern finden Sie unter https://myaccount.myenergi.com/ unter der Registerkarte „Myenergi-Produkte“. +Dort muss auch ein API-Schlüssel für den Hub generiert werden. +Klicken Sie dazu auf „Erweitert“ und generieren Sie den Schlüssel ## Fragen und Diskussionen diff --git a/docs/de/adapterref/iobroker.myenergi/admin/myenergi.png b/docs/de/adapterref/iobroker.myenergi/admin/myenergi.png new file mode 100644 index 000000000..321d7fa19 Binary files /dev/null and b/docs/de/adapterref/iobroker.myenergi/admin/myenergi.png differ diff --git a/docs/de/adapterref/iobroker.octoprint/README.md b/docs/de/adapterref/iobroker.octoprint/README.md index 33b8cb7b7..5efcf1fd9 100644 --- a/docs/de/adapterref/iobroker.octoprint/README.md +++ b/docs/de/adapterref/iobroker.octoprint/README.md @@ -69,6 +69,10 @@ Bitte nutzt den Datenpunkt `system.adapter.octoprint.0.alive` um die Instanz zu Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 5.0.1 (2023-05-30) * (klein0r) Allow self-signed certificates diff --git a/docs/de/adapterref/iobroker.odl/README.md b/docs/de/adapterref/iobroker.odl/README.md index 97ef2a753..b861459fa 100644 --- a/docs/de/adapterref/iobroker.odl/README.md +++ b/docs/de/adapterref/iobroker.odl/README.md @@ -3,52 +3,72 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.odl/README.md title: ioBroker.odl -hash: jPQzZiJpW2Nqfm8pCHsfD0Fy+NNXglnvZFN6GWXQjSo= +hash: ja4539IBHaJhsGqx+/ckSuW2iq2HTI33OsHJQcGkIBk= --- ![Logo](../../../en/adapterref/iobroker.odl/admin/odl.png) ![NPM-Version](https://img.shields.io/npm/v/iobroker.odl.svg) ![Downloads](https://img.shields.io/npm/dm/iobroker.odl.svg) -![Anzahl der Installationen (neueste)](https://iobroker.live/badges/odl-installed.svg) -![Anzahl der Installationen (stabil)](https://iobroker.live/badges/odl-stable.svg) +![Anzahl der Installationen (aktuell)](https://iobroker.live/badges/odl-installed.svg) +![Anzahl Installationen (stabil)](https://iobroker.live/badges/odl-stable.svg) ![NPM](https://nodei.co/npm/iobroker.odl.png?downloads=true) # IoBroker.odl [![Übersetzungsstatus](https://weblate.iobroker.net/widgets/adapters/-/odl/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget) -**Tests:** ![Testen und freigeben](https://github.com/crycode-de/iobroker.odl/workflows/Test%20and%20Release/badge.svg) +**Tests:** ![Test und Freigabe](https://github.com/crycode-de/iobroker.odl/workflows/Test%20and%20Release/badge.svg) ## ODL-Adapter für ioBroker -Dieser Adapter integriert die ODL (Ortsdosisleistung / Ambient Dose Rate) Werte von festgelegten Messstellen der deutschen [Bundesamt für Strahlenschutz (BfS)](https://www.bfs.de/) in ioBroker. +Dieser Adapter integriert die ODL-Werte (Ortsdosisleistung / Ambient Dose Rate) bestimmter Messstellen der [Bundesamt für Strahlenschutz (BfS)](https://www.bfs.de/) in ioBroker. -Weitere Informationen zur Ortsdosisleistung in Deutschland finden Sie unter https://odlinfo.bfs.de/. +Weitere Informationen zur Ortsdosisleistung in Deutschland finden Sie unter . --- ## Die aktuelle Umweltradioaktivität in ioBroker -This Adapter integriert sterben ODL (Ortsdosisleistung) Messwerte von selected Messstellen des [Bundesamt für Strahlenschutz (BfS)](https://www.bfs.de/) in ioBroker. +Dieser Adapter integriert die ODL (Ortsdosisleistung) Messwerte von ausgewählten Messstellen des [Bundesamt für Strahlenschutz (BfS)](https://www.bfs.de/) in ioBroker. Das bundesweite Messnetz des BfS umfasst rund 1700 ortsfeste Messstellen, die permanent die vor Ort aktuelle Gamma-Umweltradioaktivität (Ortsdosisleistung) erfassen und aufzeichnen. Die gewonnenen Messdaten werden vom BfS gesammelt, ausgewertet und öffentlich unter der _Datenlizenz Deutschland_ zur Verfügung gestellt. -Weitere Informationen zur ODL finden Sie unter https://odlinfo.bfs.de/. +Weitere Informationen zum ODL finden Sie unter . -Dieser Adapter läd die aktuellen 1-Stunden-Mittelwerte der Messdaten direkt über die [offizielle Datenschnittstelle des BfS](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html). Das BfS ist Urheber der vom Adapter verwendeten Daten. -Alle Daten werden in einheitlicher Form, also wie sie von der Datenschnittstelle geliefert werden, vom Adapter bereitgestellt. +Dieser Adapter lädt die aktuellen 1-Stunden-Mittelwerte der Messdaten direkt über die [offizielle Datenschnittstelle des BfS](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html). Das BfS ist Urheber der vom Adapter verwendeten Daten. +Alle Daten werden in unveränderter Form, also wie sie von der Datenschnittstelle geliefert werden, vom Adapter bereitgestellt. Wird ein aktivierter History-Adapter (_history_, _influxdb_ oder _sql_) für einen Werte-State erkannt, dann werden gegebenenfalls in der Historie fehlende Datenpunkte durch den Adapter automatisch nachgetragen, sodass sich vollständige Zeitreihen ergeben. -Die aktuellen Messdaten werden von dem Adapter standardmäßig im Stundentakt aktualisiert. Ein geringerer Aktualisierungsintervall ist meist nicht sinnvoll, da die zu Grunde liegenden Messdaten auf dem BfS-Server (abhängig von der Messstelle) geringfügig aktualisiert werden. -Beim ersten Start des Adapters wird automatisch der Zeitpunkt für den Abruf der Daten angepasst, sodass nicht alle Installation die Daten zur gleichen Zeit abrufen und die Datenschnittstelle des BfS nicht unnötig belastet wird. +Die aktuellen Messdaten werden von dem Adapter standardmäßig im Stundentakt aktualisiert. Ein geringeres Aktualisierungsintervall ist meist nicht sinnvoll, da die zu Grunde liegenden Messdaten auf dem BfS-Server (abhängig von der Messstelle) größtenteils regelmäßig aktualisiert werden. +Beim ersten Start des Adapters wird der Zeitpunkt für den Abruf der Daten automatisch angepasst, sodass nicht alle Installation die Daten zur gleichen Zeit abrufen und die Datenschnittstelle des BfS nicht übermäßig belastet wird. -[![Screenshot 1](./docs/ioBroker-odl-01.png)](../../../en/adapterref/iobroker.odl/./docs/ioBroker-odl-01.png) +[![Screenshot 1](./docs/ioBroker-odl-01.png)](../../../en/adapterref/iobroker.odl/docs/ioBroker-odl-01.png) + +[![Screenshot 2](./docs/ioBroker-odl-02.png)](../../../en/adapterref/iobroker.odl/docs/ioBroker-odl-02.png) -[![Screenshot 2](./docs/ioBroker-odl-02.png)](../../../en/adapterref/iobroker.odl/./docs/ioBroker-odl-02.png) --- **Dieser Adapter verwendet Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden.** Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin-Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry Reporting wird ab js-controller 3.0 verwendet. ## Changelog + +### 3.0.1 (2023-09-27) + +* (crycode-de) Node.js >= 16 is required +* (crycode-de) Fixed issue with history adapters +* (crycode-de) Updated dependencies + +### 2.0.5 (2022-04-24) + +* (crycode-de) Fixed spelling issue in german translation +* (crycode-de) Updated dependencies + +### 2.0.4 (2022-04-09) + +* (crycode-de) Added info message about breaking changes when upgrading from <2.0.0 to >=2.0.0 + ### 2.0.3 (2022-03-23) * (crycode-de) Optimized Sentry integration in admin @@ -79,48 +99,60 @@ Beim ersten Start des Adapters wird automatisch der Zeitpunkt für den Abruf der * (crycode-de) Use weblate for translations ### 1.1.4 (2021-01-16) + * (crycode-de) Updated BfS logo * (crycode-de) Updated dependencies ### 1.1.3 (2020-12-31) + * (crycode-de) Fixed issue when log is not available at startup timeout ### 1.1.2 (2020-12-23) + * (crycode-de) Fix objects parameters for objects created before v1.1.1 ### 1.1.1 (2020-12-23) + * (crycode-de) Fixed issue creating odl state object ### 1.1.0 (2020-12-21) + * (crycode-de) Added Sentry error reporting * (crycode-de) Updated dependencies ### 1.0.7 (2020-10-14) + * (crycode-de) Added timeout to force exit the adapter after 10 minutes in case of any problems * (crycode-de) Updated dependencies ### 1.0.6 (2020-10-01) + * (crycode-de) Hopefully fixed a bug where adapter did not exit as expected * (crycode-de) Updated dependencies ### 1.0.5 (2020-02-05) + * (crycode-de) Use of `extendObject` to update names of existing objects. ### 1.0.4 (2020-02-03) + * (crycode-de) Updated connectionType and dataSource in io-package.json. ### 1.0.3 (2020-01-23) + * (crycode-de) Added `connectionType` in `io-package.json` and updated dependencies. ### 1.0.2 (2019-10-22) + * (crycode-de) Minimum required js-conntroller version is now 1.5.7 ### 1.0.1 (2019-10-14) + * (crycode-de) initial release ## License -Copyright (c) 2019-2022 Peter Müller +Copyright (c) 2019-2023 Peter Müller Data (c) [German Federal Office for Radiation Protection (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/), [Data licence Germany – attribution – Version 2.0](http://www.govdata.de/dl-de/by-2-0) diff --git a/docs/de/adapterref/iobroker.proxmox/README.md b/docs/de/adapterref/iobroker.proxmox/README.md index 72955a444..60ddaefe6 100644 --- a/docs/de/adapterref/iobroker.proxmox/README.md +++ b/docs/de/adapterref/iobroker.proxmox/README.md @@ -27,6 +27,16 @@ BADGE-Installed: http://iobroker.live/badges/proxmox-installed.svg Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> + +### next Version +* (arteck) new Object tree structure (selectable) +* (arteck) added HA Information +* (arteck) Storage info is selectable +* (arteck) Backup info are under Storage info as Object backupJson +* (arteck) corr info for offline container +* (arteck) axios timout is now 5 sec. + + ### 2.1.0 (2023-09-25) * (klein0r) Improved error handling * (arteck) Added cluster adaptation diff --git a/docs/de/adapterref/iobroker.pylontech/README.md b/docs/de/adapterref/iobroker.pylontech/README.md new file mode 100644 index 000000000..a618f93b1 --- /dev/null +++ b/docs/de/adapterref/iobroker.pylontech/README.md @@ -0,0 +1,434 @@ +--- +translatedFrom: en +translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.pylontech/README.md +title: ioBroker.pylontech +hash: lMrEcgKOI0WwWXaz0YMgU5U2JLCFuiaD1Bf6mYvANPo= +--- +![Logo](../../../en/adapterref/iobroker.pylontech/media/logo.png) + +![NPM-Version](https://img.shields.io/npm/v/iobroker.pylontech.svg) +![Downloads](https://img.shields.io/npm/dm/iobroker.pylontech.svg) +![Anzahl der Installationen](https://iobroker.live/badges/pylontech-installed.svg) +![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/pylontech-stable.svg) +![NPM](https://nodei.co/npm/iobroker.pylontech.png?downloads=true) + +# IoBroker.pylontech +**Tests:** ![Test und Freigabe](https://github.com/PLCHome/ioBroker.pylontech/workflows/Test%20and%20Release/badge.svg) + +## Pylontech-Adapter für ioBroker +Fragen Sie die Zellspannungen und den Status der pylontech-Batterien über die Konsole ab. Ich bin nicht angeschlossen. + +**Bitte beachten Sie, dass alles, was Sie bauen oder anschließen, immer in Ihrer Verantwortung liegt. Der Entwickler dieses Adapters übernimmt keine Haftung für etwaige Schäden!** + +## Wie es funktioniert +Dieser Adapter wird verwendet, um den Gesundheitszustand und die Funktionen eines Pylontech-Arrays zu ermitteln, das aus einer oder bis zu fünfzehn Batterien bestehen kann. +Dieser Adapter dient nicht zur Steuerung des Akkus. Dies ist der Teil einer Lade- und Stromversorgungseinheit oder eines Wechselrichters. +Die Akkus verfügen über einen Konsolenanschluss, der eine RS232- oder V24-Schnittstelle bereitstellt. Dieser Adapter wird über eine serielle Schnittstelle daran angeschlossen. +Die erste Batterie stellt alle Daten bereit und fragt die anderen über den Uplink an. +Achtung, der direkte Anschluss eines Raspberry oder ESP ist nicht möglich. Die RS232-Schnittstellen verfügen über keinen TTL-Pegel und sind nicht für 3 Volt oder 5 Volt ausgelegt. Für den Anschluss ist ein Pegelwandler erforderlich. Nachfolgend finden Sie eine Bauanleitung. + +## Was wird für die Verbindung benötigt? +Für den Anschluss sind ein Kabel und ein serieller Konverter erforderlich. +Eine serielle Verbindung erfordert drei Leitungen RxD, TXD und Masse. + +Rxd und Txd müssen gekreuzt werden. so dass das, was der eine sendet (Txd), vom anderen empfangen werden kann (Rxd). Damit eine Spannung aufgebaut und ein elektrischer Strom gestartet werden kann, wird Erde benötigt. + +### Das serielle Verbindungskabel +Pylontech hat im Laufe der Zeit die RJ-Stecker an den Batterien ausgetauscht. +Am Anfang gab es einen RJ11-Stecker wie beim Telefon. Jetzt handelt es sich um einen RJ45-ähnlichen Netzwerkanschluss. +Die folgenden Zeichnungen zeigen eine standardmäßige neunpolige D-SUB-Buchse am Kabel. +Dieses Kabel kann einfach über den USB-Anschluss mit einem RS232-zu-USB-Adapter angeschlossen werden. +Nur die erste Batterie im Array liefert alle Informationen. Sie benötigen lediglich ein Kabel und einen seriellen Anschluss + +#### RJ45 +| RJ45 | Signal | DSUB | Signal | +| ---- | ------ | ---- | ------ | +| 8 | Boden | 5 | Boden | +| 3 | TxD | 2 | RxD | +| 6 | RxD | 3 | TxD | + +![RJ45](../../../en/adapterref/iobroker.pylontech/media/8p.jpg) + +#### RJ11 / RJ12 +Die RJ11- und RJ12-Stecker sind gleich groß. Der RJ11 hat nur vier Kontakte, der RJ12 hat sechs Kontakte. Die Kontakte des RJ11 liegen in der Mitte des Steckers, weshalb sie unterschiedlich gezählt werden. Physisch befinden sich die Kontakte am selben Ort. + +| RJ11 | RJ12 | Signal | DSUB | Signal | +| ------ | ------ | ------ | ---- | ------ | +| 1 oder 4 | 2 oder 5 | Boden | 5 | Boden | +| 3 | 4 | TxD | 2 | RxD | +| 2 | 3 | RxD | 3 | TxD | + +![RJ11 / RJ12](../../../en/adapterref/iobroker.pylontech/media/4p.jpg) + +Für Cisco-Router gibt es RJ45-Konsolenkabel mit USB-Anschluss. Für diese gibt es keine passende Belegung. Mit etwas Erfahrung lässt sich der RJ45-Stecker jedoch austauschen. + +Bitte beachten Sie, dass aufgrund der relativ hohen Übertragungsrate bei RS232-Verbindungen von 115200 Baud das Kabel nicht besonders lang sein kann. + +| max. Baud | max. Länge | +| ----------- | ----------- | +| 2400 | 900m | +| 4800 | 300m | +| 9600 | 152m | +| 19.200 | 15m | +| 57.600 | 5m | +| **115.200** | **2m** | + +Wenn kein USB-Anschluss in der Nähe ist, können Sie mit einem ESP einen Seriell-WLAN-Adapter bauen. + +Diese Adapter sprechen eine Art Telnet und erweitern im Wesentlichen die serielle Schnittstelle durch das WLAN. Hier ist es wichtig, ein Treibermodul für die serielle Schnittstelle zu installieren. Z.B. der MAX3232. Bitte achten Sie auf die Spannungen, die meisten betragen jedoch 3V. + +#### Raspi mit MAX +Da der Raspberry auch eine TTL-Schnittstelle mit 3V bietet, kann man hier auch einen MAX3232 anschließen. + +![Raspi mit MAX](../../../en/adapterref/iobroker.pylontech/media/rpicom.jpg) + +Weitere Informationen finden Sie unter http://www.savagehomeautomation.com/projects/raspberry-pi-rs232-serial-interface-options-revisit.html + +#### Finden Sie den Port unter Linux (Debian / Raspi) +Unter Linux ist es möglich, eine Verknüpfung zu dem Port zu setzen, an dem der USB-Seriell-Konverter angeschlossen ist. +Den Geräten können dann aussagekräftige Namen zugewiesen werden. + +``` +$ ls -l /dev +crw-rw---- 1 root dialout 188, 0 29. Sep 21:32 ttyUSB0 +lrwxrwxrwx 1 root root 7 29. Sep 21:32 ttyUSB_pylontech -> ttyUSB0 +``` + +Hierfür kann die Seriennummer ermittelt werden, sofern der USB-Konverter über diese verfügt. + +``` +$ udevadm info -a /dev/ttyUSB0 | grep ATTRS{serial} + ATTRS{serial}=="thisisit" +``` + +Wenn hier keine Seriennummer steht, haben Sie verloren. Bitte achten Sie darauf, das Gerät ttyUSBx anzupassen. + +Erstellen Sie eine neue Konfigurationsdatei. Benutzen Sie den Editor Ihrer Wahl, auch VI ist möglich. + +``` +sudo nano /etc/udev/rules.d/20_pylontech.rules +``` + +Mit folgendem Inhalt + +``` +# File: /etc/udev/rules.d/20_pylontech.rules +# FTDI USB <-> Serial +SUBSYSTEM=="tty", \ +ATTRS{serial}=="thisisit", \ +SYMLINK+="ttyUSB_pylontech" +``` + +Dann sollten Sie das udev neu starten und das Gerät einmal trennen und wieder anschließen. + +``` +sudo /etc/init.d/udev restart +``` + +### Com über TCP +Anstelle einer lokalen Verbindung: + +``` ++--------+ comport +----------+ +| DEVICE | ~~~~~~~~~~ | ioBroker | ++--------+ +----------+ +``` + +Unterstützt dieser Adapter auch Netzwerkverbindungen: + +``` ++--------+ comport +--------+ network +----------+ +| DEVICE | ~~~~~~~~~~ | SERVER |========....==========| ioBroker | ++--------+ +--------+ +----------+ +``` + +#### ESP mit MAX +Es gibt mehrere Projekte, die ESP oder ESP32 mit Telnet verbinden. Bitte denken Sie an den MAX. Wenn der MAX heiß wird, ist entweder der Signalpegel von 5V zu hoch, weil Sie ein 3,3V-Modell haben oder Sie haben eine 3,3V-Version an 5V-Betriebsspannung angeschlossen. + +Hier einige Beispiele: ESP-LINK: https://github.com/jeelabs/esp-link + +ESP-Serial-Bridge: https://github.com/yuri-rage/ESP-Serial-Bridge + +Serieller Port über WLAN: https://www.instructables.com/Serial-Port-Over-WiFi/ + +#### Linux zu Net +Mit ser2net können Sie den Port eines PCs oder Mini-Raspis über das Netzwerk freigeben. + +``` +sudo apt-get ser2net #install +sudo vim /etc/ser2net.conf #configure +ser2net #run service +``` + +Die Konfigurationszeile (für /etc/ser2net.conf), die dem oben genannten Windows-Setup entspricht + +``` +7000:telnet:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT remctl +``` + +RFC Hier sind die Einstellungen der obigen Konfiguration. Der Geräteport ist 7000. + +- 7000 - Port +- /dev/ttyUSB0 – Name des seriellen Ports +- 115200 ... - Baudrate usw. (eigentlich kann man es wegen remctl überspringen) +- remctl – bedeutet die Verwendung der Remote-Port-Konfiguration gemäß RFC2217 + +Weitere Informationen finden Sie hier: https://gist.github.com/DraTeots/e0c669608466470baa6c + +#### Bereite Hardware +Es gibt fertige Hardware, die über WLAN und/oder LAN verbunden werden kann. Solange es einen transparenten TCP-Server verwendet, sollte es funktionieren. + +Beispiel: + +- Waveshare RS232/485 TO ETH (für EU) + +## Wie auch immer, Sie können mich auch im ioBroker-Forum per PN kontaktieren, wenn Sie etwas benötigen. +Noch ein Tipp: Es gibt günstige und teure USB-Seriell-Konverter. Konverter mit CHxxx PLxxx und CPxxx im Namen haben keine Erkennungsmerkmale. Wenn man zwei davon verbindet und dann die Ports vertauscht oder zum ersten Mal bootet, weiß man nicht mehr, wer wer ist. Daher ist es besser, die guten mit FTDI und Seriennummer zu nehmen. Es gibt auch gute serielle Konverter ohne FTDI-Chip, die eine Seriennummer haben. + +### Getestete Hardware +Ich stehe noch am Anfang. +Was wurde getestet: + +#### RS232 zu ioBroker +| Kommunikationshardware | Geben Sie | ein Funktioniert | Kommentare | +| ----------------------------------- | ------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Seriell zu USB | lokal | ja | Für die Adapter gibt es eine große Auswahl an Chips. Je nach Modell kann es zu Identifikationsproblemen kommen, wenn die Adapter keine Seriennummer haben und mehr als einer angeschlossen ist. Windows weist jedem USB-Stecker bereits einen COM-Port zu. | +| LogiLink AU0034 | lokal | ja | | +| ESP-LINK | Netzwerk | ja | Weisen Sie dem Gerät eine IP im Netzwerk zu. Übertragungsgeschwindigkeit prüfen 115200 8 N 1. Alles andere bleibt unverändert. Denken Sie daran, einen Konverter wie den MAX | zu verwenden | +| Waveshare RS232/485 TO ETH (für EU) | Netzwerk | ja | Weisen Sie dem Gerät eine IP im Netzwerk zu. Übertragungsgeschwindigkeit prüfen 115200 8 N 1. Alles andere bleibt unverändert. Verwenden Sie den RS232-SUBD-Anschluss. | + +#### Batterien +| Pylontech-Modell | Modell | Firmware | Funktioniert | Kommentar | +| ---------------- | ----- | ------------- | ---------- | ------------------------------------------ | +| US5000 | USA | V1.3 22.08.10 | gut | | +| US2000C | USA | V2.6 21.09.26 | gut | | +| US2000 (US2KBPL) | USA | V2.8 21.04.29 | gut | Temperaturen nur in Ein-Grad-Schritten | +| Kraft H2 | Kraft | V1.5 21.06.18 | im Test | | + +Wenn Sie Hardware verwenden, schreiben Sie mir bitte im Forum oder in Github als Problem. Gerne führen wir diese Liste weiter. + +ioBroker-Forum: https://forum.iobroker.net/topic/68707 + +### Verbindung +Nur der erste Akku im Array liefert alle Informationen. Wenn Sie diesen Adapter an einen der folgenden Akkus anschließen, funktioniert er nicht mehr, da dieser Akku nicht alle Anfragen beantworten kann. + +Bitte beachten Sie: **Die RS485- und Canbus-Schnittstellen sind nicht für diesen Adapter geeignet. Sie sprechen eine andere Sprache.** + +![Batteriestapel](../../../en/adapterref/iobroker.pylontech/media/battery_stack.JPG) + +## Admin-Oberfläche +Die Einstellungen in der ioBroker-Administratoroberfläche: + +### Verbindung +#### Verbindung über +Sie können zwischen einem lokalen Gerät, also einer lokal am Computer angeschlossenen Schnittstelle, z.B. ein USB-Konverter oder ein TCP-IP-Netzwerkserver als Schnittstelle. + +Optionen: + +- Lokales Gerät +- Netzwerkgerät + +### Lokales Gerät +Die folgenden Felder werden nur angezeigt, wenn bei Verbindung über Lokales Gerät ausgewählt wurde. + +#### Lokaler Gerätepfad +Wurde „lokales Gerät“ ausgewählt, muss der Pfad bzw. Port eingestellt werden. NodeJs denkt in Linux, daher wird „Pfad nicht gefunden“ auch dann gemeldet, wenn das angegebene Windows-Gerät nicht gefunden wird. Die Standardgeräte werden vom Adapter gesucht und als Auswahlliste angeboten, dies funktioniert jedoch nur, wenn der Adapter läuft, da hierfür eine Kommunikation mit der Instanz erforderlich ist. Es werden nur Geräte angeboten, keine alternativen Gerätekennungen und keine Unicnames, diese können aber manuell eingegeben werden. +Siehe den Abschnitt über lokale Schnittstellen. + +#### Übertragungsgeschwindigkeit +Hier kann die Übertragungsgeschwindigkeit eingestellt werden. Bei neueren Modellen ist dieser auf 115200 eingestellt. Bei älteren Modellen liegt sie bei 1200. Kommt keine Verbindung zustande, können Sie versuchen, ob der Adapter mit 1200 läuft. Sollte dies der Fall sein, kann die Geschwindigkeit über den Status „pylontech. -n- .config.set_speed“ auf 115200 gesetzt werden. Die Adaptergeschwindigkeit muss dann wieder auf 115200 gesetzt werden. + +### Netzwerkgerät +Die folgenden Felder werden nur angezeigt, wenn unter Verbindung über Netzwerkgerät ausgewählt wurde. +Es können noch keine verschlüsselten Netzwerkverbindungen hergestellt werden. + +#### Netzwerkhost +Geben Sie hier den Namen des Com-Servers ein. Kein http oder ähnliches am Anfang des Namens. Es können IP-Adressen oder Namen wie ESP-LINK.FRITZ.BOX eingegeben werden. Beachten Sie bei DHCP-Geräten, dass sich die IP-Adresse ändern kann. + +#### Netzwerkport +Um die Kommunikation aufzubauen, muss der Port angegeben werden, unter dem der Server die Kommunikation bereitstellt. Für ESP-Link beträgt er beispielsweise 23. + +#### Übertragungsgeschwindigkeit +Die Geschwindigkeit muss am Netzwerkgerät eingestellt werden. + +### Zykluszeit in Minuten +Hier kann die Zykluszeit eingestellt werden. Persönlich denke ich, dass 5 Minuten ausreichen, um eine Vorstellung davon zu bekommen, ob die Batterien gut funktionieren. Bitte beachten Sie, dass die Batterien in erster Linie mit dem Wechselrichter und nicht mit dem Debugger kommunizieren sollten. + +### Modell +Hier können Sie das Modell auswählen. Sie können derzeit zwischen US und Force wählen. Du kannst nichts zerstören. Testen Sie also gerne, auf welcher Einstellung Ihr Pylontech läuft. Einige sind auch ganz oben in der Kompatibilitätsliste aufgeführt. Wenn es nicht funktioniert, können Sie mich über das ioBroker-Forum kontaktieren und wir können sehen, warum die Daten nicht gelesen werden können. + +ioBroker-Forum: https://forum.iobroker.net/topic/68707 + +### Bestimmen Sie, welche Daten für das Modell US gelesen werden +Sollten Fehler auftreten, weil der Adapter Daten anfragt, die die Akkus nicht liefern, kann die Anfrage hier gestoppt werden. Der Adapter wurde auf Basis eines Re-Engineerings gebaut, daher kann es sein, dass ich Verbesserungen vornehmen muss. +Sollten für Sie zu viele Objekte vorhanden sein, können Sie hier auch die Daten reduzieren. + +#### Laden Sie die Batteriezellendaten herunter +Der Befehl „bat -n-“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie den Gesundheitszustand der Batteriezellen herunter +Der Befehl „soh -n-“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Batterieinformationsdaten herunter +Der Befehl „info -n-“ wird immer in die Konsole geschrieben. Hier finden Sie Informationen darüber, welche Seriennummer die einzelnen Akkus haben. Es wird für den Objektbaum benötigt. Ist dies ausgeschaltet, werden die Informationen nicht an den ioBroker übermittelt. + +#### Laden Sie die Protokolldaten herunter +Der Befehl „log“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Batterieleistungsdaten herunter +Der Befehl „pwr“ wird immer in die Konsole geschrieben. Der Befehl „pwr -n-“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. Hier finden Sie Informationen zu den Positionen der einzelnen Batterien. Es wird für den Objektbaum benötigt. Ist dies ausgeschaltet, werden die Informationen aus dem „pwr“-Befehl nicht an den ioBroker übertragen und der „pwr -n-“-Befehl wird nicht ausgegeben. + +#### Laden Sie die Batteriestatistikdaten herunter +Der Befehl „stat -n-“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Zeitinformationen herunter +Der Befehl „time“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +### Bestimmen Sie, welche Daten für das Modell Force gelesen werden +Sollten Fehler auftreten, weil der Adapter Daten anfragt, die die Akkus nicht liefern, kann die Anfrage hier gestoppt werden. Der Adapter wurde auf Basis eines Re-Engineerings gebaut, daher kann es sein, dass ich Verbesserungen vornehmen muss. +Sollten für Sie zu viele Objekte vorhanden sein, können Sie hier auch die Daten reduzieren. + +#### Laden Sie die Batteriezellendaten herunter +Der Befehl „bat“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie den Gesundheitszustand der Batteriezellen herunter +Der Befehl „soh“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Batterieinformationsdaten herunter +Der Befehl „info“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Protokolldaten herunter +Der Befehl „log“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Batterieleistungsdaten herunter +Der Befehl „pwr“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Batteriestatistikdaten herunter +Der Befehl „stat“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Informationsdaten zum Batteriesystem herunter +Der Befehl „sysinfo“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Gerätedaten herunter +Die „Command Unit“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +#### Laden Sie die Zeitinformationen herunter +Der Befehl „time“ wird nur dann auf die Konsole geschrieben, wenn dies hier eingestellt ist. + +## Werte und Operationen für das Modell US +Fast alle Messungen werden hier in Milli (ein Teil von Tausend) gespeichert. + +- Milligrad Celsius +- Milliampere +- Milliamperestunden + +Die meisten Werte müssen zur Anzeige durch Tausender geteilt werden. + +### Kanal -SN-.battery-nn- +Hier werden die Informationen der folgenden Befehle gespeichert + +- Befehl „soh -n-“ +- Befehl „bat -n-“ + +### Kanal -SN-.info +Hier werden die Informationen des folgenden Befehls gespeichert + +- Befehl „info -n-“ + +### Kanal -SN-.power +Hier werden die Informationen der folgenden Befehle gespeichert + +- Befehl „pwr“ +- Befehl „pwr -n-“ + +### Kanal -SN-.statistic +Hier werden die Informationen des folgenden Befehls gespeichert + +- Befehl „stat -n-“ + +## Werte und Operationen für das Modell Force +machen + +### Kanalkonfiguration +#### Zustand set_speed +Sie können den Status „set_speed“ ohne Bestätigung auf „true“ schreiben. Bei älteren Modellen wird ein Befehl an die Batterie gesendet, der die Geschwindigkeit korrigiert. Bei neueren Modellen kommt eine Fehlermeldung zurück. +Ack wird auf true gesetzt, wenn der Befehl geschrieben wird. + +### Kanalinfo USA +#### Statusverbindung +Ist wahr, wenn der Adapter eine Kommunikation herstellen konnte + +#### State -n-.connected +Wird auf „true“ gesetzt, wenn die Batterie gefunden wird. + +#### State -n-.barcode +Enthält den Barcode (Seriennummer), um zu verfolgen, welche Batterie an welcher Stelle im Stapel installiert ist. + +### Kanalprotokoll +Der Protokollkanal enthält 31 Kanäle mit den letzten 31 Protokollinformationen. Das Neuset befindet sich immer in 31 und wird dann nach unten verschoben, wenn neue Nachrichten vorliegen. + +### Kanalzeit +#### Status ds3231, RTC oder Zeit +Hier wird die vom Wechselrichter ausgelesene Uhrzeit gespeichert. Auf dem US3000 heißt es RTC und auf dem alten VS2000 heißt es ds3231. Wenn Sie auf die Uhrzeit schreiben, wird Ihre Uhrzeit auf den Akku übertragen und die Akkulaufzeit angepasst. + +#### Statussatz +Wenn true ohne ack geschrieben wird, um zu setzen, wird die aktuelle Zeit an den Pylontech gesendet. Wenn der Befehl ausgeführt wurde, wird der Status auf ack = true gesetzt. + +### Kanalinfo erzwingen +#### Statusverbindung +Ist wahr, wenn der Adapter eine Kommunikation herstellen konnte + +### Kanalprotokoll +Der Protokollkanal enthält 31 Kanäle mit den letzten 31 Protokollinformationen. Das Neuset befindet sich immer in 31 und wird dann nach unten verschoben, wenn neue Nachrichten vorliegen. + +### Kanalzeit +#### Status ds3231, RTC oder Zeit +Hier wird die vom Wechselrichter ausgelesene Uhrzeit gespeichert. Auf dem US3000 heißt es RTC und auf dem alten VS2000 heißt es ds3231. Wenn Sie auf die Uhrzeit schreiben, wird Ihre Uhrzeit auf den Akku übertragen und die Akkulaufzeit angepasst. + +#### Statussatz +Wenn true ohne ack geschrieben wird, um zu setzen, wird die aktuelle Zeit an den Pylontech gesendet. Wenn der Befehl ausgeführt wurde, wird der Status auf ack = true gesetzt. + +## Changelog + +### 0.0.6 (09.10.2023) + +- (PLCHome) The sent command was recognized from the response. Now the command is passed to the parser. + +### 0.0.5 (05.10.2023) + +- (PLCHome) Implemenmt the force H2. Thanx to radi for suppoting this project! + +### 0.0.4 (04.10.2023) + +- (PLCHome) Removed RFC2217. +- (PLCHome) Changed interval to this.interval. +- (PLCHome) Change the connection procedure to catch the exception. + +### 0.0.3 + +- (PLCHome) initial release + +## License + +MIT License + +Copyright (c) 2023 PLCHome + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/de/adapterref/iobroker.pylontech/media/4p.jpg b/docs/de/adapterref/iobroker.pylontech/media/4p.jpg new file mode 100644 index 000000000..2f1ad6b5d Binary files /dev/null and b/docs/de/adapterref/iobroker.pylontech/media/4p.jpg differ diff --git a/docs/de/adapterref/iobroker.pylontech/media/8p.jpg b/docs/de/adapterref/iobroker.pylontech/media/8p.jpg new file mode 100644 index 000000000..883211238 Binary files /dev/null and b/docs/de/adapterref/iobroker.pylontech/media/8p.jpg differ diff --git a/docs/de/adapterref/iobroker.pylontech/media/battery_stack.JPG b/docs/de/adapterref/iobroker.pylontech/media/battery_stack.JPG new file mode 100644 index 000000000..7badd2ce9 Binary files /dev/null and b/docs/de/adapterref/iobroker.pylontech/media/battery_stack.JPG differ diff --git a/docs/de/adapterref/iobroker.pylontech/media/logo.png b/docs/de/adapterref/iobroker.pylontech/media/logo.png new file mode 100644 index 000000000..385ca4a3d Binary files /dev/null and b/docs/de/adapterref/iobroker.pylontech/media/logo.png differ diff --git a/docs/de/adapterref/iobroker.pylontech/media/rpicom.jpg b/docs/de/adapterref/iobroker.pylontech/media/rpicom.jpg new file mode 100644 index 000000000..19b9b2917 Binary files /dev/null and b/docs/de/adapterref/iobroker.pylontech/media/rpicom.jpg differ diff --git a/docs/de/adapterref/iobroker.ring/README.md b/docs/de/adapterref/iobroker.ring/README.md index 2df713135..ce615de44 100644 --- a/docs/de/adapterref/iobroker.ring/README.md +++ b/docs/de/adapterref/iobroker.ring/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.ring/README.md title: Ringadapter -hash: Y4VqKG2x6vjJ2uLpp4Zd3FM/Smz5DPCI4zYhLSVLzuw= +hash: wBvVgVDQ5C1q5LAueoWqrfBt+F8w8nmPwlZD884QKok= --- ![Logo](../../../en/adapterref/iobroker.ring/admin/ring.png) @@ -15,12 +15,13 @@ hash: Y4VqKG2x6vjJ2uLpp4Zd3FM/Smz5DPCI4zYhLSVLzuw= ![NPM](https://nodei.co/npm/iobroker.ring.png?downloads=true) # Ringadapter -Erfordert Admin v4 und `node 16.x`. - -Der Ring-Adapter funktioniert mit Ring-Geräten wie der Ring Video Doorbell und der Ring Cam und zeigt an, ob jemand an der Tür klingelt oder eine Bewegung erkannt wird. Die Ring Video Doorbell oder Cam sendet einen Videostream, wenn eine Bewegung oder Türklingel erkannt wird. +Der Ring-Adapter funktioniert mit Ring-Geräten wie der Ring Video Doorbell und der Ring Cam und zeigt an, ob jemand an der Tür klingelt oder eine Bewegung erkannt wird. +Die Ring Video Doorbell oder Cam sendet einen Videostream, wenn eine Bewegung oder Türklingel erkannt wird. ## Installation und Konfiguration -Nach der Installation des Adapters müssen Sie Ihre E-Mail-Adresse und Ihr Passwort für Ihr [ring.com](https://ring.com)-Konto sowie einen Token eingeben. Ring erfordert jetzt die Verwendung von Two-Factor Auth (2fa) für alle Konten. Um den Token zu erhalten, gehen Sie bitte in Ihrer Shell wie folgt vor. +Nach der Installation des Adapters müssen Sie Ihren Token eingeben. +Ring erfordert jetzt die Verwendung der Zwei-Faktor-Authentifizierung (2fa) für alle Konten. +Um das Token zu erhalten, gehen Sie bitte in Ihrer Shell wie folgt vor. ```shell npx -p ring-client-api ring-auth-cli @@ -46,19 +47,16 @@ Sie können spezielle Variablen für den Pfad und Dateinamen Ihres Livestreams u ### FAQ #### Ich erhalte keine Ereignisse, Schnappschüsse und Videos zu Bewegungen oder erkannten Personen -Herzlichen Glückwunsch, es ist sehr wahrscheinlich, dass Ihr aktuelles Token per Ring auf eine schwarze Liste gesetzt wurde, sodass Sie die Push-Benachrichtigung, die Sie benötigen, nicht erhalten. -Der beste Weg, dieses Problem zu beheben, besteht darin, alle vorherigen Browser-/Adapter-Tokens auf der Ring-Website zu entfernen und ein neues Token für den Adapter zu erstellen. +Herzlichen Glückwunsch, es ist sehr wahrscheinlich, dass Ihr aktuelles Token per Ring auf eine schwarze Liste gesetzt wurde, wodurch Ihnen die Push-Benachrichtigung verweigert wurde, die Sie benötigen würden. +Der beste Weg, dieses Problem zu beheben, besteht darin, alle vorherigen Browser-/Adapter-Tokens auf der Ring-Website zu entfernen und ein neues Token für den Adapter zu generieren. Damit dieser Adapter ordnungsgemäß auf Ereignisse reagieren kann, muss Ring die Push-Benachrichtigung an die verwendeten [Ring-API-Client](https://github.com/dgreif/ring) senden, damit dieser Adapter darauf reagieren kann. Die Logik in diesem Adapter wurde mehrfach überprüft und funktioniert für viele Benutzer. Wenn also Probleme mit fehlenden Ereignissen auftreten, liegt dies wahrscheinlich nicht an diesem Adapter. ### V3 Breaking Changes neu schreiben -1. Die Gerätenamen wurden um ihre Beschreibung erweitert (z. B. von „Gerät 1234567“) - - zu `Device 1234567 ("Floodlight Garden")`) - +1. Die Gerätenamen wurden um ihre Beschreibung erweitert (z. B. von „Gerät 1234567“ zu „Gerät 1234567 („Floodlight Garden“)“) 2. Snapshot-/Livestream-Daten befinden sich jetzt in einem entsprechenden Kanal, der die anderen Datenpunkte enthält. 3. Das Snapshot-/Livestream-Objekt wurde vom Typ „Meta“ in „Status mit Typ Datei“ geändert. -4. Ereignisse (Bewegung, Klingeln usw.) befinden sich jetzt in einem entsprechenden Kanal. +4. Ereignisse (Bewegung, Klingeln usw.) befinden sich jetzt im jeweiligen Kanal. 5. Da „ring-api“ die Unterstützung für Knoten vor „v16.x“ eingestellt hat, benötigt dieser Adapter „node v16.x“ oder „node v18.x“. 6. Aktive Aktualisierungen werden auf einmal alle 2 Stunden reduziert, da wir Ereignisse abhören/auf sie reagieren. @@ -66,288 +64,237 @@ Damit dieser Adapter ordnungsgemäß auf Ereignisse reagieren kann, muss Ring di Sie können die SIP-Informationen für eine SIP-Videokonferenz mit Ihrem SIP-Client verwenden. Der Adapter stellt nicht alle Ringgeräte bereit, da die verwendete API nicht alle Ringgeräte umfasst. -Sie können beispielsweise den Blink SIP-Client auf [http://icanblink.com/](http://icanblink.com/) verwenden. Um das Video zum Laufen zu bringen, gehen Sie zu Blinks Einstellungen und wechseln Sie unter „Konten“ zur Registerkarte „Medien“ und deaktivieren Sie „Audio und Video verschlüsseln“ unter „RTP-Optionen“. Achten Sie darauf, dass die SIP-Informationen nach einigen Sekunden verfallen! Hoffentlich kann ich bald einen Videostream unterstützen. Leider verfügt [ring.com](https://ring.com) nicht über eine offizielle API, die diese Funktion unterstützt. +Sie können beispielsweise den Blink SIP-Client auf [http://icanblink.com/](http://icanblink.com/) verwenden. +Um das Video zum Laufen zu bringen, gehen Sie zu Blinks Einstellungen und wechseln Sie unter „Konten“ zur Registerkarte „Medien“ und deaktivieren Sie „Audio und Video verschlüsseln“ unter „RTP-Optionen“. +Seien Sie vorsichtig, die SIP-Informationen verfallen nach einigen Sekunden! Hoffentlich kann ich bald einen Videostream unterstützen. +Leider verfügt [ring.com](https://ring.com) nicht über eine offizielle API, die diese Funktion unterstützt. Wenn Sie die `livestream request`-Taste drücken, erhalten Sie neue SIP-Informationen zum Aufbau einer SIP-Videoanrufsitzung. Wenn Sie die [ring.com](https://ring.com) Cloud verwenden, finden Sie unter Verlauf einen http-Link zu Ihrem zuletzt aufgezeichneten Bewegungs-/Türklingelvideo. ## Changelog - -### 5.0.0-alpha.0 (2023-09-16) +### 5.0.0 (2023-10-10) +* (bluefox) migrated the configuration to JSON +* (crocri) many changes for livestream and high-definition screenshots +* (theimo1221) Refactoring and cleanup +### 5.0.0-Beta (2023-10-10) * (crocri) Ding event is now working again for Ring-Intercom * (crocri) auto livestream creation takes now value from config, before fix -* (crocri) snapshot now async, because snapshot and livestream in parallel does not work +* (crocri) snapshot now async, because snapshot and livestream in parallel do not work * (crocri) livestream duration now settable via tree entry will be auto reset via livestream request. * (crocri) two new config entries auto_livestream and auto_snapshot to disable auto creation of livestream and snapshot. * (crocri) some minor corrections to code * (crocri) Removed binary States -* (crocri) Improvements for vis compatibility +* (crocri) Improvements for vis compatibility done * (theimo1221) Refactoring and cleanup -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 4.0.0 (2023-08-22) - * (theimo1221) !!Breaking Change!! From now on Node 18 or 20 is required, Node 16 is not supported anymore -* (theimo1221) Update Ring-Api to V12 which needs Node 18 or 20 -* (theimo1221) Update Packages +* (theimo1221) Updated Ring-Api to v12 which needs Node 18 or 20 +* (theimo1221) Updated Packages ### 3.4.1 (2023-08-06) - * (theimo1221) Compliance to adapter-checker -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) Debounce Doorbell Presses -* (theimo1221) Add Support for cocoa_doorbell_v2 -* (theimo1221) Add Support for stickup_cam_longfin -* (theimo1221) Fix compatibility and recompile +* (theimo1221) Added Support for cocoa_doorbell_v2 +* (theimo1221) Added Support for stickup_cam_longfin +* (theimo1221) Fixed compatibility and recompile ### 3.4.0 (2023-06-09) - -* (theimo1221) Update Packages (which allows node 20 now) +* (theimo1221) Updated Packages (which allows node 20 now) ### 3.3.1 (2023-05-18) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.3.0 (2023-04-02) - -* (theimo1221) Update Packages -* (theimo1221) Device with Type stickup_cam_longfin not yet supported #483 +* (theimo1221) Updated Packages +* (theimo1221) Device with Type stickup_cam_longfin didn't yet support #483 ### 3.2.7 (2023-03-22) - -* (foxriver76) prepare js-controller v5 +* (foxriver76) prepared js-controller v5 ### 3.2.6 (2023-02-18) - -* (theimo1221) Improve behaviour on initial Location load fail -* (theimo1221) Update Packages +* (theimo1221) Improve behavior on initial Location load fail +* (theimo1221) Updated Packages ### 3.2.5 (2023-01-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.2.4 (2022-12-15) - * (theimo1221) #385 Fix for Unlock Request on intercoms ### 3.2.3 (2022-12-15) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #385 Experimental Ring Intercom support ### 3.2.2 (2022-12-02) - -* (theimo1221) #373 Fix event receiving for iobroker instances without unique hostname +* (theimo1221) #373 Fix event receiving for iobroker instances without a unique hostname ### 3.2.1 (2022-12-02) - * (theimo1221) Redeploy ### 3.2.0 (2022-12-02) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #373 Increase logging and change recording order on Doorbell Event ### 3.1.9 (2022-11-20) - * (theimo1221) #395 Resolve Package-lock.json issues ### 3.1.8 (2022-11-20) - -* (theimo1221) Update Packages -* (theimo1221) Compliance to newest ring api version +* (theimo1221) Updated Packages +* (theimo1221) Compliance to the newest ring api version ### 3.1.7 (2022-10-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.6 (2022-10-28) - * (theimo1221) Inline subscription instead of properties for Event observer ### 3.1.5 (2022-10-16) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.4 (2022-10-16) - * (theimo1221) #376 Handling when reconnect fails ### 3.1.3 (2022-10-04) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.2 (2022-09-22) - -* (theimo1221) Update Packages -* (theimo1221) Fix an issue with floodlight control +* (theimo1221) Updated Packages +* (theimo1221) Fixed an issue with floodlight control ### 3.1.1 (2022-08-11) - -* (theimo1221) Improve Doorbell Event Logging +* (theimo1221) Improved Doorbell Event Logging ### 3.1.0 (2022-08-04) - * (bluefox) Allowed to be used with node.js 18 ### 3.0.5 (2022-07-05) - -* (theimo1221) Improve Log Message on failed Snapshots during event handling -* (theimo1221) Add Support for doorbell oyster +* (theimo1221) Improved Log Message on failed Snapshots during event handling +* (theimo1221) Added Support for doorbell oyster ### 3.0.4 (2022-06-17) - -* (theimo1221) Fix Edge Case resulting in lamps being permanently on +* (theimo1221) Fixed Edge Case resulting in lamps being permanently on ### 3.0.3 (2022-06-16) - -* (theimo1221) Implement location mode +* (theimo1221) Implemented location mode ### 3.0.1 (2022-06-08) - * (bluefox) Changed the russian translations ### 3.0.0-beta.13 (2022-05-30) - -* (theimo1221) Prevent missing of events, due to socket drop within ring-api-client -* (theimo1221) Improve device logging readability +* (theimo1221) Prevented missing of events, due to a socket drop within ring-api-client +* (theimo1221) Improved device logging readability ### 3.0.0-beta.12 (2022-05-28) - -* (theimo1221) Fix error in beta.11 in regard to new installations +* (theimo1221) Fixed error in beta.11 in regard to new installations * (theimo1221) Harden Event Handling to prevent rare permanent busy occasions -* (theimo1221) Add support for doorbell device `doorbell_graham_cracker` +* (theimo1221) Added support for doorbell device `doorbell_graham_cracker` ### 3.0.0-beta.11 (2022-05-24) - -* (theimo1221) Add processing of new token provided by ring. +* (theimo1221) Added processing of new token provided by ring. ### 3.0.0-beta.10 (2022-05-24) - -* (theimo1221) Add `lpd_v4` Doorbell +* (theimo1221) Added `lpd_v4` Doorbell ### 3.0.0-beta.9 (2022-05-21) - * (theimo1221) For stability reasons, perform an active refresh every 2 hours. ### 3.0.0-beta.8 (2022-05-17) - -* (theimo1221) Fix writing to iobroker-data/files folder (thx to Apollon) +* (theimo1221) Fixed writing to iobroker-data/files folder (thx to Apollon) ### 3.0.0-beta.7 (2022-05-16) - * (theimo1221) Prevent Crashes on unsupported devices ### 3.0.0-beta.6 (2022-05-16) - * (theimo1221) Record more events (without recording twice) -* (theimo1221) Improve snapshot deleting for initial snapshot after restart +* (theimo1221) Improved snapshot deleting for initial snapshot after restart ### 3.0.0-beta.5 (2022-05-14) - -* (theimo1221) Prevent crashes during installation by clearer enforcing of node 16 +* (theimo1221) Prevented crashes during installation by clearer enforcing of node 16 ### 3.0.0-beta.4 (2022-05-14) - * (theimo1221) Changes in io-package.json for release workflow ### 3.0.0-beta.3 (2022-05-14) - -* (theimo1221) Rewrite V3 (Breaking Changes listed below) -* (theimo1221) Update packages -* (theimo1221) Fix in GitHub release workflow +* (theimo1221) Rewrote V3 (Breaking Changes listed below) +* (theimo1221) Updated packages +* (theimo1221) Fixed in GitHub release workflow ### 2.0.0-beta.3 (2022-02-08) - -* (theimo1221) Fix adapter checker issues +* (theimo1221) Fixed adapter checker issues ### 2.0.0-beta.0 (2022-02-05) - -* (theimo1221) Update packages -* (theimo1221) Add JS-Controller 4.0 dependency +* (theimo1221) Updated packages +* (theimo1221) Added JS-Controller 4.0 dependency * (theimo1221) On ding --> First take snapshot then livestream ### 1.2.8 (2021-10-14) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.6 (2021-09-05) - -* (theimo1221) Update packages -* (theimo1221) Stop adapter on unhandled Error -* (theimo1221) Terminate adapter on invalid ring credentials +* (theimo1221) Updated packages +* (theimo1221) Stopped adapter on unhandled Error +* (theimo1221) Terminated adapter on invalid ring credentials ### 1.2.4-1 (2021-08-12) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.4-0 (2021-08-07) - * (theimo1221) Refactoring -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.3 (2021-07-30) - -* (theimo1221) Update packages -* (theimo1221) Fix compatibility issues with new ring api +* (theimo1221) Updated packages +* (theimo1221) Fixed compatibility issues with new ring api ### 1.2.2 (2021-05-05) - -* (theimo1221) Update packages due to security patches +* (theimo1221) Updated packages due to security patches ### 1.2.1 (2021-04-09) - -* (theimo1221) Bump version +* (theimo1221) Bumped version ### 1.2.0 (2021-04-08) - -* (theimo1221) Add new device type spotlightw as doorbell -* (theimo1221) Update dependencies (ringapi, node-schedule, etc.) +* (theimo1221) Added new device type spotlightw as doorbell +* (theimo1221) Updated dependencies (ringapi, node-schedule, etc.) ### 1.1.6-3 (2021-03-29) - -* (theimo1221) Fix typo preventing Livestream recordings after motion detection -* (theimo1221) Reduce Levels of Log Messages, to not spam iobroker Log +* (theimo1221) Fixed typo preventing Livestream recordings after motion detection +* (theimo1221) Reduced Levels of Log Messages, to not spam iobroker Log ### 1.1.6-2 (2021-03-29) - * (theimo1221) Fixing some Issues while saving snapshots and place Snapshots within 'iobroker-data' Folder. ### 1.1.6-1 (2021-03-26) - * (theimo1221) Support for Floodlight V2 * (theimo1221) Control Floodlight by Switch ### 1.1.5 (04.11.2020) - -* (Stübi) Add floodlight +* (Stübi) Added floodlight ### 1.1.4 (23.05.2020) - -* (Stübi) Add new libraries +* (Stübi) Added new libraries ### 1.1.3 (06.05.2020) - * (Stübi) Fixed error of missing objects ### 1.1.2 (02.05.2020) - * (Stübi) Fixed health info like missing battery status (Issue #22, Issue #25) * (Stübi) Change error handling * (Stübi) Providing Stick Up Cam (BETA) * (Stübi) Using variables in the filename of the livestream or snapshot ### 1.1.1 (02.05.2020) - * (Stübi) Bugfixing * (Stübi) User can enable/disable external sentry logging ### 1.1.0 (01.05.2020) - * (Stübi) Node 10 is now required, Node 12 recommended. If you use Node 8 or less, the adapter will stop immediately. * (Stübi) Tested with js-controller 3. I recommend using js-controller 3 or higher because of sentry logging and more features in the future @@ -356,61 +303,47 @@ Wenn Sie die [ring.com](https://ring.com) Cloud verwenden, finden Sie unter Verl * (Stübi) Old snapshots and livestreams can be deleted on the filesystem * (Stübi) Sentry logging added * (Stübi) Small improvements and bugfixing -* (Stübi) Add a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) +* (Stübi) Added a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) ### 1.0.7 (24.12.2019) - * (Stübi) Bugfixing ### 1.0.6 (20.12.2019) - * (Stübi) Bugfixing: Login with username and password changed -* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately the - snapshot / livestream does not work always! +* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately, the snapshot / livestream does not always work! ### 1.0.5 (18.04.2019) - * (Stübi) Bugfixing * (Stübi) Using new API. With this API livestreaming and snapshots are possible (work still in progress and not supported in this version) * (Stübi) Fixed an error with js-controller 2.0. You need at least this version with js-controller 2.0 -* (Stübi) two face authentication +* (Stübi) Added two factory authentications ### 1.0.4 (17.04.2019) - * (Stübi) Bugfixing for Ring Pro ### 1.0.3 (09.03.2019) - -* (Stübi) Major change! I had to change the used ring.com API to an other API. The old one did not work anymore. For - this reason, a lot has to be redesigned. +* (Stübi) Major change! I had to change the used ring.com API to another API. The old one did not work anymore. For this reason, a lot has to be redesigned. ### 1.0.2 (01.02.2019) - * (Stübi) More debug information ### 1.0.1 (05.01.2019) - * (Stübi) Support js-controller compact mode ### 1.0.0 (04.01.2018) - -* (Stübi) Add camera device. For this reason, the device name changed from doorbot to doorbell. +* (Stübi) Added a camera device. For this reason, the device name changed from doorbot to doorbell. ### 0.1.3 (20.12.2018) - * (Stübi) Update error handling ### 0.1.2 (17.12.2018) - * (Stübi) Update error handling ### 0.1.1 (15.12.2018) - * (Stübi) Improvements ### 0.1.0 (14.12.2018) - * (Stübi) First Version ## License diff --git a/docs/de/adapterref/iobroker.robonect/README.md b/docs/de/adapterref/iobroker.robonect/README.md index 3cfa2f3c3..2c2bab043 100644 --- a/docs/de/adapterref/iobroker.robonect/README.md +++ b/docs/de/adapterref/iobroker.robonect/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.robonect/README.md title: ioBroker.robonect -hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= +hash: 842IM/hSQUSnl0BAa8+OBHGQy13DqPRK5+0t+11FGLE= --- # IoBroker.robonect ![Logo](../../../en/adapterref/iobroker.robonect/admin/robonect.png) @@ -26,6 +26,10 @@ Dies ist ein ioBroker-Adapter für Ihren Robonect HX-fähigen Rasenmäher. * Für jede API-Anfrage ist es möglich, das Abfrageintervall (Status oder Info) zu wählen oder überhaupt keine Abfrage durchzuführen. * Push-Dienst: Wenn aktiviert, wählen Sie die IP-Adresse und den Port aus, auf die der Adapter hören soll. +### Passwort für Robonect +Für Versionen vor v1.3.0 war ein einfaches Passwort erforderlich, das nur Klein- und Großbuchstaben sowie Zahlen enthielt. +Ab Version 1.3.0 wurden sichere Passwörter durch die Implementierung der HTTP-Basisauthentifizierung möglich. + ### Push-Dienst Das Robonect-Modul verfügt über eine Konfigurationsoption namens „Push Service“ – es sendet Statusinformationen abhängig von einigen konfigurierbaren Ereignissen. Bei Aktivierung erhält der Adapter Push-Benachrichtigungen, wenn eines der Ereignisse eintritt. Wenn diese Option aktiviert ist, können Sie wesentlich längere Abfrageintervalle als die Standardeinstellungen verwenden (z. B. 6-12 Stunden für Status und 24 Stunden für Informationen). @@ -55,6 +59,27 @@ Es ist möglich, die Erweiterungen GPIO 1, GPIO 2, OUT 1 und OUT 2 des Robonect- ### Work in progress * Add timePickers to Admin UI for rest times as soon as they work properly +### 1.3.3 (2023-10-04) + +* (grizzelbee) Chg: massive code refactoring +* (grizzelbee) Fix: Fixed false error message when PushService is listening to all IPv4 or IPv6 addresses +* (grizzelbee) Chg: Forcing pollType info for pushService when enabled it's enabled in config + +### 1.3.2 (2023-10-04) + +* (grizzelbee) Fix: Switching of extensions works now +* (grizzelbee) Fix: Fixed false error message when switching extensions + +### 1.3.1 (2023-10-02) + +* (grizzelbee) Chg: removed unnecessary Info log entries + +### 1.3.0 (2023-10-02) + +* (grizzelbee) Chg: [#28](https://github.com/Grizzelbee/ioBroker.robonect/issues/28) Changed authentication method from URL-Encoding to basic authentication +* (grizzelbee) Chg: [#27](https://github.com/Grizzelbee/ioBroker.robonect/issues/27) Improved error handling +* (grizzelbee) Upd: Dependencies got updated + ### 1.2.0 (2023-09-22) * (mcm1957) Fix: Adapter requires NodeJs >= 16.0.0 diff --git a/docs/de/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png b/docs/de/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png new file mode 100644 index 000000000..b4146c0e6 Binary files /dev/null and b/docs/de/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png differ diff --git a/docs/de/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png b/docs/de/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png new file mode 100644 index 000000000..83317f061 Binary files /dev/null and b/docs/de/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png differ diff --git a/docs/de/adapterref/iobroker.senec/README.md b/docs/de/adapterref/iobroker.senec/README.md index 98a7272f3..e5c234e23 100644 --- a/docs/de/adapterref/iobroker.senec/README.md +++ b/docs/de/adapterref/iobroker.senec/README.md @@ -113,39 +113,8 @@ Falls zu einem State keine Dokumentation vorhanden ist, jemand aber weiß, was d *Nur lesbarer boolscher Wert, welcher true ist, wenn die Verbindung zwischen ioBroker und Senec.Home hergestellt ist.* #### Channel: _calc -Dieser Kanal enthält berechnete Werte. Aktuell sind dies Tages-/Wochen-/Monats-/Jahres-Werte zu bestimmten Datenpunkten. +Dieser Kanal enthielt berechnete Werte. Nicht mehr versorgt, da STATISTIC nicht mehr verfügbar. -* xxx.refDay/Week/Month/Year - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Änderbare Zahl, die angibt, für welchen Tag/Woche/Monat/Jahr die Daten gelten.* - -* xxx.refValue/Week/Mont/Year - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Änderbare Zahl, die angibt, was der Referenzwert zur Berechnung des aktuellen Wertes ist.* - -* xxx.today/week/month/year - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Änderbare Zahl, die den aktuellen Wert für Tag/Woche/Monat/Jahr des entspr. Datenpunkts repräsentiert.* - -* xxx.yesterday/lastWeek/lastMonth/lastYear - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Änderbare Zahl, die den vorangegangenen Wert für Tag/Woche/Monat/Jahr des entspr. Datenpunkts repräsentiert.* #### Channel: BMS @@ -480,55 +449,8 @@ Dieser Kanal enthält berechnete Werte. Aktuell sind dies Tages-/Wochen-/Monats- *Nur lesbare Zeichenkette, die den Zustand des Systems in Klartext angibt. Leider liegen uns nur die original Senec-Texte in Deutsch vor.* #### Channel: STATISTIC - -* STAT_DAY_BAT_CHARGE - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Nur lesbare Zahl, die angibt, wieviele kWh heute in der Batterie gespeichert wurden.* - -* STAT_DAY_BAT_DISCHARGE - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Nur lesbare Zahl, die angibt, wieviele kWh heute aus der Batterie entnommen wurden.* - -* STAT_DAY_E_GRID_EXPORT - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Nur lesbare Zahl, die angibt, wieviele kWh heute ins Netz eingespeist wurden.* - -* STAT_DAY_E_GRID_IMPORT - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Nur lesbare Zahl, die angibt, wieviele kWh heute aus dem Netz bezogen wurden.* - -* STAT_DAY_E_HOUSE - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Nur lesbare Zahl, die den heutigen Hausverbrauch in kWh angibt.* - -* STAT_DAY_E_PV - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Nur lesbare Zahl, die angibt, wieviele kWh heute von der PV Anlage produziert wurden.* - +Existiert nicht mehr + #### Channel: SYS_UPDATE @@ -600,6 +522,15 @@ Dieser Kanal enthält berechnete Werte. Aktuell sind dies Tages-/Wochen-/Monats- *Nur lesbarer Text, die die Seriennummern der evtl. vorhandenen Wallboxen 0-3 angibt.* ## Changelog +### 1.6.7 (NoBl) +* Added option to turn off local polling. + +### 1.6.6 (NoBl) +* Node 16 required +* Bugfixes +* Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File +* Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT + ### 1.6.5 (NoBl) * Added AllTime Statistics (trigger initial calculations in adapter settings) * https is now default for new instances diff --git a/docs/de/adapterref/iobroker.shelly/README.md b/docs/de/adapterref/iobroker.shelly/README.md index 5ed3f1d3e..0874073b5 100644 --- a/docs/de/adapterref/iobroker.shelly/README.md +++ b/docs/de/adapterref/iobroker.shelly/README.md @@ -59,7 +59,13 @@ Fragen? Schaue zuerst in die [FAQ](faq.md)! Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> + +### **WORK IN PROGRESS** + +* (theimo1221) More Shelly TRV Datapoints + ### 6.4.5 (2023-09-26) + * (klein0r) Added Shelly Pro Dual Cover/Shutter PM * (klein0r) Added Shelly Pro 3 EM 400A * (JuniperChris929) Added support of Shelly Plus 1 Mini + Shelly Plus 1 PM Mini diff --git a/docs/de/adapterref/iobroker.snmp/README.md b/docs/de/adapterref/iobroker.snmp/README.md index 665006853..5e3114ed7 100644 --- a/docs/de/adapterref/iobroker.snmp/README.md +++ b/docs/de/adapterref/iobroker.snmp/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.snmp/README.md title: ioBroker.snmp -hash: 1yP7vs9Mt7Gbp38LPAz5h80gqOA17FztE1p7MD0niAQ= +hash: 5fWBjXvIrO/ZnPzJQv6aytMx8BLt5umK8be2edSHF7M= --- ![Logo](../../../en/adapterref/iobroker.snmp/admin/snmp.png) @@ -11,7 +11,7 @@ hash: 1yP7vs9Mt7Gbp38LPAz5h80gqOA17FztE1p7MD0niAQ= ![Downloads](https://img.shields.io/npm/dm/iobroker.snmp.svg) ![GitHub-Repo-Größe](https://img.shields.io/github/repo-size/iobroker-community-adapters/ioBroker.snmp) ![GitHub-Commit-Aktivität](https://img.shields.io/github/commit-activity/m/iobroker-community-adapters/ioBroker.snmp) -![GitHub-Commits seit letztem Release (nach Datum)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.snmp/latest) +![GitHub-Commits seit der letzten Veröffentlichung (nach Datum)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.snmp/latest) ![GitHub letzter Commit](https://img.shields.io/github/last-commit/iobroker-community-adapters/ioBroker.snmp) ![GitHub-Probleme](https://img.shields.io/github/issues/iobroker-community-adapters/ioBroker.snmp) ![NPM-Version](http://img.shields.io/npm/v/iobroker.snmp.svg) @@ -19,139 +19,163 @@ hash: 1yP7vs9Mt7Gbp38LPAz5h80gqOA17FztE1p7MD0niAQ= ![Anzahl der Installationen](https://iobroker.live/badges/snmp-installed.svg) # IoBroker.snmp -[![Übersetzungsstatus](https://weblate.iobroker.net/widgets/adapters/-/snmp/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)

**Version:**

**Tests:**
[![Test und Freigabe](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml) [![CodeQL](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml) +[![Übersetzungsstatus](https://weblate.iobroker.net/widgets/adapters/-/snmp/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)

**Version:**

**Tests:**
[![Test und Veröffentlichung](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml) [![CodeQL](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml) -##Wache -**Dieser Adapter verwendet Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden.** Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin-Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry-Berichte werden ab js-controller 3.0 verwendet. +## Wachposten +**Dieser Adapter verwendet Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden.** Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin-Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry Reporting wird ab js-controller 3.0 verwendet. ## Die Info -Dieser Adapter kann verwendet werden, um Informationen von Geräten wie Druckern, Netzwerkgeräten usw. über das SNMP-Protokoll abzurufen. +Mit diesem Adapter können Informationen von Geräten wie Druckern, Netzwerkgeräten usw. mithilfe des SNMP-Protokolls abgefragt werden. + +## Adapter-Konfiguration +Der Adapter fragt angegebene Oids ab, die in Oid-Gruppen gruppiert sind, die wiederum Geräten zugewiesen sind. Die Konfigurationsdaten werden auf mehreren Registerkarten eingegeben. Der Adapter unterstützt IPv4- und IPv6-Verbindungen. + +Einzelheiten finden Sie in der unten aufgeführten Dokumentation. + +## Dokumentation +[Englische Dokumentation](docs/en/snmp.md)
[deutsche Dokumentation](docs/de/snmp.md)
[Russische Dokumentation](docs/ru/snmp.md) ## __IN ARBEIT__ --> -### 2.4.7 (2023-04-12) -* (McM1957) geändert: Mehrere externe Module einschließlich net-snmp wurden aktualisiert +### 2.4.11 (13.07.2023) +* (McM1957) Node-net-snmp wurde aktualisiert, um die uint32-Verarbeitung zu verbessern (#282) +* (McM1957) Mehrere andere Abhängigkeiten wurden aktualisiert + +### 2.4.10 (08.07.2023) +* (McM1957) Ein weiterer Tippfehler bei der Fehlerausgabe wurde behoben -### 2.4.6 (2023-03-26) -* (McM1957) Behoben: SNMP-Set funktionierte nicht für Zahlenwert 0 (#240) +### 2.4.9 (05.07.2023) +* (McM1957) Eine Option zum Deaktivieren des Schließens der Lesesitzung im Fehlerfall wurde hinzugefügt. +* (McM1957) Die Protokollierung im Fehlerfall wurde verbessert, wenn das Debug-Protokoll aktiviert ist. -### 2.4.5 (2023-03-20) +### 2.4.8 (04.07.2023) +* (McM1957) behoben: UDP-Ports gingen während der Fehlerbehandlung verloren (#282) +* (McM1957) behoben: Falsche toString()-Syntax verursachte mehrere Probleme, z. B. fehlende Fehlerausgabe (#283) +* (McM1957) Abhängigkeiten wurden aktualisiert + +### 2.4.7 (12.04.2023) +* (McM1957) geändert: Mehrere externe Module, einschließlich Net-SNMP, wurden aktualisiert + +### 2.4.6 (26.03.2023) +* (McM1957) Behoben: Die SNMP-Einstellung funktionierte nicht für den numerischen Wert 0 (#240) + +### 2.4.5 (20.03.2023) * (McM1957) Behoben: SNMPv3-Absturz bei Verwendung der SHA-Authentifizierung (#236) -### 2.4.4 (2023-03-03) -* (McM1957) Behoben: Absturz von Sentry gemeldet (#235) +### 2.4.4 (03.03.2023) +* (McM1957) Behoben: Absturz vom Wachposten gemeldet (#235) -### 2.4.3 (2023-03-01) +### 2.4.3 (01.03.2023) * (McM1957) Übersetzungen und Abhängigkeiten wurden aktualisiert. -### 2.4.2 (2023-02-25) +### 2.4.2 (25.02.2023) * (McM1957) Ein von Sentry gemeldetes Problem wurde behoben. (#230) -### 2.4.1 (2023-02-22) -* (McM1957) Ein Fehler bei Konfigurationsseiten wurde behoben. (#228) +### 2.4.1 (22.02.2023) +* (McM1957) Ein Fehler auf den Konfigurationsseiten wurde behoben. (#228) -### 2.4.0 (2023-02-21) -* (McM1957) Unterstützung zum Schreiben von Daten in OIDs wurde implementiert. (#150) -* (McM1957) Große Teile des Codes wurden neu geschrieben, um OID-Schreiben zu unterstützen. +### 2.4.0 (21.02.2023) +* (McM1957) Unterstützung zum Schreiben von Daten in Oids wurde implementiert. (#150) +* (McM1957) Große Teile des Codes wurden neu geschrieben, sodass das OID-Schreiben unterstützt wird. * (McM1957) Zustände, die Typinformationen enthalten, können jetzt deaktiviert werden. (#218) -* (McM1957) Zustände, die den Online- und Fehlerstatus von Geräten anzeigen, wurden hinzugefügt. Der Status „online“ wurde in den Ordner info verschoben. -* (McM1957) Der Gerätestatus wird jetzt in der Objektansicht mit Farbe und Symbolen angezeigt. -* (McM1957) Der Datentyp „automatisch“ wurde zum Datentyp-Selektor für oid-Zustände hinzugefügt. +* (McM1957) Zustände, die den Online- und Fehlerstatus von Geräten anzeigen, wurden hinzugefügt. Der Status „online“ wurde in den Ordner „Info“ verschoben. +* (McM1957) Der Gerätestatus wird jetzt in der Objektansicht anhand von Farben und Symbolen angezeigt. +* (McM1957) Der Datentyp „automatisch“ wurde zur Datentypauswahl für OID-Zustände hinzugefügt. * (McM1957) Ein von Sentry gemeldetes Problem wurde behoben. (#224) -* (McM1957) Ein fehlerhaftes Setzen von ack-Flags wurde korrigiert. (#225) -* (McM1957) Unterstützung für sha224-, sha256-, sha384- und sha512-Nachrichtenauthentifizierung wurde hinzugefügt (#210) +* (McM1957) Eine falsche Einstellung der Bestätigungsflags wurde korrigiert. (#225) +* (McM1957) Unterstützung für die Nachrichtenauthentifizierung sha224, sha256, sha384 und sha512 wurde hinzugefügt (#210) -### 2.3.0 (2022-12-13) +### 2.3.0 (13.12.2022) * (McM1957) Unterstützung für die Verwendung nativer Datentypen für Zustände hinzugefügt. (#143) -* (McM1957) Unterstützung wurde hinzugefügt, um binäre OID-Daten als json zu speichern. (#188) +* (McM1957) Unterstützung zum Speichern binärer OID-Daten als JSON wurde hinzugefügt. (#188) * (McM1957) Falsche Einstellung des Schreibmodus wurde behoben. (#191) * (McM1957) Tabellen in der deutschen Dokumentation wurden korrigiert. (#192) -* (McM1957) Das Benennen eines Oids mit dem reservierten Namen 'online' wurde blockiert. (#203) -* (McM1957) Einige Änderungen in Bezug auf die Codequalität wurden implementiert. (#201, #190) +* (McM1957) Das Benennen eines OID mit dem reservierten Namen „online“ wurde blockiert. (#203) +* (McM1957) Einige Änderungen im Zusammenhang mit der Codequalität wurden implementiert. (#201, #190) -### 2.2.1 (2022-10-18) -* (McM1957) Fehler in io-package.json behoben. +### 2.2.1 (18.10.2022) +* (McM1957) Ein Fehler in io-package.json wurde behoben. * (McM1957) Ukrainische Übersetzungen wurden hinzugefügt. -### 2.2.0 (2022-10-18) -* (McM1957) Das Kompatibilitäts-Flag ist jetzt veraltet und wird in zukünftigen Versionen entfernt. Bitte ggf. Config anpassen. +### 2.2.0 (18.10.2022) +* (McM1957) Das Kompatibilitätsflag ist jetzt veraltet und wird in zukünftigen Versionen entfernt. Bitte passen Sie die Konfiguration bei Bedarf an. * (McM1957) SNMP V3-Unterstützung wurde hinzugefügt (#71) * (McM1957) Unterstützung für IPv6 wurde hinzugefügt (#138) -* (McM1957) Code wurde wie von eslint vorgeschlagen bereinigt +* (McM1957) Der Code wurde wie von eslint vorgeschlagen bereinigt * (McM1957) Basismodule wurden auf aktuelle Versionen aktualisiert * (McM1957) Dokumentation wurde aktualisiert (en, de, ru) -### 2.1.10 (2022-09-22) -* (McM1957) Validierung von OID und Gerätenamen wurde verbessert, Absturz wurde von Sentry gemeldet (#169) +### 2.1.10 (22.09.2022) +* (McM1957) Die Validierung von OID und Gerätenamen wurde verbessert, Absturz wurde vom Wachposten gemeldet (#169) -### 2.1.9 (2022-09-13) -* (McM1957) Unterstützung für (IPv4) Domainnamen wurde neu hinzugefügt (#165) -* (McM1957) Geräte ohne aktive OID verursachen keinen schwerwiegenden Fehler mehr, sondern melden nur noch eine Warnung (#155) -* (McM1957) Timerwerte werden nun strenger validiert (#156, #164) +### 2.1.9 (13.09.2022) +* (McM1957) Unterstützung für (IPv4)-Domänennamen wurde erneut hinzugefügt (#165) +* (McM1957) Geräte ohne aktives OID verursachen keinen schwerwiegenden Fehler mehr, sondern protokollieren nur noch eine Warnung (#155) +* (McM1957) Timerwerte werden jetzt strenger validiert (#156, #164) * (McM1957) Einige von Sentry gemeldete Abstürze wurden behoben (#167) -* (McM1957) externe Pakete wurden von dependentabot aktualisiert +* (McM1957) Externe Pakete wurden von Dependabot aktualisiert -### 2.1.8 (2022-09-08) -* (McM1957) HOTFIX: Parameter "community" wurde beim Update auf Version v2.x.x von früheren Releases nicht migriert. (#163) +### 2.1.8 (08.09.2022) +* (McM1957) HOTFIX: Der Parameter „Community“ wurde beim Update auf Version v2.x.x von früheren Versionen nicht migriert. (#163) -### 2.1.7 (2022-08-27) -* (McM1957) Dokumentation in README.md wurde aktualisiert (#133) +### 2.1.7 (27.08.2022) +* (McM1957) Die Dokumentation in README.md wurde aktualisiert (#133) -### 2.1.6 (2022-08-19) +### 2.1.6 (19.08.2022) * (McM1957) Einige von Sentry gemeldete Probleme wurden behoben (#151, #152) -### 2.1.5 (2022-08-11) -* (McM1957) Die Funktionalität der Option "optional" wurde wiederhergestellt. (#147) +### 2.1.5 (11.08.2022) +* (McM1957) Die Funktionalität der Option „optional“ wurde wiederhergestellt. (#147) -### 2.1.4 (2022-08-08) -* (McM1957) HOTFIX - Ein Systemabsturz bei SNMP v1 Fehlern wurde behoben (#145) +### 2.1.4 (08.08.2022) +* (McM1957) HOTFIX – Ein Systemabsturz bei SNMP v1-Fehlern wurde behoben (#145) -### 2.1.3 (2022-08-07) +### 2.1.3 (07.08.2022) * (McM1957) Eine neue Option zur Steuerung der Anzahl von OIDs innerhalb einer einzelnen Anfrage wurde hinzugefügt, um TOOBIG-Fehler zu vermeiden (#72) -### 2.1.2 (2022-08-02) -* (McM1957) Konvertierung von Floatingpoint-Werten wurde korrigiert (#16) +### 2.1.2 (02.08.2022) +* (McM1957) Konvertierung von Gleitkommawerten wurde korrigiert (#16) -### 2.1.1 (2022-08-01) +### 2.1.1 (01.08.2022) * (McM1957) Einige externe Pakete wurden aktualisiert -### 2.1.0 (2022-07-30) +### 2.1.0 (30.07.2022) * (McM1957) net-snmp wurde auf Version 3.8.2 aktualisiert * (McM1957) Unterstützung für SNMP v2c wurde hinzugefügt (#116) -* (McM1957) Der Qualitätsmarker von Zustandsobjekten wird im Fehler- oder Zeitüberschreitungsfall verwendet -* (McM1957) Der OID-Marker 'Optional' wurde implementiert. Dieser Marker unterdrückt Fehler bei nicht immer verfügbaren OIDs. (#116) +* (McM1957) Der Qualitätsmarker von Zustandsobjekten wird im Falle eines Fehlers oder einer Zeitüberschreitung verwendet +* (McM1957) Der OID-Marker „Optional“ wurde implementiert. Dieser Marker unterdrückt Fehler für OIDs, die nicht immer verfügbar sind. (#116) * (McM1957) Unterstützung für Counter64-OIDs wurde hinzugefügt. (#57) -* (McM1957) Die von der SNMP-Kommunikation zurückgegebenen Daten werden jetzt detaillierter protokolliert. +* (McM1957) Die von der SNMP-Kommunikation zurückgegebenen Daten werden jetzt mit mehr Details protokolliert. * (McM1957) Der Kompaktmodus wurde aktiviert. (#20) -* (McM1957) Bekannte Einschränkung: derzeit werden nur SNMP V1 und SNMP V2c unterstützt. -* (McM1957) Bekannte Einschränkung: OID-Attribut schreibbar ist noch nicht implementiert. +* (McM1957) Bekannte Einschränkung: Derzeit werden nur SNMP V1 und SNMP V2c unterstützt. +* (McM1957) Bekannte Einschränkung: Das beschreibbare OID-Attribut ist noch nicht implementiert. -### 2.0.1 (2022-07-22) -* (McM1957) Fehlerhafte Behandlung des Kompatibilitätsmodus-Flags wurde korrigiert (#135) -* (McM1957) Protokollierung von Fehlern bei ungültigen OIDs korrigiert (#134) +### 2.0.1 (22.07.2022) +* (McM1957) Fehlerhafte Handhabung des Kompatibilitätsmodus-Flags wurde korrigiert (#135) +* (McM1957) Protokollierung von Fehlern für ungültige OIDs korrigiert (#134) -### 2.0.0 (2022-07-21) +### 2.0.0 (21.07.2022) * WICHTIG: Diese Version wird die Konfigurationsstrukturen ändern! Bitte sichern Sie Ihre Konfiguration, bevor Sie mit der Installation beginnen. -Die Installation wird versuchen, die alte Konfiguration zu konvertieren - aber es ist nicht garantiert, dass sie in allen Fällen erfolgreich ist. +Die Installation wird versuchen, die alte Konfiguration zu konvertieren – es kann jedoch nicht garantiert werden, dass dies in allen Fällen gelingt. * (McM1957) Viele Teile des Codes wurden neu geschrieben -* (McM1957) Der Adapter verwendet jetzt die admin5-Schnittstelle -* (McM1957) Timerwerte können jetzt pro Gerät unterschiedlich eingestellt werden (#105) -* (McM1957) Das Ändern der Reihenfolge der Konfigurationseinträge zerstört keine Daten mehr (#15) -* (McM1957) Zustandsobjekte für Geräte können jetzt benannt werden. Das alte Verhalten ist optional verfügbar. -* (McM1957) Bekannte Einschränkung: derzeit wird nur SNMP V1 unterstützt. +* (McM1957) Der Adapter verwendet jetzt die Admin5-Schnittstelle +* (McM1957) Timer-Werte können jetzt pro Gerät unterschiedlich eingestellt werden (#105) +* (McM1957) Durch Ändern der Reihenfolge der Konfigurationseinträge werden keine Daten mehr zerstört (#15) +* (McM1957) Statusobjekte für Geräte können jetzt benannt werden. Das alte Verhalten ist optional verfügbar. +* (McM1957) Bekannte Einschränkung: Derzeit wird nur SNMP V1 unterstützt. * (McM1957) Bekannte Einschränkung: OID-Attribute optional und beschreibbar sind noch nicht implementiert. -### 1.0.0 (2022-03-21) +### 1.0.0 (21.03.2022) * WICHTIG: Diese Version wird die Objektstrukturen ändern! * (McM1957) Latenz für die Aktualisierung von info.connection wurde reduziert -* (McM1957) Exzessive Fehlerprotokollierung wenn Ziel nicht erreichbar ist wurde optimiert -* (McM1957) Zusätzliches Online-Objekt auf der IP-Basis, um anzuzeigen, dass das Ziel erreichbar ist, wurde hinzugefügt +* (McM1957) Übermäßige Fehlerprotokollierung, wenn das Ziel nicht erreichbar ist, wurde optimiert +* (McM1957) Es wurde ein zusätzliches Online-Objekt auf der IP-Basis hinzugefügt, um anzuzeigen, dass das Ziel erreichbar ist * (McM1957) Wenn OIDs unterschiedliche Communities für ein Gerät angeben, wird eine Warnung ausgegeben -* (Apollon77) Sentry für Absturzmeldungen wurde hinzugefügt +* (Apollon77) Wache zur Absturzmeldung wurde hinzugefügt ### 0.5.0 * (Marcolotti) Dokumentation hinzufügen (de,en,ru) @@ -167,50 +191,6 @@ Die Installation wird versuchen, die alte Konfiguration zu konvertieren - aber e * (Bluefox) Refactoring * (Marcolotti) Erstveröffentlichung -## Adapter-Konfiguration -Der Adapter fragt bestimmte OIDs ab, die in OID-Gruppen gruppiert sind, die wiederum Geräten zugewiesen sind. Die Konfigurationsdaten werden auf mehreren Registerkarten eingegeben: - -### TAB OID-Gruppen -Hier geben Sie alle OIDs an, die vom Adapter abgefragt werden sollen, ein OID pro Zeile. - -| Parameter | Geben Sie | ein Beschreibung | Kommentar | -|---------------|-------------|-----------------------------------|-------------------------------------| -| aktiv | boolesch | wenn auf true gesetzt, wird OID verwendet | kann verwendet werden, um eine einzelne OID | zu deaktivieren | -| OID-Gruppe | Text | Name der OID-Gruppe | wird verwendet, um die Gruppe dem Gerät | zuzuweisen | -| OID-Name | Text | Name, der der OID | zugeordnet ist wird verwendet, um den Datenpunkt | zu benennen | -| OID | Text | oid-Zeichenfolge (1.2.3.4.) | oid-Zeichenfolge, wie vom Gerätehersteller angegeben | -| beschreibbar | boolesch | sollte auf true gesetzt werden, wenn OID beschreibbar ist | reserviert für zukünftige Verwendung | -| optional | boolesch | sollte auf true gesetzt werden, wenn OID optional ist | wenn auf true gesetzt, wird kein Fehler ausgelöst, wenn oid unbekannt ist | - -### TAB-Gerät -Hier legen Sie fest, welche Geräte abgefragt werden sollen. - -| Parameter | Geben Sie | ein Beschreibung | Kommentar | -|---------------|-------------|-----------------------------------|-------------------------------------| -| aktiv | boolesch | wenn auf true gesetzt, wird das Gerät verwendet | kann verwendet werden, um ein einzelnes Gerät zu deaktivieren | -| Name | Text | Name des Geräts | wird verwendet, um Namen von Datenpunkten zu erstellen | -| IP-Adresse | Text | IP-Adresse (IPv4 oder IPv6) mit optionaler Portnummer | HINWEIS: derzeit wird nur IPv4 unterstützt | -| OID-Gruppe | Text | Auf der Registerkarte IOD-Gruppen | angegebene OID-Gruppe Eine OID-Gruppe kann mehr als einem Gerät zugeordnet werden | | -| SNMP-Version | wählen Sie | Zu verwendende SNMP-Version | HINWEIS: SNMPv3 wird noch nicht unterstützt | -| Community (v1, v2c) oder Auth-ID (v3) | Text | Community für SNMP v1 oder V2c, Autorisierungsgruppe für SNMP v3 | HINWEIS: SNMPv3 wird noch nicht unterstützt | -| Zeitüberschreitung (Sek.) | Nummer | Verarbeitungszeitüberschreitung in Sekunden | | -| Wiederholung (Sek.) | Zahl | Wiederholungsintervall in Sekunden | | -| Abfrage (Sek.) | Zahl | Abfrageintervall in Sekunden | | - -### TAB-Autorisierung -Diese Registerkarte enthält SNMP V3-Autorisierungsinformationen. Bitte beachten Sie, dass SNMP V3 noch nicht implementiert ist. - -| Parameter | Geben Sie | ein Beschreibung | Kommentar | -|---------------|-------------|-----------------------------------|-------------------------------------| - -### TAB-Optionen -Hier legen Sie einige allgemeine Optionen fest - -| Parameter | Geben Sie | ein Beschreibung | Kommentar | -|---------------|-------------|-----------------------------------|-------------------------------------| -| Paketgröße | Ganzzahl | maximale Anzahl von OIDs, die innerhalb einer einzigen Anfrage gesendet werden | reduzieren Sie diesen Wert bei TOOBIG-Fehlern | -| Kompatibilitätsmodus | boolesch | wenn diese Option aktiviert ist, basieren die Datenpunktnamen auf der IP-Adresse | HINWEIS: veraltet - nicht mehr verwenden. Dieses Flag funktioniert nicht mit IPv6-Adressen. Kann in zukünftigen Versionen entfernt werden. | - ## Changelog +### **ARBEIT IN ARBEIT** --> ## Changelog +### 3.0.0 (2023-10-09) +* (udondan) Added support for the playing Sonos playlists (added new state `playlist_set`) +* (bluefox) The minimal node.js version is 16 + +### 2.3.3 (2023-09-21) +* (foxriver76) fixed cover url + +### 2.3.2 (2023-09-20) +* (foxriver76) store the cover file in files instead of binary states + +### 2.3.1 (2023-03-22) +* (Apollon77) Prepare for future js-controller versions + ### 2.3.0 (2023-01-11) * (Standarduser & Jey-Cee) Added new states `favorites_list_html` and `queue_html with covers` * (Standarduser) Changed default album art if no cover was found diff --git a/docs/de/adapterref/iobroker.tado/README.md b/docs/de/adapterref/iobroker.tado/README.md index 59ac164c5..2212f6f31 100644 --- a/docs/de/adapterref/iobroker.tado/README.md +++ b/docs/de/adapterref/iobroker.tado/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.tado/README.md title: ioBroker.tado -hash: u6RHwdGE8h+6GmwqJEo0/eXOOBqw568qHzRfz6s4tKk= +hash: fxDUb+ewLgqw9B7cs1nMbtDhciGpVjNg8zxzfTyb2bY= --- # IoBroker.tado @@ -35,7 +35,7 @@ tado° sorgt für ein angenehmes und gesundes Klima und spart gleichzeitig bis z | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.openWindowDetectionEnabled | Erkennung offener Fenster am Thermostat aktivieren/deaktivieren | | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.timeoutInSeconds | Timeout, wie lange Thermostate ausgeschaltet werden, wenn ein offenes Fenster erkannt wird | | tado.[x].[yyyyyy].Rooms.[z].activateOpenWindow | Thermostate ausschalten, wenn ein offenes Fenster erkannt wird (funktioniert nur, wenn der Thermostat ein offenes Fenster erkennt) | -| tado.[x].[yyyyyy].Home.state.presence | Heim- oder Abwesenheitsmodus einstellen | +| tado.[x].[yyyyyy].Home.state.presence | Stellen Sie den Modus ZUHAUSE, ABWESEND oder AUTO ein | | tado.[x].[yyyyyy].Home.masterswitch | Alle Geräte ein-/ausschalten | | tado.[x].[yyyyyy].Rooms.[z].setting.mode | AC-Modus (nur AC-Geräte) | | tado.[x].[yyyyyy].Rooms.[z].setting.fanspeed | Lüftergeschwindigkeit (nur AC-Geräte mit V3 und älteren Versionen) | @@ -53,6 +53,10 @@ tado° sorgt für ein angenehmes und gesundes Klima und spart gleichzeitig bis z ### __WORK IN PROGRESS__ --> +### 0.4.11 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (Garfonso) add AUTO for *.Home.state.presence (in addtion to HOME and AWAY) + ### 0.4.10 (2023-09-26) * (HGlab01) Add attribute 'isBalanceHpEligible' * (HGlab01) improve axios keep_a_live @@ -70,12 +74,6 @@ tado° sorgt für ein angenehmes und gesundes Klima und spart gleichzeitig bis z * (HGlab01) improve axios error handling * (HGlab01) Bump axios to 1.3.6 -### 0.4.6 (2023-04-12) -* (HGlab01) Add attribute 'isEnergyIqEligible' (#613) -* (HGlab01) improve ETIMEDOUT issue -* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.11 -* (HGlab01) js-controller v5 readiness (#618) - ## License MIT License diff --git a/docs/de/adapterref/iobroker.tibberlink/README.md b/docs/de/adapterref/iobroker.tibberlink/README.md index bfe010f76..2f58bd6a4 100644 --- a/docs/de/adapterref/iobroker.tibberlink/README.md +++ b/docs/de/adapterref/iobroker.tibberlink/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.tibberlink/README.md title: ioBroker.tibberlink -hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= +hash: g5HwsBoi5Ql0MyuJ8+GHfZNxLSLrrjnIQzM0FVO/DdM= --- ![Logo](../../../en/adapterref/iobroker.tibberlink/admin/tibberlink.png) @@ -19,9 +19,9 @@ hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= **CI-Tests:** ![Test und Freigabe](https://github.com/hombach/ioBroker.tibberlink/workflows/Test%20and%20Release/badge.svg) [![CodeQL](https://github.com/hombach/ioBroker.tibberlink/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/hombach/ioBroker.tibberlink/actions/workflows/codeql-analysis.yml) ## Adapter zur Nutzung von TIBBER-Energiedaten in iOBroker -Adapter zum Verknüpfen von Daten aus Ihrer Tibber-Konto-API zur Verwendung in ioBroker +Adapter zum Verknüpfen von Daten aus Ihrer Tibber-Konto-API zur Verwendung in ioBroker. Der Adapter kann für einzelne oder mehrere Häuser verwendet werden. -Wenn Sie derzeit kein Tibber-Benutzer sind, freuen wir uns sehr über die Verwendung meines Referenz-Links: +Wenn Sie derzeit kein Tibber-Benutzer sind, freuen wir uns sehr über die Verwendung meines Empfehlungslinks: [https://invite.tibber.com/2gwuign3.](https://invite.tibber.com/2gwuign3.) @@ -30,89 +30,156 @@ Wenn Sie derzeit kein Tibber-Benutzer sind, freuen wir uns sehr über die Verwen 2. Sie benötigen außerdem einen API-Token von Tibber. Holen Sie es sich hier: [https://developer.tibber.com/](https://developer.tibber.com/) 3. Geben Sie Ihr Tibber-API-Token ein -> erstellen Sie eine Live-Feed-Konfiguration mit mindestens einer Zeile (wählen Sie „Keine verfügbar“). 4. Speichern Sie die Einstellungen und verlassen Sie die Konfiguration, um den Adapter neu zu starten (Ihre Häuser werden jetzt vom Tibber-Server abgefragt). -4. Gehen Sie zurück zum Konfigurationsbildschirm und wählen Sie die Häuser aus, um auch Live-Daten von Ihrem Tibber Pulse abzurufen, oder wählen Sie Häuser aus und deaktivieren Sie den Feed – (!! Funktioniert nur, wenn Hardware installiert ist und der Tibber-Server die Verbindung zu Pulse überprüft hat) -5. Speichern Sie die Einstellungen +5. Gehen Sie zurück zum Konfigurationsbildschirm und wählen Sie die Häuser aus, um auch Live-Daten von Ihrem Tibber Pulse abzurufen, oder wählen Sie Häuser aus und deaktivieren Sie den Feed – (!! Funktioniert nur, wenn Hardware installiert ist und der Tibber-Server die Verbindung zu Pulse überprüft hat) +6. Speichern Sie die Einstellungen ## Anmerkungen Dieser Adapter verwendet Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden. Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin-Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry Reporting wird ab js-controller 3.0 verwendet. ## Changelog + ! Note that missing version entries are typically dependency updates for improved security. +### 1.1.0 (2023-10-xx) WORK in PROGRESS + +- (HombachC) implement tibber calculator mode "best price" (#16) +- (HombachC) precised pull times of current cost +- (HombachC) reduced error messages (#80) + +### 1.0.0 (2023-10-05) + +- (HombachC) Increase to the first major release, as now a stable level is reached +- (HombachC) Code cleanup + +### 0.4.2 (2023-10-03) + +- (HombachC) fixed error with polling multiple homes live data (#108) +- (HombachC) Lots of dependency updates; code optimizations + ### 0.4.1 (2023-09-24) -* (HombachC) Hardened 2 typeerrors uppon sentry recognition -* (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) -* (HombachC) preparations for tibber calculator + +- (HombachC) Hardened 2 typeerrors uppon sentry recognition +- (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) +- (HombachC) preparations for tibber calculator + ### 0.4.0 (2023-09-20) -* (HombachC) Added daily average price values (#89) + +- (HombachC) Added daily average price values (#89) + ### 0.3.3 (2023-09-17) -* (HombachC) Fixed false positive connection message (#87) -* (HombachC) Updated translations with ChatGPT -* (HombachC) preparations for tibber calculator + +- (HombachC) Fixed false positive connection message (#87) +- (HombachC) Updated translations with ChatGPT +- (HombachC) preparations for tibber calculator + ### 0.3.2 (2023-09-14) -* (HombachC) Fixed error when starting adapter first time (#82) -* (HombachC) Fixed error in admin config from 0.3.0 (#81) + +- (HombachC) Fixed error when starting adapter first time (#82) +- (HombachC) Fixed error in admin config from 0.3.0 (#81) + ### 0.3.1 (2023-09-13) -* (HombachC) Mitigate error in admin config from 0.3.0 (#81) -* (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + +- (HombachC) Mitigate error in admin config from 0.3.0 (#81) +- (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + ### 0.3.0 (2023-09-12) -* (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) -* (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) -* (HombachC) preparations for tibber calculator + +- (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) +- (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) +- (HombachC) preparations for tibber calculator + ### 0.2.7 (2023-09-07) -* (HombachC) reducing polls at Tibber server by precheck of current price data -* (HombachC) preparations for tibber calculator + +- (HombachC) reducing polls at Tibber server by precheck of current price data +- (HombachC) preparations for tibber calculator + ### 0.2.6 (2023-09-04) -* (HombachC) fix error with boolean states + +- (HombachC) fix error with boolean states + ### 0.2.5 (2023-09-03) -* (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + +- (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + ### 0.2.4 (2023-08-30) -* (HombachC) enable correct price poll also for adapter running in different timezones (#63) + +- (HombachC) enable correct price poll also for adapter running in different timezones (#63) + ### 0.2.3 (2023-08-27) -* (HombachC) fix error in 0.2.2 in start conditions of adapter + +- (HombachC) fix error in 0.2.2 in start conditions of adapter + ### 0.2.2 (2023-08-24) -* (HombachC) reducing polls at Tibber server by precheck of known data -* (HombachC) code optimizations -* (HombachC) fix config screen (#55) + +- (HombachC) reducing polls at Tibber server by precheck of known data +- (HombachC) code optimizations +- (HombachC) fix config screen (#55) + ### 0.2.1 (2023-08-21) -* (HombachC) double timeout for Tibber server queries + +- (HombachC) double timeout for Tibber server queries + ### 0.2.0 (2023-08-18) -* (HombachC) introduces JSONs for prices sorted by price ascending -* (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + +- (HombachC) introduces JSONs for prices sorted by price ascending +- (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + ### 0.1.10 (2023-08-15) -* (HombachC) bump dependencies, code cleanups -* (HombachC) preparations for tibber calculator -* (HombachC) mitigate multi homes & pulse problems (#41) -* (HombachC) add documentation to config screen (#47) + +- (HombachC) bump dependencies, code cleanups +- (HombachC) preparations for tibber calculator +- (HombachC) mitigate multi homes & pulse problems (#41) +- (HombachC) add documentation to config screen (#47) + ### 0.1.9 (2023-08-14) -* (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + +- (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + ### 0.1.8 (2023-08-12) -* (HombachC) bump dev-dependencies, fix eslint/prettier issue + +- (HombachC) bump dev-dependencies, fix eslint/prettier issue + ### 0.1.7 (2023-08-11) -* (HombachC) code cleanup, fix error for obsolete next day pricing (#23) -* (HombachC) add another try/catch while fetching homes list (#32) + +- (HombachC) code cleanup, fix error for obsolete next day pricing (#23) +- (HombachC) add another try/catch while fetching homes list (#32) + ### 0.1.6 (2023-07-30) -* (HombachC) add units for live data, bump adapter-core to 3.x + +- (HombachC) add units for live data, bump adapter-core to 3.x + ### 0.1.5 (2023-07-18) -* (HombachC) fix error in sentry logging + +- (HombachC) fix error in sentry logging + ### 0.1.4 (2023-07-17) -* (HombachC) BREAKING: encrypted API-Token in ioBroker -* (HombachC) rearranged configuration options -* (HombachC) fixed bug in state generation + +- (HombachC) BREAKING: encrypted API-Token in ioBroker +- (HombachC) rearranged configuration options +- (HombachC) fixed bug in state generation + ### 0.1.3 (2023-07-17) -* (HombachC) all log messages in English -* (HombachC) remove unused state change handler -* (HombachC) fixed state roles + +- (HombachC) all log messages in English +- (HombachC) remove unused state change handler +- (HombachC) fixed state roles + ### 0.1.2 (2023-07-17) -* (HombachC) round grid consumption meter values to Wh accuracy -* (HombachC) hide unused checkboxes in config -* (HombachC) fix snyc and appveyor + +- (HombachC) round grid consumption meter values to Wh accuracy +- (HombachC) hide unused checkboxes in config +- (HombachC) fix snyc and appveyor + ### 0.1.1 (2023-07-16) -* (HombachC) remove release script and dev-server + +- (HombachC) remove release script and dev-server + ### 0.1.0 (2023-07-14) -* (HombachC) initial version + +- (HombachC) initial version ## License + GNU General Public License v3.0 only Copyright (c) 2023 Hombach \ No newline at end of file diff --git a/docs/de/adapterref/iobroker.tibberlink/admin/tibberlink.png b/docs/de/adapterref/iobroker.tibberlink/admin/tibberlink.png new file mode 100644 index 000000000..e683b14a6 Binary files /dev/null and b/docs/de/adapterref/iobroker.tibberlink/admin/tibberlink.png differ diff --git a/docs/de/adapterref/iobroker.trashschedule/README.md b/docs/de/adapterref/iobroker.trashschedule/README.md index 02a71313a..9c66d2ec5 100644 --- a/docs/de/adapterref/iobroker.trashschedule/README.md +++ b/docs/de/adapterref/iobroker.trashschedule/README.md @@ -65,6 +65,8 @@ chapters: {"pages":{"de/adapterref/iobroker.trashschedule/README.md":{"title":{" --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + * (klein0r) Improved log messages ### 2.2.0 (2023-01-16) diff --git a/docs/de/adapterref/iobroker.vis-material/README.md b/docs/de/adapterref/iobroker.vis-material/README.md index dde5aff38..31df7e9d7 100644 --- a/docs/de/adapterref/iobroker.vis-material/README.md +++ b/docs/de/adapterref/iobroker.vis-material/README.md @@ -3,27 +3,25 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.vis-material/README.md title: ioBroker.vis-material -hash: DaRFePAumlXVn0w4cJGm3OBHbcAqAvL58a4S7jdtG1g= +hash: MYsxfscz9r6IlcJpl12t36MveqGuaH5NlMlqsC0Ax0U= --- ![Logo](../../../en/adapterref/iobroker.vis-material/admin/material.png) ![Anzahl der Installationen](http://iobroker.live/badges/vis-material-stable.svg) ![NPM-Version](http://img.shields.io/npm/v/iobroker.vis-material.svg) ![Downloads](https://img.shields.io/npm/dm/iobroker.vis-material.svg) -![Travis-CI](http://img.shields.io/travis/nisiode/ioBroker.vis-material/master.svg) ![NPM](https://nodei.co/npm/iobroker.vis-material.png?downloads=true) -# IoBroker.vis-material ============= -material - Material Widgets für ioBroker.vis. +# IoBroker.vis-material +Material – Material-Widgets für ioBroker.vis. -Anweisungen finden Sie in den Dateien material.js, material.html +Sie können Anweisungen in den Dateien material.js und material.html lesen -Diese Widgets ergänzen den Materialdesignstil von Uhula, den Sie hier finden können: https://github.com/Uhula/ioBroker-Material-Design-Style +Diese Widgets ergänzen den Materialdesign-Stil von Uhula, den Sie hier finden: https://github.com/Uhula/ioBroker-Material-Design-Style ![Beispiel](../../../en/adapterref/iobroker.vis-material/img/widgets.png) ## Changelog - ### 0.1.5 (2018-07-11) - (pix) feat: new window shutter widget @@ -46,5 +44,24 @@ Diese Widgets ergänzen den Materialdesignstil von Uhula, den Sie hier finden k - (nisio) Initial version for internal testing ## License - Copyright (c) 2018-2018 nisiode - MIT \ No newline at end of file +The MIT License (MIT) + +Copyright (c) 2015-2023 nisiode + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/de/adapterref/iobroker.webui/README.md b/docs/de/adapterref/iobroker.webui/README.md index ba83e9735..8e9bf689c 100644 --- a/docs/de/adapterref/iobroker.webui/README.md +++ b/docs/de/adapterref/iobroker.webui/README.md @@ -3,9 +3,16 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.webui/README.md title: ioBroker.webui -hash: yjdW1qnpqD83Ji1Oov1Ih8lpB7KE38Q4PLHsdrpz/v0= +hash: cfjMu1Gkniv4EaW9w1yiM6HSPUsOTETbo9Z+0j0/q60= --- # IoBroker.webui + +![Anzahl der Installationen](https://iobroker.live/badges/webui-installed.svg) +![stabile Version](https://iobroker.live/badges/webui-stable.svg) +![NPM-Version](https://img.shields.io/npm/v/iobroker.webui.svg) +![Downloads](https://img.shields.io/npm/dm/iobroker.webui.svg) +![NPM](https://nodei.co/npm/iobroker.webui.png?downloads=true) + Webui für ioBroker ![Bild](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.webui/master/screenshot.png) @@ -41,7 +48,7 @@ Der Designer verwendet Webkomponenten, sodass sich der von Ihnen entworfene HTML ### Benutzerdefinierte Steuerelemente in WebUI Sie können in WebUI eigene wiederverwendbare CustomControls erstellen. Dies kann individuelles Javascript, Eigenschaften und eine Vorlage haben. -Sie können die Double-Bracket-Syntax und die Double-Curly-Braket-Syntax von „BaseCustomWebcomponent“ verwenden, um Bindungen aus der Vorlage an die im Designer definierten Eigenschaften zu erstellen. Curylklammern erzeugen Zwei-Wege-Bindungen. +Sie können die Double-Bracket-Syntax und die Double-Curly-Braket-Syntax von „BaseCustomWebcomponent“ verwenden, um Bindungen aus der Vorlage an die im Designer definierten Eigenschaften zu erstellen. Curylklammern erzeugen bidirektionale Bindungen. Wenn Sie das Dialogfeld „Bindungen“ verwenden, können Sie über „Propertyname“ eine Bindung an eine Eigenschaft und über „Propertyname“ an ein ioBroker-Objekt in der Eigenschaft vornehmen. In Skripten können Sie auch in Signale schreiben, die in benutzerdefinierten Eigenschaften definiert sind. diff --git a/docs/de/adapterref/iobroker.youtube/README.md b/docs/de/adapterref/iobroker.youtube/README.md index dcdaaee67..4a7d8301e 100644 --- a/docs/de/adapterref/iobroker.youtube/README.md +++ b/docs/de/adapterref/iobroker.youtube/README.md @@ -77,6 +77,10 @@ on({ id: 'youtube.0.summary.json', change: 'any' }, async (obj) => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 4.3.0 (2023-08-28) * (klein0r) Added customUrl to JSON summary diff --git a/docs/de/dev/adapterjsonconfig.md b/docs/de/dev/adapterjsonconfig.md index 7df4ea30e..361f80074 100644 --- a/docs/de/dev/adapterjsonconfig.md +++ b/docs/de/dev/adapterjsonconfig.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/dev/adapterjsonconfig.md title: ioBroker JSON-Konfiguration -hash: O3SEv62cWxOopwE+VNvtxc6nqI53posCSvBi4O2HaLM= +hash: LexY9A0at19A+Ujovu4Yx+sKBDambx+4gyh2wEa98vM= --- # IoBroker JSON-Konfiguration Admin (ab Version 6) unterstützt die JSON-Konfiguration für Adapter. @@ -37,12 +37,13 @@ Mögliche Typen: - „Tabs“ – Tabs mit Elementen - `items` – Objekt mit Panels `{"tab1": {}, "tab2": {}...}` + - „iconPosition“ – „bottom“, „end“, „start“ oder „top“. Nur für Panels mit dem Attribut „icon“. Standard: `start` - „Panel“ – Registerkarte mit Elementen - - „Symbol“ – Registerkarte kann ein Symbol haben (Base64) + - „Symbol“ – die Registerkarte kann ein Symbol (base64 wie „data:image/svg+xml;base64,...“) oder „jpg/png“-Bilder (endet mit „.png“) enthalten. - `label` – Beschriftung der Registerkarte - `items` – Objekt `{"attr1": {}, "attr2": {}}...` - - „zusammenklappbar“ – nur möglich, wenn es nicht Teil von Registerkarten ist + - `collapsable` – nur möglich, wenn nicht Teil von tabs[jsonConfig.json](..%2F..%2F..%2F..%2F..%2FioBroker.ring%2Fadmin%2FjsonConfig.json) - „Farbe“ – Farbe des reduzierbaren Headers „primär“ oder „sekundär“ oder nichts - `text` – Textkomponente @@ -93,13 +94,6 @@ Mögliche Typen: - `Optionen` - `["Wert1", "Wert2", ...]` oder `[{"Wert": "Wert", "Label": "Wert1"}, "Wert2", ...]` - „freeSolo“ – Setzen Sie „freeSolo“ auf „true“, damit das Textfeld jeden beliebigen Wert enthalten kann. -- `!icon` – Base64-Symbol - - „maxSize“. - - `maxWidth` - - „maxHeight“. - - „crop“ – wenn true, dem Benutzer erlauben, das Bild zuzuschneiden (nur für Nicht-SVG) - - „Quadrat“ – Breite muss gleich Höhe sein, sonst darf der Zuschnitt nur ein Quadrat als Form zulassen - - „image“ – speichert das Bild als Datei des „adapter.X“-Objekts oder als base64 im Attribut - „Dateiname“ – Name der Datei ist Strukturname. Im folgenden Beispiel ist „login-bg.png“ der Dateiname für „writeFile("myAdapter.INSTANCE", "login-bg.png")` - „accept“ – HTML-Accept-Attribut, wie „image/*,.pdf“. @@ -186,7 +180,7 @@ Darüber hinaus können Sie verhindern, dass diese Eigenschaft an andere Adapter `this.props.socket.sendTo(adapterName.instance, command || 'send', data, result => {});` - - „Symbol“ – wenn das Symbol angezeigt werden soll: „Authentifizierung“, „Senden“, „Web“, „Warnung“, „Fehler“, „Info“, „Suche“. Sie können „base64“-Symbole verwenden. (Anfrage per Ausgabe, wenn Sie weitere Symbole benötigen) + - „Symbol“ – wenn das Symbol angezeigt werden soll: „Authentifizierung“, „Senden“, „Web“, „Warnung“, „Fehler“, „Info“, „Suche“. Sie können „base64“-Symbole (wie „data:image/svg+xml;base64,...“) oder „jpg/png“-Bilder (endet mit „.png“) verwenden. (Anfrage per Ausgabe, wenn Sie weitere Symbole benötigen) - „useNative“ – wenn der Adapter ein Ergebnis mit dem Attribut „native“ zurückgibt, wird es für die Konfiguration verwendet. Wenn „saveConfig“ wahr ist, wird der Benutzer aufgefordert, die Konfiguration zu speichern. - „showProcess“ – Spinner anzeigen, während die Anfrage ausgeführt wird - „timeout“ – Zeitüberschreitung für die Anfrage in ms. Standard: keine. @@ -208,7 +202,7 @@ Darüber hinaus können Sie verhindern, dass diese Eigenschaft an andere Adapter - „Schaltfläche“ – zeigt einen Link als Schaltfläche an - „Variante“ – Art der Schaltfläche („umrissen“, „enthalten“, „Text“) - „Farbe“ – Farbe der Schaltfläche (z. B. „primär“) - - „Symbol“ – wenn das Symbol angezeigt werden soll: „Authentifizierung“, „Senden“, „Web“, „Warnung“, „Fehler“, „Info“, „Suche“, „Buch“, „Hilfe“, „Hochladen“. . Sie können „base64“-Symbole verwenden (beginnen Sie mit „data:image/svg+xml;base64,...“). (Anfrage per Ausgabe, wenn Sie weitere Symbole benötigen) + - „Symbol“ – wenn das Symbol angezeigt werden soll: „Authentifizierung“, „Senden“, „Web“, „Warnung“, „Fehler“, „Info“, „Suche“, „Buch“, „Hilfe“, „Hochladen“. . Sie können „base64“-Symbole (es beginnt mit „data:image/svg+xml;base64,...“) oder „jpg/png“-Bilder (endet mit „.png“) verwenden. (Anfrage per Ausgabe, wenn Sie weitere Symbole benötigen) - „staticImage“ – statisches Bild - „href“ – optionaler HTTP-Link @@ -450,9 +444,6 @@ Alle Typen könnten Folgendes haben: - „deaktiviert“ – JS-Funktion, die „native.attribute“ zur Berechnung verwenden könnte - „Hilfe“ – Hilfetext (mehrsprachig) - „helpLink“ – href zur Hilfe (konnte nur zusammen mit „help“ verwendet werden) -- „Symbol“ – base64 SVG -- `!encrypted` – ist der Wert verschlüsselt oder nicht (natürlich nur für Texte) - - Wenn verschlüsselt, verwenden Sie den Wert „__encrypted__“ für die Anzeige und wenn er geändert wurde, verschlüsseln Sie ihn mit „socket.encrypt“. - „style“ – CSS-Stil in ReactJS-Notation: „radiusBorder“ und nicht „radius-border“. - „darkStyle“ – CSS-Stil für den Dunkelmodus - „Validator“ – JS-Funktion: wahr, kein Fehler, falsch – Fehler diff --git a/docs/de/history/history.md b/docs/de/history/history.md index 2bad82411..045711fcd 100644 --- a/docs/de/history/history.md +++ b/docs/de/history/history.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/history/history.md title: Was ist neu -hash: aqX8HvUjquoJThp/l6FE0+UWXoJ0pS2GufidZG86ISk= +hash: ydCcQNeaJsdSO0DpIiPNzdsditWhD967JCb2ljfBpI0= --- # Was ist neu ## Anleitung für Autoren @@ -90,7 +90,7 @@ Adapter für HDMI CEC – Sie können Geräte mit HDMI CEC überwachen/steuern. ![Bild 1](media/2023_09_10_vis-2-widgets-material-lock-1.png) ![Bild 1](../../en/history/media/2023_09_10_vis-2-widgets-material-lock-2.png) ## Pushbullet (10.09.2023) - + * (bluefox) API wurde auf Version 3 aktualisiert * (bluefox) JSON-Konfiguration wurde hinzugefügt @@ -130,15 +130,38 @@ Erstellen Sie ganz einfach Telegram-Menüs * (foxriver76) Aktualisieren Sie das Installationsprogramm, um nur Node.js 16.x+ zuzulassen ## Apg-info (16.09.2023) -https://github.com/HGlab01/ioBroker.apg-info +https://github.com/HGlab01/ioBroker.apg-info – neuer Adapter Dieser Adapter stellt die Spitzenzeiten für das österreichische Stromnetz bereit, in denen Stromverbrauch vermieden werden soll. Darüber hinaus stellt der Adapter die PHELIX-AT Day-Ahead (EPEX Spot) Preise für Österreich bereit. -## Tinymqttbroker (16.09.2023) +## Tinymqttbroker (16.09.2023) – neuer Adapter https://github.com/HGlab01/ioBroker.tinymqttbroker -Dies ist ein sehr kleiner MQTT-Broker, der keine Objekte/Zustände in iobroker verwaltet, sondern eine zentrale MQTT-Broker-Instanz bietet, um Abonnementthemen als MQTT-Client zu veröffentlichen. \ No newline at end of file +Dies ist ein sehr kleiner MQTT-Broker, der keine Objekte/Zustände in iobroker verwaltet, sondern eine zentrale MQTT-Broker-Instanz bietet, um Abonnementthemen als MQTT-Client zu veröffentlichen. + +## Awtrix-light (2.10.2023) – neuer Adapter +https://github.com/klein0r/ioBroker.awtrix-light + + + +Integrieren Sie Ihr Awtrix Light-Gerät (z. B. Ulanzi TC001) über HTTP + +## Webui (3.10.2023) – neuer Adapter +https://github.com/iobroker-community-adapters/ioBroker.webui + + + +Dies ist ein vollständiges Visualisierungssystem für ioBroker. + +## Heizungssteuerung (4.10.2023) - neuer Adapter +https://github.com/jbeenenga/ioBroker.heizungssteuerung + + + +Mit diesem Adapter können Heizungsanlagen verwaltet werden. +Sie können zwischen Kühl- und Heizmodus wählen und für einen Raum Boost oder Pause aktivieren. +Darüber hinaus können Sie die Solltemperatur für einen Raum überschreiben. \ No newline at end of file diff --git a/docs/en/adapterref/iobroker.admin/README.md b/docs/en/adapterref/iobroker.admin/README.md index aeb2ca4e4..c52e5096e 100644 --- a/docs/en/adapterref/iobroker.admin/README.md +++ b/docs/en/adapterref/iobroker.admin/README.md @@ -75,7 +75,13 @@ lettering of the log appears in red. ## Changelog ### **WORK IN PROGRESS** +* (bluefox) Added possibility to show the icon on JSON config tabs + +### 6.10.5 (2023-10-10) * (foxriver76) JSON config component `port` does no longer mark port as occupied if it is only occupied on another host +* (foxriver76) register news as notifications +* (foxriver76) if upgrade all is stopped on error, activate close button +* (bluefox) Export/import objects with its values ### 6.10.4 (2023-09-25) * (foxriver76) fixed parsing `jsonConfig` @@ -99,13 +105,6 @@ lettering of the log appears in red. * (foxriver76) if date string is not parseable show the original string instead of `Invalid Date` * (foxriver76) updated socket classes to not crash on invalid patterns -### 6.10.0 (2023-09-08) -* (foxriver76) various minor improvements -* (foxriver76) fixed problem with discovery dialog -* (foxriver76) object browser now validates setting state of type number -* (foxriver76) allow to specify unique columns for tables -* (foxriver76) fix crash on invalid states, which are missing the property `common.role` - ## License The MIT License (MIT) diff --git a/docs/en/adapterref/iobroker.alarm/README.md b/docs/en/adapterref/iobroker.alarm/README.md index 729fe89d5..c0c15ef10 100644 --- a/docs/en/adapterref/iobroker.alarm/README.md +++ b/docs/en/adapterref/iobroker.alarm/README.md @@ -29,6 +29,9 @@ Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 3.4.0 (2023-10-03) +* (misanorot) fixed #168 + ### 3.3.13 (2023-09-19) * (misanorot) fixed #147 @@ -41,9 +44,6 @@ ### 3.3.10 (2023-03-31) * (misanorot) fixed litle speech and presence bug -### 3.3.9 (2023-01-14) -* (misanorot) fixed issues at burgle log - ## License MIT License diff --git a/docs/en/adapterref/iobroker.alexa-shoppinglist/README.md b/docs/en/adapterref/iobroker.alexa-shoppinglist/README.md index 3a9c2ee2a..742318581 100644 --- a/docs/en/adapterref/iobroker.alexa-shoppinglist/README.md +++ b/docs/en/adapterref/iobroker.alexa-shoppinglist/README.md @@ -71,6 +71,10 @@ function setOnDblClickCustomShop( myvalue) { ## Changelog +### **WORK IN PROGRESS** + +- Breaking change: minimal supported node.js version is 16.x + ### 0.1.5 (09.01.2023) - Error when deleting via the JSON list fixed diff --git a/docs/en/adapterref/iobroker.alexa-timer-vis/README.md b/docs/en/adapterref/iobroker.alexa-timer-vis/README.md index 66a9dbba5..9163faac7 100644 --- a/docs/en/adapterref/iobroker.alexa-timer-vis/README.md +++ b/docs/en/adapterref/iobroker.alexa-timer-vis/README.md @@ -58,6 +58,12 @@ A timer or several by voice input, is created via Alexa, this is evaluated by th Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> + +### **WORK IN PROGRESS** + +- Breaking change: minimal supported node.js version is 16.x +- Another String Variation #58 + ### 0.2.0 (2023-07-27) - create Timer with Alexa2 TextCommand, fixed diff --git a/docs/en/adapterref/iobroker.alpha-ess/README.md b/docs/en/adapterref/iobroker.alpha-ess/README.md index d787a6c9d..14810a951 100644 --- a/docs/en/adapterref/iobroker.alpha-ess/README.md +++ b/docs/en/adapterref/iobroker.alpha-ess/README.md @@ -62,6 +62,14 @@ To be able to use the new Open API you have to register your Alpha-ESS device un **All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.** ## Changelog +### 1.0.2 (2023-10-05) + +- (mcm1957) Updated required node version to 16 or newer + +### 1.0.1 (2023-10-03) + +- (Gaspode) Adapted fetching energy values using 'Closed API' to latest API changes by Alpha-ESS + ### 1.0.0 (2023-06-20) - (Gaspode) Support also the new official OpenAPI provided by Alpha-ESS diff --git a/docs/en/adapterref/iobroker.apg-info/README.md b/docs/en/adapterref/iobroker.apg-info/README.md index e6c2f69e3..dda79b2e2 100644 --- a/docs/en/adapterref/iobroker.apg-info/README.md +++ b/docs/en/adapterref/iobroker.apg-info/README.md @@ -13,7 +13,8 @@ [![NPM](https://nodei.co/npm/iobroker.apg-info.png?downloads=true)](https://nodei.co/npm/iobroker.apg-info/) ## apg-info adapter for ioBroker -This adapter provides the peak-times for the Austrian Power Grid, where power consumption shall be avoided. In addition the adapter provides the PHELIX-AT Day-Ahead (EPEX Spot) prices for Austria. +This adapter provides the peak-times for the Austrian Power Grid, where power consumption shall be avoided. In addition the adapter provides the PHELIX Day-Ahead (EPEX Spot) prices for Austria and Germany (configure in Adapter settngs).
+`[..].marketprice.today.jsonChart` and `[..].marketprice.tomorrow.jsonChart` can be used with https://github.com/Scrounger/ioBroker.vis-materialdesign#json-chart. **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! @@ -26,6 +27,17 @@ This adapter provides the peak-times for the Austrian Power Grid, where power co Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> +### 0.0.7-alpha.1 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (HGlab01) add jsonChart-json for market prices + +### 0.0.6 (2023-10-04) +* (HGlab01) fix "TypeError: Cannot read properties of undefined (reading 'Warning')" + +### 0.0.5 (2023-10-03) +* (HGlab01) switch data provider for prices to EXAA +* (HGlab01) support DE market prices in addiotion to AT prices + ### 0.0.3 (2023-09-24) * (HGlab01) add point in times sorted as array * (HGlab01) add average price @@ -35,9 +47,6 @@ This adapter provides the peak-times for the Austrian Power Grid, where power co * (HGlab01) add number of days below/above treshold * (HGlab01) add states sorted by price -### 0.0.1 (2023-09-11) -* (HGlab01) first release - ## License MIT License diff --git a/docs/en/adapterref/iobroker.awtrix-light/README.md b/docs/en/adapterref/iobroker.awtrix-light/README.md index d83be4ab8..84450232c 100644 --- a/docs/en/adapterref/iobroker.awtrix-light/README.md +++ b/docs/en/adapterref/iobroker.awtrix-light/README.md @@ -22,7 +22,7 @@ BADGE-Installed: http://iobroker.live/badges/awtrix-light-installed.svg - nodejs 14.5 (or later) - js-controller 4.0.15 (or later) - Admin Adapter 6.6.0 (or later) -- _Awtrix Light_ device with firmware _0.86_ (or later) - e.g. Ulanzi TC001 +- _Awtrix Light_ device with firmware _0.88_ (or later) - e.g. Ulanzi TC001 Buy here: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) or here: [ulanzi.de](https://haus-auto.com/p/ula/UlanziTC001) (Affiliate-Links) @@ -123,6 +123,16 @@ The message object supports all available options of the firmware. See [document *You can also use a Blockly block to play a sound.* +To play a custom ringtone: + +```javascript +sendTo('awtrix-light', 'rtttl', 'Beep: d=32,o=7,b=120: a,P,c#', (res) => { + if (res && res.error) { + console.error(res.error); + } +}); +``` + ## Custom apps **App names must be lowercase (a-z) and unique. No numbers, no capital letters, no special characters, no whitespaces.** @@ -170,14 +180,23 @@ If you want to disable/hide a native app (like battery, temperature or humidity) Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.9.1 (2023-10-02) -Updated recommended firmware version to 0.86 +NodeJS 16.x is required + +* (klein0r) Fixed hidden apps +* (klein0r) Fixed color conversions of settings + +### 0.9.0 (2023-10-01) + +Updated recommended firmware version to 0.88 * (klein0r) Added expert apps * (klein0r) Use the last value of fast refreshing states * (klein0r) Added settings for calendar colors * (klein0r) Allow to use apps without text (just background effect) +* (AlCalzone) Added rtttl api endpoint support (via sendTo) +* (klein0r) Native apps have been renamed ### 0.8.0 (2023-09-04) @@ -203,16 +222,6 @@ Updated recommended firmware version to 0.72 * (klein0r) Added settings for time style and transition effect * (klein0r) Setting repeat to 1 in blockly notifications -### 0.6.2 (2023-07-30) - -* (klein0r) Fixed handling of state cache when object has been changed - -### 0.6.1 (2023-07-28) - -* (klein0r) Remove background effect in threshold overrides -* (klein0r) Minor fixes in admin config -* (klein0r) Fixed missing icon in history apps - ## License MIT License diff --git a/docs/en/adapterref/iobroker.backitup/README.md b/docs/en/adapterref/iobroker.backitup/README.md index 9444f95f9..1f8c41084 100644 --- a/docs/en/adapterref/iobroker.backitup/README.md +++ b/docs/en/adapterref/iobroker.backitup/README.md @@ -382,7 +382,9 @@ _[Back to top](#top)_ * info.iobrokerNextTime -> shows the next execution time of the ioBroker backup * info.latestBackup -> shows as json the last backup determined at the start -2. Show history log in Vis +2. show backup history log in Vis + - The backup history log shows the last x backups. + - The number of history entries displayed can be set in the Extra settings. - It is possible to display the history log e.g. in an HTML widget by entering the following line in HTML: ``` {backitup.0.history.html} @@ -531,7 +533,11 @@ _[Back to top](#top)_ ## Changelog -### **WORK IN PROGRESS** +### 2.8.3 (2023-10-10) +* (simatec) Wake on LAN Advanced Settings added +* (simatec) dependencies updated + +### 2.8.2 (2023-09-28) * (simatec) Fix redis backup ### 2.8.1 (2023-09-12) diff --git a/docs/en/adapterref/iobroker.birthdays/README.md b/docs/en/adapterref/iobroker.birthdays/README.md index 80690fcc2..9007d798b 100644 --- a/docs/en/adapterref/iobroker.birthdays/README.md +++ b/docs/en/adapterref/iobroker.birthdays/README.md @@ -31,6 +31,10 @@ chapters: {"pages":{"en/adapterref/iobroker.birthdays/README.md":{"title":{"en": Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 2.3.1 (2023-06-16) * (klein0r) Added current age text to JSON diff --git a/docs/en/adapterref/iobroker.bsblan/README.md b/docs/en/adapterref/iobroker.bsblan/README.md index 291099c2e..a627e2142 100644 --- a/docs/en/adapterref/iobroker.bsblan/README.md +++ b/docs/en/adapterref/iobroker.bsblan/README.md @@ -41,6 +41,8 @@ The BSB_LAN Interface brings the BSB (Boiler System Bus) to LAN. This adapter co ## Changelog +### 0.3.1 +* Code Quality Improvements ### 0.3.0 * Add support for BSB_LAN 2.x * BREAKING: Names of 24h Average values changed (e.g. Außentemperatur_(8700) => 24h Durchschnittswert. Außentemperatur_(20050)) @@ -72,6 +74,28 @@ The BSB_LAN Interface brings the BSB (Boiler System Bus) to LAN. This adapter co ### 0.0.1 * (hacki11) initial release +## License +MIT License + +Copyright (c) 2023 hacki11 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. ## Credits - Icon made by [Freepik](https://www.freepik.com/home) from www.flaticon.com \ No newline at end of file diff --git a/docs/en/adapterref/iobroker.bydhvs/README.md b/docs/en/adapterref/iobroker.bydhvs/README.md index 6dd6e5d1b..9ee84d594 100644 --- a/docs/en/adapterref/iobroker.bydhvs/README.md +++ b/docs/en/adapterref/iobroker.bydhvs/README.md @@ -53,6 +53,9 @@ Zu den Batterie-Größen: Der Adapter funktioniert für Zelltemperaturen und Zel Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> +### 1.4.2 (2023-09-28) +* Typo in version number removed + ### 1.4.1 (2023-09-24) * Compatibility with js.controller 5x * Removed some bugs in detecting inverter @@ -75,9 +78,6 @@ Zu den Batterie-Größen: Der Adapter funktioniert für Zelltemperaturen und Zel * Added state: SOH * updated dependencies as suggested from bot -### 1.2.3 (2021-06-18) -* changed ratio of logo - ### ## License diff --git a/docs/en/adapterref/iobroker.cameras/README.md b/docs/en/adapterref/iobroker.cameras/README.md index d977962ab..a8c3d5d9d 100644 --- a/docs/en/adapterref/iobroker.cameras/README.md +++ b/docs/en/adapterref/iobroker.cameras/README.md @@ -31,6 +31,13 @@ sendTo('cameras.0', 'image', { The result is always in `jpg` format. Supported cameras: +- Reolink E1 Pro via RTSP (important, without `Pro` it will not work) +- Eufy via eusec adapter +- [HiKam](https://support.hikam.de/support/solutions/articles/16000070656-zugriff-auf-kameras-der-2-generation-via-onvif-f%C3%BCr-s6-q8-a7-2-generation-) of second and third generation via ONVIF (für S6, Q8, A7 2. Generation), A7 Pro, A9 +- [WIWICam M1 via HiKam adapter](https://www.wiwacam.com/de/mw1-minikamera-kurzanleitung-und-faq/) +- RTSP Native - if your camera supports RTSP protocol +- Screenshots via HTTP URL - if you can get the snapshot from your camera via URL + ### URL image This is a normal URL request, where all parameters are in URL. Like `http://mycam/snapshot.jpg` @@ -46,12 +53,31 @@ Here is an example of how to add Reolink E1: ![rtsp](img/rtsp.png) +## How to add a new camera (For developers) +To add a new camera, you must create a Pull Request on GitHub with the following changes: +- Add new file into `cameras` folder. This is backend to read the single image from the camera. +- Add GUI file in the `src/src/Types/` folder. This is the configuration dialog for the camera +- Add this dialog in `src/src/Tabs/Cameras.js` file analogical as other cameras are added. Only two lines should be added: + - Import new configuration dialog like `import RTSPMyCamConfig from '../Types/RTSPMyCam';` + - Extend `TYPES` structure with the new camera like `mycam: { Config: RTSPMyCamConfig, name: 'MyCam' },` + The attribute name must be the same as the name of the file in the `cameras` folder. + ## Changelog +### **WORK IN PROGRESS** +* (bluefox) Changed widget set name + +### 1.3.0 (2023-09-28) +* (bluefox) Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher +* (bluefox) Implemented a second widget for simple cameras + +### 1.2.3 (2023-09-27) +* (bluefox) Added WiWiCam MW1 and HiKam cameras + ### 1.2.2 (2023-07-07) * (bluefox) Corrected passwords with exclamation mark @@ -78,7 +104,7 @@ Here is an example of how to add Reolink E1: * (bluefox) Preparations for js-controller@4.x are made ### 0.1.4 (2021-07-13) -* (bluefox) Add role for states +* (bluefox) Add a role for states ### 0.1.3 (2020-08-08) * (Hirsch-DE) Parameters were applied diff --git a/docs/en/adapterref/iobroker.cec2/README.md b/docs/en/adapterref/iobroker.cec2/README.md new file mode 100644 index 000000000..a13e7394f --- /dev/null +++ b/docs/en/adapterref/iobroker.cec2/README.md @@ -0,0 +1,188 @@ +![Logo](admin/cec2.png) +# ioBroker.cec2 + +[![NPM version](https://img.shields.io/npm/v/iobroker.cec2.svg)](https://www.npmjs.com/package/iobroker.cec2) +[![Downloads](https://img.shields.io/npm/dm/iobroker.cec2.svg)](https://www.npmjs.com/package/iobroker.cec2) +![Number of Installations](https://iobroker.live/badges/cec2-installed.svg) +![Current version in stable repository](https://iobroker.live/badges/cec2-stable.svg) + +[![NPM](https://nodei.co/npm/iobroker.cec2.png?downloads=true)](https://nodei.co/npm/iobroker.cec2/) + +**Tests:** ![Test and Release](https://github.com/iobroker-community-adapters/ioBroker.cec2/workflows/Test%20and%20Release/badge.svg) + + +Adapter for HDMI CEC + +You can monitor / control devices using HDMI CEC. Most modern TVs and multimedia devices support CEC to some extent. + +## Info + +On start this adapter runs cec-client and polls all devices on the HDMI bus. For every CEC device a device in ioBroker +is created. The OSDName of a device will become its id in ioBroker (because it should not change and is nicely readable). +If devices show up during runtime they will be added to ioBroker, too. + +#### CEC Adresses + +Short introduction about CEC addresses, you can skip this, but might want to read here, if you get confused by the description +below. + +In CEC there are two types of addresses. Both are important. + +##### Logical Address + +The logical address is a number between 0 and 15 (or F in Hex which is normally used). The number defines what kind of +device it is: +* 0 = TV +* 5 = Audiosystem +* 4,8,11 = Playback +* 1,2,9 = Recording +* 3,6,7,10 = Tuner + +The others are reserved (12,13), Freeuse (14) and unregistered/broadcast (15). The devices that use these addresses are +restricted in there communication. + +The logical address is dynamically assigned. That means on one day you can have the situation that Playback A is assigned +address 4 and Playback B 8. But on the next day they are switched on in a different order and then A gets 8 and B 4. (Some devices +are always active on the CEC bus though and therefore cling to their addresses). If there are too many devices of one type +(i.e. 4 playback devices), then the logical addresses have to be reused and that will happen. The adapter tries to manage this case. + +The logical address is used to address messages and reports to. +ioBroker needs a logical address, too, in order to receive reports from the bus. Therefore configure the adapter to a device type +that you know you have free logical addresses (for example recording). + +##### Physical Address + +The physical address is based on the HDMI ports involved for the device. It is basically a path of port numbers towards +the device. It is composed from 4 numbers seperated by dots. Some examples: +* 0.0.0.0 = TV +* 1.0.0.0 = 1. HDMI port of the TV +* 2.0.0.0 = 2. HDMI port of the TV +* 2.2.0.0 = 2. HDMI port of the TV, 2. HDMI port of a Switch / AV-Receiver +* 4.1.2.0 = 4. HDMI port of the TV, 1. HDMI port of a AV-Reciever / Switch, 2. HDMI port of the next AV-Receiver/Switch + +That should give a basic idea. A 0 means the path is ending. + +The physical address is fix for a device unless it is replugged into a different HDMI Port (or any devices before it seen from TV). + +#### States per device + +For every device there are the following states created: + +* info.active = device was seen recently and logical address should be correct +* info.cecVersion = should be 1.4, determines features +* info.lastSeen = last message from device on CEC bus +* info.logicalAddress = logical address as number +* info.logicalAddressHex = logical address as hex number (needed for own commands) +* info.Name = name the device sets in CEC Bus +* info.physicalAddress = physical address +* info.Vendor = vendor of the device +* activeSource = is the device the active source? Can switch this device to be active source +* menuStatus = lets device be controlled by TV remote +* state = power state of device (lets you switch it on/off, if supported) +* createButtons = press here to generate states for buttons in .buttons subfolder. +* buttons.time = time to press a button for (default 500ms). + +## Buttons +Button presses do not work for all devices and some might need to have +an active connection with the ioBroker device to be controlled via CEC bus. +For FireTV it works quite ok. +To test button presses, press `createButtons` button in a device and test some of the +created buttons in some situations. Power works for quite a lot devices. + +#### Global States + +There are the following global states: + +* active-source = physical address of the current active source (can be set to switch inputs) +* arc = Audio Return Channel is (in)active might be able to (de)activate it here +* mute = mute Audiosystem +* raw-command = send commands to cec-client directly (for example 'scan' or tx + CEC Command from http://www.cec-o-matic.com/) +* standbyAll = send all devices to standby +* systemAudio = Audiosystem is/is not in use. Informs devices that they should send volume/mute commands to Audiosystem +* volume = volume of Audiosystem, 0 = mute +* volumeUp/Down = change volume of Audiosystem + +#### Poll States + +There is a subfolder "poll" with button-states for most states. If the button is triggered, the adapter will issue a +command on CEC Bus to poll the value and set the state accordingly (sadly not all devices react to poll messages, though). + +#### Requirements +cec-client have to be installed. Usually can be installed using: +``` +sudo apt install cec-utils +``` + +The user running iobroker (nowadays "iobroker") needs acces to /dev/vchiq. You may need to add the iobroker user to the +video group for that: +``` +sudo usermod -a -G video iobroker +``` + +#### Installation +Execute the following command in the iobroker root directory (e.g. in /opt/iobroker) +``` +npm install iobroker.cec2 +``` + +Or install from admin webpage. + + +## Configuration + +* osd name: this name will reported to other devices, for example your TV. You might need to select ioBroker there to receive remote controls in ioBroker. +* device type: You can set the device type, see discussion of logical address above to get an idea what that means. Use a device type that you have not many of. +* prevent unnamed devices: Sometimes devices are not reporting their name in certain situations (for example Nintendo Switch won't report its name when in standby but announce itself). In this situations the adapter might create a duplicate of the device under it's physical address (i.e. for numbers). You can enable this option to prevent it. + +## Script examples: + +See [example Scripts](doc/ExampleScripts.md) for some example scripts that help with / repair multimedia setups. + +## Changelog + + +### 0.1.1 (2023-09-06) +* dependency updates. +* sending commands is now more reliable. +* more error handling + +### 0.1.0 (2021-02-18) +* add more translations. +* add more options (poll TV power). + +### 0.0.8 (2021-02-14) +* Switched from unmaintained dependency to own code to control cec-monitor binary. +* Swtiched from event-stream to readline. +* Probably fixed missed incomming events. + +### 0.0.7 (2021-01-24) +* fix warnings + +### 0.0.6 (2021-01-02) +* update dependencies + +## License +MIT License + +Copyright (c) 2020-2023 Garfonso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/en/adapterref/iobroker.cec2/admin/cec2.png b/docs/en/adapterref/iobroker.cec2/admin/cec2.png new file mode 100644 index 000000000..f717d4e3b Binary files /dev/null and b/docs/en/adapterref/iobroker.cec2/admin/cec2.png differ diff --git a/docs/en/adapterref/iobroker.chargemaster/README.md b/docs/en/adapterref/iobroker.chargemaster/README.md index dddcc4128..594bd07eb 100644 --- a/docs/en/adapterref/iobroker.chargemaster/README.md +++ b/docs/en/adapterref/iobroker.chargemaster/README.md @@ -27,6 +27,9 @@ This adapter uses Sentry libraries to automatically report exceptions and code e ## Changelog ! Note that missing version entries are typically dependency updates for security. +### 0.8.2 (01.10.2023) +* (HombachC) Several dependency updates +* (HombachC) Fixed acknowledging of state changes (#339) ### 0.8.1 (29.08.2023) * (HombachC) bumped dependencies, added min/max to settings state defaults ### 0.8.0 (23.06.2023) diff --git a/docs/en/adapterref/iobroker.deconz/README.md b/docs/en/adapterref/iobroker.deconz/README.md index e20091fa4..7175c3a2d 100644 --- a/docs/en/adapterref/iobroker.deconz/README.md +++ b/docs/en/adapterref/iobroker.deconz/README.md @@ -42,6 +42,11 @@ Examples: ## [Sponsors](https://github.com/Jey-Cee/ioBroker.deconz/blob/master/SPONSORS.MD) ## Changelog +### 1.3.22 (2023-10-09) +* (grizzelbee) Fix: Re-enabled window covers +* (grizzelbee) Upd: Dependencies got updated +* (grizzelbee) New: Added ukrainian translation + ### 1.3.21 (2022-05-13) * added schedule to object definition * changed limit for duration to 999999 diff --git a/docs/en/adapterref/iobroker.device-reminder/README.md b/docs/en/adapterref/iobroker.device-reminder/README.md index c726cb062..2687998af 100644 --- a/docs/en/adapterref/iobroker.device-reminder/README.md +++ b/docs/en/adapterref/iobroker.device-reminder/README.md @@ -162,9 +162,17 @@ is displayed. Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> - -### open (2023-08-20) -* (xenon-s) GUI Fixes "devices" : switch may be empty, but then no longer selectable +### 2.1.1 (2023-10-07) +* (xenon-s) GUI: bugfixes + +### 2.1.0 (2023-10-07) +* (xenon-s) GUI Fixes "devices" : switch may be empty, but then no longer selectable +* (xenon-s) add: [issue #258: Signal Messenger added](https://github.com/Xenon-s/ioBroker.device-reminder/issues/258) +* (xenon-s) add: [issue #245: Matrix added](https://github.com/Xenon-s/ioBroker.device-reminder/issues/245) +* (xenon-s) add: [issue #185: pushover device id added](https://github.com/Xenon-s/ioBroker.device-reminder/issues/185) +* (xenon-s) bugfix [issue #210](https://github.com/Xenon-s/ioBroker.device-reminder/issues/210) +* (xenon-s) bugfix [issue #169](https://github.com/Xenon-s/ioBroker.device-reminder/issues/169) +* (xenon-s) bugfix [issue #297](https://github.com/Xenon-s/ioBroker.device-reminder/issues/297) ### 2.0.1 (2023-08-20) * (xenon-s) : !!! BREAKING CHANGE ! Reinstallation is strongly recommended !!! @@ -273,4 +281,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/docs/en/adapterref/iobroker.deyeidc/README.md b/docs/en/adapterref/iobroker.deyeidc/README.md index d91158c88..97c890073 100644 --- a/docs/en/adapterref/iobroker.deyeidc/README.md +++ b/docs/en/adapterref/iobroker.deyeidc/README.md @@ -55,6 +55,11 @@ All product and company names or logos are trademarks™ or registered® tradema Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 0.0.12 (2023-10-09) + +- (raschy) Changes in the connection setup +- (raschy) RangeError fixed + ### 0.0.11 (2023-08-26) - (raschy) wrong implementation msb/lsb of 32-bit values recorrected diff --git a/docs/en/adapterref/iobroker.discovery/README.md b/docs/en/adapterref/iobroker.discovery/README.md index 4a933b5fc..a41be5106 100644 --- a/docs/en/adapterref/iobroker.discovery/README.md +++ b/docs/en/adapterref/iobroker.discovery/README.md @@ -148,6 +148,9 @@ You can execute `sudo setcap cap_net_raw+p /bin/ping` to add missing capabilitie ### **WORK IN PROGRESS** --> ## Changelog +### 4.2.0 (2023-10-09) +* (pdbjjens) Changed detection of myvbus and resol + ### 4.1.0 (2023-09-25) * (pdbjjens) Added detection of myvbus and resol diff --git a/docs/en/adapterref/iobroker.doorbird/README.md b/docs/en/adapterref/iobroker.doorbird/README.md index 376fd6082..0beedf5ca 100644 --- a/docs/en/adapterref/iobroker.doorbird/README.md +++ b/docs/en/adapterref/iobroker.doorbird/README.md @@ -108,6 +108,11 @@ onFile("doorbird.0", "TakeSnapshot_1.jpg", false, function (id, fileName, size, Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 1.3.0 (2023-10-03) + +- (Schmakus) add debug logs to find out "Maximum call stack size exceeded" +- (Schmakus) update dependencies + ### 1.2.4 (2023-08-31) - (Schmakus) tryed to fixed [#73] Maximum call stack size exceeded @@ -125,11 +130,6 @@ onFile("doorbird.0", "TakeSnapshot_1.jpg", false, function (id, fileName, size, - (Schmakus) Issue 'Maximum call stack size exceeded' - try to fix -### 1.2.0 (2023-08-08) - -- (Schmakus) Update package.json (Node.js v16 or higher and NPM v7 or higher is required!) -- (Stefan592/Schmakus) bugfix 'listen on all interfaces' - ## License The MIT License (MIT) diff --git a/docs/en/adapterref/iobroker.ecovacs-deebot/README.md b/docs/en/adapterref/iobroker.ecovacs-deebot/README.md index e23b26b31..fd7f65a98 100644 --- a/docs/en/adapterref/iobroker.ecovacs-deebot/README.md +++ b/docs/en/adapterref/iobroker.ecovacs-deebot/README.md @@ -143,6 +143,8 @@ and [here](https://github.com/mrbungle64/ioBroker.ecovacs-deebot/wiki/Datenpunkt ### 1.4.14 (alpha) * Bumped ecovacs-deebot.js to 0.9.6 (alpha) +* Added T20 Omni and X2 to the models dictionary +* Bumped max number of devices to 20 ### 1.4.13 * Several improvements and optimizations for X1 series (e.g. for the cleaning station and mopping functions) diff --git a/docs/en/adapterref/iobroker.ems-esp/README.md b/docs/en/adapterref/iobroker.ems-esp/README.md index 652b0d4d3..e425bf2de 100644 --- a/docs/en/adapterref/iobroker.ems-esp/README.md +++ b/docs/en/adapterref/iobroker.ems-esp/README.md @@ -47,6 +47,7 @@ English documentation: https://github.com/tp1de/ioBroker.ems-esp/blob/main/doc/e ### **WORK IN PROGRESS** * replace request by axios * some corrections for ems-esp sensors and custom elements +* move database config to parameter page ### 2.4.1 (2023-09-10) * add parameter to read ems-esp custom elments diff --git a/docs/en/adapterref/iobroker.enet/README.md b/docs/en/adapterref/iobroker.enet/README.md index b2c081c20..ee01f2d2d 100644 --- a/docs/en/adapterref/iobroker.enet/README.md +++ b/docs/en/adapterref/iobroker.enet/README.md @@ -14,18 +14,25 @@ Jung/Gira eNet Smarthome Adapter for [ioBroker smart home system](https://www.io Control Jung/Gira eNet smarthome devices using the Jung/Gira eNet Mobile Gate Wireless IP gateway (https://www.gira.com/en_GB/gebaeudetechnik/systeme/enet/enet-produkte/bediengeraete/enet-mobile-gate.html) or the Jung/Gira eNet Smart Home Server. ## Changelog -### **WORK IN PROGRESS** -* (stoffel7) prepare for automated release +### 1.2.2 (2023-09-28) + +- minor changes/fixes for js-controller 5 + ### 1.2.0 (2023-09-19) * (stoffel7) fixed some bugs, check for js-contoller 5.0 ( uploaded source) + ### 1.1.0 (2022-11-29) * (stoffel7) fixed some minor bugs ( uploaded orignal source) + ### 1.0.52 (2021-03-23) * (stoffel7) fixed some errors ( deltree.fct, valueChanged..) + ### 1.0.2 (2021-03-19) -* (stoffel7) reprogrammed eNet-Server part +* (stoffel7) reprogrammed eNet-Server + ### 1.0.1 (2019-01-21) * (SebastianSchultz) added support for compact mode + ### 1.0.0 (2019-01-21) * (SebastianSchultz) first release @@ -33,7 +40,7 @@ Control Jung/Gira eNet smarthome devices using the Jung/Gira eNet Mobile Gate Wi The MIT License (MIT) -Copyright (c) 2019 SebastianSchultz +Copyright (c) 2023 stoffel7 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/en/adapterref/iobroker.enocean/README.md b/docs/en/adapterref/iobroker.enocean/README.md index 25a56f57b..29d6d5fad 100644 --- a/docs/en/adapterref/iobroker.enocean/README.md +++ b/docs/en/adapterref/iobroker.enocean/README.md @@ -157,8 +157,9 @@ Example: ## Device definition -The full implementation of a device consists minimum of two parts: A entry in 'lib/definitions/devices.json' and a EEP file, +The full implementation of a device consists minimum of two parts: A entry in 'lib/devices/MANUFACTURER/MODEL/device.json' and a EEP file, which defines the objects and how to handle the data telegram. +The lib/definitions/devices.js has to be updated with the new device. There are devices which uses more than one data telegram type to communicate, this means they have more EEP files. In special cases, as Eltako, there is also a manufacturer specific part in the 'packet_handler.js' defined. @@ -170,7 +171,7 @@ In special cases, as Eltako, there is also a manufacturer specific part in the ' ], "autocreate": false, //false if the device needs additional steps for teachin "teachin_method": "none", //filter for automated teachin telegrams - "id_offset": true, //not all devices checks if the telegram whether it is for them + "id_offset": true, //not all devices checks if the telegram whether it is for them. Not applicable where teachin_method is 4BS. "broadcast": false, //true if the receiver id has to be ffffffff. This is used for virtual devices like a switch. "help": { //a step by step instruction how to add the device. "en": { diff --git a/docs/en/adapterref/iobroker.fritzdect/README.md b/docs/en/adapterref/iobroker.fritzdect/README.md index 7fe9b8b36..b59f89dd1 100644 --- a/docs/en/adapterref/iobroker.fritzdect/README.md +++ b/docs/en/adapterref/iobroker.fritzdect/README.md @@ -218,7 +218,7 @@ otherwise it is more complex and individually to be parametrized. ## Changelog ### 2.5.2 -* correction for komfort, absenk if receiving 253/254 for OFF/ON +* correction for komfort, absenk if receiving 253/254 for OFF/ON it will be NaN see issue #164 ### 2.5.1 * correction for energy today value diff --git a/docs/en/adapterref/iobroker.gigaset-elements/README.md b/docs/en/adapterref/iobroker.gigaset-elements/README.md index 8868e2319..9818e53b3 100644 --- a/docs/en/adapterref/iobroker.gigaset-elements/README.md +++ b/docs/en/adapterref/iobroker.gigaset-elements/README.md @@ -129,9 +129,6 @@ sendTo("gigaset-elements.0", "test", { action: "load-events", from: Date, to: Da ### **WORK IN PROGRESS** - (matthsc) drop support for Node 14 and 16 - -### **WORK IN PROGRESS** - - (matthsc/dependabot) dependency updates ### 0.3.0 (2022-09-28) diff --git a/docs/en/adapterref/iobroker.gira-iot/README.md b/docs/en/adapterref/iobroker.gira-iot/README.md index 0ce42d189..1bc41e1a8 100644 --- a/docs/en/adapterref/iobroker.gira-iot/README.md +++ b/docs/en/adapterref/iobroker.gira-iot/README.md @@ -38,7 +38,12 @@ BADGE-Installed: http://iobroker.live/badges/gira-iot-installed.svg --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + +### 0.4.0 (2023-10-02) + * (klein0r) Added types for remote access (not documented by Gira) +* (klein0r) Added option for custom callback url (e.g. in Docker environments) ### 0.3.0 (2023-09-13) @@ -59,11 +64,6 @@ BADGE-Installed: http://iobroker.live/badges/gira-iot-installed.svg * (klein0r) Update objects if configuration changed * (klein0r) Fixed client registration for Gira Home Server -### 0.1.2 (2022-10-01) - -* (klein0r) Improved callback registration handling -* (klein0r) Improved error handling - ## License MIT License diff --git a/docs/en/adapterref/iobroker.heizungssteuerung/README.md b/docs/en/adapterref/iobroker.heizungssteuerung/README.md index 41aa1729a..fdec130c7 100644 --- a/docs/en/adapterref/iobroker.heizungssteuerung/README.md +++ b/docs/en/adapterref/iobroker.heizungssteuerung/README.md @@ -71,93 +71,13 @@ You can define periods for every room and time. Forthermore you can define wheth * (jbeenenga) add config for temperature offset * (jbeenenga) add boost and pause function -### 1.4.6 (2022-09-12) -* (jbeenenga) small fix - -### 1.4.5 (2022-09-10) -* (jbeenenga) correct type of temperatures to write into states - -### 1.4.4 (2022-09-10) -* (jbeenenga) small fix for state creation - -### 1.4.3 (2022-09-10) -* (jbeenenga) small fix for state creation - -### 1.4.2 (2022-09-10) -* (jbeenenga) small fix for state creation - -### 1.4.1 (2022-09-10) -* (jbeenenga) little logging fixes - -### 1.4.0 (2022-09-10) -* (jbeenenga) add default temperature -* (jbeenenga) write current and target temperature into states - -### 1.3.0 (2022-09-08) -* (jbeenenga) add possibility to define update intervall - -### 1.2.4 (2022-09-08) -* (jbeenenga) small fixes - -### 1.2.3 (2022-09-04) -* (jbeenenga) set engine with boolean value - -### 1.2.2 (2022-09-04) -* (jbeenenga) set engine with boolean value - -### 1.2.1 (2022-09-04) -* (jbeenenga) some logging issues - -### 1.2.0 (2022-09-02) -* (jbeenenga) update dependencies - -### 1.1.6 (2022-07-22) -* (jbeenenga) little fix - -### 1.1.5 (2022-07-22) -* (jbeenenga) add some documentation -* (jbeenenga) remove connection state - -### 1.1.4 (2022-07-22) -* (jbeenenga) little changes - -### 1.1.3 (2022-07-22) -* (jbeenenga) changed admin dependency to minimum version 5.3.8 - -### 1.1.2 (2022-07-22) -* (jbeenenga) correct version problems - -### 1.1.1 (2022-07-22) -* (jbeenenga) correct version problems - -### 1.1.0 (2022-07-22) -* (jbeenenga) correct version problems - -### 1.0.1 (2022-07-22) -* (jbeenenga) correct version problems - -### 1.0.0 (2022-07-22) -* (jbeenenga) some changes - -### 0.1.3 (2022-07-22) -* (jbeenenga) changed some dependency versions - -### 0.1.2 (2022-07-22) -* (jbeenenga) add main logic - -### 0.1.1 (2022-07-15) -* (jbeenenga) little changes - -### 0.1.0 (2022-07-15) -* (jbeenenga) initial release - ## Images The main image created by Freepick (https://www.flaticon.com/de/kostenloses-icon/heizung_1295221) ## License MIT License -Copyright (c) 2022 jbeenenga +Copyright (c) 2023 jbeenenga Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/en/adapterref/iobroker.heos/README.md b/docs/en/adapterref/iobroker.heos/README.md index b30ebfffd..f12e535cc 100644 --- a/docs/en/adapterref/iobroker.heos/README.md +++ b/docs/en/adapterref/iobroker.heos/README.md @@ -147,6 +147,8 @@ Alternative you can use the script from Uhula: https://forum.iobroker.net/post/4 ### **WORK IN PROGRESS** * (withstu) update dependencies * (withstu) add admin 5 UI support +* (withstu) improve preferred IP handling +* (withstu) improve undefined station handling #299 ### 2.1.0 (2023-08-05) * (withstu) replace got with axios diff --git a/docs/en/adapterref/iobroker.javascript/README.md b/docs/en/adapterref/iobroker.javascript/README.md index 70019066d..ab545f158 100644 --- a/docs/en/adapterref/iobroker.javascript/README.md +++ b/docs/en/adapterref/iobroker.javascript/README.md @@ -1805,6 +1805,9 @@ Scripts can be activated and deactivated by controlling this state with `ack=fal +### 7.1.5 (2023-10-09) +* (bluefox) Added play-ground for ChatGPT (API key required) + ### 7.1.4 (2023-08-09) * (bluefox) Added version to the side menu * (klein0r) Added blockly blocks for `getHistory` and calculated times @@ -1824,10 +1827,6 @@ Scripts can be activated and deactivated by controlling this state with `ack=fal * (bluefox) tried to correct vscode font * (bluefox) reverted blockly to the previous version -### 7.0.5 (2023-06-06) -* (klein0r) reset timeouts in blockly -* (klein0r) added additional blockly blocks - ## License The MIT License (MIT) diff --git a/docs/en/adapterref/iobroker.kostal-piko-ba/README.md b/docs/en/adapterref/iobroker.kostal-piko-ba/README.md index a906ebbc7..796af2148 100644 --- a/docs/en/adapterref/iobroker.kostal-piko-ba/README.md +++ b/docs/en/adapterref/iobroker.kostal-piko-ba/README.md @@ -35,6 +35,9 @@ This adapter uses Sentry libraries to automatically report exceptions and code e ! Note that missing version entries are typically dependency updates for improved security. +Several dependency updates +### 3.0.7 (01.10.2023) +* (HombachC) Several dependency updates ### 3.0.6 (27.08.2023) * (HombachC) improved error handling in case of offline inverters - centralized error handling ### 3.0.5 (19.08.2023) diff --git a/docs/en/adapterref/iobroker.lametric/README.md b/docs/en/adapterref/iobroker.lametric/README.md index 570a57ed3..95852bcdd 100644 --- a/docs/en/adapterref/iobroker.lametric/README.md +++ b/docs/en/adapterref/iobroker.lametric/README.md @@ -59,6 +59,10 @@ Features are limited by the [official API features](https://lametric-documentati Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 3.0.0 (2023-09-13) * (klein0r) Added push option for My Data DIY diff --git a/docs/en/adapterref/iobroker.lgtv/README.md b/docs/en/adapterref/iobroker.lgtv/README.md index 486306260..c93807d66 100644 --- a/docs/en/adapterref/iobroker.lgtv/README.md +++ b/docs/en/adapterref/iobroker.lgtv/README.md @@ -1,26 +1,22 @@ ![Logo](admin/lgtv.png) + # ioBroker.lgtv -![Number of Installations](http://iobroker.live/badges/lgtv-installed.svg) ![Number of Installations](http://iobroker.live/badges/lgtv-stable.svg) [![NPM version](http://img.shields.io/npm/v/iobroker.lgtv.svg)](https://www.npmjs.com/package/iobroker.lgtv) +[![NPM version](https://img.shields.io/npm/v/iobroker.lgtv.svg)](https://www.npmjs.com/package/iobroker.lgtv) [![Downloads](https://img.shields.io/npm/dm/iobroker.lgtv.svg)](https://www.npmjs.com/package/iobroker.lgtv) +![Number of Installations](https://iobroker.live/badges/lgtv-installed.svg) +![Current version in stable repository](https://iobroker.live/badges/lgtv-stable.svg) [![NPM](https://nodei.co/npm/iobroker.lgtv.png?downloads=true)](https://nodei.co/npm/iobroker.lgtv/) -**Tests:** Linux/Mac: [![Travis-CI](https://travis-ci.org/SebastianSchultz/ioBroker.lgtv.svg?branch=master)](https://travis-ci.org/SebastianSchultz/ioBroker.lgtv) -Windows: [![AppVeyor](https://ci.appveyor.com/api/projects/status/xx55hgsuff4fas47/branch/master?svg=true)](https://ci.appveyor.com/project/SebastianSchultz/iobroker-lgtv/branch/master) - - - - +**Tests:** ![Test and Release](https://github.com/SebastianSchultz/ioBroker.lgtv/workflows/Test%20and%20Release/badge.svg) LG WebOS SmartTV adapter for ioBroker Remote controlling an LG WebOS SmartTV (2013 models and higher) from [ioBroker](https://www.iobroker.net). - --- - ## Usage: Install the adapter through ioBroker admin interface. @@ -28,159 +24,135 @@ In the adapter config input the ip address of your LG WebOS TV. At first connection you will receive a pairing prompt on your TV screen where you should allow the connection. ### Polling -Some TVs disconnect from the web socket when the TV is turned off and do not report this to the adapter correctly. Then additional polling is required. You can define the time in settings. If the value is empty, the adapter tries to detect this automatically: -On adapter restart the polling (every 60 sec) is active until the first correct TV off event is detected. +Some TVs disconnect from the web socket when the TV is turned off and do not report this to the adapter correctly. Then additional polling is required. You can define the time in settings. If the value is empty, the adapter tries to detect this automatically: +On adapter restart the polling (every 60 sec) is active until the first correct TV off event is detected. ## Some examples: -```setState('lgtv.0.states.popup', 'Some text!');``` + +`setState('lgtv.0.states.popup', 'Some text!');` This will show a popup with the text "Some text!" on the TV. You can use HTML linebreaks (br) in the text. - -```setState('lgtv.0.states.turnOff', true);``` +`setState('lgtv.0.states.turnOff', true);` Switching off the TV. - -```setState('lgtv.0.states.mute', true);``` +`setState('lgtv.0.states.mute', true);` Mute the TV. - -```setState('lgtv.0.states.mute', false);``` +`setState('lgtv.0.states.mute', false);` Unmute the TV. - -```setState('lgtv.0.states.volumeUp', true);``` +`setState('lgtv.0.states.volumeUp', true);` This will increase the volume of the TV. - -```setState('lgtv.0.states.volumeDown', true);``` +`setState('lgtv.0.states.volumeDown', true);` Decreasing the volume of the TV. - -```setState('lgtv.0.states.channelUp', true);``` +`setState('lgtv.0.states.channelUp', true);` Increasing the current TV channel. - -```setState('lgtv.0.states.channelDown', true);``` +`setState('lgtv.0.states.channelDown', true);` Decreasing the current TV channel. - -```setState('lgtv.0.states.3Dmode', true);``` +`setState('lgtv.0.states.3Dmode', true);` Activates the 3D mode on the TV - -```setState('lgtv.0.states.3Dmode', false);``` +`setState('lgtv.0.states.3Dmode', false);` Deactivates the 3D mode on the TV. - -```setState('lgtv.0.states.channel', 7);``` +`setState('lgtv.0.states.channel', 7);` Switching the live TV to channel number 7. - -```setState('lgtv.0.states.launch', 'livetv');``` +`setState('lgtv.0.states.launch', 'livetv');` Switching to Live TV mode. - -```setState('lgtv.0.states.launch', 'smartshare');``` +`setState('lgtv.0.states.launch', 'smartshare');` Opening the SmartShare App on the TV. - -```setState('lgtv.0.states.launch', 'tvuserguide');``` +`setState('lgtv.0.states.launch', 'tvuserguide');` Runs the TV User Guide App on the TV. - -```setState('lgtv.0.states.launch', 'netflix');``` +`setState('lgtv.0.states.launch', 'netflix');` Opening the Netflix App on the TV. - -```setState('lgtv.0.states.launch', 'youtube');``` +`setState('lgtv.0.states.launch', 'youtube');` Opens the Youtube App on the TV. - -```setState('lgtv.0.states.launch', 'prime');``` +`setState('lgtv.0.states.launch', 'prime');` Opens the Amazon Prime App on the TV. - -```setState('lgtv.0.states.launch', 'amazon');``` +`setState('lgtv.0.states.launch', 'amazon');` On some TVs this command opens the Amazon Prime App. - -```setState('lgtv.0.states.openURL', 'http://www.iobroker.net');``` +`setState('lgtv.0.states.openURL', 'http://www.iobroker.net');` Opens the Webbrowser on the TV and navigates to www.iobroker.net. Can also be used to open images or videos (in the browser). - -```setState('lgtv.0.states.input', 'av1');``` +`setState('lgtv.0.states.input', 'av1');` Switches the iput oh the TV to AV1. - -```setState('lgtv.0.states.input', 'scart');``` +`setState('lgtv.0.states.input', 'scart');` Switches the iput oh the TV to Scart. - -```setState('lgtv.0.states.input', 'component');``` +`setState('lgtv.0.states.input', 'component');` Switches the iput oh the TV to Component. - -```setState('lgtv.0.states.input', 'hdmi1');``` +`setState('lgtv.0.states.input', 'hdmi1');` Switches the iput oh the TV to HDMI 1. - -```setState('lgtv.0.states.input', 'hdmi2');``` +`setState('lgtv.0.states.input', 'hdmi2');` Switches the iput oh the TV to HDMI 2. - -```setState('lgtv.0.states.input', 'hdmi3');``` +`setState('lgtv.0.states.input', 'hdmi3');` Switches the iput oh the TV to HDMI 3. -```setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');``` +`setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');` Play YouTube video. -```setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');``` -```setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');``` +`setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');` +`setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');` Sending and response RAW command API. -```setState('lgtv.0.remote.*KEY*', true);``` +`setState('lgtv.0.remote.*KEY*', true);` Send remote KEY to TV. -```setState('lgtv.0.states.power', true/false);``` +`setState('lgtv.0.states.power', true/false);` Turn Off TV and Turn On TV (TurnOn, works only LAN, using WOL). -```setState('lgtv.0.states.soundOutput', 'external_arc');``` +`setState('lgtv.0.states.soundOutput', 'external_arc');` Switch audio output through ARC (HDMI). - --- ## States @@ -189,116 +161,159 @@ channel holds the current channel - volume holds the current volume level and can change the volume - on is true when TV is on and false if TV is off --- - ## Changelog -### 1.1.10 -* (foxriver76) prepare for controller v5 + +### 2.1.1 (2023-10-06) + +- (basti4557) Websocket configuration has been fixed [#161]. + +### 2.1.0 (2023-10-05) + +- (basti4557) A bug that destryed the actual app state on changing from tv to app mode has been fixed. +- (basti4557) Websocket SSL states can now be sent / received again due to the websocket ssl changes. +- (basti4557) Plain websocket has been replced by SSL Websocket. + +### 2.0.0 (2023-10-03) + +- (mcm1957) Adapter has been moved to iobroker-community-adapters area +- (mcm1957) POSSIBLE BREAKING: Adapter has been built from current github content. As latest npm packages have been created external, theres a chance that some changes got lost. +- (jpawlowski) Travis and AppVeyor have been replced by GitHub Actions, based on ioBroker/create-adapter +- (jpawlowski) Adpter requires NodeJS 16 minimum now +- (jpawlowski) Dependencies have been updated +- (jpawlowski) Configuration item healthIntervall has been rename/correct to healthInterval + +### 1.1.12 (2023-07-04) + +- (foxriver76) prepare for controller v5 + +### 1.1.10 (2020-08-24) + +- (SebastianSchultz) support WebOS 5 for volume change ### 1.1.9 (2020-07-14) -* (SebastianSchultz) re-upload for fixing NPM update issue + +- (SebastianSchultz) re-upload for fixing NPM update issue ### 1.1.8 (2020-07-08) -* (SebastianSchultz) bugfix for "IndexOf" error + +- (SebastianSchultz) bugfix for "IndexOf" error ### 1.1.6 (2020-03-07) -* (dirkhe) make healthintervall configurable + +- (dirkhe) make healthintervall configurable ### 1.1.5 (2020-02-25) -* (dirkhe) stable connection and subsciptions -* (dirkhe) add Polling for TV, which not support Power Off event -* (dirkhe) change some states role switch to button + +- (dirkhe) stable connection and subsciptions +- (dirkhe) add Polling for TV, which not support Power Off event +- (dirkhe) change some states role switch to button ### 1.1.4 (2020-02-07) -* (dirkhe) changed from pull to subscribing -* (dirkhe) add livetv to launch list + +- (dirkhe) changed from pull to subscribing +- (dirkhe) add livetv to launch list ### 1.1.3 (2019-12-16) -* (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) -* (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) -* (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) + +- (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) +- (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) +- (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) ### 1.1.1 (2019-10-26) -* (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) -* (instalator) fix error reconect -* (instalator) fix raw object -* (instalator) add mac address to admin settings + +- (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) +- (instalator) fix error reconect +- (instalator) fix raw object +- (instalator) add mac address to admin settings ### 1.1.0 (2019-10-10) -* (instalator) adding object remote.KEY -* (instalator) fix connect to TV -* (instalator) add subscribe volume and mute state -* (instalator) translate admin to RUS -* (instalator) add Turn On, using WOL -* (instalator) adding new different objects -* (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter + +- (instalator) adding object remote.KEY +- (instalator) fix connect to TV +- (instalator) add subscribe volume and mute state +- (instalator) translate admin to RUS +- (instalator) add Turn On, using WOL +- (instalator) adding new different objects +- (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter ### 1.0.8 (2019-03-15) -* (SebastianSchultz) general NPM update + +- (SebastianSchultz) general NPM update ### 1.0.7 (2019-01-28) -* (SebastianSchultz) grouping of all states/objects under a device + +- (SebastianSchultz) grouping of all states/objects under a device ### 1.0.6 (2019-01-21) -* (SebastianSchultz) added compact mode + +- (SebastianSchultz) added compact mode ### 1.0.5 (2018-04-15) -* (SebastianSchultz) added Travis-CI and AppVeyor tests + +- (SebastianSchultz) added Travis-CI and AppVeyor tests ### 1.0.4 (2018-04-07) -* (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown -* (SebastianSchultz) added the state "volume" which holds the current volume level + +- (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown +- (SebastianSchultz) added the state "volume" which holds the current volume level ### 1.0.3 (2018-01-11) -* (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") -* (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV + +- (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") +- (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV ### 1.0.2 (2017-05-23) -* (SebastianSchultz) added support for launching Amazon Prime app + +- (SebastianSchultz) added support for launching Amazon Prime app ### 1.0.0 (2016-09-26) -* (SebastianSchultz) added channel polling -* (SebastianSchultz) added switching input + +- (SebastianSchultz) added channel polling +- (SebastianSchultz) added switching input ### 0.0.4 (2016-09-12) -* (SebastianSchultz) solved saving IP address within adapter configuration + +- (SebastianSchultz) solved saving IP address within adapter configuration ### 0.0.3 (2016-09-05) -* (SebastianSchultz) added volumeUp true|false -* (SebastianSchultz) added volumeDown true|false -* (SebastianSchultz) added 3Dmode true|false -* (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| -* (SebastianSchultz) added channel -* (SebastianSchultz) some code cleaned + +- (SebastianSchultz) added volumeUp true|false +- (SebastianSchultz) added volumeDown true|false +- (SebastianSchultz) added 3Dmode true|false +- (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| +- (SebastianSchultz) added channel +- (SebastianSchultz) some code cleaned ### 0.0.2 (2016-09-02) -* (SebastianSchultz) removed reconnect function, not used -* (SebastianSchultz) improved error handling and logging + +- (SebastianSchultz) removed reconnect function, not used +- (SebastianSchultz) improved error handling and logging ### 0.0.1 (2016-08-31) -* (SebastianSchultz) initial commit +- (SebastianSchultz) initial commit --- - ## License -The MIT License (MIT) +MIT License -Copyright (c) 2020 Sebastian Schultz. +Copyright (c) 2023 Sebastian Schultz. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/en/adapterref/iobroker.luftdaten/README.md b/docs/en/adapterref/iobroker.luftdaten/README.md index fa26d3571..472457613 100644 --- a/docs/en/adapterref/iobroker.luftdaten/README.md +++ b/docs/en/adapterref/iobroker.luftdaten/README.md @@ -58,6 +58,8 @@ Wait some seconds until the cronjob collects the data for the first time. --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + * (klein0r) Added link to sensor map to intro tab ### 3.0.0 (2023-05-01) diff --git a/docs/en/adapterref/iobroker.mediola-gateway/README.md b/docs/en/adapterref/iobroker.mediola-gateway/README.md index 987816d56..4919404d8 100644 --- a/docs/en/adapterref/iobroker.mediola-gateway/README.md +++ b/docs/en/adapterref/iobroker.mediola-gateway/README.md @@ -41,9 +41,9 @@ These sun blinds will be found automatically. They start with WR or BK. There ar In state the WR status will be shown in percent of closure. The BK state is ever empty (never seen an other value). To update the state, the flag "read status from Mediola" in the adapter instance settings need to be set. The update intervall could be adjusted in minutes. In the action folder, the sun blinds could be controlled. To move up a 1 need to be written, for down a 2 and 3 for a stop. For WIR you could send 10, 20, 30, 40, 50, 60, 70, 80 and 90 for setting a percentage. -## usage for Nobily (NY) sun blinds +## usage for Nobily (NY/DY) sun blinds -This is actually a bit complicated. The devices are not auto detected. You need to switch to the expert mode! If not existing, a folder "action" needs to be created under "mediola-gateway.0". In this folder you need to add a state "Datapoint" with type string and the name "NY12345678". "NY" need to be in capital letters and the hexadecimal number with 8 chars you need to get from the debug tool from the config tool. Take all the numbers you find under the group section. +This is actually a bit complicated. The devices are not auto detected. You need to switch to the expert mode! If not existing, a folder "action" needs to be created under "mediola-gateway.0". In this folder you need to add a state "Datapoint" with type string and the name "NY12345678" or "DY12345678". "NY" or "DY" need to be in capital letters and the hexadecimal number with 8 chars you need to get from the debug tool from the config tool. Take all the numbers you find under the group section. ### DISCLAIMER @@ -59,6 +59,7 @@ DISCLAIMER All product and company names or logos are Trademarks™ or Registere ### **WORK IN PROGRESS** - RT (Somfy) system added (Thanks to Falk) +- DY (Nobily) system added (Thanks to BlindlyBlinds) ### 1.0.1 (2023-08-26) diff --git a/docs/en/adapterref/iobroker.mqtt-client/README.md b/docs/en/adapterref/iobroker.mqtt-client/README.md index 0559c3191..68643cd0b 100644 --- a/docs/en/adapterref/iobroker.mqtt-client/README.md +++ b/docs/en/adapterref/iobroker.mqtt-client/README.md @@ -71,6 +71,9 @@ default: state-ID converted to a mqtt topic. --> ## Changelog +### 1.6.5 (2023-09-28) +* (foxriver76) prevent crash cases on invalid subscribe + ### 1.6.4 (2023-07-26) * (DutchmanNL) Option to allow self-signed certificates in adapter settings added. diff --git a/docs/en/adapterref/iobroker.myenergi/README.md b/docs/en/adapterref/iobroker.myenergi/README.md index 603367449..9dc52a916 100644 --- a/docs/en/adapterref/iobroker.myenergi/README.md +++ b/docs/en/adapterref/iobroker.myenergi/README.md @@ -15,14 +15,14 @@ Adapter for Myenergi devices -## Loginablauf: +## Login: -Die Myenergie Hub Seriennummer und den API Key eingeben -Die Seriennummern findet man unter anderem unter https://myaccount.myenergi.com/ auf dem Tab "myenergi products" -Dort muss auch ein API Key für den Hub generiert werden. -Dazu auf "Advanced" klicken, Key generieren +Enter the Myenergie Hub serial number and API key +The serial numbers can be found at https://myaccount.myenergi.com/ under the “myenergi products” tab. +An API key for the hub must also be generated there. +To do this, click on “Advanced” and generate key -## Fragen und Diskussionen +## Questions and discussions diff --git a/docs/en/adapterref/iobroker.octoprint/README.md b/docs/en/adapterref/iobroker.octoprint/README.md index 387179262..20a7a900a 100644 --- a/docs/en/adapterref/iobroker.octoprint/README.md +++ b/docs/en/adapterref/iobroker.octoprint/README.md @@ -69,6 +69,10 @@ Please use state `system.adapter.octoprint.0.alive` to stop/start the instance. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 5.0.1 (2023-05-30) * (klein0r) Allow self-signed certificates diff --git a/docs/en/adapterref/iobroker.odl/README.md b/docs/en/adapterref/iobroker.odl/README.md index a0a97ae6b..a7aca7f48 100644 --- a/docs/en/adapterref/iobroker.odl/README.md +++ b/docs/en/adapterref/iobroker.odl/README.md @@ -16,7 +16,7 @@ This adapter integrates the ODL (Ortsdosisleistung / Ambient Dose Rate) values of specified measuring points of the German [Federal Office for Radiation Protection (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/) into ioBroker. -For more information about the ambient dose rate in germany visit https://odlinfo.bfs.de/. +For more information about the ambient dose rate in germany visit . --- @@ -26,7 +26,7 @@ Dieser Adapter integriert die ODL (Ortsdosisleistung) Messwerte von ausgewählte Das bundesweite Messnetz des BfS umfasst rund 1700 ortsfeste Messstellen, die permanent die vor Ort aktuelle Gamma-Umweltradioaktivität (Ortsdosisleistung) erfassen und aufzeichnen. Die gewonnenen Messdaten werden vom BfS gesammelt, ausgewertet und öffentlich unter der _Datenlizenz Deutschland_ zur Verfügung gestellt. -Für weitere Informationen zur ODL siehe https://odlinfo.bfs.de/. +Für weitere Informationen zur ODL siehe . Dieser Adapter läd die aktuellen 1-Stunden-Mittelwerte der Messdaten direkt über die [offizielle Datenschnittstelle des BfS](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html). Das BfS ist Urheber der vom Adapter verwendeten Daten. Alle Daten werden in unveränderter Form, so wie sie von der Datenschnittstelle geliefert werden, vom Adapter bereitgestellt. @@ -39,12 +39,23 @@ Beim ersten Start des Adapters wird automatisch der Zeitpunkt für den Abruf der [![Screenshot 1](./docs/ioBroker-odl-01.png)](./docs/ioBroker-odl-01.png) [![Screenshot 2](./docs/ioBroker-odl-02.png)](./docs/ioBroker-odl-02.png) + --- **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0. ## Changelog + +### 3.0.1 (2023-09-27) + +* (crycode-de) Node.js >= 16 is required +* (crycode-de) Fixed issue with history adapters +* (crycode-de) Updated dependencies + ### 2.0.5 (2022-04-24) * (crycode-de) Fixed spelling issue in german translation @@ -84,49 +95,60 @@ Beim ersten Start des Adapters wird automatisch der Zeitpunkt für den Abruf der * (crycode-de) Use weblate for translations ### 1.1.4 (2021-01-16) + * (crycode-de) Updated BfS logo * (crycode-de) Updated dependencies ### 1.1.3 (2020-12-31) + * (crycode-de) Fixed issue when log is not available at startup timeout ### 1.1.2 (2020-12-23) + * (crycode-de) Fix objects parameters for objects created before v1.1.1 ### 1.1.1 (2020-12-23) + * (crycode-de) Fixed issue creating odl state object ### 1.1.0 (2020-12-21) + * (crycode-de) Added Sentry error reporting * (crycode-de) Updated dependencies ### 1.0.7 (2020-10-14) + * (crycode-de) Added timeout to force exit the adapter after 10 minutes in case of any problems * (crycode-de) Updated dependencies ### 1.0.6 (2020-10-01) + * (crycode-de) Hopefully fixed a bug where adapter did not exit as expected * (crycode-de) Updated dependencies ### 1.0.5 (2020-02-05) + * (crycode-de) Use of `extendObject` to update names of existing objects. ### 1.0.4 (2020-02-03) + * (crycode-de) Updated connectionType and dataSource in io-package.json. ### 1.0.3 (2020-01-23) + * (crycode-de) Added `connectionType` in `io-package.json` and updated dependencies. ### 1.0.2 (2019-10-22) + * (crycode-de) Minimum required js-conntroller version is now 1.5.7 ### 1.0.1 (2019-10-14) -* (crycode-de) initial release +* (crycode-de) initial release ## License -Copyright (c) 2019-2022 Peter Müller +Copyright (c) 2019-2023 Peter Müller Data (c) [German Federal Office for Radiation Protection (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/), [Data licence Germany – attribution – Version 2.0](http://www.govdata.de/dl-de/by-2-0) diff --git a/docs/en/adapterref/iobroker.opendtu/README.md b/docs/en/adapterref/iobroker.opendtu/README.md index a99e94954..1863ad5cc 100644 --- a/docs/en/adapterref/iobroker.opendtu/README.md +++ b/docs/en/adapterref/iobroker.opendtu/README.md @@ -40,6 +40,12 @@ For more information on the data points, see their description or click [here](h Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 1.0.0 (2023-10-01) + +- (o0shojo0o) Increase to the first major release, as it has now reached a stable level. +- (o0shojo0o) added yieldtotal Protection against incorrect zeroing when the OpenDTU restarts if the inverter is not accessible +- (o0shojo0o) added option `Set the states to 0 if the inverter is not accessible.` ([#97](https://github.com/o0shojo0o/ioBroker.opendtu/issues/97)) + ### 0.1.8 (2023-09-22) - (o0shojo0o) added option `Protect self-set names from being overwritten by the adapter` ([#76](https://github.com/o0shojo0o/ioBroker.opendtu/issues/76)) diff --git a/docs/en/adapterref/iobroker.openweathermap/README.md b/docs/en/adapterref/iobroker.openweathermap/README.md index c19f04aeb..59b500411 100644 --- a/docs/en/adapterref/iobroker.openweathermap/README.md +++ b/docs/en/adapterref/iobroker.openweathermap/README.md @@ -20,6 +20,12 @@ You need an api key to access the data. The api key you can get for free after r ### **WORK IN PROGRESS** --> ## Changelog +### 0.4.5 (2023-10-09) +* (feuer-sturm) changed german translation + +### 0.4.4 (2023-09-29) +* (bluefox) Updated packages + ### 0.4.3 (2023-09-09) * (bluefox) Corrected vis-2 widget diff --git a/docs/en/adapterref/iobroker.plex/README.md b/docs/en/adapterref/iobroker.plex/README.md index 85a025df5..7bad9119d 100644 --- a/docs/en/adapterref/iobroker.plex/README.md +++ b/docs/en/adapterref/iobroker.plex/README.md @@ -133,6 +133,9 @@ This adapter would not have been possible without the great work of @Zefau (http Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 1.1.3 (2023-10-05) +- (ticaki) fixed: bug in readable offset + ### 1.1.2 (2023-09-16) - (ticaki) prevent Plex from crashing due to incorrect tautulli configuration diff --git a/docs/en/adapterref/iobroker.proxmox/README.md b/docs/en/adapterref/iobroker.proxmox/README.md index 304fb85fd..f004910f8 100644 --- a/docs/en/adapterref/iobroker.proxmox/README.md +++ b/docs/en/adapterref/iobroker.proxmox/README.md @@ -27,6 +27,16 @@ BADGE-Installed: http://iobroker.live/badges/proxmox-installed.svg Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> + +### next Version +* (arteck) new Object tree structure (selectable) +* (arteck) added HA Information +* (arteck) Storage info is selectable +* (arteck) Backup info are under Storage info as Object backupJson +* (arteck) corr info for offline container +* (arteck) axios timout is now 5 sec. + + ### 2.1.0 (2023-09-25) * (klein0r) Improved error handling * (arteck) Added cluster adaptation diff --git a/docs/en/adapterref/iobroker.pushbullet/README.md b/docs/en/adapterref/iobroker.pushbullet/README.md index e7c3a69e9..dac69f2c1 100644 --- a/docs/en/adapterref/iobroker.pushbullet/README.md +++ b/docs/en/adapterref/iobroker.pushbullet/README.md @@ -42,6 +42,16 @@ sendTo("pushbullet", { ### **WORK IN PROGRESS** --> ## Changelog +### 2.0.1 (2023-10-09) +- (mcm1957) Dependencies have been updated + +### 2.0.0 (2023-10-09) +- (mcm1957) first official release after migration to iobroker-community-adapters + +### 2.0.0-alpha.0 (2023-09-30) +- (mcm1957) Adapter has been migrated to iobroker-community-adapters area +- (mcm1957) Dependencies have been updated + ### 1.0.1 (2023-09-10) * (bluefox) Breaking change: Only node version 16+ supported * (bluefox) Added JSON config and used the latest version of a pushbullet library diff --git a/docs/en/adapterref/iobroker.pylontech/README.md b/docs/en/adapterref/iobroker.pylontech/README.md new file mode 100644 index 000000000..08b794702 --- /dev/null +++ b/docs/en/adapterref/iobroker.pylontech/README.md @@ -0,0 +1,500 @@ +![Logo](media/logo.png) + +# ioBroker.pylontech + +[![NPM version](https://img.shields.io/npm/v/iobroker.pylontech.svg)](https://www.npmjs.com/package/iobroker.pylontech) +[![Downloads](https://img.shields.io/npm/dm/iobroker.pylontech.svg)](https://www.npmjs.com/package/iobroker.pylontech) +![Number of Installations](https://iobroker.live/badges/pylontech-installed.svg) +![Current version in stable repository](https://iobroker.live/badges/pylontech-stable.svg) + +[![NPM](https://nodei.co/npm/iobroker.pylontech.png?downloads=true)](https://nodei.co/npm/iobroker.pylontech/) + +**Tests:** ![Test and Release](https://github.com/PLCHome/ioBroker.pylontech/workflows/Test%20and%20Release/badge.svg) + +## pylontech adapter for ioBroker + +Query the cell voltages and the status of pylontech batteries via the console. I'm not affiliated. + +**Please note that everything you build or connect is always your responsibility. The developer of this adapter assumes no liability for any damage!** + +## how it works + +This adapter is used to determine the health status and functions of a Pylontech array, which can consist of one or up to fifteen batteries. +This adapter is not used to control the battery. This is the part of a charging and power unit or an inverter. +The batteries have a console connection that provides a RS232 or V24 interface. This adapter is connected to it via a serial interface. +The first battery provides all the data and asks the others via the uplink. +Attention, it is not possible to connect a Raspberry or ESP directly. The RS232 interfaces do not have a TTL level and are not designed for 3 volts or 5 volts. A level converter is required for connection. You will find construction instructions below. + +## What is needed for connection? + +A cable and a serial converter are required for connection. +A serial connection requires three lines rxd, txd and ground. + +Rxd and Txd must be crossed. so that what one sends (Txd) can be received (Rxd) by the other. Ground is needed so that a voltage can be built up and an electrical current can be started. + +### The serial connection cable + +Pylontech has changed the RJ plugs on the batteries over time. +In the beginning there were was a RJ11 plugs like on the telephone. Now it is an RJ45 like on the network connection. +The following drawings show a standard nine pin D-SUB female connector on the cable. +This cable can be easily connected via the USB port with a RS232 to USB adapter. +Only the first battery in the array provides all information. You only need a cable and a serial port + +#### RJ45 + +| RJ45 | signal | DSUB | signal | +| ---- | ------ | ---- | ------ | +| 8 | Ground | 5 | Ground | +| 3 | TxD | 2 | RxD | +| 6 | RxD | 3 | TxD | + +![RJ45](media/8p.jpg) + +#### RJ11 / RJ12 + +The RJ11 and RJ12 connectors are the same size. The RJ11 has only four contacts, the RJ12 has six contacts. The contacts of the RJ11 are in the middle of the plug, which is why they are counted differently. Physically the contacts are in the same place. + +| RJ11 | RJ12 | signal | DSUB | signal | +| ------ | ------ | ------ | ---- | ------ | +| 1 or 4 | 2 or 5 | Ground | 5 | Ground | +| 3 | 4 | TxD | 2 | RxD | +| 2 | 3 | RxD | 3 | TxD | + +![RJ11 / RJ12](media/4p.jpg) + +There are RJ45 console cables with USB port for Cisco routers. These do not have a compatible occupancy. However, with a little experience the RJ45 plug can be replaced. + +Please note that due to the relatively high transfer rate for RS232 connections of 115200 baud, the cable cannot be particularly long. + +| max. baud | max. length | +| ----------- | ----------- | +| 2400 | 900m | +| 4800 | 300m | +| 9600 | 152m | +| 19.200 | 15m | +| 57.600 | 5m | +| **115.200** | **2m** | + +If there is no USB port nearby, you can build a serial to WiFi adapter with an ESP. + +These adapters speak a kind of Telnet and essentially extend the serial interface through the WiFi. Here it is important to install a driver module for the serial interface. E.g. the MAX3232. Please pay attention to the voltages but most of them are 3V. + +#### Raspi with MAX + +Since the Raspberry also offers a TTL interface with 3V, you can also connect a MAX3232 here. + +![Raspi with MAX](media/rpicom.jpg) + +read more http://www.savagehomeautomation.com/projects/raspberry-pi-rs232-serial-interface-options-revisit.html + +#### Find the port on Linux (Debian / Raspi) + +Under Linux it is possible to set a link to the port on which the USB-serial converter is connected. +It is then possible to assign descriptive names to the devices. + +``` +$ ls -l /dev +crw-rw---- 1 root dialout 188, 0 29. Sep 21:32 ttyUSB0 +lrwxrwxrwx 1 root root 7 29. Sep 21:32 ttyUSB_pylontech -> ttyUSB0 +``` + +The serial number can be determined for this if the USB converter has it. + +``` +$ udevadm info -a /dev/ttyUSB0 | grep ATTRS{serial} + ATTRS{serial}=="thisisit" +``` + +If there is no serial number here, you have lost. Please make sure to adapt the device ttyUSBx. + +Create a new config file. Use the editor of your choice, VI is also possible. + +``` +sudo nano /etc/udev/rules.d/20_pylontech.rules +``` + +With the following content + +``` +# File: /etc/udev/rules.d/20_pylontech.rules +# FTDI USB <-> Serial +SUBSYSTEM=="tty", \ +ATTRS{serial}=="thisisit", \ +SYMLINK+="ttyUSB_pylontech" +``` + +Then you should restart the udev and disconnect and reconnect the device once. + +``` +sudo /etc/init.d/udev restart +``` + +### com over tcp + +Instead of local connect: + +``` ++--------+ comport +----------+ +| DEVICE | ~~~~~~~~~~ | ioBroker | ++--------+ +----------+ +``` + +Does this adapter also support network connect: + +``` ++--------+ comport +--------+ network +----------+ +| DEVICE | ~~~~~~~~~~ | SERVER |========....==========| ioBroker | ++--------+ +--------+ +----------+ +``` + +#### ESP with MAX + +There are several projects that connect ESP or ESP32 to Telnet. Please remember the MAX. If the MAX gets hot then either the signal level of 5V is too high because you got a 3.3V model or you have connected a 3.3V version to 5V operating voltage. + +Here are some examples: +ESP-LINK: https://github.com/jeelabs/esp-link + +ESP-Serial-Bridge: https://github.com/yuri-rage/ESP-Serial-Bridge + +Serial Port Over WiFi: https://www.instructables.com/Serial-Port-Over-WiFi/ + +#### Linux to Net + +You can use ser2net to share the port of a PC or mini Raspi over the network. + +``` +sudo apt-get ser2net #install +sudo vim /etc/ser2net.conf #configure +ser2net #run service +``` + +The configuration line (for /etc/ser2net.conf) that corresponds to windows setup above + +``` +7000:telnet:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT remctl +``` + +RFC +Here are the settings of the above config. The device port is 7000. + +- 7000 - port +- /dev/ttyUSB0 - name of serial port +- 115200 ... - baud rate etc (actually you can skip it because of remctl) +- remctl - means using remote port configuration as of RFC2217 + +More information can be found here: https://gist.github.com/DraTeots/e0c669608466470baa6c + +#### Ready Hardware + +There is ready-made hardware that can be connected via wifi and/or lan. As long as it uses a transparent TCP server it should work. + +Example: + +- Waveshare RS232/485 TO ETH (for EU) + +## Anyway, you can also contact me in the ioBroker forum via PM if you need anything. + +Another tip: there are cheap and expensive USB serial converters. Converters with CHxxx PLxxx and CPxxx in the name have no identifying features. If you connect two of them and then swap the ports or boot for the first time, you no longer know who is who. Therefore it is better to take the good ones with FTDI and serial number. There are also good serial converters without an FTDI chip that have a serial number. + +### Tested hardware + +I'm still at the beginning. +What was tested: + +#### RS232 to ioBroker + +| Communication hardware | Type | Is working | Comments | +| ----------------------------------- | ------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Serial to USB | local | yes | There is a large selection of chips for the adapters. Depending on the model, identification problems can occur if the adapters do not have a serial number and more than one is connected. Windows already assigns one COM port for each USB plug. | +| LogiLink AU0034 | local | yes | | +| ESP-LINK | network | yes | Assign the device an IP in the network. Check transmission speed 115200 8 N 1. Everything else left unchanged. Remember to use a converter like the MAX | +| Waveshare RS232/485 TO ETH (for EU) | network | yes | Assign the device an IP in the network. Check transmission speed 115200 8 N 1. Everything else left unchanged. Use the RS232 SUBD Port. | + +#### Batteries + +| Pylontech model | Model | Firmware | Is working | Comment | +| ---------------- | ----- | ------------- | ---------- | ------------------------------------------ | +| US5000 | US | V1.3 22-08-10 | fine | | +| US2000C | US | V2.6 21-09-26 | fine | | +| US2000 (US2KBPL) | US | V2.8 21-04-29 | fine | Temperatures only in one degree increments | +| Force H2 | Force | V1.5 21-06-18 | in test | | + +If you use hardware, please write to me in the forum or in Github as an issue. We would be happy to continue this list. + +ioBroker forum: https://forum.iobroker.net/topic/68707 + +### Connection + +Only the first Accu in the array provides all information. If you connect this adapter to one of the following accus, it will no longer work because this accu cannot answer all requests. + +Please note: **The RS485 and Canbus interfaces are not for this adapter. They speak a different language.** + +![Battery stack](media/battery_stack.JPG) + +## Admin interface + +The settings in the IoBroker admin interface: + +### Connection + +#### Connection via + +You can choose between a local device, i.e. an interface connected locally to the computer, e.g. a USB converter, or a TCP-IP network server as an interface. + +Options: + +- Local device +- Network device + +### Local device + +The following fields are only displayed if Local device has been selected in Connection via. + +#### Local device path + +If "local device" was selected, the path or port must be set. NodeJs thinks in Linux, so path not found is also reported if the specified windows device is not found. The standard devices are searched for by the adapter and offered as a selection list, but this only works when the adapter is running because this requires communication with the instance. Only devices are offered, no alternative device identifiers and no unicnames, but these can be entered manually. +See the local interfaces section. + +#### Transmission speed + +The transmission speed can be set here. This is set to 115200 on newer models. For older models it is 1200. If no connection is established you can try whether the adapter runs at 1200. If this is the case, the speed can be set to 115200 using the status "pylontech. -n- . config.set_speed". The adapter speed must then be set back to 115200. + +### network device + +The following fields are only displayed if network device has been selected in Connection via. +No encrypted network connections can be established yet. + +#### Network host + +Enter the name of the com server here. No http or anything like that at the beginning of the name. IP addresses can be entered or names such as ESP-LINK.FRITZ.BOX. For DHCP devices, pay attention to the fact that the IP address can change. + +#### Network port + +In order to establish communication, the port under which the server provides communication must be specified. For ESP-Link, for example, it is 23. + +#### Transmission speed + +The speed must be set on the network device. + +### Cycle time in minutes + +The cycle time can be set here. Personally I think 5 minutes is enough to get an idea if the batteries are working well. Please note that the batteries should primarily communicate with the inverter and not the debugger. + +### Model + +Here you can select the model. You can currently choose between US and Force. You can't destroy anything. So feel free to test which setting your Pylontech is running on. There are also some listed at the top of the compatibility list. If it doesn't work, you can contact me via the ioBroker forum and we can see why the data cannot be read. + +ioBroker forum: https://forum.iobroker.net/topic/68707 + +### Determine which data is read for the model US + +If errors occur because the adapter requests data that the batteries do not provide, the request can be stopped here. The adapter was built on the basis of re-engineering, so I may have to make improvements. +If there are too many objects for you, you can also reduce the data here. + +#### Download the battery cells data + +The command “bat -n-” is only written to the console if this is set here. + +#### Download the battery cells state of health + +The command “soh -n-” is only written to the console if this is set here. + +#### Download the battery information data + +The command “info -n-” is always written to the console. Here you will find information about which serial number the individual batteries have. It is needed for the object tree. If this is switched off, the information will not be transmitted to the ioBroker. + +#### Download the log data + +The command “log” is only written to the console if this is set here. + +#### Download the battery power data + +The "pwr" command is always written to the console. The command “pwr -n-” is only written to the console if this is set here. Here you will find information about the positions of the individual batteries. It is needed for the object tree. If this is switched off, the information from the "pwr" command is not transferred to the ioBroker and the "pwr -n-" command is not issued. + +#### Download the battery statistics data + +The command “stat -n-” is only written to the console if this is set here. + +#### Download the time information + +The command “time” is only written to the console if this is set here. + +### Determine which data is read for the model Force + +If errors occur because the adapter requests data that the batteries do not provide, the request can be stopped here. The adapter was built on the basis of re-engineering, so I may have to make improvements. +If there are too many objects for you, you can also reduce the data here. + +#### Download the battery cells data + +The command “bat” is only written to the console if this is set here. + +#### Download the battery cells state of health + +The command “soh” is only written to the console if this is set here. + +#### Download the battery information data + +The command “info” is only written to the console if this is set here. + +#### Download the log data + +The command “log” is only written to the console if this is set here. + +#### Download the battery power data + +The command “pwr” is only written to the console if this is set here. + +#### Download the battery statistics data + +The command “stat” is only written to the console if this is set here. + +#### Download the battery system information data + +The command “sysinfo” is only written to the console if this is set here. + +#### Download the unit data + +The command unit” is only written to the console if this is set here. + +#### Download the time information + +The command “time” is only written to the console if this is set here. + +## Values and operations for the model US + +Almost all measurements are stored here in milli (one part in a thousand). + +- millidegrees celsius +- milliamperes +- milliampere hours + +Most of the values have to be divided by thousands to view. + +### channel -SN-.battery-nn- + +The information of the following commands is stored here + +- command “soh -n-” +- command “bat -n-” + +### channel -SN-.info + +The information of the following command is stored here + +- command “info -n-” + +### channel -SN-.power + +The information of the following commands is stored here + +- command “pwr” +- command “pwr -n-” + +### channel -SN-.statistic + +The information of the following command is stored here + +- command “stat -n-” + +## Values and operations for the model Force + +todo + +### channel config + +#### state set_speed + +You can write the “set_speed” status to “true” without confirmation. On older models, a command is sent to the battery that corrects the speed. With newer models an error message comes back. +Ack is set to true when the command is written. + +### channel info US + +#### state connection + +Is true if the adapter was able to establish communication + +#### state -n-.connected + +Set to true when the battery is found. + +#### state -n-.barcode + +Contains the barcode (serial number) to track which battery is installed at which point in the stack. + +### channel log + +The log channel contains 31 channels with the last 31 log information. The neuset is always in 31 and is then pushed down when there are new messages. + +### channel time + +#### state ds3231, rtc or time + +The time read from the inverter is stored here. On the US3000 it is called RTC and on the old VS2000 it is called ds3231. If you write to the time, your time will be transferred to the battery and the battery time will be adjusted. + +#### state set + +If true without ack is written to set, the current time is sent to the Pylontech. When the command has been executed, the status is set to ack = true. + +### channel info Force + +#### state connection + +Is true if the adapter was able to establish communication + +### channel log + +The log channel contains 31 channels with the last 31 log information. The neuset is always in 31 and is then pushed down when there are new messages. + +### channel time + +#### state ds3231, rtc or time + +The time read from the inverter is stored here. On the US3000 it is called RTC and on the old VS2000 it is called ds3231. If you write to the time, your time will be transferred to the battery and the battery time will be adjusted. + +#### state set + +If true without ack is written to set, the current time is sent to the Pylontech. When the command has been executed, the status is set to ack = true. + +## Changelog + +### 0.0.6 (09.10.2023) + +- (PLCHome) The sent command was recognized from the response. Now the command is passed to the parser. + +### 0.0.5 (05.10.2023) + +- (PLCHome) Implemenmt the force H2. Thanx to radi for suppoting this project! + +### 0.0.4 (04.10.2023) + +- (PLCHome) Removed RFC2217. +- (PLCHome) Changed interval to this.interval. +- (PLCHome) Change the connection procedure to catch the exception. + +### 0.0.3 + +- (PLCHome) initial release + +## License + +MIT License + +Copyright (c) 2023 PLCHome + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/docs/en/adapterref/iobroker.pylontech/media/4p.jpg b/docs/en/adapterref/iobroker.pylontech/media/4p.jpg new file mode 100644 index 000000000..2f1ad6b5d Binary files /dev/null and b/docs/en/adapterref/iobroker.pylontech/media/4p.jpg differ diff --git a/docs/en/adapterref/iobroker.pylontech/media/8p.jpg b/docs/en/adapterref/iobroker.pylontech/media/8p.jpg new file mode 100644 index 000000000..883211238 Binary files /dev/null and b/docs/en/adapterref/iobroker.pylontech/media/8p.jpg differ diff --git a/docs/en/adapterref/iobroker.pylontech/media/battery_stack.JPG b/docs/en/adapterref/iobroker.pylontech/media/battery_stack.JPG new file mode 100644 index 000000000..7badd2ce9 Binary files /dev/null and b/docs/en/adapterref/iobroker.pylontech/media/battery_stack.JPG differ diff --git a/docs/en/adapterref/iobroker.pylontech/media/logo.png b/docs/en/adapterref/iobroker.pylontech/media/logo.png new file mode 100644 index 000000000..385ca4a3d Binary files /dev/null and b/docs/en/adapterref/iobroker.pylontech/media/logo.png differ diff --git a/docs/en/adapterref/iobroker.pylontech/media/rpicom.jpg b/docs/en/adapterref/iobroker.pylontech/media/rpicom.jpg new file mode 100644 index 000000000..19b9b2917 Binary files /dev/null and b/docs/en/adapterref/iobroker.pylontech/media/rpicom.jpg differ diff --git a/docs/en/adapterref/iobroker.radar-trap/README.md b/docs/en/adapterref/iobroker.radar-trap/README.md index efa059538..3b245b71e 100644 --- a/docs/en/adapterref/iobroker.radar-trap/README.md +++ b/docs/en/adapterref/iobroker.radar-trap/README.md @@ -29,6 +29,10 @@ Placeholder for next versions: ### __WORK IN PROGRESS__ --> +### 1.0.7 (2023-09-30) +* (Steiger04) Added features for vis-widgets +* (Steiger04) Added states for counting traps + ### 1.0.6 (2023-09-27) * (Steiger04) nanoid downgraded to 4.0.2 diff --git a/docs/en/adapterref/iobroker.ring/README.md b/docs/en/adapterref/iobroker.ring/README.md index 5d928601d..6fd6155e2 100644 --- a/docs/en/adapterref/iobroker.ring/README.md +++ b/docs/en/adapterref/iobroker.ring/README.md @@ -9,17 +9,14 @@ [![NPM](https://nodei.co/npm/iobroker.ring.png?downloads=true)](https://nodei.co/npm/iobroker.ring/) -Requires Admin v4 and `node 16.x`. - -The Ring adapter works with Ring devices like the Ring Video Doorbell and Ring Cam and shows if someone rings the -doorbell or if motion is detected. The Ring Video Doorbell or Cam sends a videostream if a motion or doorbell ist -detected. +The Ring adapter works with Ring devices like the Ring Video Doorbell and Ring Cam and shows if someone rings the doorbell or if motion is detected. +The Ring Video Doorbell or Cam sends a videostream if a motion or doorbell is detected. ## Install & Configuration -After installing the Adapter you have to enter your Email and Password of your [ring.com](https://ring.com) Account and -a Token. Ring now requires the use of Two-Factor Auth (2fa) for all accounts. For getting the token please do following -on your shell. +After installing the Adapter, you have to enter your Token. +Ring now requires the use of Two-Factor Authentication (2fa) for all accounts. +For getting the token, please do following on your shell. ```shell npx -p ring-client-api ring-auth-cli @@ -46,320 +43,263 @@ a counter, timestamp, ring id or kind of ring. ### FAQ -#### I don't recieve events, snapshots and videos on motion or detected person +#### I don't receive events, snapshots and videos on motion or detected person -Congrats it's very likely that your current token was put on a blacklist by ring, denying you the push notification -you´d need. -Best way to resolve this is to remove any previous browsers/adapter tokens on the ring website and generating a new +Congrats, it's very likely that your current token was put on a blacklist by ring, denying you the push notification you would need. +The best way to resolve this is to remove any previous browsers/adapter tokens on the ring website and generate a new token for the adapter. -In order for this adapter to properly react on events Ring must send the push notification to the +In order for this adapter to properly react on events, Ring must send the push notification to the used [Ring Api Client](https://github.com/dgreif/ring) for this adapter to react on it. The logic in this adapter was -checked multiple times and works for plenty users, so if you experience issues regarding missing events it's unlikely +checked multiple times and works for plenty of users, so if you experience issues regarding missing events, it's unlikely the fault of this adapter. ### V3 Rewrite Breaking Changes -1. The Device Names got extended by their description (e.g. from `Device 1234567` - to `Device 1234567 ("Floodlight Garden")`) +1. The Device Names got extended by their description (e.g., from `Device 1234567` to `Device 1234567 ("Floodlight Garden")`) 2. Snapshot/Livestream Data is now in a respective channel, containing the other data points. 3. The snapshot/livestream object got changed from type meta to state with type file. -4. Events (Motion, Ding, etc.) are now in a respective channel. +4. Events (Motion, Ding, etc.) are now in the respective channel. 5. Due to `ring-api` dropping the support for node before `v16.x` this adapter needs `node v16.x` or `node v18.x` -6. Active refreshes are reduced to once every 2 hours, as we are listening/reacting on events. +6. Active refreshes are reduced to once every 2 hours, as we are listening/reacting to events. ### SIP (before Version 3.x) You can use the SIP Information for a SIP Video Conference with your SIP client. The adapter will not provide all ring devices because the used API does not include all ring devices. -You can use for example the Blink SIP client on [http://icanblink.com/](http://icanblink.com/). To get video working go -into Blink's Preferences and under "Accounts", switch the tab to "Media" and deselect "Encrypt audio and video" under " -RTP Options". Be careful the SIP information expire after a few seconds! -Hopefully I will be able to support a video stream soon. Unfortunately [ring.com](https://ring.com) does not have an -official API that support this feature. +You can use, for example, the Blink SIP client on [http://icanblink.com/](http://icanblink.com/). +To get video working go into Blink's Preferences and under "Accounts", switch the tab to "Media" and deselect "Encrypt audio and video" under "RTP Options". +Be careful, the SIP information expires after a few seconds! +Hopefully I will be able to support a video stream soon. +Unfortunately, [ring.com](https://ring.com) does not have an official API that support this feature. If you press the `livestream request` button you get new SIP Information for building up a SIP Video Call session. -If you are using the [ring.com](https://ring.com) cloud you find under history a http link to your last motion / -doorbell recorded video. +If you are using the [ring.com](https://ring.com) cloud, you find under history a http link to your last motion / doorbell recorded video. ## Changelog - -### 5.0.0-alpha.0 (2023-09-16) +### 5.0.0 (2023-10-10) +* (bluefox) migrated the configuration to JSON +* (crocri) many changes for livestream and high-definition screenshots +* (theimo1221) Refactoring and cleanup +### 5.0.0-Beta (2023-10-10) * (crocri) Ding event is now working again for Ring-Intercom * (crocri) auto livestream creation takes now value from config, before fix -* (crocri) snapshot now async, because snapshot and livestream in parallel does not work +* (crocri) snapshot now async, because snapshot and livestream in parallel do not work * (crocri) livestream duration now settable via tree entry will be auto reset via livestream request. * (crocri) two new config entries auto_livestream and auto_snapshot to disable auto creation of livestream and snapshot. * (crocri) some minor corrections to code * (crocri) Removed binary States -* (crocri) Improvements for vis compatibility +* (crocri) Improvements for vis compatibility done * (theimo1221) Refactoring and cleanup -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 4.0.0 (2023-08-22) - * (theimo1221) !!Breaking Change!! From now on Node 18 or 20 is required, Node 16 is not supported anymore -* (theimo1221) Update Ring-Api to V12 which needs Node 18 or 20 -* (theimo1221) Update Packages +* (theimo1221) Updated Ring-Api to v12 which needs Node 18 or 20 +* (theimo1221) Updated Packages ### 3.4.1 (2023-08-06) - * (theimo1221) Compliance to adapter-checker -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) Debounce Doorbell Presses -* (theimo1221) Add Support for cocoa_doorbell_v2 -* (theimo1221) Add Support for stickup_cam_longfin -* (theimo1221) Fix compatibility and recompile +* (theimo1221) Added Support for cocoa_doorbell_v2 +* (theimo1221) Added Support for stickup_cam_longfin +* (theimo1221) Fixed compatibility and recompile ### 3.4.0 (2023-06-09) - -* (theimo1221) Update Packages (which allows node 20 now) +* (theimo1221) Updated Packages (which allows node 20 now) ### 3.3.1 (2023-05-18) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.3.0 (2023-04-02) - -* (theimo1221) Update Packages -* (theimo1221) Device with Type stickup_cam_longfin not yet supported #483 +* (theimo1221) Updated Packages +* (theimo1221) Device with Type stickup_cam_longfin didn't yet support #483 ### 3.2.7 (2023-03-22) - -* (foxriver76) prepare js-controller v5 +* (foxriver76) prepared js-controller v5 ### 3.2.6 (2023-02-18) - -* (theimo1221) Improve behaviour on initial Location load fail -* (theimo1221) Update Packages +* (theimo1221) Improve behavior on initial Location load fail +* (theimo1221) Updated Packages ### 3.2.5 (2023-01-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.2.4 (2022-12-15) - * (theimo1221) #385 Fix for Unlock Request on intercoms ### 3.2.3 (2022-12-15) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #385 Experimental Ring Intercom support ### 3.2.2 (2022-12-02) - -* (theimo1221) #373 Fix event receiving for iobroker instances without unique hostname +* (theimo1221) #373 Fix event receiving for iobroker instances without a unique hostname ### 3.2.1 (2022-12-02) - * (theimo1221) Redeploy ### 3.2.0 (2022-12-02) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #373 Increase logging and change recording order on Doorbell Event ### 3.1.9 (2022-11-20) - * (theimo1221) #395 Resolve Package-lock.json issues ### 3.1.8 (2022-11-20) - -* (theimo1221) Update Packages -* (theimo1221) Compliance to newest ring api version +* (theimo1221) Updated Packages +* (theimo1221) Compliance to the newest ring api version ### 3.1.7 (2022-10-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.6 (2022-10-28) - * (theimo1221) Inline subscription instead of properties for Event observer ### 3.1.5 (2022-10-16) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.4 (2022-10-16) - * (theimo1221) #376 Handling when reconnect fails ### 3.1.3 (2022-10-04) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.2 (2022-09-22) - -* (theimo1221) Update Packages -* (theimo1221) Fix an issue with floodlight control +* (theimo1221) Updated Packages +* (theimo1221) Fixed an issue with floodlight control ### 3.1.1 (2022-08-11) - -* (theimo1221) Improve Doorbell Event Logging +* (theimo1221) Improved Doorbell Event Logging ### 3.1.0 (2022-08-04) - * (bluefox) Allowed to be used with node.js 18 ### 3.0.5 (2022-07-05) - -* (theimo1221) Improve Log Message on failed Snapshots during event handling -* (theimo1221) Add Support for doorbell oyster +* (theimo1221) Improved Log Message on failed Snapshots during event handling +* (theimo1221) Added Support for doorbell oyster ### 3.0.4 (2022-06-17) - -* (theimo1221) Fix Edge Case resulting in lamps being permanently on +* (theimo1221) Fixed Edge Case resulting in lamps being permanently on ### 3.0.3 (2022-06-16) - -* (theimo1221) Implement location mode +* (theimo1221) Implemented location mode ### 3.0.1 (2022-06-08) - * (bluefox) Changed the russian translations ### 3.0.0-beta.13 (2022-05-30) - -* (theimo1221) Prevent missing of events, due to socket drop within ring-api-client -* (theimo1221) Improve device logging readability +* (theimo1221) Prevented missing of events, due to a socket drop within ring-api-client +* (theimo1221) Improved device logging readability ### 3.0.0-beta.12 (2022-05-28) - -* (theimo1221) Fix error in beta.11 in regard to new installations +* (theimo1221) Fixed error in beta.11 in regard to new installations * (theimo1221) Harden Event Handling to prevent rare permanent busy occasions -* (theimo1221) Add support for doorbell device `doorbell_graham_cracker` +* (theimo1221) Added support for doorbell device `doorbell_graham_cracker` ### 3.0.0-beta.11 (2022-05-24) - -* (theimo1221) Add processing of new token provided by ring. +* (theimo1221) Added processing of new token provided by ring. ### 3.0.0-beta.10 (2022-05-24) - -* (theimo1221) Add `lpd_v4` Doorbell +* (theimo1221) Added `lpd_v4` Doorbell ### 3.0.0-beta.9 (2022-05-21) - * (theimo1221) For stability reasons, perform an active refresh every 2 hours. ### 3.0.0-beta.8 (2022-05-17) - -* (theimo1221) Fix writing to iobroker-data/files folder (thx to Apollon) +* (theimo1221) Fixed writing to iobroker-data/files folder (thx to Apollon) ### 3.0.0-beta.7 (2022-05-16) - * (theimo1221) Prevent Crashes on unsupported devices ### 3.0.0-beta.6 (2022-05-16) - * (theimo1221) Record more events (without recording twice) -* (theimo1221) Improve snapshot deleting for initial snapshot after restart +* (theimo1221) Improved snapshot deleting for initial snapshot after restart ### 3.0.0-beta.5 (2022-05-14) - -* (theimo1221) Prevent crashes during installation by clearer enforcing of node 16 +* (theimo1221) Prevented crashes during installation by clearer enforcing of node 16 ### 3.0.0-beta.4 (2022-05-14) - * (theimo1221) Changes in io-package.json for release workflow ### 3.0.0-beta.3 (2022-05-14) - -* (theimo1221) Rewrite V3 (Breaking Changes listed below) -* (theimo1221) Update packages -* (theimo1221) Fix in GitHub release workflow +* (theimo1221) Rewrote V3 (Breaking Changes listed below) +* (theimo1221) Updated packages +* (theimo1221) Fixed in GitHub release workflow ### 2.0.0-beta.3 (2022-02-08) - -* (theimo1221) Fix adapter checker issues +* (theimo1221) Fixed adapter checker issues ### 2.0.0-beta.0 (2022-02-05) - -* (theimo1221) Update packages -* (theimo1221) Add JS-Controller 4.0 dependency +* (theimo1221) Updated packages +* (theimo1221) Added JS-Controller 4.0 dependency * (theimo1221) On ding --> First take snapshot then livestream ### 1.2.8 (2021-10-14) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.6 (2021-09-05) - -* (theimo1221) Update packages -* (theimo1221) Stop adapter on unhandled Error -* (theimo1221) Terminate adapter on invalid ring credentials +* (theimo1221) Updated packages +* (theimo1221) Stopped adapter on unhandled Error +* (theimo1221) Terminated adapter on invalid ring credentials ### 1.2.4-1 (2021-08-12) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.4-0 (2021-08-07) - * (theimo1221) Refactoring -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.3 (2021-07-30) - -* (theimo1221) Update packages -* (theimo1221) Fix compatibility issues with new ring api +* (theimo1221) Updated packages +* (theimo1221) Fixed compatibility issues with new ring api ### 1.2.2 (2021-05-05) - -* (theimo1221) Update packages due to security patches +* (theimo1221) Updated packages due to security patches ### 1.2.1 (2021-04-09) - -* (theimo1221) Bump version +* (theimo1221) Bumped version ### 1.2.0 (2021-04-08) - -* (theimo1221) Add new device type spotlightw as doorbell -* (theimo1221) Update dependencies (ringapi, node-schedule, etc.) +* (theimo1221) Added new device type spotlightw as doorbell +* (theimo1221) Updated dependencies (ringapi, node-schedule, etc.) ### 1.1.6-3 (2021-03-29) - -* (theimo1221) Fix typo preventing Livestream recordings after motion detection -* (theimo1221) Reduce Levels of Log Messages, to not spam iobroker Log +* (theimo1221) Fixed typo preventing Livestream recordings after motion detection +* (theimo1221) Reduced Levels of Log Messages, to not spam iobroker Log ### 1.1.6-2 (2021-03-29) - * (theimo1221) Fixing some Issues while saving snapshots and place Snapshots within 'iobroker-data' Folder. ### 1.1.6-1 (2021-03-26) - * (theimo1221) Support for Floodlight V2 * (theimo1221) Control Floodlight by Switch ### 1.1.5 (04.11.2020) - -* (Stübi) Add floodlight +* (Stübi) Added floodlight ### 1.1.4 (23.05.2020) - -* (Stübi) Add new libraries +* (Stübi) Added new libraries ### 1.1.3 (06.05.2020) - * (Stübi) Fixed error of missing objects ### 1.1.2 (02.05.2020) - * (Stübi) Fixed health info like missing battery status (Issue #22, Issue #25) * (Stübi) Change error handling * (Stübi) Providing Stick Up Cam (BETA) * (Stübi) Using variables in the filename of the livestream or snapshot ### 1.1.1 (02.05.2020) - * (Stübi) Bugfixing * (Stübi) User can enable/disable external sentry logging ### 1.1.0 (01.05.2020) - * (Stübi) Node 10 is now required, Node 12 recommended. If you use Node 8 or less, the adapter will stop immediately. * (Stübi) Tested with js-controller 3. I recommend using js-controller 3 or higher because of sentry logging and more features in the future @@ -368,61 +308,47 @@ doorbell recorded video. * (Stübi) Old snapshots and livestreams can be deleted on the filesystem * (Stübi) Sentry logging added * (Stübi) Small improvements and bugfixing -* (Stübi) Add a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) +* (Stübi) Added a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) ### 1.0.7 (24.12.2019) - * (Stübi) Bugfixing ### 1.0.6 (20.12.2019) - * (Stübi) Bugfixing: Login with username and password changed -* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately the - snapshot / livestream does not work always! +* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately, the snapshot / livestream does not always work! ### 1.0.5 (18.04.2019) - * (Stübi) Bugfixing * (Stübi) Using new API. With this API livestreaming and snapshots are possible (work still in progress and not supported in this version) * (Stübi) Fixed an error with js-controller 2.0. You need at least this version with js-controller 2.0 -* (Stübi) two face authentication +* (Stübi) Added two factory authentications ### 1.0.4 (17.04.2019) - * (Stübi) Bugfixing for Ring Pro ### 1.0.3 (09.03.2019) - -* (Stübi) Major change! I had to change the used ring.com API to an other API. The old one did not work anymore. For - this reason, a lot has to be redesigned. +* (Stübi) Major change! I had to change the used ring.com API to another API. The old one did not work anymore. For this reason, a lot has to be redesigned. ### 1.0.2 (01.02.2019) - * (Stübi) More debug information ### 1.0.1 (05.01.2019) - * (Stübi) Support js-controller compact mode ### 1.0.0 (04.01.2018) - -* (Stübi) Add camera device. For this reason, the device name changed from doorbot to doorbell. +* (Stübi) Added a camera device. For this reason, the device name changed from doorbot to doorbell. ### 0.1.3 (20.12.2018) - * (Stübi) Update error handling ### 0.1.2 (17.12.2018) - * (Stübi) Update error handling ### 0.1.1 (15.12.2018) - * (Stübi) Improvements ### 0.1.0 (14.12.2018) - * (Stübi) First Version ## License diff --git a/docs/en/adapterref/iobroker.robonect/README.md b/docs/en/adapterref/iobroker.robonect/README.md index 73b197b1f..4eb40faf7 100644 --- a/docs/en/adapterref/iobroker.robonect/README.md +++ b/docs/en/adapterref/iobroker.robonect/README.md @@ -23,6 +23,11 @@ This is an ioBroker adapter for your Robonect HX enabled lawn mower. * For every API request it is possible to choose the polling interval (status or info) or don't poll at all. * push service: when activated select the IP address and port the adapter should listen to. +### Password for Robonect + +Versions older than v1.3.0 required a simple password - only containing lower- and uppercase letters as well as numbers. +Starting with v1.3.0 strong passwords became possible due to the implementation of HTTP basic authentication. + ### Push service The robonect module has a config option called "Push Service" - it pushes status information depending on some configurable events. @@ -59,6 +64,27 @@ It is possible to control the extensions GPIO 1, GPIO 2, OUT 1 and OUT 2 of the ### Work in progress * Add timePickers to Admin UI for rest times as soon as they work properly +### 1.3.3 (2023-10-04) + +* (grizzelbee) Chg: massive code refactoring +* (grizzelbee) Fix: Fixed false error message when PushService is listening to all IPv4 or IPv6 addresses +* (grizzelbee) Chg: Forcing pollType info for pushService when enabled it's enabled in config + +### 1.3.2 (2023-10-04) + +* (grizzelbee) Fix: Switching of extensions works now +* (grizzelbee) Fix: Fixed false error message when switching extensions + +### 1.3.1 (2023-10-02) + +* (grizzelbee) Chg: removed unnecessary Info log entries + +### 1.3.0 (2023-10-02) + +* (grizzelbee) Chg: [#28](https://github.com/Grizzelbee/ioBroker.robonect/issues/28) Changed authentication method from URL-Encoding to basic authentication +* (grizzelbee) Chg: [#27](https://github.com/Grizzelbee/ioBroker.robonect/issues/27) Improved error handling +* (grizzelbee) Upd: Dependencies got updated + ### 1.2.0 (2023-09-22) * (mcm1957) Fix: Adapter requires NodeJs >= 16.0.0 diff --git a/docs/en/adapterref/iobroker.semp/README.md b/docs/en/adapterref/iobroker.semp/README.md index 9bb558623..c73e3ef64 100644 --- a/docs/en/adapterref/iobroker.semp/README.md +++ b/docs/en/adapterref/iobroker.semp/README.md @@ -52,17 +52,21 @@ An description about general usage of energy requests see [SMA docu](docu/SMA/SS * please create issues at [github](https://github.com/rg-engineering/ioBroker.semp/issues) if you find bugs or whish new features ## Changelog +### 1.3.10 (2023-10-03) +* (René) bug fix: removed missing Start() call in wallbox (avoid exception) +* (René) see issue #30: URL can be used to set recommended power to wallbox (attention: still only power, not current as needed for go-e) + ### 1.3.9 (2023-09-24) -(René) see issue #30: bug fix URL as string to be used +* (René) see issue #30: bug fix URL as string to be used ### 1.3.8 (2023-09-23) -(René) see issue #30: URL can now be used directly to get status of wallbox (JSON only) +* (René) see issue #30: URL can now be used directly to get status of wallbox (JSON only) ### 1.3.7 (2023-09-02) -(René) see issue #30: bug fix for type based status check of wallboxes +* (René) see issue #30: bug fix for type based status check of wallboxes ### 1.3.6 (2023-08-28) - (René) see issue #81: smaller bug fixes +* (René) see issue #81: smaller bug fixes ### 1.3.5 (2023-08-26) * (René) see issue #81: wallbox three phase enabler by URL diff --git a/docs/en/adapterref/iobroker.senec/README.md b/docs/en/adapterref/iobroker.senec/README.md index c0ccc0fde..e2df18993 100644 --- a/docs/en/adapterref/iobroker.senec/README.md +++ b/docs/en/adapterref/iobroker.senec/README.md @@ -89,39 +89,8 @@ If a state is not documented (or only partially documented) and you know what it *Read-only boolean which is true if the adapter is connected to the senec system.* #### Channel: _calc -This channel contains calculated values. Currently these are day/week/month/year values at specific data points. +This channel contained calculated values. Doesn't exist any longer due to STATISTIC not available anymore. -* xxx.refDay/Week/Month/Year - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Modifiable number indicating for which day/week/month/year the data is valid. - -* xxx.refValue/Week/Mont/Year - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Modifiable number indicating what the reference value is for calculating the current value. - -* xxx.today/week/month/year - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Modifiable number representing the current value for day/week/month/year of the corresponding data point. - -* xxx.yesterday/lastWeek/lastMonth/lastYear - - |Data type|Permission| - |:---:|:---:| - |number|W| - - *Modifiable number representing the previous value for day/week/month/year of the corresponding data point. #### Channel: BMS @@ -457,54 +426,7 @@ This channel contains calculated values. Currently these are day/week/month/year *Read-only string, which represents the system's state in human readable format (sorry - we only have the german states from senec).* #### Channel: STATISTIC - -* STAT_DAY_BAT_CHARGE - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Read-only number, which represents the amount of power charged into the battery in kWh today.* - -* STAT_DAY_BAT_DISCHARGE - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Read-only number, which represents the amount of power drawn from the battery in kWh today.* - -* STAT_DAY_E_GRID_EXPORT - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Read-only number, which represents the amount of power in kWh delivered into the net today.* - -* STAT_DAY_E_GRID_IMPORT - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Read-only number, which represents the amount of power in kWh drawn from the net today.* - -* STAT_DAY_E_HOUSE - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Read-only number, which represents the amount of power in kWh consumed by the house today.* - -* STAT_DAY_E_PV - - |Data type|Permission| - |:---:|:---:| - |number|R| - - *Read-only number, which represents the amount of power in kWh generated by your PV today.* +Doesn't exist anymore. #### Channel: SYS_UPDATE @@ -577,6 +499,15 @@ This channel contains calculated values. Currently these are day/week/month/year *Read-only text, which designates the serial number of wallbox [0..3].* ## Changelog +### 1.6.7 (NoBl) +* Added option to turn off local polling. + +### 1.6.6 (NoBl) +* Node 16 required +* Bugfixes +* Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File +* Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT + ### 1.6.5 (NoBl) * Added AllTime Statistics (trigger initial calculations in adapter settings) * https is now default for new instances diff --git a/docs/en/adapterref/iobroker.shelly/README.md b/docs/en/adapterref/iobroker.shelly/README.md index 0af0cb435..ee1ce39c2 100644 --- a/docs/en/adapterref/iobroker.shelly/README.md +++ b/docs/en/adapterref/iobroker.shelly/README.md @@ -57,7 +57,13 @@ Questions? Check the [FAQ](faq.md) section first! Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> + +### **WORK IN PROGRESS** + +* (theimo1221) More Shelly TRV Datapoints + ### 6.4.5 (2023-09-26) + * (klein0r) Added Shelly Pro Dual Cover/Shutter PM * (klein0r) Added Shelly Pro 3 EM 400A * (JuniperChris929) Added support of Shelly Plus 1 Mini + Shelly Plus 1 PM Mini diff --git a/docs/en/adapterref/iobroker.shuttercontrol/README.md b/docs/en/adapterref/iobroker.shuttercontrol/README.md index 1184a34a6..7c559d96b 100644 --- a/docs/en/adapterref/iobroker.shuttercontrol/README.md +++ b/docs/en/adapterref/iobroker.shuttercontrol/README.md @@ -48,6 +48,9 @@ When the adapter crashes or an other Code error happens, this error message that ### __WORK IN PROGRESS__ * (simatec) Saturday added as work week +* (simatec) Dependencies updated +* (simatec) Fix Auto-Living, Auto-Sleep & Auto-Children +* (simatec) Timeout Fix ### 1.6.2 (2023-08-28) * (simatec) Dependencies updated diff --git a/docs/en/adapterref/iobroker.smartcontrol/README.md b/docs/en/adapterref/iobroker.smartcontrol/README.md index a37114c13..c67f0e9c7 100644 --- a/docs/en/adapterref/iobroker.smartcontrol/README.md +++ b/docs/en/adapterref/iobroker.smartcontrol/README.md @@ -358,6 +358,7 @@ Change Log for 0.2.0: ## License MIT License +Copyright (c) 2023 Christian Oelschlegel Copyright (c) 2020 Mic-M Copyright (c) 2022 Oelison diff --git a/docs/en/adapterref/iobroker.snmp/README.md b/docs/en/adapterref/iobroker.snmp/README.md index c92204a55..5f59f83fe 100644 --- a/docs/en/adapterref/iobroker.snmp/README.md +++ b/docs/en/adapterref/iobroker.snmp/README.md @@ -26,11 +26,38 @@ For more details and for information how to disable the error reporting see [Sen ## Info This adapter can be used to poll information from devices like printers, network devices, etc. using SNMP protocol. +## Adapter-Configuration +The adapter queries specified oids which are grouped within oid groups which in turn are assigned to devices. The configuration data is entered at several tabs. The adapter supports IPv4 adn IPv6 connections. + +For destails see documentation referenced below. + +## Documentation + +[english documentation](docs/en/snmp.md)
+[deutsche Dokumentation](docs/de/snmp.md)
+[russian documentation](docs/ru/snmp.md) + ## Changelog +### 2.4.11 (2023-07-13) +* (McM1957) Node-net-snmp has been updated to improve uint32 handling (#282) +* (McM1957) Several other dependencies have been updated + +### 2.4.10 (2023-07-08) +* (McM1957) Another typo at error output has been fixed + +### 2.4.9 (2023-07-05) +* (McM1957) An option to disable closing of reader session in case of an error has been added. +* (McM1957) Logging in case of errors hase been enhanced when debug log enabled. + +### 2.4.8 (2023-07-04) +* (McM1957) fixed: UDP ports got lost during error handling (#282) +* (McM1957) fixed: Incorrect toString() syntax caused several issues, i.e. missing error output (#283) +* (McM1957) Dependencies have been updated + ### 2.4.7 (2023-04-12) * (McM1957) changed: several externalmodules including net-snmp have been updated @@ -166,54 +193,6 @@ This adapter can be used to poll information from devices like printers, network * (Bluefox) refactoring * (Marcolotti) initial release -## Adapter-Configuration -The adapter queries specified oids which are grouped within oid groups which in turn are assigned to devices. The configuration data is entered at several tabs: - -### TAB OID-Groups -Here you specify all oids to be queried by the adapter, one oid per line. - -| Parameter | Type | Description | Comment | -|---------------|-------------|-----------------------------------|-------------------------------------| -| active | boolean | if set to true, OID will be used | can be used to disable a single OID | -| OID-Group | text | name of the OID group | will used to assign group to device | -| OID-Name | text | name assigned to the OID | will used to name datapoint | -| OID | text | oid string (1.2.3.4.) | oid string as specified by device vendor | -| writeable | boolean | should be set to true if OID is writeable | reserved for future use | -| optional | boolean | should be set to true if OID is optional | if set to true, no error will be raised if oid is unknown | - -### TAB Device -Here you specify which devices should be queried. - -| Parameter | Type | Description | Comment | -|---------------|-------------|-----------------------------------|-------------------------------------| -| active | boolean | if set to true, the device will be used | can be used to disable a single device | -| Name | text | name of the device | will be used to create name of data points | -| IP address | text | ip address (IPv4 or IPv6) with optional port number | NOTE: currently only IPv4 is supported | -| OID-Group | text | OID group specified at tab IOD Groups | A OID group can be assigned to more than one device | | -| SNMP-Version | select | SNMP version to use | NOTE: SNMPv3 is not yet supported | -| Community (v1, v2c) or Auth-ID (v3) | text | community for SNMP v1 or V2c, authorization group for SNMP v3 | NOTE: SNMPv3 is not yet supported | -| timeout (sec) | number | processing timeout in seconds | | -| retry (sec) | number | retry intervall in seconds | | -| polling (sec) | number | poll intervall in seconds | | - - -### TAB Authorization -This tab contains SNMP V3 authorization information. Please note that SNMP V3 is not yet implemented. - -| Parameter | Type | Description | Comment | -|---------------|-------------|-----------------------------------|-------------------------------------| - - -### TAB Options -Here you specify some general options - -| Parameter | Type | Description | Comment | -|---------------|-------------|-----------------------------------|-------------------------------------| -| Packetsize | integer | maximum number of OIDs sent within a single request | reduce this value in case of TOOBIG errors | -| Compatibility mode | boolean | if this option is activated, datapoint names are based on ip address | NOTE: outdated - do not use any longer. This flag will not work with IPv6 addresses. Might be removed in future releases. | - - - ## License The MIT License (MIT) diff --git a/docs/en/adapterref/iobroker.socketio/README.md b/docs/en/adapterref/iobroker.socketio/README.md index 71b2f6d1c..90443c256 100644 --- a/docs/en/adapterref/iobroker.socketio/README.md +++ b/docs/en/adapterref/iobroker.socketio/README.md @@ -76,6 +76,12 @@ You can set the option *Force Web-Sockets* to force using only web-sockets trans --> ## Changelog +### 6.5.7 (2023-10-08) +* (foxriver76) upgrade socket-classes to fix error with vis subscriptions + +### 6.5.6 (2023-09-28) +* (bluefox) upgraded socket-classes to correct the error by unsubscribing on client disconnect + ### 6.5.5 (2023-09-14) * (foxriver76) upgrade socket-classes to fix crash cases diff --git a/docs/en/adapterref/iobroker.sonos/README.md b/docs/en/adapterref/iobroker.sonos/README.md index 093106ffe..540da6477 100644 --- a/docs/en/adapterref/iobroker.sonos/README.md +++ b/docs/en/adapterref/iobroker.sonos/README.md @@ -18,10 +18,10 @@ Control and monitor SONOS devices with ioBroker. * **`group_muted`**: mute status of the group. * **`add_to_group`**: Add a certain SONOS device to the SONOS device under which this state is. Use IP address with underscores (see above). * **`remove_from_group`**: Remove a certain SONOS device from the SONOS device under which this state is. Use IP address with underscores (see above). - + *) These states will be updated if changes are made in the SONOS app. -## Using with the sayIt adapter +## Using it with the sayIt adapter To use the [sayit adapter](https://github.com/ioBroker/ioBroker.sayit) with this SONOS adapter, ensure that the [web adapter](https://github.com/ioBroker/ioBroker.web) is instantiated and running too. The web adapter is required to allow the SONOS adapter to read the generated MP3 file from the sayit adapter. ### Warning: Stability problems in combination with sayIt adapter @@ -32,20 +32,20 @@ Please note: This SONOS adapter has stability issues if using 'text to speech' w Workaround for text to speech is to use the [SONOS HTTP API](https://github.com/jishi/node-sonos-http-api). ## Favorites & Queue in VIS -Use states `favorites_list_html` and `queue_html` to show playlists and current queue with basic html widget in VIS. By click on a row the playlist or track will be played immediatly. -Format the table with following css classes: +Use states `favorites_list_html` and `queue_html` to show playlists and current queue with basic html widget in VIS. By clicking on a row, the playlist or track will be played immediately. +Format the table with the following css classes: ### Favorites * `sonosFavoriteTable`: hole favorite table * `sonosFavoriteRow`: rows with favorite information -* `sonosFavoriteNumber`: Number of favorite +* `sonosFavoriteNumber`: Number of favorites * `sonosFavoriteCover`: Album art of favorite (grab image with `.sonosFavoriteCover img`) * `sonosFavoriteTitle`: Name of favorite ### Queue * `.sonosQueueTable`: hole table * `.sonosQueueRow`: rows containing track information -* `.currentTrack`: added to the row containg current playing track +* `.currentTrack`: added to the row containg the current playing track * `.sonosQueueTrackNumber`: Number or track * `.sonosQueueTrackCover`: Album art of track (grab image with `.sonosQueueTrackCover img`) * `.sonosQueueTrackArtist`: Name of artist @@ -112,6 +112,10 @@ Please note: highlighting current playing favorite is not supported. ### **WORK IN PROGRESS** --> ## Changelog +### 3.0.0 (2023-10-09) +* (udondan) Added support for the playing Sonos playlists (added new state `playlist_set`) +* (bluefox) The minimal node.js version is 16 + ### 2.3.3 (2023-09-21) * (foxriver76) fixed cover url diff --git a/docs/en/adapterref/iobroker.sureflap/README.md b/docs/en/adapterref/iobroker.sureflap/README.md index 87526b6c8..140378394 100644 --- a/docs/en/adapterref/iobroker.sureflap/README.md +++ b/docs/en/adapterref/iobroker.sureflap/README.md @@ -138,6 +138,11 @@ The pictures of the SureFlap® devices are provided free to use from [Sure Petca ## Changelog +### 1.2.1 (2023-10-03) +* (Sickboy78) fixed get_history_since call failing because of API changes +* (Sickboy78) added workaround for removed parent object because of API changes +* (Sickboy78) removed wrongly created objects because of API changes + ### 1.2.0 (2023-08-19) * (Sickboy78) repetitive errors are now logged as debug to avoid spamming the error log * (Sickboy78) increased timeout for surepet API from 60 to 120 seconds diff --git a/docs/en/adapterref/iobroker.synology/README.md b/docs/en/adapterref/iobroker.synology/README.md index ee17c7f38..1b4ae4e79 100644 --- a/docs/en/adapterref/iobroker.synology/README.md +++ b/docs/en/adapterref/iobroker.synology/README.md @@ -77,6 +77,10 @@ sendTo('synology.0', 'getSnapshot', {camId: 2}, (res) => { +### 3.0.1 (2023-10-01) +* (Standarduser) A Typo in RegEx for Mac-Address has been corrected. +* (McM1957) Dependencies have been updated. + ### 3.0.0 (2023-09-07) * (Standarduser) Added WOL to awake Synology NAS server * (bluefox) Only node 16 or higher supported diff --git a/docs/en/adapterref/iobroker.tado/README.md b/docs/en/adapterref/iobroker.tado/README.md index 566ee2e9e..e8cecd6d6 100644 --- a/docs/en/adapterref/iobroker.tado/README.md +++ b/docs/en/adapterref/iobroker.tado/README.md @@ -27,7 +27,7 @@ tado° ensures a comfortable and healthy climate while saving up to 31% on your | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.openWindowDetectionEnabled | Enable/Disable open window detection on thermostat | | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.timeoutInSeconds | Timeout how long thermostats are turned off when an open window is detected | | tado.[x].[yyyyyy].Rooms.[z].activateOpenWindow | Switch thermostats off when an open window is detected (only works if the thermostat detects an open window) | -| tado.[x].[yyyyyy].Home.state.presence | Set HOME or AWAY mode | +| tado.[x].[yyyyyy].Home.state.presence | Set HOME, AWAY or AUTO mode | | tado.[x].[yyyyyy].Home.masterswitch | Turn all devices on/off | | tado.[x].[yyyyyy].Rooms.[z].setting.mode | AC mode (only AC devices) | | tado.[x].[yyyyyy].Rooms.[z].setting.fanspeed | Fanspeed (only AC devices with V3 and older versions) | @@ -45,6 +45,10 @@ tado° ensures a comfortable and healthy climate while saving up to 31% on your ### __WORK IN PROGRESS__ --> +### 0.4.11 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (Garfonso) add AUTO for *.Home.state.presence (in addtion to HOME and AWAY) + ### 0.4.10 (2023-09-26) * (HGlab01) Add attribute 'isBalanceHpEligible' * (HGlab01) improve axios keep_a_live @@ -62,12 +66,6 @@ tado° ensures a comfortable and healthy climate while saving up to 31% on your * (HGlab01) improve axios error handling * (HGlab01) Bump axios to 1.3.6 -### 0.4.6 (2023-04-12) -* (HGlab01) Add attribute 'isEnergyIqEligible' (#613) -* (HGlab01) improve ETIMEDOUT issue -* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.11 -* (HGlab01) js-controller v5 readiness (#618) - ## License MIT License diff --git a/docs/en/adapterref/iobroker.telegram-menu/README.md b/docs/en/adapterref/iobroker.telegram-menu/README.md index 4549fa00c..ed6e04ebb 100644 --- a/docs/en/adapterref/iobroker.telegram-menu/README.md +++ b/docs/en/adapterref/iobroker.telegram-menu/README.md @@ -36,6 +36,15 @@ You can create different groups with separate menus, and then assign users to th ### **WORK IN PROGRESS** +- Convert milliseconds value to a local time specification +- setstate and get result of another state with text adjusted + +### 0.7.1 (2023-10-02) + +- bugfix, Error read UserListTypeError: Cannot read properties of undefined + +### 0.7.0 (2023-10-01) + - #53 feature: sendPicture von server-path - #52 icons are missing, copy data - #51 by creating a new Menu, the Users are not shown diff --git a/docs/en/adapterref/iobroker.telegram/README.md b/docs/en/adapterref/iobroker.telegram/README.md index f9414648c..6932fb142 100644 --- a/docs/en/adapterref/iobroker.telegram/README.md +++ b/docs/en/adapterref/iobroker.telegram/README.md @@ -718,8 +718,10 @@ Before sending it to `telegram.INSTANCE.communicate.responseJson you need to str Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 2.0.0 (2023-10-09) * (bluefox) Packets were updated. +* (bluefox) BREAKING CHANGE: The minimal node.js version is 16 +* (boergegrunicke) BREAKING CHANGE: Return an object with chatId and messageId instead of the message count ### 1.16.0 (2023-06-16) * (foxriver76) We have added support for the `notification-manager` adapter @@ -736,11 +738,6 @@ Before sending it to `telegram.INSTANCE.communicate.responseJson you need to str * (Steff42) Make sure the userid is a string to show warnings in the log * (bluefox) Added ukrainian language -### 1.15.0 (2022-09-28) -* (klein0r) Fixed custom component (username was missing) -* (klein0r) Translated all objects -* (bluefox) Updated GUI packages and corrected build process - ## License The MIT License (MIT) diff --git a/docs/en/adapterref/iobroker.tibberlink/README.md b/docs/en/adapterref/iobroker.tibberlink/README.md index 4edbb8c38..e0e31b3bd 100644 --- a/docs/en/adapterref/iobroker.tibberlink/README.md +++ b/docs/en/adapterref/iobroker.tibberlink/README.md @@ -1,4 +1,5 @@ ![Logo](admin/tibberlink.png) + # ioBroker.tibberlink [![NPM version](https://img.shields.io/npm/v/iobroker.tibberlink.svg)](https://www.npmjs.com/package/iobroker.tibberlink) @@ -14,102 +15,171 @@ [![NPM](https://nodei.co/npm/iobroker.tibberlink.png?downloads=true)](https://nodei.co/npm/iobroker.tibberlink/) - ## Adapter for using TIBBER energy data in iOBroker -Adapter for linking data from your Tibber account API to be used in ioBroker -If you're not a Tibber user right now, it's greatly appreciated when you're using my reveral link: +Adapter for linking data from your Tibber account API to be used in ioBroker. Adapter could be used for single or multiple homes. + +If you're not a Tibber user right now, it's greatly appreciated when you're using my referal link: [https://invite.tibber.com/2gwuign3.](https://invite.tibber.com/2gwuign3.) ## Configuration + 1. Create a new instance of the adapter 2. You will also need an API token from Tibber. Get it here: [https://developer.tibber.com/](https://developer.tibber.com/) 3. Fill in your Tibber API token -> create minimum one line Live Feed Configuration (choose the "None available") 4. Save the settings and leave configaration to get adapter restarted (your home(s) will be polled from Tibber server now) -4. Go back to config screen and choose the home(s) to also pull live data from your Tibber Pulse or choose home(s) and disable feed - (!! Only working if hardware is installed and Tibber server verified connection to Pulse) -5. Save the settings +5. Go back to config screen and choose the home(s) to also pull live data from your Tibber Pulse or choose home(s) and disable feed - (!! Only working if hardware is installed and Tibber server verified connection to Pulse) +6. Save the settings ## Notes + This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for informations on how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0. ## Changelog + ! Note that missing version entries are typically dependency updates for improved security. +### 1.1.0 (2023-10-xx) WORK in PROGRESS + +- (HombachC) implement tibber calculator mode "best price" (#16) +- (HombachC) precised pull times of current cost +- (HombachC) reduced error messages (#80) + +### 1.0.0 (2023-10-05) + +- (HombachC) Increase to the first major release, as now a stable level is reached +- (HombachC) Code cleanup + +### 0.4.2 (2023-10-03) + +- (HombachC) fixed error with polling multiple homes live data (#108) +- (HombachC) Lots of dependency updates; code optimizations + ### 0.4.1 (2023-09-24) -* (HombachC) Hardened 2 typeerrors uppon sentry recognition -* (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) -* (HombachC) preparations for tibber calculator + +- (HombachC) Hardened 2 typeerrors uppon sentry recognition +- (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) +- (HombachC) preparations for tibber calculator + ### 0.4.0 (2023-09-20) -* (HombachC) Added daily average price values (#89) + +- (HombachC) Added daily average price values (#89) + ### 0.3.3 (2023-09-17) -* (HombachC) Fixed false positive connection message (#87) -* (HombachC) Updated translations with ChatGPT -* (HombachC) preparations for tibber calculator + +- (HombachC) Fixed false positive connection message (#87) +- (HombachC) Updated translations with ChatGPT +- (HombachC) preparations for tibber calculator + ### 0.3.2 (2023-09-14) -* (HombachC) Fixed error when starting adapter first time (#82) -* (HombachC) Fixed error in admin config from 0.3.0 (#81) + +- (HombachC) Fixed error when starting adapter first time (#82) +- (HombachC) Fixed error in admin config from 0.3.0 (#81) + ### 0.3.1 (2023-09-13) -* (HombachC) Mitigate error in admin config from 0.3.0 (#81) -* (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + +- (HombachC) Mitigate error in admin config from 0.3.0 (#81) +- (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + ### 0.3.0 (2023-09-12) -* (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) -* (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) -* (HombachC) preparations for tibber calculator + +- (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) +- (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) +- (HombachC) preparations for tibber calculator + ### 0.2.7 (2023-09-07) -* (HombachC) reducing polls at Tibber server by precheck of current price data -* (HombachC) preparations for tibber calculator + +- (HombachC) reducing polls at Tibber server by precheck of current price data +- (HombachC) preparations for tibber calculator + ### 0.2.6 (2023-09-04) -* (HombachC) fix error with boolean states + +- (HombachC) fix error with boolean states + ### 0.2.5 (2023-09-03) -* (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + +- (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + ### 0.2.4 (2023-08-30) -* (HombachC) enable correct price poll also for adapter running in different timezones (#63) + +- (HombachC) enable correct price poll also for adapter running in different timezones (#63) + ### 0.2.3 (2023-08-27) -* (HombachC) fix error in 0.2.2 in start conditions of adapter + +- (HombachC) fix error in 0.2.2 in start conditions of adapter + ### 0.2.2 (2023-08-24) -* (HombachC) reducing polls at Tibber server by precheck of known data -* (HombachC) code optimizations -* (HombachC) fix config screen (#55) + +- (HombachC) reducing polls at Tibber server by precheck of known data +- (HombachC) code optimizations +- (HombachC) fix config screen (#55) + ### 0.2.1 (2023-08-21) -* (HombachC) double timeout for Tibber server queries + +- (HombachC) double timeout for Tibber server queries + ### 0.2.0 (2023-08-18) -* (HombachC) introduces JSONs for prices sorted by price ascending -* (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + +- (HombachC) introduces JSONs for prices sorted by price ascending +- (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + ### 0.1.10 (2023-08-15) -* (HombachC) bump dependencies, code cleanups -* (HombachC) preparations for tibber calculator -* (HombachC) mitigate multi homes & pulse problems (#41) -* (HombachC) add documentation to config screen (#47) + +- (HombachC) bump dependencies, code cleanups +- (HombachC) preparations for tibber calculator +- (HombachC) mitigate multi homes & pulse problems (#41) +- (HombachC) add documentation to config screen (#47) + ### 0.1.9 (2023-08-14) -* (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + +- (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + ### 0.1.8 (2023-08-12) -* (HombachC) bump dev-dependencies, fix eslint/prettier issue + +- (HombachC) bump dev-dependencies, fix eslint/prettier issue + ### 0.1.7 (2023-08-11) -* (HombachC) code cleanup, fix error for obsolete next day pricing (#23) -* (HombachC) add another try/catch while fetching homes list (#32) + +- (HombachC) code cleanup, fix error for obsolete next day pricing (#23) +- (HombachC) add another try/catch while fetching homes list (#32) + ### 0.1.6 (2023-07-30) -* (HombachC) add units for live data, bump adapter-core to 3.x + +- (HombachC) add units for live data, bump adapter-core to 3.x + ### 0.1.5 (2023-07-18) -* (HombachC) fix error in sentry logging + +- (HombachC) fix error in sentry logging + ### 0.1.4 (2023-07-17) -* (HombachC) BREAKING: encrypted API-Token in ioBroker -* (HombachC) rearranged configuration options -* (HombachC) fixed bug in state generation + +- (HombachC) BREAKING: encrypted API-Token in ioBroker +- (HombachC) rearranged configuration options +- (HombachC) fixed bug in state generation + ### 0.1.3 (2023-07-17) -* (HombachC) all log messages in English -* (HombachC) remove unused state change handler -* (HombachC) fixed state roles + +- (HombachC) all log messages in English +- (HombachC) remove unused state change handler +- (HombachC) fixed state roles + ### 0.1.2 (2023-07-17) -* (HombachC) round grid consumption meter values to Wh accuracy -* (HombachC) hide unused checkboxes in config -* (HombachC) fix snyc and appveyor + +- (HombachC) round grid consumption meter values to Wh accuracy +- (HombachC) hide unused checkboxes in config +- (HombachC) fix snyc and appveyor + ### 0.1.1 (2023-07-16) -* (HombachC) remove release script and dev-server + +- (HombachC) remove release script and dev-server + ### 0.1.0 (2023-07-14) -* (HombachC) initial version + +- (HombachC) initial version ## License + GNU General Public License v3.0 only Copyright (c) 2023 Hombach diff --git a/docs/en/adapterref/iobroker.tinymqttbroker/README.md b/docs/en/adapterref/iobroker.tinymqttbroker/README.md index 1f703f231..ddc70e66b 100644 --- a/docs/en/adapterref/iobroker.tinymqttbroker/README.md +++ b/docs/en/adapterref/iobroker.tinymqttbroker/README.md @@ -81,6 +81,12 @@ onStop(function (callback) { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 0.0.8 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 + +### 0.0.7 (2023-10-05) +* (HGlab01) add logs for "address already in use"-issue + ### 0.0.6 (2023-09-18) * (HGlab01) Improve error handling * (HGlab01) Verify if port is used from other process diff --git a/docs/en/adapterref/iobroker.trashschedule/README.md b/docs/en/adapterref/iobroker.trashschedule/README.md index 5e698f26a..bcb2670c7 100644 --- a/docs/en/adapterref/iobroker.trashschedule/README.md +++ b/docs/en/adapterref/iobroker.trashschedule/README.md @@ -65,6 +65,8 @@ chapters: {"pages":{"en/adapterref/iobroker.trashschedule/README.md":{"title":{" --> ### **WORK IN PROGRESS** +NodeJS 16.x is required + * (klein0r) Improved log messages ### 2.2.0 (2023-01-16) diff --git a/docs/en/adapterref/iobroker.vis-2/README.md b/docs/en/adapterref/iobroker.vis-2/README.md index c7786e8ba..b1cf60abd 100644 --- a/docs/en/adapterref/iobroker.vis-2/README.md +++ b/docs/en/adapterref/iobroker.vis-2/README.md @@ -228,6 +228,9 @@ E.g., if it was used in a menu and the menu is red, the circle would be red. ### **WORK IN PROGRESS** --> ## Changelog +### 2.3.0 (2023-09-28) +* (bluefox) jQui widgets (many of them) were improved + ### 2.2.7 (2023-09-18) * (bluefox) Improved icon selector: you can upload your own icon directly * (bluefox) Optimized loading: do not load unused widget sets diff --git a/docs/en/adapterref/iobroker.vis-material/README.md b/docs/en/adapterref/iobroker.vis-material/README.md index 465804876..e49a06277 100644 --- a/docs/en/adapterref/iobroker.vis-material/README.md +++ b/docs/en/adapterref/iobroker.vis-material/README.md @@ -1,10 +1,8 @@ ![Logo](admin/material.png) # ioBroker.vis-material -============ ![Number of Installations](http://iobroker.live/badges/vis-material-installed.svg) ![Number of Installations](http://iobroker.live/badges/vis-material-stable.svg) [![NPM version](http://img.shields.io/npm/v/iobroker.vis-material.svg)](https://www.npmjs.com/package/iobroker.vis-material) [![Downloads](https://img.shields.io/npm/dm/iobroker.vis-material.svg)](https://www.npmjs.com/package/iobroker.vis-material) -[![Travis-CI](http://img.shields.io/travis/nisiode/ioBroker.vis-material/master.svg)](https://travis-ci.org/nisiode/ioBroker.vis-material) [![NPM](https://nodei.co/npm/iobroker.vis-material.png?downloads=true)](https://nodei.co/npm/iobroker.vis-material/) @@ -19,9 +17,7 @@ https://github.com/Uhula/ioBroker-Material-Design-Style ![Example](img/widgets.png) - ## Changelog - ### 0.1.5 (2018-07-11) - (pix) feat: new window shutter widget @@ -44,5 +40,24 @@ https://github.com/Uhula/ioBroker-Material-Design-Style - (nisio) Initial version for internal testing ## License - Copyright (c) 2018-2018 nisiode - MIT +The MIT License (MIT) + +Copyright (c) 2015-2023 nisiode + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/en/adapterref/iobroker.web/README.md b/docs/en/adapterref/iobroker.web/README.md index 6c3511fcc..29d7b7acc 100644 --- a/docs/en/adapterref/iobroker.web/README.md +++ b/docs/en/adapterref/iobroker.web/README.md @@ -82,11 +82,17 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom --> ## Changelog +### 6.1.4 (2023-10-08) +* (foxriver76) upgrade socketio and ws dependencies to fix vis subscribe problem + +### 6.1.3 (2023-09-28) +* (bluefox) upgraded socketio and ws dependencies to correct the error by unsubscribing on client disconnect + ### 6.1.2 (2023-09-14) -* (foxriver76) upgrade socketio and ws dependencies +* (foxriver76) upgraded socketio and ws dependencies ### 6.1.1 (2023-09-05) -* (mcm1957) added missing node16 requirement +* (mcm1957) Added missing node16 requirement ### 6.1.0 (2023-08-01) * (bluefox) Added the subscribing on the specific instance messages diff --git a/docs/en/adapterref/iobroker.webui/README.md b/docs/en/adapterref/iobroker.webui/README.md index 2818560bf..0409ef94b 100644 --- a/docs/en/adapterref/iobroker.webui/README.md +++ b/docs/en/adapterref/iobroker.webui/README.md @@ -1,5 +1,12 @@ # ioBroker.webui +![Number of Installations](https://iobroker.live/badges/webui-installed.svg) +![Stable version](https://iobroker.live/badges/webui-stable.svg) +[![NPM version](https://img.shields.io/npm/v/iobroker.webui.svg)](https://www.npmjs.com/package/iobroker.webui) +[![Downloads](https://img.shields.io/npm/dm/iobroker.webui.svg)](https://www.npmjs.com/package/iobroker.webui) + +[![NPM](https://nodei.co/npm/iobroker.webui.png?downloads=true)](https://nodei.co/npm/iobroker.webui/) + webui for ioBroker ![image](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.webui/master/screenshot.png) diff --git a/docs/en/adapterref/iobroker.wled/README.md b/docs/en/adapterref/iobroker.wled/README.md index a08b08b3c..a831cb303 100644 --- a/docs/en/adapterref/iobroker.wled/README.md +++ b/docs/en/adapterref/iobroker.wled/README.md @@ -48,9 +48,11 @@ When the adapter crashes or another Code error happens, this error message that Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### 0.7.0 (2023-07-25) +### 0.7.1 (2023-07-25) * several fixes by [HaggardFFM](https://github.com/HaggardFFM) fixes #479, #423 +* (DutchmanNL) missing state attribute definitions added * implement white color channel by [HaggardFFM](https://github.com/HaggardFFM), fixes #306, #306 +* (DutchmanNL) Removed error message if definitions are missing, no impact on functionality ### 0.6.7 (2022-06-08) - Bugfix [#400](https://github.com/DrozmotiX/ioBroker.wled/issues/400) * (DutchmanNL) Bugfix: Cannot read property 'initialized' of undefined handleStates solved [#400](https://github.com/DrozmotiX/ioBroker.wled/issues/400) diff --git a/docs/en/adapterref/iobroker.ws/README.md b/docs/en/adapterref/iobroker.ws/README.md index 756c68862..39b762f76 100644 --- a/docs/en/adapterref/iobroker.ws/README.md +++ b/docs/en/adapterref/iobroker.ws/README.md @@ -69,6 +69,12 @@ It is suggested to use [socket class](https://github.com/ioBroker/socket-client) --> ## Changelog +### 2.5.7 (2023-10-07) +* (foxriver76) upgraded socket-classes to fix vis problems + +### 2.5.6 (2023-09-28) +* (bluefox) upgraded socket-classes to correct the error by unsubscribing on client disconnect + ### 2.5.5 (2023-09-14) * (foxriver76) upgraded socket-classes to fix crash cases diff --git a/docs/en/adapterref/iobroker.youtube/README.md b/docs/en/adapterref/iobroker.youtube/README.md index 44f151fd2..8834b5951 100644 --- a/docs/en/adapterref/iobroker.youtube/README.md +++ b/docs/en/adapterref/iobroker.youtube/README.md @@ -77,6 +77,10 @@ on({ id: 'youtube.0.summary.json', change: 'any' }, async (obj) => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** + +NodeJS 16.x is required + ### 4.3.0 (2023-08-28) * (klein0r) Added customUrl to JSON summary diff --git a/docs/en/adapterref/iobroker.zehnder-cloud/README.md b/docs/en/adapterref/iobroker.zehnder-cloud/README.md index 4b1720699..f1765257c 100644 --- a/docs/en/adapterref/iobroker.zehnder-cloud/README.md +++ b/docs/en/adapterref/iobroker.zehnder-cloud/README.md @@ -26,9 +26,13 @@ Bei Zehnder cloud API anmelden und ein subscription key beantragen ## Changelog +### 0.0.8 + +- (TA2k) improve error messages + ### 0.0.3 -* (TA2k) initial release +- (TA2k) initial release ## License diff --git a/docs/en/adapterref/iobroker.zigbee2mqtt/README.md b/docs/en/adapterref/iobroker.zigbee2mqtt/README.md index c6adb00c6..1ae8bb0af 100644 --- a/docs/en/adapterref/iobroker.zigbee2mqtt/README.md +++ b/docs/en/adapterref/iobroker.zigbee2mqtt/README.md @@ -32,6 +32,10 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 2.13.2 (2023-09-30) + +- (o0shojo0o) fixed NULL values when HASS integration is enabled in zigbee2mqtt + ### 2.13.1 (2023-09-07) - (o0shojo0o) fixed storage name diff --git a/docs/en/dev/adapterjsonconfig.md b/docs/en/dev/adapterjsonconfig.md index e19e785f3..bdfc7e5ae 100644 --- a/docs/en/dev/adapterjsonconfig.md +++ b/docs/en/dev/adapterjsonconfig.md @@ -30,12 +30,13 @@ Possible types: - `tabs` - Tabs with items - `items` - Object with panels `{"tab1": {}, "tab2": {}...}` + - `iconPosition` - `bottom`, `end`, `start` or `top`. Only for panels that has `icon` attribute. Default: `start` - `panel` - Tab with items - - `icon` - tab can have icon (base64) + - `icon` - tab can have icon (base64 like `data:image/svg+xml;base64,...`) or `jpg/png` images (ends with `.png`) - `label` - Label of tab - `items` - Object `{"attr1": {}, "attr2": {}}...` - - `collapsable` - only possible as not part of tabs + - `collapsable` - only possible as not part of tabs[jsonConfig.json](..%2F..%2F..%2F..%2F..%2FioBroker.ring%2Fadmin%2FjsonConfig.json) - `color` - color of collapsable header `primary` or `secondary` or nothing - `text` - Text component @@ -85,13 +86,6 @@ Possible types: - `options` - `["value1", "value2", ...]` or `[{"value": "value", "label": "Value1"}, "value2", ...]` - `freeSolo` - Set `freeSolo` to `true`, so the textbox can contain any arbitrary value. -- `!icon` - base64 icon - - `maxSize` - - `maxWidth` - - `maxHeight` - - `crop` - if true, allow user to crop the image (only for non svg) - - `square` - width must be equal to height, or crop must allow only square as shape - - `image` - saves image as file of the `adapter.X` object or as base64 in attribute - `filename` - name of file is structure name. In the below example `login-bg.png` is file name for `writeFile("myAdapter.INSTANCE", "login-bg.png")` - `accept` - html accept attribute, like `image/*,.pdf` @@ -178,7 +172,7 @@ Possible types: - `reloadBrowser` - if true - reload the current browser window, if response contains attribute `reloadBrowser`, like `{"reloadBrowser": true}`. - `window` - if `openUrl` is true, this is name of the new window. Could be overwritten if response consist `window` attribute. `this.props.socket.sendTo(adapterName.instance, command || 'send', data, result => {});` - - `icon` - if icon should be shown: `auth`, `send`, `web`, `warning`, `error`, `info`, `search`. You can use `base64` icons. (Request via issue if you need more icons) + - `icon` - if icon should be shown: `auth`, `send`, `web`, `warning`, `error`, `info`, `search`. You can use `base64` icons (like `data:image/svg+xml;base64,...`) or `jpg/png` images (ends with `.png`). (Request via issue if you need more icons) - `useNative` - if adapter returns a result with `native` attribute it will be used for configuration. If `saveConfig` is true, the user will be requested to save the configuration. - `showProcess` - Show spinner while request is in progress - `timeout` - timeout for request in ms. Default: none. @@ -200,7 +194,7 @@ Possible types: - `button` - show a link as button - `variant` - type of button (`outlined`, `contained`, `text`) - `color` - color of button (e.g. `primary`) - - `icon` - if icon should be shown: `auth`, `send`, `web`, `warning`, `error`, `info`, `search`, `book`, `help`, `upload`. You can use `base64` icons (start with `data:image/svg+xml;base64,...`). (Request via issue if you need more icons) + - `icon` - if icon should be shown: `auth`, `send`, `web`, `warning`, `error`, `info`, `search`, `book`, `help`, `upload`. You can use `base64` icons (it starts with `data:image/svg+xml;base64,...`) or `jpg/png` images (ends with `.png`) . (Request via issue if you need more icons) - `staticImage` - static image - `href` - optional HTTP link @@ -426,9 +420,6 @@ All types could have: - `disabled` - JS function that could use `native.attribute` for calculation - `help` - help text (multi-language) - `helpLink` - href to help (could be used only together with `help`) -- `icon` - base64 svg -- `!encrypted` - is value encrypted or not (of course only for texts) - - if encrypted, use `__encrypted__` value for show and if was changed, encrypt it with `socket.encrypt` - `style` - css style in ReactJS notation: `radiusBorder` and not `radius-border`. - `darkStyle` - css style for dark mode - `validator` - JS function: true no error, false - error diff --git a/docs/en/history/history.md b/docs/en/history/history.md index e996264a1..c743c46a0 100644 --- a/docs/en/history/history.md +++ b/docs/en/history/history.md @@ -143,6 +143,8 @@ https://github.com/jbeenenga/ioBroker.heizungssteuerung -This adapter can be used to manage heating systems. You can choose between cooling and heating mode and activate boost or pause for one room. Furthermore you can overwrite the target temperature for one room. +This adapter can be used to manage heating systems. +You can choose between cooling and heating mode and activate boost or pause for one room. +Furthermore, you can overwrite the target temperature for one room. diff --git a/docs/ru/adapterref/iobroker.admin/README.md b/docs/ru/adapterref/iobroker.admin/README.md index 4b70aa96e..f9d9d3881 100644 --- a/docs/ru/adapterref/iobroker.admin/README.md +++ b/docs/ru/adapterref/iobroker.admin/README.md @@ -169,7 +169,13 @@ IP-адрес с которого доступен драйвер (поддер ## Changelog ### **WORK IN PROGRESS** +* (bluefox) Added possibility to show the icon on JSON config tabs + +### 6.10.5 (2023-10-10) * (foxriver76) JSON config component `port` does no longer mark port as occupied if it is only occupied on another host +* (foxriver76) register news as notifications +* (foxriver76) if upgrade all is stopped on error, activate close button +* (bluefox) Export/import objects with its values ### 6.10.4 (2023-09-25) * (foxriver76) fixed parsing `jsonConfig` @@ -193,13 +199,6 @@ IP-адрес с которого доступен драйвер (поддер * (foxriver76) if date string is not parseable show the original string instead of `Invalid Date` * (foxriver76) updated socket classes to not crash on invalid patterns -### 6.10.0 (2023-09-08) -* (foxriver76) various minor improvements -* (foxriver76) fixed problem with discovery dialog -* (foxriver76) object browser now validates setting state of type number -* (foxriver76) allow to specify unique columns for tables -* (foxriver76) fix crash on invalid states, which are missing the property `common.role` - ## License The MIT License (MIT) diff --git a/docs/ru/adapterref/iobroker.apg-info/README.md b/docs/ru/adapterref/iobroker.apg-info/README.md index e9337425d..9ebba0abc 100644 --- a/docs/ru/adapterref/iobroker.apg-info/README.md +++ b/docs/ru/adapterref/iobroker.apg-info/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.apg-info/README.md title: ioBroker.apg-информация -hash: kKMb1dxFc/rDAhwj4SwKf/sZmTvLYcKs86zSPWHBhF4= +hash: wTeQqpdC016MkqkxOvzgxJrsAjA1XX7nPJN0upqHLzo= --- ![Логотип](../../../en/adapterref/iobroker.apg-info/admin/apg-info.png) @@ -19,7 +19,7 @@ hash: kKMb1dxFc/rDAhwj4SwKf/sZmTvLYcKs86zSPWHBhF4= [![Статус FOSSA](https://app.fossa.com/api/projects/git%2Bgithub.com%2FHGlab01%2FioBroker.apg-info.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FHGlab01%2FioBroker.apg-info?ref=badge_shield) ![Тестирование и выпуск](https://github.com/HGlab01/ioBroker.apg-info/workflows/Test%20and%20Release/badge.svg) ## Адаптер apg-info для ioBroker -Этот адаптер обеспечивает работу австрийской энергосистемы в часы пик, когда необходимо избегать потребления электроэнергии. Кроме того, адаптер предоставляет цены PHELIX-AT на сутки вперед (EPEX Spot) для Австрии. +Этот адаптер обеспечивает работу австрийской энергосистемы в часы пик, когда необходимо избегать потребления электроэнергии. Кроме того, адаптер обеспечивает цены PHELIX на сутки вперед (EPEX Spot) для Австрии и Германии (настраивается в настройках адаптера).
`[..].marketprice.today.jsonChart` и `[..].marketprice.tomorrow.jsonChart` можно использовать с https://github.com/Scrounger/ioBroker.vis-materialdesign#json-chart. **Этот адаптер использует библиотеки Sentry для автоматического сообщения разработчикам об исключениях и ошибках кода.** Более подробную информацию и информацию о том, как отключить отчеты об ошибках, см. в [Документация плагина Sentry](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! @@ -32,8 +32,25 @@ hash: kKMb1dxFc/rDAhwj4SwKf/sZmTvLYcKs86zSPWHBhF4= Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### 0.0.1 (2023-09-11) -* (HGlab01) first release +### 0.0.7-alpha.1 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (HGlab01) add jsonChart-json for market prices + +### 0.0.6 (2023-10-04) +* (HGlab01) fix "TypeError: Cannot read properties of undefined (reading 'Warning')" + +### 0.0.5 (2023-10-03) +* (HGlab01) switch data provider for prices to EXAA +* (HGlab01) support DE market prices in addiotion to AT prices + +### 0.0.3 (2023-09-24) +* (HGlab01) add point in times sorted as array +* (HGlab01) add average price +* (HGlab01) fix bug IOBROKER-APG-INFO-2 notified by sentry + +### 0.0.2 (2023-09-14) +* (HGlab01) add number of days below/above treshold +* (HGlab01) add states sorted by price ## License MIT License diff --git a/docs/ru/adapterref/iobroker.apg-info/admin/apg-info.png b/docs/ru/adapterref/iobroker.apg-info/admin/apg-info.png new file mode 100644 index 000000000..056b1f6af Binary files /dev/null and b/docs/ru/adapterref/iobroker.apg-info/admin/apg-info.png differ diff --git a/docs/ru/adapterref/iobroker.awtrix-light/README.md b/docs/ru/adapterref/iobroker.awtrix-light/README.md index 084d84150..939a12746 100644 --- a/docs/ru/adapterref/iobroker.awtrix-light/README.md +++ b/docs/ru/adapterref/iobroker.awtrix-light/README.md @@ -16,7 +16,7 @@ translatedFrom: de translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.awtrix-light/README.md title: ioBroker.awtrix-light -hash: 334ijLAV8mZMLXEp6NM2RdGnJirqOZp3mrQkMmrSGkE= +hash: dBYc6Z96qwX+bV90iUd2HqL3Y5JYkw1l0mLHMPFull8= --- ![логотип](../../../de/admin/awtrix-light.png) @@ -25,7 +25,7 @@ hash: 334ijLAV8mZMLXEp6NM2RdGnJirqOZp3mrQkMmrSGkE= - nodejs 14.5 (или новее) - js-контроллер 4.0.15 (или новее) - Адаптер администратора 6.6.0 (или новее) -- Устройство _Awtrix Light_ с версией прошивки _0.86_ (или новее) - например, Ulanzi TC001 +- Устройство _Awtrix Light_ с версией прошивки _0.88_ (или новее) - например, Ulanzi TC001 Купить здесь: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) или здесь: [ulanzi.de](https://haus-auto.com/p/ula/UlanziTC001) (партнерские ссылки) @@ -120,6 +120,16 @@ sendTo('awtrix-light', 'sound', { sound: 'beispiel' }, (res) => { *Блок Blockly можно использовать, чтобы сделать этот вызов еще проще.* +Чтобы воспроизвести собственную мелодию звонка: + +```javascript +sendTo('awtrix-light', 'rtttl', 'Beep: d=32,o=7,b=120: a,P,c#', (res) => { + if (res && res.error) { + console.error(res.error); + } +}); +``` + ## Пользовательские приложения **Имена приложений могут содержать только строчные буквы (a–z) и должны быть уникальными. Никаких цифр, специальных символов и пробелов.** @@ -162,14 +172,23 @@ sendTo('awtrix-light', 'sound', { sound: 'beispiel' }, (res) => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.9.1 (2023-10-02) -Updated recommended firmware version to 0.86 +NodeJS 16.x is required + +* (klein0r) Fixed hidden apps +* (klein0r) Fixed color conversions of settings + +### 0.9.0 (2023-10-01) + +Updated recommended firmware version to 0.88 * (klein0r) Added expert apps * (klein0r) Use the last value of fast refreshing states * (klein0r) Added settings for calendar colors * (klein0r) Allow to use apps without text (just background effect) +* (AlCalzone) Added rtttl api endpoint support (via sendTo) +* (klein0r) Native apps have been renamed ### 0.8.0 (2023-09-04) @@ -195,16 +214,6 @@ Updated recommended firmware version to 0.72 * (klein0r) Added settings for time style and transition effect * (klein0r) Setting repeat to 1 in blockly notifications -### 0.6.2 (2023-07-30) - -* (klein0r) Fixed handling of state cache when object has been changed - -### 0.6.1 (2023-07-28) - -* (klein0r) Remove background effect in threshold overrides -* (klein0r) Minor fixes in admin config -* (klein0r) Fixed missing icon in history apps - ## License MIT License diff --git a/docs/ru/adapterref/iobroker.backitup/README.md b/docs/ru/adapterref/iobroker.backitup/README.md index 70926623e..426321ee5 100644 --- a/docs/ru/adapterref/iobroker.backitup/README.md +++ b/docs/ru/adapterref/iobroker.backitup/README.md @@ -10,7 +10,7 @@ translatedFrom: de translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.backitup/README.md title: Отказ от ответственности -hash: 2FXfXlEEV6RU+pjzGy0iuMcc41LpHEUjayLXUYunXKo= +hash: +l9qnD1bqIzOOrGHvwfikKTDSKnjDGcfm3HW8hiTMMU= --- ![логотип](https://github.com/simatec/ioBroker.backitup/blob/master/docs/de/img/backitup.png) @@ -109,7 +109,7 @@ ioBroker.backitup предлагает множество вариантов в Эта резервная копия предлагает возможность резервного копирования трех различных вариантов установки Homematic (CCU-Original/pivCCU/Raspberrymatic). Такое резервное копирование также можно выполнить с помощью настроек, указанных в конфигурации адаптера или виджета OneClick Backup.

Если вы не хотите просто создать резервную копию одного CCU, вы можете активировать опцию «Резервное копирование нескольких систем», а затем определить свои центры управления Homematic в таблице. ## Резервное копирование Mysql -Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Здесь важно то, что даже если сервер Mysql работает в удаленной системе, mysqldump должен работать в системе ioBroker.
Для систем Linux команда установки будет следующей: `sudo apt install mysql-client` или в Debian `sudo apt install default-mysql-client` или для систем MariaDB `sudo apt install mariadb-client`.

Если вы не хотите просто создавать резервную копию одной базы данных, вы можете активировать опцию «Резервное копирование нескольких систем», а затем определить свои базы данных в таблице. +Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker и также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Здесь важно то, что даже если сервер Mysql работает в удаленной системе, mysqldump должен работать в системе ioBroker.
Для систем Linux команда установки будет следующей: `sudo apt install mysql-client` или в Debian `sudo apt install default-mysql-client` или для систем MariaDB `sudo apt install mariadb-client`.

Если вы не хотите просто создавать резервную копию одной базы данных, вы можете активировать опцию «Резервное копирование нескольких систем», а затем определить свои базы данных в таблице. ## Резервное копирование Sqlite3 Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Sqlite3 (`sudo apt install sqlite3`) должен быть установлен в хост-системе. @@ -145,11 +145,11 @@ redis-cli shutdown nosave Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker. ## Резервное копирование InfluxDB -Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

**Требования к удаленному резервному копированию с помощью InfluxDB v1.x:** +Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker и также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

**Требования к удаленному резервному копированию с помощью InfluxDB v1.x:** Некоторые настройки необходимы для удаленного резервного копирования в InfluxDB 1.x. -**Для запуска резервного копирования InfluxDB необходимо установить Influxd в системе iobroker.**
**Не имеет значения, управляется ли база данных локально или работает на другом сервере.**

Если резервное копирование InfluxDB должно выполняться с удаленного сервера, удаленные права для службы RPC должны быть настроены в файле influxdb.conf на удаленном сервере. +**Для запуска резервного копирования InfluxDB необходимо установить Influxd в системе iobroker.**
**Не имеет значения, управляется ли база данных локально или работает на другом сервере.**

Если резервная копия InfluxDB должна выполняться с удаленного сервера, удаленные права для службы RPC должны быть настроены в файле influxdb.conf на удаленном сервере. ``` bind-address = ":8088" @@ -180,13 +180,13 @@ bind-address = "0.0.0.0:8088" Если вы не хотите просто создавать резервную копию одной базы данных, вы можете активировать опцию «Резервное копирование нескольких систем», а затем определить свои базы данных в таблице.
## Резервное копирование PostgreSQL -Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker и также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Здесь важно то, что даже если сервер PostgreSQL работает в удаленной системе, PostgreSQL должен работать в системе ioBroker.
Для систем Linux имеются инструкции по установке [здесь](https://www.postgresql.org/download/linux/debian/).

Если вы не хотите просто создавать резервную копию одной базы данных, вы можете активировать опцию «Резервное копирование нескольких систем», а затем определить свои базы данных в таблице. +Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Здесь важно то, что даже если сервер PostgreSQL работает в удаленной системе, PostgreSQL должен работать в системе ioBroker.
Для систем Linux имеются инструкции по установке [здесь](https://www.postgresql.org/download/linux/debian/).

Если вы не хотите просто создавать резервную копию одной базы данных, вы можете активировать опцию «Резервное копирование нескольких систем», а затем определить свои базы данных в таблице. ## Резервное копирование Javascript Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker и также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Начиная с версии ioBroker.backitup 2.2.0, скрипты сохраняются непосредственно из объектов. Резервные копии Javascript из более старых версий ioBroker.backitup не совместимы для восстановления!

Чтобы иметь возможность выполнять резервное копирование Javascript с помощью ioBroker.backitup версий < 2.2.0, в конфигурации адаптера Javascript необходимо заранее установить пункты меню «Зеркалирование сценариев в пути к файлу» и «Экземпляр, выполняющий зеркалирование».
Затем ioBroker.backitup сможет применить настройки в меню конфигурации. ## Резервная копия Джарвиса -Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

+Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker и также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

## Резервное копирование Zigbee Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker. @@ -210,7 +210,7 @@ sudo reboot Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker. ## Резервное копирование Графаны -Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

**Для создания резервной копии Grafana необходимы имя пользователя (admin) и пароль Grafana.**

**Кроме того, для доступа к панелям мониторинга необходимо создать ключ API или токен службы в веб-интерфейсе Grafana.**
Ключ API можно создать в разделе *** «Конфигурация → Ключи API или токен службы»*** и он должен иметь полные права администратора. +Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker и также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

**Для создания резервной копии Grafana необходимы имя пользователя (admin) и пароль Grafana.**

**Кроме того, для доступа к панелям мониторинга необходимо создать ключ API или токен службы в веб-интерфейсе Grafana.**
Ключ API можно создать в разделе *** «Конфигурация → Ключи API или токен службы»*** и он должен иметь полные права администратора. ## Яхка резервная копия Если эта опция активирована, эта отдельно настраиваемая резервная копия создается с каждой резервной копией ioBroker, а также удаляется по истечении указанного срока хранения. Для этой резервной копии также подходят FTP или CIFS, если они установлены для других типов резервных копий ioBroker.

Все системные настройки и настройки устройства сохраняются с помощью Homekit. @@ -233,7 +233,7 @@ _[Вернуться к началу](#top)_ Путь должен выглядеть следующим образом (например: «/имя общего ресурса/путь»)
При желании вы можете активировать/деактивировать необходимость удаления резервных копий с NAS. ##НФС -Монтирование NFS не является проблемой в Linux.
Следует отметить, что nfs-common установлен.

Путь должен выглядеть следующим образом (например: «/имя общего ресурса/путь»).
При желании вы можете активировать/деактивировать необходимость удаления резервных копий с NAS. +Монтирование NFS не является проблемой в Linux.
Следует отметить, что установлен nfs-common.

Путь должен выглядеть следующим образом (например: «/имя общего ресурса/путь»).
При желании вы можете активировать/деактивировать необходимость удаления резервных копий с NAS. ##FTP FTP возможен на всех ОС и служит альтернативой монтированию CIFS.
Информация о пути по FTP всегда должна начинаться с «/» (например: «/информация о пути»).
При желании вы можете активировать/деактивировать необходимость удаления резервных копий с NAS. @@ -314,7 +314,7 @@ _[Вернуться к началу](#top)_ # Поддержка Докера Начиная с версии 2.2.0 поддерживается резервное копирование и восстановление в официальном контейнере Docker. -Поскольку в контейнере Docker не следует устанавливать системы баз данных, резервное копирование всех баз данных не поддерживается и не может быть выбрано по умолчанию при распознавании контейнера Docker. Чтобы иметь возможность выполнять резервное копирование внешних баз данных, необходимо установить две переменные среды контейнера: +Поскольку в контейнере Docker не должны быть установлены системы баз данных, резервное копирование всех баз данных не поддерживается и не может быть выбрано по умолчанию при распознавании контейнера Docker. Чтобы иметь возможность выполнять резервное копирование внешних баз данных, необходимо установить две переменные среды контейнера: * IOB_BACKITUP_EXTDB=истина * ПАКЕТЫ @@ -341,7 +341,9 @@ _[Вернуться к началу](#top)_ * info.iobrokerNextTime -> показывает следующее время выполнения резервной копии ioBroker. * info.latestBackup -> показывает в формате JSON последнюю резервную копию, определенную при запуске. -2. Показать журнал истории в Vis +2. Просмотрите журнал истории резервного копирования в Vis. + - Журнал истории резервного копирования показывает последние x резервных копий. + - Количество отображаемых записей истории можно установить в дополнительных настройках. — Отобразить журнал истории можно в HTML-виджете, например, введя в HTML следующую строку: ``` @@ -494,6 +496,13 @@ _[Вернуться к началу](#top)_ ## Changelog +### 2.8.3 (2023-10-10) +* (simatec) Wake on LAN Advanced Settings added +* (simatec) dependencies updated + +### 2.8.2 (2023-09-28) +* (simatec) Fix redis backup + ### 2.8.1 (2023-09-12) * (simatec) Fix roles * (simatec) help-links added diff --git a/docs/ru/adapterref/iobroker.cameras/README.md b/docs/ru/adapterref/iobroker.cameras/README.md index 284ea4ce8..4002d4192 100644 --- a/docs/ru/adapterref/iobroker.cameras/README.md +++ b/docs/ru/adapterref/iobroker.cameras/README.md @@ -2,24 +2,24 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.cameras/README.md -title: ioBroker.камеры -hash: UVa1GRfkkhHgm8Z1m3FgE2CNIFRQM7CQ9OSXFi/VCJA= +title: ioBroker.cameras +hash: G5ILPuXndl+4ODPBk23JmubLFHujA1t7T865XkR354k= --- ![Логотип](../../../en/adapterref/iobroker.cameras/admin/cameras.png) -![версия NPM](http://img.shields.io/npm/v/iobroker.cameras.svg) +![НПМ-версия](http://img.shields.io/npm/v/iobroker.cameras.svg) ![Загрузки](https://img.shields.io/npm/dm/iobroker.cameras.svg) ![Статус зависимости](https://img.shields.io/david/ioBroker/iobroker.cameras.svg) ![Известные уязвимости](https://snyk.io/test/github/ioBroker/ioBroker.cameras/badge.svg) ![НПМ](https://nodei.co/npm/iobroker.cameras.png?downloads=true) ![Трэвис-CI](http://img.shields.io/travis/ioBroker/ioBroker.cameras/master.svg) -# IoBroker.камеры -## Адаптер IP-камер для ioBroker -Вы можете интегрировать свои веб/ip-камеры в визуализацию и другие визуализации. +# IoBroker.cameras +##Адаптер IP-камер для ioBroker +Вы можете интегрировать свои веб-/ip-камеры в системы визуализации и другие системы визуализации. Если вы настроите камеру с именем `cam1`, она будет доступна на веб-сервере в разделе `http(s)://iobroker-IP:8082/cameras.0/cam1`. -Кроме того, изображение может быть запрошено через сообщение: +Дополнительно изображение можно запросить через сообщение: ``` sendTo('cameras.0', 'image', { @@ -33,29 +33,59 @@ sendTo('cameras.0', 'image', { }); ``` -Результат всегда в формате `jpg`. +Результат всегда имеет формат `jpg`. Поддерживаемые камеры: -### URL image Это обычный запрос URL, в котором все параметры указаны в URL. Нравится `http://mycam/snapshot.jpg` -### URL изображения с базовой аутентификацией -Это URL-запрос изображения, где все параметры указаны в URL-адресе, но вы можете указать учетные данные для базовой аутентификации. Нравится `http://mycam/snapshot.jpg` +- Reolink E1 Pro через RTSP (важно, без `Pro` работать не будет) +- Eufy через адаптер Eusec +- [HiKam](https://support.hikam.de/support/solutions/articles/16000070656-zugriff-auf-kameras-der-2-generation-via-onvif-f%C3%BCr-s6-q8-a7 -2-поколение-) второго и третьего поколения через ONVIF (для S6, Q8, A7 2. поколения), A7 Pro, A9 +- [WIWICam M1 через адаптер HiKam](https://www.wiwacam.com/de/mw1-minikamera-kurzanleitung-und-faq/) +- RTSP Native – если ваша камера поддерживает протокол RTSP. +- Скриншоты через URL-адрес HTTP — если вы можете получить снимок с камеры через URL-адрес. + +### URL-изображение +Это обычный URL-запрос, в котором все параметры указаны в URL-адресе. Нравится `http://mycam/snapshot.jpg` + +### URL-изображение с базовой аутентификацией +Это URL-запрос изображения, где все параметры указаны в URL-адресе, но вы можете предоставить учетные данные для базовой аутентификации. Нравится `http://mycam/snapshot.jpg` ### FFmpeg Если вы хотите получить доступ к снимкам на камерах RTSP, вы можете использовать ffmpeg. Вам необходимо установить ffmpeg в вашей системе: -- В Windows есть предварительно скомпилированный ffmpeg и ничего скачивать не нужно. (Версия для Windows взята отсюда: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z) +- В Windows предварительно скомпилирован ffmpeg и ничего скачивать не нужно. (Версия для Windows взята отсюда: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z) - Linux: `sudo apt-get install ffmpeg -y` Вот пример того, как добавить Reolink E1: ![rtsp](../../../en/adapterref/iobroker.cameras/img/rtsp.png) - + ## Changelog +### **WORK IN PROGRESS** +* (bluefox) Changed widget set name + +### 1.3.0 (2023-09-28) +* (bluefox) Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher +* (bluefox) Implemented a second widget for simple cameras + +### 1.2.3 (2023-09-27) +* (bluefox) Added WiWiCam MW1 and HiKam cameras + ### 1.2.2 (2023-07-07) * (bluefox) Corrected passwords with exclamation mark @@ -82,7 +112,7 @@ sendTo('cameras.0', 'image', { * (bluefox) Preparations for js-controller@4.x are made ### 0.1.4 (2021-07-13) -* (bluefox) Add role for states +* (bluefox) Add a role for states ### 0.1.3 (2020-08-08) * (Hirsch-DE) Parameters were applied diff --git a/docs/ru/adapterref/iobroker.cameras/img/rtsp.png b/docs/ru/adapterref/iobroker.cameras/img/rtsp.png new file mode 100644 index 000000000..9c06a6982 Binary files /dev/null and b/docs/ru/adapterref/iobroker.cameras/img/rtsp.png differ diff --git a/docs/ru/adapterref/iobroker.cec2/README.md b/docs/ru/adapterref/iobroker.cec2/README.md new file mode 100644 index 000000000..b454a7b30 --- /dev/null +++ b/docs/ru/adapterref/iobroker.cec2/README.md @@ -0,0 +1,175 @@ +--- +translatedFrom: en +translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.cec2/README.md +title: ioBroker.cec2 +hash: fP67Ti8lt/GHkCAQmbZG+yTnrqh6Wlmt0a9BynPEatQ= +--- +![Логотип](../../../en/adapterref/iobroker.cec2/admin/cec2.png) + +![НПМ-версия](https://img.shields.io/npm/v/iobroker.cec2.svg) +![Загрузки](https://img.shields.io/npm/dm/iobroker.cec2.svg) +![Количество установок](https://iobroker.live/badges/cec2-installed.svg) +![Текущая версия в стабильном репозитории.](https://iobroker.live/badges/cec2-stable.svg) +![НПМ](https://nodei.co/npm/iobroker.cec2.png?downloads=true) + +# IoBroker.cec2 +**Тесты:** ![Тестирование и выпуск](https://github.com/iobroker-community-adapters/ioBroker.cec2/workflows/Test%20and%20Release/badge.svg) + +Адаптер для HDMI CEC + +Вы можете контролировать/управлять устройствами с помощью HDMI CEC. Большинство современных телевизоров и мультимедийных устройств в той или иной степени поддерживают CEC. + +## Информация +При запуске этот адаптер запускает cec-клиент и опрашивает все устройства на шине HDMI. Для каждого устройства CEC создается устройство в ioBroker. OSDName устройства станет его идентификатором в ioBroker (поскольку оно не должно меняться и хорошо читаемо). +Если устройства появятся во время выполнения, они также будут добавлены в ioBroker. + +#### Адреса ЦИК +Краткое введение об адресах ЦИК, вы можете пропустить это, но, возможно, захотите прочитать здесь, если вас запутает описание ниже. + +В ЦИК есть два типа адресов. Оба важны. + +##### Логический адрес +Логический адрес представляет собой число от 0 до 15 (или F в шестнадцатеричном формате, который обычно используется). Число определяет, что это за устройство: + +* 0 = ТВ +* 5 = Аудиосистема +* 4,8,11 = Воспроизведение +* 1,2,9 = Запись +* 3,6,7,10 = Тюнер + +Остальные зарезервированы (12,13), бесплатно (14) и незарегистрированы/транслируются (15). Устройства, использующие эти адреса, ограничены в общении. + +Логический адрес назначается динамически. Это означает, что в один день может возникнуть ситуация, что Playback A будет назначен адрес 4, а Playback B — 8. Но на следующий день они будут включены в другом порядке, и тогда A получит 8, а B 4. (Некоторые устройства всегда активны. на шине ЦИК хоть и поэтому цепляются за свои адреса). Если устройств одного типа слишком много (т.е. 4 устройства воспроизведения), то логические адреса придется использовать повторно, и это произойдет. Адаптер пытается справиться с этим случаем. + +Логический адрес используется для адресации сообщений и отчетов. +ioBroker также нуждается в логическом адресе, чтобы получать отчеты из шины. Поэтому настройте адаптер на тип устройства, о котором вы знаете, что у вас есть свободные логические адреса (например, запись). + +##### Физический адрес +Физический адрес основан на портах HDMI, задействованных в устройстве. По сути, это путь номеров портов к устройству. Он состоит из 4 цифр, разделенных точками. Некоторые примеры: + +* 0.0.0.0 = ТВ +* 1.0.0.0 = 1. Порт HDMI телевизора +* 2.0.0.0 = 2. Порт HDMI телевизора +* 2.2.0.0 = 2. Порт HDMI телевизора, 2. Порт HDMI свитча/AV-ресивера +* 4.1.2.0 = 4. Порт HDMI телевизора, 1. Порт HDMI AV-ресивера/коммутатора, 2. Порт HDMI следующего AV-ресивера/коммутатора + +Это должно дать основную идею. 0 означает, что путь заканчивается. + +Физический адрес является фиксированным для устройства, если только оно не подключено к другому порту HDMI (или к любому устройству, прежде чем оно будет видно по телевизору). + +#### Состояний на устройство +Для каждого устройства созданы следующие состояния: + +* info.active = устройство недавно было обнаружено, и логический адрес должен быть правильным. +* info.cecVersion = должно быть 1.4, определяет функции +* info.lastSeen = последнее сообщение от устройства на шине CEC +* info.ologicalAddress = логический адрес в виде числа +* info.ologicalAddressHex = логический адрес в виде шестнадцатеричного числа (необходим для собственных команд) +* info.Name = имя, которое устройство устанавливает в шине CEC. +* info.physicalAddress = физический адрес +* info.Vendor = поставщик устройства +* activeSource = является ли устройство активным источником? Можно переключить это устройство в качестве активного источника +* MenuStatus = позволяет управлять устройством с помощью пульта телевизора +* состояние = состояние питания устройства (позволяет включать/выключать его, если поддерживается) +* createButtons = нажмите здесь, чтобы сгенерировать состояния кнопок в подпапке .buttons. +* button.time = время нажатия кнопки (по умолчанию 500 мс). + +## Кнопки +Нажатия кнопок работают не для всех устройств, и некоторым может потребоваться активное соединение с устройством ioBroker для управления через шину CEC. +Для FireTV все работает вполне нормально. +Чтобы проверить нажатие кнопок, нажмите кнопку `createButtons` на устройстве и протестируйте некоторые из созданных кнопок в некоторых ситуациях. Питание работает на довольно многих устройствах. + +#### Глобальные состояния +Существуют следующие глобальные состояния: + +* active-source = физический адрес текущего активного источника (может быть установлен для переключения входов) +* arc = Канал возврата аудио (не)активен, его можно (де)активировать здесь +* mute = отключить звук Аудиосистема +* raw-command = отправлять команды напрямую cec-клиенту (например, «scan» или tx + CEC Command с http://www.cec-o-matic.com/) +* standbyAll = перевести все устройства в режим ожидания +* systemAudio = Аудиосистема используется/не используется. Информирует устройства о том, что они должны отправлять команды громкости/отключения звука в аудиосистему. +* громкость = громкость аудиосистемы, 0 = отключение звука +* VolumeUp/Down = изменить громкость аудиосистемы + +#### Состояния опроса +Для большинства состояний имеется подпапка «опрос» с состояниями кнопок. Если кнопка нажата, адаптер выдаст команду на шину CEC для опроса значения и соответствующей установки состояния (однако, к сожалению, не все устройства реагируют на сообщения опроса). + +#### Требования +Должен быть установлен cec-клиент. Обычно можно установить с помощью: + +``` +sudo apt install cec-utils +``` + +Пользователю, запускающему iobroker (ныне «iobroker»), необходим доступ к /dev/vchiq. Для этого вам может потребоваться добавить пользователя iobroker в группу видео: + +``` +sudo usermod -a -G video iobroker +``` + +#### Монтаж +Выполните следующую команду в корневом каталоге iobroker (например, в /opt/iobroker) + +``` +npm install iobroker.cec2 +``` + +Или установите с веб-страницы администратора. + +## Конфигурация +* Имя OSD: это имя будет сообщено другим устройствам, например вашему телевизору. Возможно, вам придется выбрать там ioBroker, чтобы получить удаленное управление в ioBroker. +* Тип устройства: вы можете установить тип устройства. См. обсуждение логического адреса выше, чтобы понять, что это значит. Используйте тип устройства, которого у вас не так много. +* запретить безымянные устройства: иногда устройства не сообщают свое имя в определенных ситуациях (например, Nintendo Switch не сообщает свое имя в режиме ожидания, а объявляет себя). В таких ситуациях адаптер может создать дубликат устройства по его физическому адресу (т.е. по номерам). Вы можете включить эту опцию, чтобы предотвратить это. + +## Примеры скриптов: +См. [примеры скриптов](doc/ExampleScripts.md) для некоторых примеров сценариев, которые помогают с/восстановление настроек мультимедиа. + +## Changelog + + +### 0.1.1 (2023-09-06) +* dependency updates. +* sending commands is now more reliable. +* more error handling + +### 0.1.0 (2021-02-18) +* add more translations. +* add more options (poll TV power). + +### 0.0.8 (2021-02-14) +* Switched from unmaintained dependency to own code to control cec-monitor binary. +* Swtiched from event-stream to readline. +* Probably fixed missed incomming events. + +### 0.0.7 (2021-01-24) +* fix warnings + +### 0.0.6 (2021-01-02) +* update dependencies + +## License +MIT License + +Copyright (c) 2020-2023 Garfonso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/ru/adapterref/iobroker.cec2/admin/cec2.png b/docs/ru/adapterref/iobroker.cec2/admin/cec2.png new file mode 100644 index 000000000..f717d4e3b Binary files /dev/null and b/docs/ru/adapterref/iobroker.cec2/admin/cec2.png differ diff --git a/docs/ru/adapterref/iobroker.enocean/README.md b/docs/ru/adapterref/iobroker.enocean/README.md index 9444af808..51690fa46 100644 --- a/docs/ru/adapterref/iobroker.enocean/README.md +++ b/docs/ru/adapterref/iobroker.enocean/README.md @@ -3,13 +3,13 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.enocean/README.md title: ioBroker.enocean -hash: tOJBzvSrwuyYVzh2993/1JSLZo9/zJPK1W6digF8lGs= +hash: y/viydDLxV2KiiNnj5jhcxJRBDdNfxzPs6ESoqDTG3w= --- ![Логотип](../../../en/adapterref/iobroker.enocean/admin/enocean.png) -![версия NPM](http://img.shields.io/npm/v/iobroker.enocean.svg) +![НПМ-версия](http://img.shields.io/npm/v/iobroker.enocean.svg) ![Загрузки](https://img.shields.io/npm/dm/iobroker.enocean.svg) -![Количество установок (последние)](http://iobroker.live/badges/enocean-installed.svg) +![Количество установок (последних)](http://iobroker.live/badges/enocean-installed.svg) ![Количество установок (стабильно)](http://iobroker.live/badges/enocean-stable.svg) ![Статус зависимости](https://img.shields.io/david/jey-cee/iobroker.enocean.svg) ![НПМ](https://nodei.co/npm/iobroker.enocean.png?downloads=true) @@ -32,65 +32,65 @@ USB-накопитель DOSMUNG с портом SMA FAM-USB (прошивка ESP3) -Модуль EnOcean Pi **Важное примечание:** На устройствах Pi3 и Pi4 необходимо отключить встроенный модуль Bluetooth, иначе модуль EnOcean не будет работать! +Модуль EnOcean Pi **Важное примечание:** На Pi3 и Pi4 необходимо отключить встроенный модуль Bluetooth, иначе модуль EnOcean не будет работать! -Eltako FGW14: **Важные примечания**: Этот шлюз не поддерживает все функции и устройства этого адаптера. -Известные функции, которые не работают: RSSI, информация о шлюзе не может быть прочитана, и только устройства шины RS485 могут управляться без FTD14 (еще не тестировалось). Если нет технических причин для использования этого шлюза, настоятельно рекомендуется использовать другой. -Шинные устройства сообщают свой шинный адрес, т. е. он начинается с 00 00 00 01. +Eltako FGW14: **Важные примечания**: Этот шлюз поддерживает не все функции и устройства этого адаптера. +Известные функции, которые не работают: RSSI, информация о шлюзе не может быть прочитана, и без FTD14 можно управлять только устройствами шины RS485 (еще не тестировалось). Если нет технических причин использовать этот шлюз, настоятельно рекомендуется использовать другой. +Устройства шины сообщают свой адрес шины, т. е. он начинается с 00 00 00 01. -Шлюз ALL SMART EnOcean LAN — ~~[КУПИТЬ](https://www.all-smart.net/produkt/all-smart-enocean-lan-gateway/)~~ Больше не доступен. +ALL SMART EnOcean LAN Gateway — ~~[КУПИТЬ](https://www.all-smart.net/produkt/all-smart-enocean-lan-gateway/)~~ Больше не доступен. -ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/produkt/all-smart-enocean-multi-gateway/) +ВСЕ SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/produkt/all-smart-enocean-multi-gateway/) ### [Поддерживаемые устройства](./docs/devices.md) ## Устройства управления -В общем, есть объект cmd, где вы можете выбрать команду, которую хотите выполнить. Прежде чем вы сможете выполнить команду, вы должны установить все необходимые атрибуты, вы можете найти эту информацию в определении профиля. +В общем, есть объект cmd, где вы можете выбрать команду, которую хотите выполнить. Прежде чем вы сможете выполнить команду, вам необходимо установить все необходимые атрибуты. Эту информацию можно найти в определении профиля. Особенный: -* A5-20-xx: Устройства с этим профилем принимают команды только в течение 1 секунды после отправки сообщения. Присылают периодически (минут 10?), читайте инструкцию. +* A5-20-xx: Устройства с этим профилем принимают команды только в течение 1 секунды после отправки сообщения. Отправляют периодически (10 минут?), читайте инструкцию. ## Учить в -- Процесс задокументирован (краткими) пошаговыми инструкциями в конфигурации адаптера. Там вы можете выбрать +- Процесс документирован (краткими) пошаговыми инструкциями по настройке адаптера. Там вы можете выбрать - ваше устройство и инструкции будут отображаться. Следуйте за ними. + ваше устройство и инструкции будут отображены. Следуйте за ними. -- Устройства без возможности обучения на другом устройстве (например, Eltako Series 12, также известном как Opus Green Net): +- Устройства без возможности обучения другому устройству (например, Eltako Series 12, также известному как Opus Green Net): -Ими можно управлять с помощью виртуального переключателя (F6-02-02): Откройте конфигурацию и нажмите «Добавить новое устройство». -Теперь выберите X_Virtual в качестве производителя и Switch в качестве устройства, используйте идентификатор ffffffff0. Подсчитайте последний знак, 1-9 и a-f, для каждого нового виртуального коммутатора. -Нажмите добавить устройство и закрыть конфигурацию. Затем запустите обучение на своем устройстве согласно инструкции, отправьте команду с виртуального коммутатора. -Теперь вы должны иметь возможность управлять устройством. +Ими можно управлять с помощью виртуального переключателя (F6-02-02): откройте конфигурацию и нажмите «Добавить новое устройство». +Теперь выберите X_Virtual в качестве производителя и Switch в качестве устройства, используйте идентификатор fffffff0. Подсчитайте последний знак от 1 до 9 и a-f для каждого нового виртуального коммутатора. +Нажмите «Добавить устройство» и закройте конфигурацию. Затем запустите обучение на своем устройстве согласно инструкции, отправьте команду с виртуального коммутатора. +Теперь вы сможете управлять устройством. -## Teach-out (удалить привязку адаптера к устройству) -- Eltako Tipp-Funk: отправьте 3 команды обучения в течение 2 секунд с ioBroker на устройство -- Устройства с UTE: запустите Teach-in для адаптера и следуйте инструкциям устройства. -- RPS: Просто удалите объекты -- нет: просто удалить объекты +## Обучение (удаление привязки адаптера с устройства) +- Eltako Tipp-Funk: отправьте 3 раза команду обучения в течение 2 секунд с ioBroker на устройство. +- Устройства с UTE: запустите обучение адаптера и следуйте инструкциям устройства. +- RPS: просто удалите объекты +- нет: просто удалите объекты ## Поиск неисправностей 1. Устройство не реагирует на команду: - - Учебный процесс не был успешным. В зависимости от устройства сигнализируется успешное обучение, обратите внимание на этот сигнал. Если сигнала нет, попробуйте еще раз. - - Проверьте правильность установки всех атрибутов, связанных с CMD. - - Если значение rssi выше -70 дБм, сигнал может быть слишком слабым. Попробуйте переместить устройство ближе к шлюзу. - - Приводы клапанов (термостаты) отправляют сообщение каждые x минут. После получения сообщения устройство принимает команду в течение секунды. Для этого используйте скрипт, который отправляет команду после получения сообщения. Хорошим триггером в скрипте является значение rssi. + - Процесс обучения не был успешным. В зависимости от устройства сигнализируется об успешном обучении, обратите внимание на этот сигнал. Если сигнала нет, попробуйте еще раз. + - Проверьте, правильно ли установлены все атрибуты, связанные с CMD. + - Если значение rssi превышает -70 дБм, сигнал может быть слишком слабым. Попробуйте переместить устройство поближе к шлюзу. + - Приводы клапанов (термостаты) отправляют сообщение каждые x минут. После получения сообщения устройство принимает команду в течение секунды. Для этого используйте сценарий, который отправляет команду после получения сообщения. Хорошим триггером в сценарии является значение rssi. ## Файл определения профиля #### Структура данных -***case:*** Может быть один элемент или массив, содержащий набор полей данных. В случае массива элемент привязан к условию. +***case:*** Это может быть один элемент или массив, содержащий набор полей данных. В случае массива элемент привязан к условию. -***send:*** true означает, что этот набор данных является командой, которая будет отправлена на устройство. +***send:*** true означает, что этот набор данных представляет собой команду, которая будет отправлена на устройство. ***auto_answer:*** true означает, что эта команда будет выполнена после получения телеграммы от устройства. -***условие:*** Условие, которое должно быть истинным для обработки этого набора полей данных. В большинстве случаев условием является конкретное значение из пакета данных. +***условие:*** Условие, которое должно быть истинным, чтобы этот набор полей данных был обработан. В большинстве случаев условием является конкретное значение из пакета данных. -***поле данных:*** Информация о том, где в пакете данных находятся данные и как обрабатывать значение. Также есть определение объекта для ioBroker. +***поле данных:*** Информация о том, где в пакете данных находятся данные и как обрабатывать значение. Кроме того, существует определение объекта для ioBroker. -***datafield -> secondArgument:*** Используется для получения вторичной информации/значения из пакета данных. Вариант использования: Единицы могут различаться по количеству, поэтому устройство отправляет единицу как отдельную информацию. -Чтобы изменить единицу измерения внутри ioBroker в зависимости от отправленной информации, это необходимо знать при обработке значения. +***поле данных -> второйАргумент:*** Используется для получения вторичной информации/значения из пакета данных. Вариант использования: единицы измерения могут различаться в зависимости от их количества, поэтому устройство отправляет единицы измерения как отдельную информацию. +Чтобы изменить единицу измерения внутри ioBroker в зависимости от отправленной информации, необходимо знать это при обработке значения. -***поле данных -> условие:*** Это может быть формула для преобразования значения. Это основано на логике JSON. Подробную информацию см. на http://jsonlogic.com/operations.html. +***поле данных -> условие:*** Это может быть формула для преобразования значения. Это основано на JSON-логике. Подробную информацию см. на http://jsonlogic.com/operations.html. Пример: @@ -101,7 +101,7 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro //This will take the delivered value and check if it is equal to 0, if it is the state in iobroker will set to true. ``` -***поле данных -> значение:*** Представляет возвращаемое значение, за исключением того, что условие является выходным значением. Значение не должно быть определено. +***поле данных -> значение:*** Представляет возвращаемое значение, за исключением того, что условием является выходное значение. Значение не должно определяться. Пример: @@ -118,7 +118,7 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro //The Multiplier, in this case 0.2, is calculated in this way: (Scale max - Scale min) / (Range max - Range min) ``` -***поле данных -> value_out:*** Представляет собой значение, которое будет отправлено на устройство. Это должно быть определено только в том случае, если требуется преобразование. +***поле данных -> value_out:*** представляет значение, которое будет отправлено на устройство. Это необходимо определять только в том случае, если требуется преобразование. Пример: @@ -135,9 +135,9 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro //The Multiplier, in this case 0.2, is calculated in this way: (Scale max - Scale min) / (Range max - Range min) ``` -***datafield -> decimals:*** Определяет, сколько цифр после запятой будет отображаться. +***поле данных -> десятичные числа:*** Определяет, сколько цифр после десятичной точки будет отображаться. -***datafield -> unit:*** Используйте это, если Unit является переменной, в противном случае определите его в iobroker. +***поле данных -> единица измерения:*** Используйте это значение, если единица измерения является переменной, в противном случае определите ее в iobroker. Пример: @@ -154,9 +154,10 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro ``` ## Определение устройства -Полная реализация устройства состоит как минимум из двух частей: записи в «lib/definitions/devices.json» и файла EEP, который определяет объекты и то, как обрабатывать телеграмму данных. -Существуют устройства, которые используют более одного типа телеграмм данных для связи, это означает, что они имеют больше файлов EEP. -В особых случаях, таких как Eltako, в файле «packet_handler.js» определена часть, специфичная для производителя. +Полная реализация устройства состоит как минимум из двух частей: записи в lib/devices/MANUFACTURER/MODEL/device.json и файла EEP, который определяет объекты и способы обработки телеграммы данных. +Файл lib/definitions/devices.js необходимо обновить для нового устройства. +Существуют устройства, которые для связи используют более одного типа телеграмм данных, это означает, что у них больше файлов EEP. +В особых случаях, например Eltako, в package_handler.js также определена часть, специфичная для производителя. ``` "Model name or type" : { @@ -166,7 +167,7 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro ], "autocreate": false, //false if the device needs additional steps for teachin "teachin_method": "none", //filter for automated teachin telegrams - "id_offset": true, //not all devices checks if the telegram whether it is for them + "id_offset": true, //not all devices checks if the telegram whether it is for them. Not applicable where teachin_method is 4BS. "broadcast": false, //true if the receiver id has to be ffffffff. This is used for virtual devices like a switch. "help": { //a step by step instruction how to add the device. "en": { @@ -182,19 +183,35 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro ``` ## Для развития -Для проверки обработки телеграмм создайте канал с именем development и в этом канале объект с именем telegram, введите строку. +Чтобы проверить обработку телеграмм, создайте канал с именем development и в этом канале объект с именем telegram, введите строку. ## Changelog +### 0.9.1 (2023-09-01) +* (Jey Cee) added support for Eltako FKD-am +* (Jey Cee) added Afriso ASD 20 +* (Jey Cee) added EEP F6-05-02 +* (Jey Cee) change log level for missing /dev/serial/by-id +* (Jey Cee) change log level for initial information request on gateway +* (Holger Will) update X1-01-02.json + +### 0.9.0 (2023-07-27) +* added Afriso ASD 10 +* fix D2-05-00 Goto top/bottom +* catch error while update objects on adapter start +* workaround for serial port selection does not display all options + ### 0.8.5 (2023-02-11) -* rework TF-13-25, fixes Eltako DSZ14 +* rework TF-13-25, fixes Eltako DSZ14 (#87) * rework TF-13-14, SP uses now temperature range 0-40°C * remove useless object ASC from A5-20-01 * added Afriso FT & FTF * added R-Tronic RT B (A5-10-06 + RPS) +* added Eltako F3Z14D, FWZ14, FRGBW14, FWS81 * added new teachin telegram for FUD61NPN-230V +* added remove button to device list in config +* added profile F6-05-01 * fix F6-10-00: The close state was not set, the window was always shown as open. -* fix & rework TF-13-25 Eltako DSZ14 (#87) * fix multiple conditions in eep's * fix Eltako FGW14-USB does not receive status updates * fix lastID is null when using Eltako FGW14-USB @@ -203,296 +220,19 @@ ALL SMART EnOcean Multi-Gateway — [КУПИТЬ](https://www.all-smart.net/pro * fix device definition Oventrop mote 420 * fix missing zeros in front of sender IDs while using FGW14 * fix incomplete data while receiving type 10 messages +* fix missing device name * code cleanup and refactoring -### 0.8.4 (2022-11-17) -* added Eltako FSSG-230V, TF100A, FM4H -* added Afriso APR234(-NF) -* added EASYFIT ETHSx (ETSHA/ETSHU) -* added Oventrop mote 420 -* added support information tab -* update TF-01-01 (Eltako FTA55J & TF-TA55J) -* update Eltako TF-4FT, switch EEP from F6-02-02 to F6-02-03 -* highlight too short ID in add device dialog - -### 0.8.3 (2022-09-28) -* fix TTT and TT handling in TF-14-04 (Eltako FSB14 and similar) -* remove RT from TF-14-04 (Eltako FSB14 and similar) - -### 0.8.2 (2022-09-25) -* Fix: Wrong or missing Base ID for gateway - -### 0.8.0 (2022-09-16) -* added EIMSIG EM-USE-00 & EM-FSGE-00 -* added Kieback & Peter RBW322-FTL -* added MICROPELT MVA002 -* added EEP A5-14-07 -* added Traveled Time & Time to travel objects to TF-14-04 (FSB14) -* added EnOcean Pi & FAM-USB (ESP3 Firmware) as choice in admin -* added translation for object names -* change teachin method for Kieback and Peter MD15-FTL-HE -* check on startup if all objects for existing devices are exists, if not create them -* fix D2-10-01 sending configuration message - -### 0.7.1 (2022-07-24) -* increase timeout for response time from gateway -* change base id for dummy gateway info (effects Eltako FGW14) -* change EEP for TF-TAx5J -* update FSR61-230V (>10/14) help text -* update PSC 234 help text -* update TF61L-230V help text -* update help for Eltako FSR14-2/4x -* fix Teachin for Eltako FAFT60 - -### 0.7.0 (2022-05-30) -* added ELTAKO FGW14-USB as possible Gateway (Please read the notes in readme for FGW14-USB) -* added PEHA 452 FU-EBIM JR o.T. -* added EUROTRONIC Stella E -* added SIEGENIA senso secure -* added new Eltako MSC Teachin Telegram for FSR71-2x -* added state for window to F6-10-00 -* updated settings page -* fix HORA SmartDrive MX teachin -* fix A5-20-01 CMD default value string to number - -### 0.6.4 (2022-02-22) -* fix split Eltako FSVA-230V & FSR61VA into to sepperate devices for control and measurement - -### 0.6.3 (2022-02-07) -* added SODA S8 -* added Thermokon SAB+ -* added Eltako FHB, FWRB, TF-RWB, FSR61VA, FFT65B, FFT55B, FFTF65B, FTFB & FTFSB -* added Battery state to D2-06-01 -* added default values to all objects -* updated Eltako FSVA-230V -* fix FJ62/12-36V DC teachin - -### 0.6.2 (2022-01-08) -* fix teachin - -### 0.6.1 (2022-01-08) -* added Dimplex DL 50 WE2 -* added EnOcean STM 350 -* added Eltako & MACO eTronic -* added Afriso CO2-Sensor -* change TF-13-03 set time to 100ms for sending cases -* change TF-13-07 add On with last value -* fix teachin which makes it hard to add new devices -* (uklatt) fix Humidity datapoint & change decimals from 2 to 1 - -### 0.6.0 (2021-11-22) -* (j1s2e3 / Jey-Cee) added Eltako FL62NPN-230V, FD62NPN-230V, FSSA-230V, FTAF55D/230V, FRGBW71L, FMS65ESB, FAH, FKS-SV, TF-TTB(PioTek Tracker), FLGTF55 -* (j1s2e3) added virtual Window/Door contact -* use /dev/serial/by-id/xxx as path for USB device #104 -* use index for sender ID. Remeber already learnd device IDs. -* seperated objects from datafields -* detect when socket connection is broken #72 -* fix Teachin for Eltako devices - -### 0.5.4 (2021-09-10) -* added Kessel Staufix Control -* added Thermokon SR-MDS Solar -* added Omnio WS-CH-102 -* added PENTAIR Transmitter FTJP -* split datapoint PAE for D2-06-10 & 11 to EPA und PAE - -### 0.5.3 (2021-08-08) -* fix context for sendData when called from packet handler -* fix teachin method -* fix ser2net reconnect - -### 0.5.1 (2021-07-25) -* fix crash if no mailboxes present in controller - -### 0.5.0 (2021-07-25) -* added serial over network (ser2net) capabilities -* added release script - -### 0.4.0 -* added Permundo PSC 234 & PSC 152 -* added Nodon Soft Button (TSB-2-2-01) -* added Eltako FFT60SB -* added REHAU Smart Guard & Smart Guard Inline / Ontop -* added Hoppe eHandle ConnectHome -* added SCHÜCO SenseTrack wireless -* added Smart ACK teachin procedure -* fix teach-in Nodon SDO-2-1-05 -* TF-13-07 set Dimming Level to 100% with on command - -### 0.3.8 -* added Thermokon SR04 & SR07 -* added Micropelt MVA003 -* added Eltako FWG14MS & FSR61-230V KW 02/21 and newer - -### 0.3.7 -* added WINKHAUS FM.V.SW -* added Eltako TF-TA55DL, DSZ14 -* added PHEA D 451 FU-BM, D 4511 FU-BM, D450 FU FK -* added telegram repeater count object -* fix numbers with decimals are strings -* fix warning "Read-only state "enocean.0.gateway.lastID" has been written without ack-flag with value "xxxxxxxx"" -* fix A5-20-01 remove conversion for valve position in summer mode & summer mode valve position -* fix TF-14-06 - -### 0.3.6 -* added Eltako FMS14 (<32/19) -* added Eltako FTS14EM -* revised profiles -* fix FUD14 ON command - -### 0.3.5 -* added Eltako FMZ61-230V, FSR70S-230V -* added Trio2Sys OUTDOOR -30/+50°C TEMPERATURE SENSOR -* added Nodon Motion Sensor PIR-2-1-01 -* added Virtual Room operating panel EEP: A5-10-06 -* added Oventrop R-Tronic RT B -* change help description for eltako rs485 devices -* update FFR61-230V -* make id always lower case -* fix Eltako F4HK14 - -### 0.3.4 -* added PHEA 451 FU-EBI PF o.T. -* added Hora SmartDrive MX -* added Eltako FAFT60, FWZ-65A, FSVA-230V -* extended teachin description for Eltako FSB14 -* fix A5-02-05 calculation -* fix A5-04-02 - -### 0.3.3 -* add techin procedure for FSR61 to Packet_handler.js -* add ack for cmd & optionals -* added A5-14-09 -* use queue for sending message -* changed Telefunken SES FS-EO to D2-01-08 -* fix A5-04-01 calculation -* fix TF-13-10 calculation - -### 0.3.2 -* added possibility to request a device directly -* added Base ID & Sender ID to configuration -* added Eltako F4SR14-LED -* added Afriso FTM T, FTM TF & Viessmann Temperature sensor 7554507, Temperature- and humidity sensor 7554951 -* added Eltako FFG7B (A5-14-09) & FFG7B (F6-10-00) -* added Micropelt MVA005 -* added Eltako FKF65 & Nodon Card Switch (CCS-2-1-01) -* added Eltako FSS12-12V-DC -* added OPUS GN-BH63AP-pw -* added Thermokon SR04 -* revised D2-01-0E, this effects Micro Smart Plug (MSP-2-1-11) & Plug actuator (SES FS-EO) -* fix A5-20-06 -* fix TF-13-01 Windspeed, Rain, Dawn Sensor -* fix Eltako Teachin ID offset -* fix TF-13-13: removed useless fixed parameter -* small fixes -* Eltako automatic device teachin wait before send teachin telegram -* use serialport esp3 parser in getGatewayInfos -* close listener properly -* change Hoppe SecuSignal teachin procedure - -### 0.3.1 -* added Eltako FABH65S, FBH65, FBH65S, FHF, FTR65DSB, FTR55DSB, FTR65HB, FTR55HB, FTR65SB, FTR55SB, FTRF65HB, FTRF65SB -* added Hoppe SecuSignal Window Handle -* added Telefunken SES FS-EO -* updated: FTA65J teachin -* changed: FWS61 teachin -* fix TF-13-12 & TF-13-10 -* fixed TF-13-03 -* use sender ID instead offset - -### 0.3.0 -* added Eltako devices: TF61D, TF100D, FTA65D, FTA55D, TF100L, TF100SSR, FTA65L, FTA55L, TF-1FT, TF-2FT, TF-2FT55, TF-2ZT, - TF-2ZT55, F4PT, F4PT55, TF-4FT, TF-4FT55, TF-8FM, FUD71, FSUD-230V, FSG71/1-10V, FDG71L, FKLD61, FLD61, FL62-230V, - FL62NP-230V, FR62-230V, FR62NP-230V FSR61NP-230V, TF-TA55D, TF-TA65D, TF-TA55J, TF-TA65J, TF-TA55L, TF-TA65L, FTK, - FTKB-RW, FFKB, FTKB-gr, FAH65S, FIH65S -* re-add virtual switch with broadcast -* added possibility to use json logic for conditions -* added send converted value -* added value out to a5-20-01 -* added double response for UTE -* added send eltako teachin response twice -* added filter telegrams in addEltakoDevices -* update FSUD-230V teachin help -* update device list in config during teachin -* fix id offset for Eltako devices -* fix teachin for eltako devices when no offset in gateway is defined -* fix teachin for Eltako FTKB-hg -* fix manaual teachin devices -* fix correct formula in EEPs -* fix name of Eltako TF100L -* fix id offset for manual teachin - -### 0.2.1 -* fix for UTE teachin -* double response for UTE -* fix id offset for Eltako devices -* added Eltako devices: TF61D, TF100D, FTA65D, FTA55D, TF100L, TF100SSR, FTA65L, FTA55L, TF-1FT, TF-2FT, TF-2FT55, TF-2ZT, TF-2ZT55, F4PT, F4PT55, TF-4FT, TF-4FT55, TF-8FM, FUD71, FSUD-230V, FSG71/1-10V, FDG71L, FKLD61, FLD61 -* update fsud-230v teachin help - -### 0.2.0 -* fix calculation for temperature in A5-02-13 -* added Eltako FMMS44SB -* correct formula in readme -* add commands for D2-05-00 -* json-logic-js security update -* change UI for add new devices -* teachin procedure revised - -### 0.1.8 -* added devices Eltako FUD61NPN-230V, FRW, TF61L-230V, FTKB -* fix teachin: was not set to false - -### 0.1.7 -* added profiles for Eltako F4HK14, FSB14, FUD14 -* fix tf-14-01 - -### 0.1.5 -* added virtual switch -* rewrite A5-20-01 -* fix profile A5-02-13 - -### 0.1.4 -* added base id offset -* added new devices - -### 0.1.3 -* fix profile F6-10-00 - -### 0.1.2 -* fix 4BS Teach-in -* added profile A510-20 -* added profile TF14-02 relais contact -* fix profile D5-00-01 -* fix profile A5-04-01 -* fix profile TF-13-02 - -### 0.1.1 -* fix Teach-in/out -* fix send data -* fix profile D2-05-00 - -### 0.1.0 -* (Jey Cee) initial release +[Older changelog entries are moved to changelog.md](changelog.md) ## License -MIT License - -Copyright (c) 2022 Jey Cee - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is** -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +Attribution-NonCommercial 3.0 (CC BY-NC 3.0) + +Copyright (c) 2023 Jey Cee + +http://creativecommons.org/licenses/by-nc/4.0/ + +Short content: +Licensees may copy, distribute, display and perform the work and make derivative works based on it only if they give the author or licensor the credits in the manner specified by these. +Licensees may copy, distribute, display, and perform the work and make derivative works based on it only for noncommercial purposes. +(Free for non-commercial use). \ No newline at end of file diff --git a/docs/ru/adapterref/iobroker.enocean/admin/enocean.png b/docs/ru/adapterref/iobroker.enocean/admin/enocean.png new file mode 100644 index 000000000..3b44050ef Binary files /dev/null and b/docs/ru/adapterref/iobroker.enocean/admin/enocean.png differ diff --git a/docs/ru/adapterref/iobroker.javascript/README.md b/docs/ru/adapterref/iobroker.javascript/README.md index dc93f78b9..a109b3813 100644 --- a/docs/ru/adapterref/iobroker.javascript/README.md +++ b/docs/ru/adapterref/iobroker.javascript/README.md @@ -2685,6 +2685,9 @@ return 'your result'; +### 7.1.5 (2023-10-09) +* (bluefox) Added play-ground for ChatGPT (API key required) + ### 7.1.4 (2023-08-09) * (bluefox) Added version to the side menu * (klein0r) Added blockly blocks for `getHistory` and calculated times @@ -2704,10 +2707,6 @@ return 'your result'; * (bluefox) tried to correct vscode font * (bluefox) reverted blockly to the previous version -### 7.0.5 (2023-06-06) -* (klein0r) reset timeouts in blockly -* (klein0r) added additional blockly blocks - ## License The MIT License (MIT) diff --git a/docs/ru/adapterref/iobroker.lgtv/README.md b/docs/ru/adapterref/iobroker.lgtv/README.md index ca2498497..71a6c9572 100644 --- a/docs/ru/adapterref/iobroker.lgtv/README.md +++ b/docs/ru/adapterref/iobroker.lgtv/README.md @@ -3,156 +3,155 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.lgtv/README.md title: ioBroker.lgtv -hash: NvvMnCDXQgnMkATWxwf9jlfwGXVtvdHtYKYrptQP9D8= +hash: dejocYxdrQnNaaT5Ba3d50e5ftNRE+Vtvcixd3KV4rc= --- ![Логотип](../../../en/adapterref/iobroker.lgtv/admin/lgtv.png) -![Количество установок](http://iobroker.live/badges/lgtv-stable.svg) -![версия NPM](http://img.shields.io/npm/v/iobroker.lgtv.svg) +![НПМ-версия](https://img.shields.io/npm/v/iobroker.lgtv.svg) ![Загрузки](https://img.shields.io/npm/dm/iobroker.lgtv.svg) +![Количество установок](https://iobroker.live/badges/lgtv-installed.svg) +![Текущая версия в стабильном репозитории.](https://iobroker.live/badges/lgtv-stable.svg) ![НПМ](https://nodei.co/npm/iobroker.lgtv.png?downloads=true) -![Трэвис-CI](https://travis-ci.org/SebastianSchultz/ioBroker.lgtv.svg?branch=master) -![AppVeyor](https://ci.appveyor.com/api/projects/status/xx55hgsuff4fas47/branch/master?svg=true) # IoBroker.lgtv +**Тесты:** ![Тестирование и выпуск](https://github.com/SebastianSchultz/ioBroker.lgtv/workflows/Test%20and%20Release/badge.svg) + Адаптер LG WebOS SmartTV для ioBroker -Дистанционное управление LG WebOS SmartTV (модели 2013 года и выше) из [ioBroker](https://www.iobroker.net). +Дистанционное управление LG WebOS SmartTV (модели 2013 года и новее) из [ioBroker](https://www.iobroker.net). --- ## Использование: Установите адаптер через интерфейс администратора ioBroker. В конфигурации адаптера введите IP-адрес вашего телевизора LG WebOS. -При первом подключении вы получите запрос на сопряжение на экране телевизора, где вы должны разрешить подключение. +При первом подключении на экране телевизора появится приглашение на сопряжение, где вам следует разрешить подключение. ### Опрос -Некоторые телевизоры отключаются от веб-розетки при выключении телевизора и неправильно сообщают об этом адаптеру. Тогда требуется дополнительный опрос. Вы можете указать время в настройках. Если значение пустое, адаптер пытается определить это автоматически: При перезапуске адаптера опрос (каждые 60 секунд) активен до тех пор, пока не будет обнаружено первое корректное событие выключения телевизора. +Некоторые телевизоры отключаются от веб-розетки при выключении телевизора и неправильно сообщают об этом адаптеру. Тогда требуется дополнительный опрос. Вы можете определить время в настройках. Если значение пустое, адаптер пытается обнаружить это автоматически: при перезапуске адаптера опрос (каждые 60 секунд) активен до тех пор, пока не будет обнаружено первое правильное событие выключения телевизора. ## Некоторые примеры: -```setState('lgtv.0.states.popup', 'Some text!');``` +`setState('lgtv.0.states.popup', 'Some text!');` -Это покажет всплывающее окно с текстом «Некоторый текст!» на ТВ. +Появится всплывающее окно с текстом «Некоторый текст!» на ТВ. В тексте можно использовать разрывы строк HTML (br). -```setState('lgtv.0.states.turnOff', true);``` +`setState('lgtv.0.states.turnOff', true);` Выключение телевизора. -```setState('lgtv.0.states.mute', true);``` +`setState('lgtv.0.states.mute', true);` -Выключите телевизор. +Выключите звук телевизора. -```setState('lgtv.0.states.mute', false);``` +`setState('lgtv.0.states.mute', false);` Включите звук телевизора. -```setState('lgtv.0.states.volumeUp', true);``` +`setState('lgtv.0.states.volumeUp', true);` Это увеличит громкость телевизора. -```setState('lgtv.0.states.volumeDown', true);``` +`setState('lgtv.0.states.volumeDown', true);` Уменьшение громкости телевизора. -```setState('lgtv.0.states.channelUp', true);``` +`setState('lgtv.0.states.channelUp', true);` Увеличение текущего телеканала. -```setState('lgtv.0.states.channelDown', true);``` +`setState('lgtv.0.states.channelDown', true);` Уменьшение текущего телеканала. -```setState('lgtv.0.states.3Dmode', true);``` +`setState('lgtv.0.states.3Dmode', true);` Активирует режим 3D на телевизоре -```setState('lgtv.0.states.3Dmode', false);``` +`setState('lgtv.0.states.3Dmode', false);` -Деактивирует режим 3D на телевизоре. +Отключает режим 3D на телевизоре. -```setState('lgtv.0.states.channel', 7);``` +`setState('lgtv.0.states.channel', 7);` Переключение прямого эфира на канал номер 7. -```setState('lgtv.0.states.launch', 'livetv');``` +`setState('lgtv.0.states.launch', 'livetv');` Переключение в режим прямого эфира. -```setState('lgtv.0.states.launch', 'smartshare');``` +`setState('lgtv.0.states.launch', 'smartshare');` Открытие приложения SmartShare на телевизоре. -```setState('lgtv.0.states.launch', 'tvuserguide');``` +`setState('lgtv.0.states.launch', 'tvuserguide');` -Запускает приложение TV User Guide на телевизоре. +Запускает приложение «Руководство пользователя телевизора» на телевизоре. -```setState('lgtv.0.states.launch', 'netflix');``` +`setState('lgtv.0.states.launch', 'netflix');` Открытие приложения Netflix на телевизоре. -```setState('lgtv.0.states.launch', 'youtube');``` +`setState('lgtv.0.states.launch', 'youtube');` Открывает приложение Youtube на телевизоре. -```setState('lgtv.0.states.launch', 'prime');``` +`setState('lgtv.0.states.launch', 'prime');` Открывает приложение Amazon Prime на телевизоре. -```setState('lgtv.0.states.launch', 'amazon');``` +`setState('lgtv.0.states.launch', 'amazon');` На некоторых телевизорах эта команда открывает приложение Amazon Prime. -```setState('lgtv.0.states.openURL', 'http://www.iobroker.net');``` +`setState('lgtv.0.states.openURL', 'http://www.iobroker.net');` Открывает веб-браузер на телевизоре и переходит на сайт www.iobroker.net. Также может использоваться для открытия изображений или видео (в браузере). -```setState('lgtv.0.states.input', 'av1');``` +`setState('lgtv.0.states.input', 'av1');` Переключает вход телевизора на AV1. -```setState('lgtv.0.states.input', 'scart');``` +`setState('lgtv.0.states.input', 'scart');` Переключает вход телевизора на Scart. -```setState('lgtv.0.states.input', 'component');``` +`setState('lgtv.0.states.input', 'component');` Переключает вход телевизора на компонентный. -```setState('lgtv.0.states.input', 'hdmi1');``` +`setState('lgtv.0.states.input', 'hdmi1');` Переключает вход телевизора на HDMI 1. -```setState('lgtv.0.states.input', 'hdmi2');``` +`setState('lgtv.0.states.input', 'hdmi2');` Переключает вход телевизора на HDMI 2. -```setState('lgtv.0.states.input', 'hdmi3');``` +`setState('lgtv.0.states.input', 'hdmi3');` Переключает вход телевизора на HDMI 3. -```setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');``` - -Воспроизвести видео с YouTube. +`setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');` -```setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');``` +Воспроизведите видео на YouTube. -```setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');``` +`setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');` `setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');` -Отправка и ответ команды RAW через API. +API отправки и ответа команд RAW. -```setState('lgtv.0.remote.*KEY*', true);``` +`setState('lgtv.0.remote.*KEY*', true);` Отправьте удаленный КЛЮЧ на телевизор. -```setState('lgtv.0.states.power', true/false);``` +`setState('lgtv.0.states.power', true/false);` -Turn Off TV and Turn On TV (Включить, работает только по локальной сети, используя WOL). +Turn Off TV и Turn On TV (Включение, работает только по локальной сети, с использованием WOL). -```setState('lgtv.0.states.soundOutput', 'external_arc');``` +`setState('lgtv.0.states.soundOutput', 'external_arc');` -Переключите аудиовыход через ARC (HDMI). +Переключите вывод звука через ARC (HDMI). --- @@ -163,110 +162,157 @@ Turn Off TV and Turn On TV (Включить, работает только по объем -удерживает текущий уровень громкости и может изменять громкость +сохраняет текущий уровень громкости и может изменить громкость на -true, когда телевизор включен, и false, если телевизор выключен +истинно, когда телевизор включен, и ложно, если телевизор выключен. --- ## Changelog -### 1.1.10 -* (foxriver76) prepare for controller v5 + +### 2.1.1 (2023-10-06) + +- (basti4557) Websocket configuration has been fixed [#161]. + +### 2.1.0 (2023-10-05) + +- (basti4557) A bug that destryed the actual app state on changing from tv to app mode has been fixed. +- (basti4557) Websocket SSL states can now be sent / received again due to the websocket ssl changes. +- (basti4557) Plain websocket has been replced by SSL Websocket. + +### 2.0.0 (2023-10-03) + +- (mcm1957) Adapter has been moved to iobroker-community-adapters area +- (mcm1957) POSSIBLE BREAKING: Adapter has been built from current github content. As latest npm packages have been created external, theres a chance that some changes got lost. +- (jpawlowski) Travis and AppVeyor have been replced by GitHub Actions, based on ioBroker/create-adapter +- (jpawlowski) Adpter requires NodeJS 16 minimum now +- (jpawlowski) Dependencies have been updated +- (jpawlowski) Configuration item healthIntervall has been rename/correct to healthInterval + +### 1.1.12 (2023-07-04) + +- (foxriver76) prepare for controller v5 + +### 1.1.10 (2020-08-24) + +- (SebastianSchultz) support WebOS 5 for volume change ### 1.1.9 (2020-07-14) -* (SebastianSchultz) re-upload for fixing NPM update issue + +- (SebastianSchultz) re-upload for fixing NPM update issue ### 1.1.8 (2020-07-08) -* (SebastianSchultz) bugfix for "IndexOf" error + +- (SebastianSchultz) bugfix for "IndexOf" error ### 1.1.6 (2020-03-07) -* (dirkhe) make healthintervall configurable + +- (dirkhe) make healthintervall configurable ### 1.1.5 (2020-02-25) -* (dirkhe) stable connection and subsciptions -* (dirkhe) add Polling for TV, which not support Power Off event -* (dirkhe) change some states role switch to button + +- (dirkhe) stable connection and subsciptions +- (dirkhe) add Polling for TV, which not support Power Off event +- (dirkhe) change some states role switch to button ### 1.1.4 (2020-02-07) -* (dirkhe) changed from pull to subscribing -* (dirkhe) add livetv to launch list + +- (dirkhe) changed from pull to subscribing +- (dirkhe) add livetv to launch list ### 1.1.3 (2019-12-16) -* (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) -* (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) -* (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) + +- (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) +- (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) +- (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) ### 1.1.1 (2019-10-26) -* (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) -* (instalator) fix error reconect -* (instalator) fix raw object -* (instalator) add mac address to admin settings + +- (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) +- (instalator) fix error reconect +- (instalator) fix raw object +- (instalator) add mac address to admin settings ### 1.1.0 (2019-10-10) -* (instalator) adding object remote.KEY -* (instalator) fix connect to TV -* (instalator) add subscribe volume and mute state -* (instalator) translate admin to RUS -* (instalator) add Turn On, using WOL -* (instalator) adding new different objects -* (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter + +- (instalator) adding object remote.KEY +- (instalator) fix connect to TV +- (instalator) add subscribe volume and mute state +- (instalator) translate admin to RUS +- (instalator) add Turn On, using WOL +- (instalator) adding new different objects +- (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter ### 1.0.8 (2019-03-15) -* (SebastianSchultz) general NPM update + +- (SebastianSchultz) general NPM update ### 1.0.7 (2019-01-28) -* (SebastianSchultz) grouping of all states/objects under a device + +- (SebastianSchultz) grouping of all states/objects under a device ### 1.0.6 (2019-01-21) -* (SebastianSchultz) added compact mode + +- (SebastianSchultz) added compact mode ### 1.0.5 (2018-04-15) -* (SebastianSchultz) added Travis-CI and AppVeyor tests + +- (SebastianSchultz) added Travis-CI and AppVeyor tests ### 1.0.4 (2018-04-07) -* (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown -* (SebastianSchultz) added the state "volume" which holds the current volume level + +- (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown +- (SebastianSchultz) added the state "volume" which holds the current volume level ### 1.0.3 (2018-01-11) -* (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") -* (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV + +- (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") +- (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV ### 1.0.2 (2017-05-23) -* (SebastianSchultz) added support for launching Amazon Prime app + +- (SebastianSchultz) added support for launching Amazon Prime app ### 1.0.0 (2016-09-26) -* (SebastianSchultz) added channel polling -* (SebastianSchultz) added switching input + +- (SebastianSchultz) added channel polling +- (SebastianSchultz) added switching input ### 0.0.4 (2016-09-12) -* (SebastianSchultz) solved saving IP address within adapter configuration + +- (SebastianSchultz) solved saving IP address within adapter configuration ### 0.0.3 (2016-09-05) -* (SebastianSchultz) added volumeUp true|false -* (SebastianSchultz) added volumeDown true|false -* (SebastianSchultz) added 3Dmode true|false -* (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| -* (SebastianSchultz) added channel -* (SebastianSchultz) some code cleaned + +- (SebastianSchultz) added volumeUp true|false +- (SebastianSchultz) added volumeDown true|false +- (SebastianSchultz) added 3Dmode true|false +- (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| +- (SebastianSchultz) added channel +- (SebastianSchultz) some code cleaned ### 0.0.2 (2016-09-02) -* (SebastianSchultz) removed reconnect function, not used -* (SebastianSchultz) improved error handling and logging + +- (SebastianSchultz) removed reconnect function, not used +- (SebastianSchultz) improved error handling and logging ### 0.0.1 (2016-08-31) -* (SebastianSchultz) initial commit +- (SebastianSchultz) initial commit --- ## License -The MIT License (MIT) +MIT License -Copyright (c) 2020 Sebastian Schultz. +Copyright (c) 2023 Sebastian Schultz. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/ru/adapterref/iobroker.mediola-gateway/README.md b/docs/ru/adapterref/iobroker.mediola-gateway/README.md index 75ed4a232..5d63990c0 100644 --- a/docs/ru/adapterref/iobroker.mediola-gateway/README.md +++ b/docs/ru/adapterref/iobroker.mediola-gateway/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.mediola-gateway/README.md title: ioBroker.mediola-шлюз -hash: JyqlBi6iqRvvzSL8upXGGaifDYjXTKbJpZOdlCW89CU= +hash: 19Y7WFjGHqvwR1p525Fa2pucM4HVGxcUwMzhpKBaxdc= --- ![Логотип](../../../en/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png) @@ -33,8 +33,8 @@ sendIrData тестируется с использованием несколь В состоянии статус WR будет отображаться в процентах закрытия. Состояние BK всегда пусто (никогда не видно другого значения). Для обновления состояния необходимо установить флаг «Чтение статуса из Mediola» в настройках экземпляра адаптера. Интервал обновления можно регулировать в минутах. В папке действий можно было управлять солнцезащитными жалюзи. Для движения вверх нужно написать 1, для спуска 2 и 3 для остановки. Для WIR вы можете отправить 10, 20, 30, 40, 50, 60, 70, 80 и 90 для установки процента. -## Использование солнцезащитных штор Nobily (NY) -На самом деле это немного сложно. Устройства не определяются автоматически. Вам необходимо переключиться в экспертный режим! Если она не существует, необходимо создать папку «action» в разделе «mediola-gateway.0». В эту папку вам необходимо добавить состояние «Datapoint» со строкой типа и именем «NY12345678». «Нью-Йорк» должен быть написан заглавными буквами, а шестнадцатеричное число из 8 символов нужно получить с помощью инструмента отладки из инструмента настройки. Возьмите все номера, которые найдете в разделе группы. +## Использование солнцезащитных штор Nobily (NY/DY) +На самом деле это немного сложно. Устройства не определяются автоматически. Вам необходимо переключиться в экспертный режим! Если она не существует, необходимо создать папку «action» в разделе «mediola-gateway.0». В эту папку вам необходимо добавить состояние «Datapoint» со строкой типа и именем «NY12345678» или «DY12345678». «NY» или «DY» должны быть заглавными буквами, а шестнадцатеричное число из 8 символов нужно получить с помощью инструмента отладки из инструмента настройки. Возьмите все номера, которые найдете в разделе группы. ### ОТКАЗ ОТ ОТВЕТСТВЕННОСТИ ОТКАЗ ОТ ОТВЕТСТВЕННОСТИ Все названия и логотипы продуктов и компаний являются товарными знаками™ или зарегистрированными® товарными знаками соответствующих владельцев. Их использование не подразумевает какой-либо принадлежности или одобрения со стороны них или связанных с ними аффилированных лиц! Этот личный проект реализуется в развлекательных целях и не преследует никаких деловых целей. mediola является торговой маркой компании mediola-connected Living AG. @@ -49,6 +49,7 @@ sendIrData тестируется с использованием несколь ### **WORK IN PROGRESS** - RT (Somfy) system added (Thanks to Falk) +- DY (Nobily) system added (Thanks to BlindlyBlinds) ### 1.0.1 (2023-08-26) diff --git a/docs/ru/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png b/docs/ru/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png new file mode 100644 index 000000000..5695cc75b Binary files /dev/null and b/docs/ru/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png differ diff --git a/docs/ru/adapterref/iobroker.myenergi/README.md b/docs/ru/adapterref/iobroker.myenergi/README.md index bd4cc4f0c..a62dbbf39 100644 --- a/docs/ru/adapterref/iobroker.myenergi/README.md +++ b/docs/ru/adapterref/iobroker.myenergi/README.md @@ -3,27 +3,28 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.myenergi/README.md title: ioBroker.myenergi -hash: 4od9A3VQBKkRb8d9vmHfJ650d8Nb+/KkyxO8O8k3QUQ= +hash: cuUZOBForRr44VEP//YhaCKgKf+r3OU7TLrQV6kS1u0= --- ![Логотип](../../../en/adapterref/iobroker.myenergi/admin/myenergi.png) -![версия NPM](https://img.shields.io/npm/v/iobroker.myenergi.svg) +![НПМ-версия](https://img.shields.io/npm/v/iobroker.myenergi.svg) ![Загрузки](https://img.shields.io/npm/dm/iobroker.myenergi.svg) ![Количество установок](https://iobroker.live/badges/myenergi-installed.svg) -![Текущая версия в стабильном репозитории](https://iobroker.live/badges/myenergi-stable.svg) +![Текущая версия в стабильном репозитории.](https://iobroker.live/badges/myenergi-stable.svg) ![НПМ](https://nodei.co/npm/iobroker.myenergi.png?downloads=true) # IoBroker.myenergi -**Тесты:** ![Тестируйте и выпускайте](https://github.com/iobroker-community-adapters/ioBroker.myenergi/workflows/Test%20and%20Release/badge.svg) +**Тесты:** ![Тестирование и выпуск](https://github.com/iobroker-community-adapters/ioBroker.myenergi/workflows/Test%20and%20Release/badge.svg) -## Адаптер myenergi для ioBroker +##адаптер myenergi для ioBroker Адаптер для устройств Myenergi -## Войти в систему: -Die Myenergie Hub Seriennummer und den API Key eingeben Die Seriennummern findet man unter anderem unter https://myaccount.myenergi.com/ на вкладке «myenergi products» Dort muss auch ein API Key für den Hub generiert werden. -Dazu auf "Advanced" нажмите, Key Generieren +## Авторизоваться: +Введите серийный номер Myenergie Hub и ключ API. Серийные номера можно найти на странице https://myaccount.myenergi.com/ на вкладке «Продукты myenergi». +Там же необходимо сгенерировать API-ключ для хаба. +Для этого нажмите «Дополнительно» и сгенерируйте ключ. -## Разделы и обсуждения +## Вопросы и обсуждения ## Changelog diff --git a/docs/ru/adapterref/iobroker.myenergi/admin/myenergi.png b/docs/ru/adapterref/iobroker.myenergi/admin/myenergi.png new file mode 100644 index 000000000..321d7fa19 Binary files /dev/null and b/docs/ru/adapterref/iobroker.myenergi/admin/myenergi.png differ diff --git a/docs/ru/adapterref/iobroker.odl/README.md b/docs/ru/adapterref/iobroker.odl/README.md index ed6324255..53ac6e713 100644 --- a/docs/ru/adapterref/iobroker.odl/README.md +++ b/docs/ru/adapterref/iobroker.odl/README.md @@ -3,52 +3,72 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.odl/README.md title: ioBroker.odl -hash: jPQzZiJpW2Nqfm8pCHsfD0Fy+NNXglnvZFN6GWXQjSo= +hash: ja4539IBHaJhsGqx+/ckSuW2iq2HTI33OsHJQcGkIBk= --- ![Логотип](../../../en/adapterref/iobroker.odl/admin/odl.png) -![версия NPM](https://img.shields.io/npm/v/iobroker.odl.svg) +![НПМ-версия](https://img.shields.io/npm/v/iobroker.odl.svg) ![Загрузки](https://img.shields.io/npm/dm/iobroker.odl.svg) -![Количество установок (последние)](https://iobroker.live/badges/odl-installed.svg) +![Количество установок (последних)](https://iobroker.live/badges/odl-installed.svg) ![Количество установок (стабильно)](https://iobroker.live/badges/odl-stable.svg) ![НПМ](https://nodei.co/npm/iobroker.odl.png?downloads=true) # IoBroker.odl [![Статус перевода](https://weblate.iobroker.net/widgets/adapters/-/odl/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget) -**Тесты:** ![Тестируйте и выпускайте](https://github.com/crycode-de/iobroker.odl/workflows/Test%20and%20Release/badge.svg) +**Тесты:** ![Тестирование и выпуск](https://github.com/crycode-de/iobroker.odl/workflows/Test%20and%20Release/badge.svg) -## Адаптер ODL для ioBroker -Этот адаптер интегрирует значения ODL (Ortsdosisleistung/мощность амбиентной дозы) указанных точек измерения немецкого [Федеральное управление по радиационной защите (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/) в ioBroker. +## ODL-адаптер для ioBroker +Этот адаптер интегрирует значения ODL (Ortsdosisleistung / Мощность амбиентной дозы) указанных точек измерения немецкого [Федеральное ведомство по радиационной защите (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/) в ioBroker. -Для получения дополнительной информации о мощности амбиентной дозы в Германии посетите https://odlinfo.bfs.de/. +Для получения дополнительной информации о мощности амбиентной дозы в Германии посетите сайт . --- -## Die aktuelle Umweltradioaktivität в ioBroker -Интегрированный адаптер Dieser для ODL (Ortsdosisleistung) Messwerte von ausgewählten Messstellen des [Bundesamtes für Strahlenschutz (BfS)](https://www.bfs.de/) в ioBroker. +## Актуальный Umweltradioaktivität в ioBroker +Адаптер интегрирован в ODL (Ortsdosisleistung) Сообщение об изменении сообщения [Bundesamtes für Strahlenschutz (BfS)](https://www.bfs.de/) в ioBroker. -Das bundesweite Messnetz des BfS umfasst rund 1700 ortsfeste Messstellen, die Permanent Die vor Ort aktuelle Gamma-Umweltradioaktivität (Ortsdosisleistung) erfassen und aufzeichnen. Die gewonnenen Messdaten werden vom BfS gesammelt, ausgewertet und öffentlich unter der _Datenlizenz Deutschland_ zur Verfügung gestellt. +Das Bundesweite Messnetz des BfS umfasst rund 1700 Ortsfeste Messtellen, die Permanent die vort aktuelle Gamma-Umweltradioaktivität (Ortsdosisleistung) erfassen und aufzeichnen. Die gewonnenen Messdaten werden vom BfS gesammelt, ausgewertet und öffentlich unter der _Datenlizenz Deutschland_ zur Verfügung gestellt. -Für weitere Informationen zur ODL siehe https://odlinfo.bfs.de/. +Для получения информации о ODL здесь . -Dieser Adapter läd die aktuellen 1-Stunden-Mittelwerte der Messdaten direkt über die [offizielle Datenschnittstelle des BfS](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html). Das BfS ist Urheber der vom Adapter verwendeten Daten. -Alle Daten werden in unveränderter Form, so wie sie von der Datenschnittstelle geliefert werden, vom Adapter bereitgestellt. +Адаптер имеет актуальную 1-контактную точку для сообщения непосредственно с [официальная дата Tenschnittstelle des BfS](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html). Этот адаптер BfS предназначен для использования с адаптером. +Все данные находятся в неподтвержденной форме, поэтому, если они используются в качестве адаптера, используйте адаптер. -Wird ein aktivierter History-Adapter (_history_, _influxdb_ oder _sql_) für einen Werte-State erkannt, dann werden gegebenenfalls in der Historie fehlende Datenpunkte durch den Adapterautotisch nachgetragen, sodass sich vollständige Zeitreihen ergeben. +Если вы активируете History-Adapter (_history_, _influxdb_ или _sql_) для вашего состояния, если вы используете его в Historie fehlende Datenpunkte durch den Adaptisch nachgettragen, sodass sich vollständige Zeitreihen ergeben. -Die aktuellen Messdaten werden von dem Adapter standardmäßig im Stundentakt aktualisiert. Ein geringerer Aktualisierungsintervall ist meist nicht sinnvoll, da die zu Grunde liegenden Messdaten auf dem BfS-Server (abhängig von der Messstelle) größtenteils stündlich aktualisiert werden. -Beimersten Start des Adapters wird Automaticisch der Zeitpunkt für den Abruf der Daten angepasst, sodass nicht alle Installation die Daten zur gleichen Zeit abrufen und die Datenschnittstelle des BfS nicht unnötig belastet wird. +Актуальное сообщение о стандартном адаптере указано в актуальном состоянии. Срок действия Актуального интервала не является для меня неправильным, если основное сообщение на BfS-сервере (при удалении от Messstelle) становится актуальным. +Прежде всего, автоматически запустите адаптеры для установки адаптера, чтобы избежать блокировки даты, и не устанавливайте все необходимые данные, а также данные, которые не используются в BfS. -[![Скриншот 1](./docs/ioBroker-odl-01.png)](../../../en/adapterref/iobroker.odl/./docs/ioBroker-odl-01.png) +[![Снимок экрана 1](./docs/ioBroker-odl-01.png)](../../../en/adapterref/iobroker.odl/docs/ioBroker-odl-01.png) + +[![Снимок экрана 2](./docs/ioBroker-odl-02.png)](../../../en/adapterref/iobroker.odl/docs/ioBroker-odl-02.png) -[![Скриншот 2](./docs/ioBroker-odl-02.png)](../../../en/adapterref/iobroker.odl/./docs/ioBroker-odl-02.png) --- -**Этот адаптер использует библиотеки Sentry для автоматического сообщения об исключениях и ошибках кода разработчикам.** Дополнительные сведения и информацию о том, как отключить отчеты об ошибках, см. в [Документация по плагину Sentry](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Отчеты Sentry используются, начиная с js-controller 3.0. +**Этот адаптер использует библиотеки Sentry для автоматического сообщения разработчикам об исключениях и ошибках кода.** Более подробную информацию и информацию о том, как отключить отчеты об ошибках, см. в [Документация плагина Sentry](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Отчеты Sentry используются начиная с js-controller 3.0. ## Changelog + +### 3.0.1 (2023-09-27) + +* (crycode-de) Node.js >= 16 is required +* (crycode-de) Fixed issue with history adapters +* (crycode-de) Updated dependencies + +### 2.0.5 (2022-04-24) + +* (crycode-de) Fixed spelling issue in german translation +* (crycode-de) Updated dependencies + +### 2.0.4 (2022-04-09) + +* (crycode-de) Added info message about breaking changes when upgrading from <2.0.0 to >=2.0.0 + ### 2.0.3 (2022-03-23) * (crycode-de) Optimized Sentry integration in admin @@ -79,48 +99,60 @@ Beimersten Start des Adapters wird Automaticisch der Zeitpunkt für den Abruf de * (crycode-de) Use weblate for translations ### 1.1.4 (2021-01-16) + * (crycode-de) Updated BfS logo * (crycode-de) Updated dependencies ### 1.1.3 (2020-12-31) + * (crycode-de) Fixed issue when log is not available at startup timeout ### 1.1.2 (2020-12-23) + * (crycode-de) Fix objects parameters for objects created before v1.1.1 ### 1.1.1 (2020-12-23) + * (crycode-de) Fixed issue creating odl state object ### 1.1.0 (2020-12-21) + * (crycode-de) Added Sentry error reporting * (crycode-de) Updated dependencies ### 1.0.7 (2020-10-14) + * (crycode-de) Added timeout to force exit the adapter after 10 minutes in case of any problems * (crycode-de) Updated dependencies ### 1.0.6 (2020-10-01) + * (crycode-de) Hopefully fixed a bug where adapter did not exit as expected * (crycode-de) Updated dependencies ### 1.0.5 (2020-02-05) + * (crycode-de) Use of `extendObject` to update names of existing objects. ### 1.0.4 (2020-02-03) + * (crycode-de) Updated connectionType and dataSource in io-package.json. ### 1.0.3 (2020-01-23) + * (crycode-de) Added `connectionType` in `io-package.json` and updated dependencies. ### 1.0.2 (2019-10-22) + * (crycode-de) Minimum required js-conntroller version is now 1.5.7 ### 1.0.1 (2019-10-14) + * (crycode-de) initial release ## License -Copyright (c) 2019-2022 Peter Müller +Copyright (c) 2019-2023 Peter Müller Data (c) [German Federal Office for Radiation Protection (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/), [Data licence Germany – attribution – Version 2.0](http://www.govdata.de/dl-de/by-2-0) diff --git a/docs/ru/adapterref/iobroker.pylontech/README.md b/docs/ru/adapterref/iobroker.pylontech/README.md new file mode 100644 index 000000000..675bb734f --- /dev/null +++ b/docs/ru/adapterref/iobroker.pylontech/README.md @@ -0,0 +1,434 @@ +--- +translatedFrom: en +translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.pylontech/README.md +title: ioBroker.pylontech +hash: lMrEcgKOI0WwWXaz0YMgU5U2JLCFuiaD1Bf6mYvANPo= +--- +![Логотип](../../../en/adapterref/iobroker.pylontech/media/logo.png) + +![НПМ-версия](https://img.shields.io/npm/v/iobroker.pylontech.svg) +![Загрузки](https://img.shields.io/npm/dm/iobroker.pylontech.svg) +![Количество установок](https://iobroker.live/badges/pylontech-installed.svg) +![Текущая версия в стабильном репозитории.](https://iobroker.live/badges/pylontech-stable.svg) +![НПМ](https://nodei.co/npm/iobroker.pylontech.png?downloads=true) + +# IoBroker.pylontech +**Тесты:** ![Тестирование и выпуск](https://github.com/PLCHome/ioBroker.pylontech/workflows/Test%20and%20Release/badge.svg) + +## Адаптер pylontech для ioBroker +Запросите напряжение элементов и состояние батарей pylontech через консоль. Я не связан. + +**Обратите внимание, что за все, что вы создаете или подключаете, всегда лежит ваша ответственность. Разработчик данного адаптера не несет ответственности за любой ущерб!** + +## Как это работает +Этот адаптер используется для определения состояния работоспособности и функций массива Pylontech, который может состоять из одной или до пятнадцати батарей. +Этот адаптер не используется для управления аккумулятором. Это часть зарядно-силового блока или инвертора. +Аккумуляторы имеют консольное подключение, обеспечивающее интерфейс RS232 или V24. Этот адаптер подключается к нему через последовательный интерфейс. +Первая батарея предоставляет все данные и запрашивает остальные по восходящей линии связи. +Внимание, напрямую подключить Raspberry или ESP невозможно. Интерфейсы RS232 не имеют уровня TTL и не рассчитаны на напряжение 3 В или 5 В. Для подключения необходим преобразователь уровней. Инструкцию по сборке вы найдете ниже. + +## Что нужно для подключения? +Для подключения необходимы кабель и последовательный преобразователь. +Для последовательного соединения требуются три линии rxd, txd и земля. + +Rxd и Txd должны быть пересечены. так что то, что один отправляет (Txd), может быть получено (Rxd) другим. Заземление необходимо для того, чтобы можно было создать напряжение и подать электрический ток. + +### Кабель последовательного подключения +Компания Pylontech со временем меняла вилки RJ на батареях. +Вначале были вилки RJ11, как на телефоне. Теперь это RJ45, например, для сетевого подключения. +На следующих рисунках показан стандартный девятиконтактный разъем D-SUB на кабеле. +Этот кабель можно легко подключить через порт USB с помощью адаптера RS232–USB. +Только первая батарея в массиве предоставляет всю информацию. Вам нужен только кабель и последовательный порт + +#### RJ45 +| RJ45 | сигнал | ДСУБ | сигнал | +| ---- | ------ | ---- | ------ | +| 8 | Земля | 5 | Земля | +| 3 | ТхД | 2 | RxD | +| 6 | RxD | 3 | ТхД | + +![RJ45](../../../en/adapterref/iobroker.pylontech/media/8p.jpg) + +#### RJ11 / RJ12 +Разъемы RJ11 и RJ12 имеют одинаковый размер. У RJ11 всего четыре контакта, у RJ12 — шесть контактов. Контакты RJ11 находятся в середине вилки, поэтому они считаются по-разному. Физически контакты находятся на одном месте. + +| RJ11 | RJ12 | сигнал | ДСУБ | сигнал | +| ------ | ------ | ------ | ---- | ------ | +| 1 или 4 | 2 или 5 | Земля | 5 | Земля | +| 3 | 4 | ТхД | 2 | RxD | +| 2 | 3 | RxD | 3 | ТхД | + +![РДЖ11/РДЖ12](../../../en/adapterref/iobroker.pylontech/media/4p.jpg) + +Существуют консольные кабели RJ45 с портом USB для маршрутизаторов Cisco. В них нет подходящего количества гостей. Однако при наличии небольшого опыта вилку RJ45 можно заменить. + +Обратите внимание, что из-за относительно высокой скорости передачи данных для соединений RS232 (115 200 бод) кабель не может быть особенно длинным. + +| Макс. бод | Макс. длина | +| ----------- | ----------- | +| 2400 | 900 м | +| 4800 | 300 м | +| 9600 | 152 м | +| 19.200 | 15 м | +| 57.600 | 5 м | +| **115.200** | **2 м** | + +Если поблизости нет USB-порта, вы можете построить последовательный адаптер Wi-Fi с помощью ESP. + +Эти адаптеры используют своего рода Telnet и, по сути, расширяют последовательный интерфейс через Wi-Fi. Здесь важно установить модуль драйвера последовательного интерфейса. Например. МАКС3232. Пожалуйста, обратите внимание на напряжения, но большинство из них составляют 3 В. + +####Распи с МАКСом +Поскольку Raspberry также предлагает интерфейс TTL с напряжением 3 В, вы также можете подключить сюда MAX3232. + +![Распи с МАКСом](../../../en/adapterref/iobroker.pylontech/media/rpicom.jpg) + +читайте больше http://www.savagehomeautomation.com/projects/raspberry-pi-rs232-serial-interface-options-revisit.html + +#### Найдите порт в Linux (Debian/Raspi) +В Linux можно установить ссылку на порт, к которому подключен USB-последовательный преобразователь. +После этого устройствам можно присвоить описательные имена. + +``` +$ ls -l /dev +crw-rw---- 1 root dialout 188, 0 29. Sep 21:32 ttyUSB0 +lrwxrwxrwx 1 root root 7 29. Sep 21:32 ttyUSB_pylontech -> ttyUSB0 +``` + +Для этого можно определить серийный номер, если он имеется у USB-конвертера. + +``` +$ udevadm info -a /dev/ttyUSB0 | grep ATTRS{serial} + ATTRS{serial}=="thisisit" +``` + +Если здесь нет серийного номера, вы проиграли. Обязательно адаптируйте ttyUSBx устройства. + +Создайте новый файл конфигурации. Используйте редактор по вашему выбору, также возможен VI. + +``` +sudo nano /etc/udev/rules.d/20_pylontech.rules +``` + +Со следующим содержанием + +``` +# File: /etc/udev/rules.d/20_pylontech.rules +# FTDI USB <-> Serial +SUBSYSTEM=="tty", \ +ATTRS{serial}=="thisisit", \ +SYMLINK+="ttyUSB_pylontech" +``` + +Затем вам следует перезапустить udev, один раз отключить и снова подключить устройство. + +``` +sudo /etc/init.d/udev restart +``` + +### Com через TCP +Вместо локального подключения: + +``` ++--------+ comport +----------+ +| DEVICE | ~~~~~~~~~~ | ioBroker | ++--------+ +----------+ +``` + +Поддерживает ли этот адаптер также сетевое подключение: + +``` ++--------+ comport +--------+ network +----------+ +| DEVICE | ~~~~~~~~~~ | SERVER |========....==========| ioBroker | ++--------+ +--------+ +----------+ +``` + +#### ESP с МАКСом +Существует несколько проектов, которые подключают ESP или ESP32 к Telnet. Пожалуйста, помните МАКС. Если MAX нагревается, то либо уровень сигнала 5 В слишком высок, потому что у вас модель на 3,3 В, либо вы подключили версию на 3,3 В к рабочему напряжению 5 В. + +Вот несколько примеров: ESP-LINK: https://github.com/jeelabs/esp-link. + +ESP-Serial-Bridge: https://github.com/yuri-rage/ESP-Serial-Bridge + +Последовательный порт через Wi-Fi: https://www.instructables.com/Serial-Port-Over-WiFi/ + +#### Linux в сеть +Вы можете использовать ser2net для совместного использования порта ПК или мини-Raspi по сети. + +``` +sudo apt-get ser2net #install +sudo vim /etc/ser2net.conf #configure +ser2net #run service +``` + +Строка конфигурации (для /etc/ser2net.conf), соответствующая настройке Windows, указанной выше. + +``` +7000:telnet:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT remctl +``` + +RFC Вот настройки приведенной выше конфигурации. Порт устройства — 7000. + +- 7000 - порт +- /dev/ttyUSB0 — имя последовательного порта +- 115200... - скорость передачи данных и т. д. (на самом деле вы можете пропустить это из-за remctl) +— remctl — означает использование конфигурации удаленного порта согласно RFC2217. + +Более подробную информацию можно найти здесь: https://gist.github.com/DraTeots/e0c669608466470baa6c. + +#### Готовое оборудование +Есть готовое оборудование, которое можно подключить через Wi-Fi и/или локальную сеть. Пока он использует прозрачный TCP-сервер, он должен работать. + +Пример: + +- Waveshare RS232/485 TO ETH (для ЕС) + +## В любом случае, если вам что-то понадобится, вы также можете связаться со мной на форуме ioBroker через личку. +Еще один совет: существуют дешевые и дорогие последовательные преобразователи USB. Преобразователи с CHxxx PLxxx и CPxxx в названии не имеют отличительных признаков. Если вы подключите два из них, а затем поменяете порты местами или загрузитесь в первый раз, вы уже не будете знать, кто есть кто. Поэтому лучше брать хорошие с FTDI и серийным номером. Есть также хорошие последовательные преобразователи без чипа FTDI, имеющие серийный номер. + +### Протестированное оборудование +Я все еще в начале. +Что было протестировано: + +#### RS232 для ioBroker +| Коммуникационное оборудование | Тип | Работает | Комментарии | +| ----------------------------------- | ------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Последовательный порт USB | местный | да | Имеется большой выбор микросхем для адаптеров. В зависимости от модели могут возникнуть проблемы с идентификацией, если адаптеры не имеют серийного номера и подключено более одного адаптера. Windows уже назначает один COM-порт для каждого USB-разъема. | +| ЛогиЛинк AU0034 | местный | да | | +| ЕСП-ЛИНК | сеть | да | Назначьте устройству IP в сети. Проверка скорости передачи 115200 8 Н 1. Все остальное осталось без изменений. Не забудьте использовать конвертер, такой как MAX | +| Waveshare RS232/485 TO ETH (для ЕС) | сеть | да | Назначьте устройству IP в сети. Проверка скорости передачи 115200 8 Н 1. Все остальное осталось без изменений. Используйте порт RS232 SUBD. | + +#### Батареи +| Модель Пилонтех | Модель | Прошивка | Работает | Комментарий | +| ---------------- | ----- | ------------- | ---------- | ------------------------------------------ | +| США5000 | США | Версия 1.3 22.08.10 | штраф | | +| США2000C | США | V2.6 21-09-26 | штраф | | +| США2000 (US2KBPL) | США | V2.8 21-04-29 | штраф | Температура только с шагом в один градус | +| Сила H2 | Сила | Версия 1.5 21.06.18 | в тесте | | + +Если вы используете железо, напишите мне на форуме или в Github о проблеме. Мы будем рады продолжить этот список. + +Форум ioBroker: https://forum.iobroker.net/topic/68707 + +### Связь +Только первый Accu в массиве предоставляет всю информацию. Если вы подключите этот адаптер к одному из следующих аккумуляторов, он больше не будет работать, поскольку этот аккумулятор не может отвечать на все запросы. + +Обратите внимание: **Интерфейсы RS485 и Canbus не предназначены для этого адаптера. Они говорят на другом языке.** + +![Батарейный блок](../../../en/adapterref/iobroker.pylontech/media/battery_stack.JPG) + +## Интерфейс администратора +Настройки в интерфейсе администратора ioBroker: + +### Связь +#### Подключение через +Вы можете выбирать между локальным устройством, т. е. интерфейсом, локально подключенным к компьютеру, например USB-конвертер или сетевой сервер TCP-IP в качестве интерфейса. + +Параметры: + +- Локальное устройство +- Сетевое устройство + +### Локальное устройство +Следующие поля отображаются только в том случае, если в разделе «Соединение через» выбрано «Локальное устройство». + +#### Путь к локальному устройству +Если было выбрано «локальное устройство», необходимо указать путь или порт. NodeJs думает в Linux, поэтому путь не найден также сообщается, если указанное устройство Windows не найдено. Стандартные устройства ищутся адаптером и предлагаются в виде списка выбора, но это работает только при работающем адаптере, поскольку для этого требуется связь с экземпляром. Предлагаются только устройства, альтернативных идентификаторов устройств и уникальных имен нет, но их можно ввести вручную. +См. раздел локальные интерфейсы. + +#### Скорость передачи +Здесь можно установить скорость передачи. На более новых моделях установлено значение 115200. Для старых моделей это 1200. Если соединение не установлено, можно попробовать, работает ли адаптер на скорости 1200. В этом случае скорость можно установить на 115200, используя статус «pylontech. -n-. config.set_speed». Затем скорость адаптера необходимо снова установить на 115200. + +### Сетевое устройство +Следующие поля отображаются только в том случае, если в разделе «Соединение через» выбрано сетевое устройство. +Зашифрованные сетевые соединения пока не могут быть установлены. + +#### Сетевой хост +Введите здесь имя com-сервера. Никаких http или чего-то подобного в начале имени. Можно ввести IP-адреса или имена, например ESP-LINK.FRITZ.BOX. Для DHCP-устройств обратите внимание на то, что IP-адрес может измениться. + +#### Сетевой порт +Для установления связи необходимо указать порт, под которым сервер обеспечивает связь. Например, для ESP-Link это 23. + +#### Скорость передачи +Скорость должна быть установлена на сетевом устройстве. + +### Время цикла в минутах +Здесь можно установить время цикла. Лично я думаю, что 5 минут достаточно, чтобы понять, хорошо ли работают батареи. Обратите внимание, что батареи должны в первую очередь связываться с инвертором, а не с отладчиком. + +### Модель +Здесь вы можете выбрать модель. В настоящее время вы можете выбирать между США и Силой. Вы не можете ничего разрушить. Так что не стесняйтесь проверить, на каких настройках работает ваш Pylontech. Некоторые из них также перечислены в верхней части списка совместимости. Если не получится, вы можете связаться со мной через форум ioBroker и мы разберемся, почему данные не читаются. + +Форум ioBroker: https://forum.iobroker.net/topic/68707 + +### Определите, какие данные считываются для модели США +Если возникают ошибки из-за того, что адаптер запрашивает данные, которые не предоставляют батареи, запрос можно остановить здесь. Адаптер построен на основе реинжиниринга, поэтому, возможно, мне придется внести улучшения. +Если для вас слишком много объектов, вы также можете уменьшить данные здесь. + +#### Загрузите данные о ячейках аккумулятора +Команда «bat -n-» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузить состояние элементов аккумулятора +Команда «soh -n-» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные о батарее +Команда «info -n-» всегда записывается в консоль. Здесь вы найдете информацию о том, какой серийный номер имеют отдельные батареи. Это необходимо для дерева объектов. Если эта функция отключена, информация не будет передаваться в ioBroker. + +#### Загрузите данные журнала +Команда «log» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные о заряде аккумулятора +Команда «pwr» всегда записывается в консоль. Команда «pwr -n-» записывается в консоль только в том случае, если она здесь установлена. Здесь вы найдете информацию о положении отдельных батарей. Это необходимо для дерева объектов. Если это отключено, информация из команды «pwr» не передается в ioBroker и команда «pwr -n-» не выдается. + +#### Загрузите данные статистики батареи +Команда «stat -n-» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите информацию о времени +Команда «время» записывается в консоль только в том случае, если она здесь установлена. + +### Определите, какие данные считываются для модели Force +Если возникают ошибки из-за того, что адаптер запрашивает данные, которые не предоставляют батареи, запрос можно остановить здесь. Адаптер построен на основе реинжиниринга, поэтому, возможно, мне придется внести улучшения. +Если для вас слишком много объектов, вы также можете уменьшить данные здесь. + +#### Загрузите данные о ячейках аккумулятора +Команда «bat» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузить состояние элементов аккумулятора +Команда «soh» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные о батарее +Команда «информация» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные журнала +Команда «log» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные о заряде аккумулятора +Команда «pwr» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные статистики батареи +Команда «stat» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите информационные данные о системе аккумулятора +Команда «sysinfo» записывается в консоль только в том случае, если она здесь установлена. + +#### Загрузите данные об объекте +Командный модуль» записывается в консоль только в том случае, если он установлен здесь. + +#### Загрузите информацию о времени +Команда «время» записывается в консоль только в том случае, если она здесь установлена. + +## Значения и операции для модели США +Почти все измерения здесь хранятся в милли (одна тысячная часть). + +- миллиградусы Цельсия +- миллиамперы +- миллиампер-часы + +Для просмотра большинство значений необходимо разделить на тысячи. + +### Канал -SN-.battery-nn- +Здесь хранится информация следующих команд + +- команда «сох-н-» +- команда «бат-н-» + +###канал -SN-.info +Здесь хранится информация следующей команды + +- команда «информация -n-» + +### Канал -SN-.power +Здесь хранится информация следующих команд + +- команда «ПВР» +- команда «pwr -n-» + +### Канал -SN-.statistic +Здесь хранится информация следующей команды + +- команда «стат -н-» + +## Значения и операции для модели Force +делать + +###конфигурация канала +#### Состояние set_speed +Вы можете записать статус «set_speed» в «true» без подтверждения. На старых моделях на аккумулятор подается команда, корректирующая скорость. В более новых моделях снова появляется сообщение об ошибке. +При написании команды для Ack устанавливается значение true. + +### Информация о канале США +#### Состояние соединения +Верно, если адаптер смог установить связь. + +#### Состояние -n-.connected +Установите значение true, когда батарея найдена. + +#### Состояние -n-.barcode +Содержит штрих-код (серийный номер), позволяющий отслеживать, какая батарея установлена в какой точке стека. + +### Журнал канала +Канал журнала содержит 31 канал с последней 31 информацией журнала. Нейсет всегда находится в 31 и затем перемещается вниз при появлении новых сообщений. + +### Время канала +#### Состояние ds3231, rtc или времени +Здесь сохраняется время, считанное с инвертора. На US3000 он называется RTC, а на старом VS2000 — ds3231. Если вы напишите время, ваше время будет перенесено в батарею и время работы батареи будет скорректировано. + +#### Набор состояний +Если в параметре set записано true без подтверждения, текущее время отправляется в Pylontech. После выполнения команды статус устанавливается в ack = true. + +### Информация о канале Force +#### Состояние соединения +Верно, если адаптер смог установить связь. + +### Журнал канала +Канал журнала содержит 31 канал с последней 31 информацией журнала. Нейсет всегда находится в 31 и затем перемещается вниз при появлении новых сообщений. + +### Время канала +#### Состояние ds3231, rtc или времени +Здесь сохраняется время, считанное с инвертора. На US3000 он называется RTC, а на старом VS2000 — ds3231. Если вы напишите время, ваше время будет перенесено в батарею и время работы батареи будет скорректировано. + +#### Набор состояний +Если в параметре set записано true без подтверждения, текущее время отправляется в Pylontech. После выполнения команды статус устанавливается в ack = true. + +## Changelog + +### 0.0.6 (09.10.2023) + +- (PLCHome) The sent command was recognized from the response. Now the command is passed to the parser. + +### 0.0.5 (05.10.2023) + +- (PLCHome) Implemenmt the force H2. Thanx to radi for suppoting this project! + +### 0.0.4 (04.10.2023) + +- (PLCHome) Removed RFC2217. +- (PLCHome) Changed interval to this.interval. +- (PLCHome) Change the connection procedure to catch the exception. + +### 0.0.3 + +- (PLCHome) initial release + +## License + +MIT License + +Copyright (c) 2023 PLCHome + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/ru/adapterref/iobroker.pylontech/media/4p.jpg b/docs/ru/adapterref/iobroker.pylontech/media/4p.jpg new file mode 100644 index 000000000..2f1ad6b5d Binary files /dev/null and b/docs/ru/adapterref/iobroker.pylontech/media/4p.jpg differ diff --git a/docs/ru/adapterref/iobroker.pylontech/media/8p.jpg b/docs/ru/adapterref/iobroker.pylontech/media/8p.jpg new file mode 100644 index 000000000..883211238 Binary files /dev/null and b/docs/ru/adapterref/iobroker.pylontech/media/8p.jpg differ diff --git a/docs/ru/adapterref/iobroker.pylontech/media/battery_stack.JPG b/docs/ru/adapterref/iobroker.pylontech/media/battery_stack.JPG new file mode 100644 index 000000000..7badd2ce9 Binary files /dev/null and b/docs/ru/adapterref/iobroker.pylontech/media/battery_stack.JPG differ diff --git a/docs/ru/adapterref/iobroker.pylontech/media/logo.png b/docs/ru/adapterref/iobroker.pylontech/media/logo.png new file mode 100644 index 000000000..385ca4a3d Binary files /dev/null and b/docs/ru/adapterref/iobroker.pylontech/media/logo.png differ diff --git a/docs/ru/adapterref/iobroker.pylontech/media/rpicom.jpg b/docs/ru/adapterref/iobroker.pylontech/media/rpicom.jpg new file mode 100644 index 000000000..19b9b2917 Binary files /dev/null and b/docs/ru/adapterref/iobroker.pylontech/media/rpicom.jpg differ diff --git a/docs/ru/adapterref/iobroker.ring/README.md b/docs/ru/adapterref/iobroker.ring/README.md index bb669f6dc..ed420e482 100644 --- a/docs/ru/adapterref/iobroker.ring/README.md +++ b/docs/ru/adapterref/iobroker.ring/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.ring/README.md title: Кольцевой адаптер -hash: Y4VqKG2x6vjJ2uLpp4Zd3FM/Smz5DPCI4zYhLSVLzuw= +hash: wBvVgVDQ5C1q5LAueoWqrfBt+F8w8nmPwlZD884QKok= --- ![Логотип](../../../en/adapterref/iobroker.ring/admin/ring.png) @@ -15,12 +15,13 @@ hash: Y4VqKG2x6vjJ2uLpp4Zd3FM/Smz5DPCI4zYhLSVLzuw= ![НПМ](https://nodei.co/npm/iobroker.ring.png?downloads=true) # Кольцевой адаптер -Требуется администратор v4 и `node 16.x`. - -Адаптер Ring работает с устройствами Ring, такими как Ring Video Doorbell и Ring Cam, и показывает, звонит ли кто-то в дверной звонок или обнаружено движение. Дверной звонок или камера Ring Video отправляет видеопоток при обнаружении движения или дверного звонка. +Адаптер Ring работает с устройствами Ring, такими как Ring Video Doorbell и Ring Cam, и показывает, звонит ли кто-то в дверной звонок или обнаружено движение. +Дверной звонок или камера Ring Video отправляет видеопоток при обнаружении движения или дверного звонка. ## Установка и настройка -После установки адаптера вам необходимо ввести адрес электронной почты и пароль вашей учетной записи [Ring.com](https://ring.com) и токен. Ring теперь требует использования двухфакторной аутентификации (2fa) для всех учетных записей. Чтобы получить токен, выполните следующие действия в своей оболочке. +После установки адаптера вам необходимо ввести свой токен. +Ring теперь требует использования двухфакторной аутентификации (2fa) для всех учетных записей. +Чтобы получить токен, выполните следующие действия в своей оболочке. ```shell npx -p ring-client-api ring-auth-cli @@ -46,19 +47,16 @@ node ring-auth-cli ### ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ #### Я не получаю события, снимки и видео о движении или обнаружении человека -Поздравляем, очень вероятно, что ваш текущий токен был помещен в черный список по звонку, что лишило вас необходимого push-уведомления. +Поздравляем, весьма вероятно, что ваш текущий токен был помещен в черный список по звонку, что лишило вас возможности получать необходимые push-уведомления. Лучший способ решить эту проблему — удалить все предыдущие токены браузеров/адаптеров на кольцевом веб-сайте и создать новый токен для адаптера. -Чтобы этот адаптер правильно реагировал на события, Ring должен отправить push-уведомление на используемый [Кольцо API-клиента](https://github.com/dgreif/ring), чтобы этот адаптер отреагировал на него. Логика этого адаптера была проверена несколько раз и работает для многих пользователей, поэтому если у вас возникнут проблемы с пропущенными событиями, это вряд ли вина этого адаптера. +Чтобы этот адаптер правильно реагировал на события, Ring должен отправить push-уведомление на используемый [Кольцо API-клиента](https://github.com/dgreif/ring), чтобы этот адаптер отреагировал на него. Логика этого адаптера была проверена несколько раз и работает для многих пользователей, поэтому если у вас возникнут проблемы с пропущенными событиями, вряд ли это вина этого адаптера. ### V3 Переписать критические изменения -1. Имена устройств были расширены за счет их описания (например, от «Устройство 1234567». - - до `Device 1234567 ("Floodlight Garden")`) - +1. Имена устройств были расширены за счет их описания (например, с «Устройство 1234567» на «Устройство 1234567 («Прожекторный сад»)»). 2. Данные моментального снимка/прямой трансляции теперь находятся в соответствующем канале, содержащем другие точки данных. 3. Объект моментального снимка/прямой трансляции был изменен с мета-типа на состояние с типом файла. -4. События (движение, звон и т. д.) теперь находятся в соответствующем канале. +4. События (Движение, Звон и т.д.) теперь находятся в соответствующем канале. 5. Из-за того, что в Ring-Api прекращена поддержка узла до версии 16.x, этому адаптеру требуется узел v16.x или узел v18.x. 6. Активные обновления сокращены до одного раза в 2 часа, поскольку мы слушаем события и реагируем на них. @@ -66,288 +64,237 @@ node ring-auth-cli Вы можете использовать информацию SIP для видеоконференции SIP с вашим SIP-клиентом. Адаптер не предоставит все кольцевые устройства, поскольку используемый API не включает все кольцевые устройства. -Вы можете использовать, например, SIP-клиент Blink на [http://icanblink.com/](http://icanblink.com/). Чтобы видео работало, зайдите в настройки Blink и в разделе «Учетные записи», переключите вкладку на «Медиа» и снимите флажок «Шифровать аудио и видео» в разделе «Параметры RTP». Будьте осторожны: срок действия информации SIP истекает через несколько секунд! Надеюсь, скоро я смогу поддерживать видеопоток. К сожалению, [Ring.com](https://ring.com) не имеет официального API, поддерживающего эту функцию. +Вы можете использовать, например, SIP-клиент Blink на [http://icanblink.com/](http://icanblink.com/). +Чтобы видео работало, зайдите в настройки Blink и в разделе «Учетные записи», переключите вкладку на «Медиа» и снимите флажок «Шифровать аудио и видео» в разделе «Параметры RTP». +Будьте осторожны: срок действия SIP-информации истекает через несколько секунд! Надеюсь, скоро я смогу поддерживать видеопоток. +К сожалению, [Ring.com](https://ring.com) не имеет официального API, поддерживающего эту функцию. Если вы нажмете кнопку `livestream request`, вы получите новую информацию SIP для создания сеанса SIP-видеовызова. Если вы используете облако [Ring.com](https://ring.com), вы найдете в истории http-ссылку на ваше последнее записанное видео движения или дверного звонка. ## Changelog - -### 5.0.0-alpha.0 (2023-09-16) +### 5.0.0 (2023-10-10) +* (bluefox) migrated the configuration to JSON +* (crocri) many changes for livestream and high-definition screenshots +* (theimo1221) Refactoring and cleanup +### 5.0.0-Beta (2023-10-10) * (crocri) Ding event is now working again for Ring-Intercom * (crocri) auto livestream creation takes now value from config, before fix -* (crocri) snapshot now async, because snapshot and livestream in parallel does not work +* (crocri) snapshot now async, because snapshot and livestream in parallel do not work * (crocri) livestream duration now settable via tree entry will be auto reset via livestream request. * (crocri) two new config entries auto_livestream and auto_snapshot to disable auto creation of livestream and snapshot. * (crocri) some minor corrections to code * (crocri) Removed binary States -* (crocri) Improvements for vis compatibility +* (crocri) Improvements for vis compatibility done * (theimo1221) Refactoring and cleanup -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 4.0.0 (2023-08-22) - * (theimo1221) !!Breaking Change!! From now on Node 18 or 20 is required, Node 16 is not supported anymore -* (theimo1221) Update Ring-Api to V12 which needs Node 18 or 20 -* (theimo1221) Update Packages +* (theimo1221) Updated Ring-Api to v12 which needs Node 18 or 20 +* (theimo1221) Updated Packages ### 3.4.1 (2023-08-06) - * (theimo1221) Compliance to adapter-checker -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) Debounce Doorbell Presses -* (theimo1221) Add Support for cocoa_doorbell_v2 -* (theimo1221) Add Support for stickup_cam_longfin -* (theimo1221) Fix compatibility and recompile +* (theimo1221) Added Support for cocoa_doorbell_v2 +* (theimo1221) Added Support for stickup_cam_longfin +* (theimo1221) Fixed compatibility and recompile ### 3.4.0 (2023-06-09) - -* (theimo1221) Update Packages (which allows node 20 now) +* (theimo1221) Updated Packages (which allows node 20 now) ### 3.3.1 (2023-05-18) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.3.0 (2023-04-02) - -* (theimo1221) Update Packages -* (theimo1221) Device with Type stickup_cam_longfin not yet supported #483 +* (theimo1221) Updated Packages +* (theimo1221) Device with Type stickup_cam_longfin didn't yet support #483 ### 3.2.7 (2023-03-22) - -* (foxriver76) prepare js-controller v5 +* (foxriver76) prepared js-controller v5 ### 3.2.6 (2023-02-18) - -* (theimo1221) Improve behaviour on initial Location load fail -* (theimo1221) Update Packages +* (theimo1221) Improve behavior on initial Location load fail +* (theimo1221) Updated Packages ### 3.2.5 (2023-01-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.2.4 (2022-12-15) - * (theimo1221) #385 Fix for Unlock Request on intercoms ### 3.2.3 (2022-12-15) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #385 Experimental Ring Intercom support ### 3.2.2 (2022-12-02) - -* (theimo1221) #373 Fix event receiving for iobroker instances without unique hostname +* (theimo1221) #373 Fix event receiving for iobroker instances without a unique hostname ### 3.2.1 (2022-12-02) - * (theimo1221) Redeploy ### 3.2.0 (2022-12-02) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #373 Increase logging and change recording order on Doorbell Event ### 3.1.9 (2022-11-20) - * (theimo1221) #395 Resolve Package-lock.json issues ### 3.1.8 (2022-11-20) - -* (theimo1221) Update Packages -* (theimo1221) Compliance to newest ring api version +* (theimo1221) Updated Packages +* (theimo1221) Compliance to the newest ring api version ### 3.1.7 (2022-10-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.6 (2022-10-28) - * (theimo1221) Inline subscription instead of properties for Event observer ### 3.1.5 (2022-10-16) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.4 (2022-10-16) - * (theimo1221) #376 Handling when reconnect fails ### 3.1.3 (2022-10-04) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.2 (2022-09-22) - -* (theimo1221) Update Packages -* (theimo1221) Fix an issue with floodlight control +* (theimo1221) Updated Packages +* (theimo1221) Fixed an issue with floodlight control ### 3.1.1 (2022-08-11) - -* (theimo1221) Improve Doorbell Event Logging +* (theimo1221) Improved Doorbell Event Logging ### 3.1.0 (2022-08-04) - * (bluefox) Allowed to be used with node.js 18 ### 3.0.5 (2022-07-05) - -* (theimo1221) Improve Log Message on failed Snapshots during event handling -* (theimo1221) Add Support for doorbell oyster +* (theimo1221) Improved Log Message on failed Snapshots during event handling +* (theimo1221) Added Support for doorbell oyster ### 3.0.4 (2022-06-17) - -* (theimo1221) Fix Edge Case resulting in lamps being permanently on +* (theimo1221) Fixed Edge Case resulting in lamps being permanently on ### 3.0.3 (2022-06-16) - -* (theimo1221) Implement location mode +* (theimo1221) Implemented location mode ### 3.0.1 (2022-06-08) - * (bluefox) Changed the russian translations ### 3.0.0-beta.13 (2022-05-30) - -* (theimo1221) Prevent missing of events, due to socket drop within ring-api-client -* (theimo1221) Improve device logging readability +* (theimo1221) Prevented missing of events, due to a socket drop within ring-api-client +* (theimo1221) Improved device logging readability ### 3.0.0-beta.12 (2022-05-28) - -* (theimo1221) Fix error in beta.11 in regard to new installations +* (theimo1221) Fixed error in beta.11 in regard to new installations * (theimo1221) Harden Event Handling to prevent rare permanent busy occasions -* (theimo1221) Add support for doorbell device `doorbell_graham_cracker` +* (theimo1221) Added support for doorbell device `doorbell_graham_cracker` ### 3.0.0-beta.11 (2022-05-24) - -* (theimo1221) Add processing of new token provided by ring. +* (theimo1221) Added processing of new token provided by ring. ### 3.0.0-beta.10 (2022-05-24) - -* (theimo1221) Add `lpd_v4` Doorbell +* (theimo1221) Added `lpd_v4` Doorbell ### 3.0.0-beta.9 (2022-05-21) - * (theimo1221) For stability reasons, perform an active refresh every 2 hours. ### 3.0.0-beta.8 (2022-05-17) - -* (theimo1221) Fix writing to iobroker-data/files folder (thx to Apollon) +* (theimo1221) Fixed writing to iobroker-data/files folder (thx to Apollon) ### 3.0.0-beta.7 (2022-05-16) - * (theimo1221) Prevent Crashes on unsupported devices ### 3.0.0-beta.6 (2022-05-16) - * (theimo1221) Record more events (without recording twice) -* (theimo1221) Improve snapshot deleting for initial snapshot after restart +* (theimo1221) Improved snapshot deleting for initial snapshot after restart ### 3.0.0-beta.5 (2022-05-14) - -* (theimo1221) Prevent crashes during installation by clearer enforcing of node 16 +* (theimo1221) Prevented crashes during installation by clearer enforcing of node 16 ### 3.0.0-beta.4 (2022-05-14) - * (theimo1221) Changes in io-package.json for release workflow ### 3.0.0-beta.3 (2022-05-14) - -* (theimo1221) Rewrite V3 (Breaking Changes listed below) -* (theimo1221) Update packages -* (theimo1221) Fix in GitHub release workflow +* (theimo1221) Rewrote V3 (Breaking Changes listed below) +* (theimo1221) Updated packages +* (theimo1221) Fixed in GitHub release workflow ### 2.0.0-beta.3 (2022-02-08) - -* (theimo1221) Fix adapter checker issues +* (theimo1221) Fixed adapter checker issues ### 2.0.0-beta.0 (2022-02-05) - -* (theimo1221) Update packages -* (theimo1221) Add JS-Controller 4.0 dependency +* (theimo1221) Updated packages +* (theimo1221) Added JS-Controller 4.0 dependency * (theimo1221) On ding --> First take snapshot then livestream ### 1.2.8 (2021-10-14) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.6 (2021-09-05) - -* (theimo1221) Update packages -* (theimo1221) Stop adapter on unhandled Error -* (theimo1221) Terminate adapter on invalid ring credentials +* (theimo1221) Updated packages +* (theimo1221) Stopped adapter on unhandled Error +* (theimo1221) Terminated adapter on invalid ring credentials ### 1.2.4-1 (2021-08-12) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.4-0 (2021-08-07) - * (theimo1221) Refactoring -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.3 (2021-07-30) - -* (theimo1221) Update packages -* (theimo1221) Fix compatibility issues with new ring api +* (theimo1221) Updated packages +* (theimo1221) Fixed compatibility issues with new ring api ### 1.2.2 (2021-05-05) - -* (theimo1221) Update packages due to security patches +* (theimo1221) Updated packages due to security patches ### 1.2.1 (2021-04-09) - -* (theimo1221) Bump version +* (theimo1221) Bumped version ### 1.2.0 (2021-04-08) - -* (theimo1221) Add new device type spotlightw as doorbell -* (theimo1221) Update dependencies (ringapi, node-schedule, etc.) +* (theimo1221) Added new device type spotlightw as doorbell +* (theimo1221) Updated dependencies (ringapi, node-schedule, etc.) ### 1.1.6-3 (2021-03-29) - -* (theimo1221) Fix typo preventing Livestream recordings after motion detection -* (theimo1221) Reduce Levels of Log Messages, to not spam iobroker Log +* (theimo1221) Fixed typo preventing Livestream recordings after motion detection +* (theimo1221) Reduced Levels of Log Messages, to not spam iobroker Log ### 1.1.6-2 (2021-03-29) - * (theimo1221) Fixing some Issues while saving snapshots and place Snapshots within 'iobroker-data' Folder. ### 1.1.6-1 (2021-03-26) - * (theimo1221) Support for Floodlight V2 * (theimo1221) Control Floodlight by Switch ### 1.1.5 (04.11.2020) - -* (Stübi) Add floodlight +* (Stübi) Added floodlight ### 1.1.4 (23.05.2020) - -* (Stübi) Add new libraries +* (Stübi) Added new libraries ### 1.1.3 (06.05.2020) - * (Stübi) Fixed error of missing objects ### 1.1.2 (02.05.2020) - * (Stübi) Fixed health info like missing battery status (Issue #22, Issue #25) * (Stübi) Change error handling * (Stübi) Providing Stick Up Cam (BETA) * (Stübi) Using variables in the filename of the livestream or snapshot ### 1.1.1 (02.05.2020) - * (Stübi) Bugfixing * (Stübi) User can enable/disable external sentry logging ### 1.1.0 (01.05.2020) - * (Stübi) Node 10 is now required, Node 12 recommended. If you use Node 8 or less, the adapter will stop immediately. * (Stübi) Tested with js-controller 3. I recommend using js-controller 3 or higher because of sentry logging and more features in the future @@ -356,61 +303,47 @@ node ring-auth-cli * (Stübi) Old snapshots and livestreams can be deleted on the filesystem * (Stübi) Sentry logging added * (Stübi) Small improvements and bugfixing -* (Stübi) Add a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) +* (Stübi) Added a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) ### 1.0.7 (24.12.2019) - * (Stübi) Bugfixing ### 1.0.6 (20.12.2019) - * (Stübi) Bugfixing: Login with username and password changed -* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately the - snapshot / livestream does not work always! +* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately, the snapshot / livestream does not always work! ### 1.0.5 (18.04.2019) - * (Stübi) Bugfixing * (Stübi) Using new API. With this API livestreaming and snapshots are possible (work still in progress and not supported in this version) * (Stübi) Fixed an error with js-controller 2.0. You need at least this version with js-controller 2.0 -* (Stübi) two face authentication +* (Stübi) Added two factory authentications ### 1.0.4 (17.04.2019) - * (Stübi) Bugfixing for Ring Pro ### 1.0.3 (09.03.2019) - -* (Stübi) Major change! I had to change the used ring.com API to an other API. The old one did not work anymore. For - this reason, a lot has to be redesigned. +* (Stübi) Major change! I had to change the used ring.com API to another API. The old one did not work anymore. For this reason, a lot has to be redesigned. ### 1.0.2 (01.02.2019) - * (Stübi) More debug information ### 1.0.1 (05.01.2019) - * (Stübi) Support js-controller compact mode ### 1.0.0 (04.01.2018) - -* (Stübi) Add camera device. For this reason, the device name changed from doorbot to doorbell. +* (Stübi) Added a camera device. For this reason, the device name changed from doorbot to doorbell. ### 0.1.3 (20.12.2018) - * (Stübi) Update error handling ### 0.1.2 (17.12.2018) - * (Stübi) Update error handling ### 0.1.1 (15.12.2018) - * (Stübi) Improvements ### 0.1.0 (14.12.2018) - * (Stübi) First Version ## License diff --git a/docs/ru/adapterref/iobroker.robonect/README.md b/docs/ru/adapterref/iobroker.robonect/README.md index 016d75693..9bfaa8cff 100644 --- a/docs/ru/adapterref/iobroker.robonect/README.md +++ b/docs/ru/adapterref/iobroker.robonect/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.robonect/README.md title: ioBroker.robonect -hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= +hash: 842IM/hSQUSnl0BAa8+OBHGQy13DqPRK5+0t+11FGLE= --- # IoBroker.robonect ![Логотип](../../../en/adapterref/iobroker.robonect/admin/robonect.png) @@ -26,6 +26,10 @@ hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= * Для каждого запроса API можно выбрать интервал опроса (статус или информацию) или не опрашивать вообще. * push-сервис: при активации выберите IP-адрес и порт, который должен прослушивать адаптер. +### Пароль для Робонекта +Для версий старше 1.3.0 требовался простой пароль, содержащий только строчные и прописные буквы, а также цифры. +Начиная с версии 1.3.0, надежные пароли стали возможны благодаря реализации базовой аутентификации HTTP. + ### Push-сервис Модуль robonect имеет опцию конфигурации под названием «Push Service» — она передает информацию о состоянии в зависимости от некоторых настраиваемых событий. При активации адаптер будет получать push-уведомления, если произойдет одно из событий. Если эта опция активирована, вы можете использовать гораздо более длинные интервалы опроса, чем значения по умолчанию (например, 6-12 часов для статуса и 24 часа для информации). @@ -55,6 +59,27 @@ hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= ### Work in progress * Add timePickers to Admin UI for rest times as soon as they work properly +### 1.3.3 (2023-10-04) + +* (grizzelbee) Chg: massive code refactoring +* (grizzelbee) Fix: Fixed false error message when PushService is listening to all IPv4 or IPv6 addresses +* (grizzelbee) Chg: Forcing pollType info for pushService when enabled it's enabled in config + +### 1.3.2 (2023-10-04) + +* (grizzelbee) Fix: Switching of extensions works now +* (grizzelbee) Fix: Fixed false error message when switching extensions + +### 1.3.1 (2023-10-02) + +* (grizzelbee) Chg: removed unnecessary Info log entries + +### 1.3.0 (2023-10-02) + +* (grizzelbee) Chg: [#28](https://github.com/Grizzelbee/ioBroker.robonect/issues/28) Changed authentication method from URL-Encoding to basic authentication +* (grizzelbee) Chg: [#27](https://github.com/Grizzelbee/ioBroker.robonect/issues/27) Improved error handling +* (grizzelbee) Upd: Dependencies got updated + ### 1.2.0 (2023-09-22) * (mcm1957) Fix: Adapter requires NodeJs >= 16.0.0 diff --git a/docs/ru/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png b/docs/ru/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png new file mode 100644 index 000000000..b4146c0e6 Binary files /dev/null and b/docs/ru/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png differ diff --git a/docs/ru/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png b/docs/ru/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png new file mode 100644 index 000000000..83317f061 Binary files /dev/null and b/docs/ru/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png differ diff --git a/docs/ru/adapterref/iobroker.senec/README.md b/docs/ru/adapterref/iobroker.senec/README.md index 0bfce5376..b26e7bfda 100644 --- a/docs/ru/adapterref/iobroker.senec/README.md +++ b/docs/ru/adapterref/iobroker.senec/README.md @@ -9,7 +9,7 @@ translatedFrom: de translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.senec/README.md title: ioBroker.senec -hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= +hash: lPhvRxmCZ97hIJebFR+ZOLkO2KlNPT2USj+qiRkRWE0= --- ![логотип](../../../de/adapterref/iobroker.senec/admin/senec.png) @@ -21,7 +21,7 @@ hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= Работают ли с ним другие системы (например, V3), зависит от того, основаны ли они также на lala.cgi и предоставляют ли ту же информацию JSON. Даже при интеграции в Senec.Clound нет гарантии, что к данным можно будет получить доступ через веб-интерфейс (см. отчеты об опыте). -Ниже перечислены системы, которые могут работать, поскольку используют один и тот же интерфейс. Однако точки данных могут быть разными (отсутствующими, дополнительными, измененными). +Ниже перечислены системы, которые могут работать, поскольку используют один и тот же интерфейс. Однако точки данных могут быть разными (отсутствовать, добавляться, изменяться). * Senec Home 4.0 / Ведущий * Сенец Домашний 6.0 Пб @@ -64,11 +64,11 @@ hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= |:-------------|:-------------| |Система SENEC |Здесь будет указан IP-адрес желаемой системы Senec.Home. Если в сети есть работающий DNS, можно также указать полное доменное имя.| |Использовать https?|Если система SENEC уже преобразована в https, эту опцию необходимо активировать.| -|Интервал запроса, высокий приоритет|Здесь вы вводите временные интервалы (миллисекунды), через которые системы Senec.Home извлекают элементы с высоким приоритетом. (По умолчанию: 10 секунд) | +|Интервал запроса, высокий приоритет|Здесь вы вводите временные интервалы (миллисекунды), через которые системы Senec.Home извлекают элементы с высоким приоритетом. (По умолчанию: 10 секунд)| -|Интервал запроса, низкий приоритет|Здесь вы вводите интервалы времени (миллисекунды), через которые системы Senec.Home извлекают элементы с низким приоритетом. (По умолчанию: 60 минут)
Опасность! Если система SENEC запрашивается слишком часто, это может означать, что данные больше не могут передаваться на сервер SENEC! (например, в приложении или на сайте mein-senec.de нет текущих значений)| +|Интервал запроса, низкий приоритет|Здесь вы вводите интервалы времени (в миллисекундах), через которые системы Senec.Home извлекают элементы с низким приоритетом. (По умолчанию: 60 минут)
Опасность! Если система SENEC запрашивается слишком часто, это может означать, что данные больше не могут передаваться на сервер SENEC! (например, в приложении или на сайте mein-senec.de нет текущих значений)| -|Тайм-аут запроса|Здесь вы вводите количество миллисекунд, по истечении которого система Senec.Home должна ответить на запрос, прежде чем запрос будет отменен. (По умолчанию: 5000)| +|Тайм-аут запроса|Здесь вы вводите количество миллисекунд, по истечении которых система Senec.Home должна ответить на запрос, прежде чем запрос будет отменен. (По умолчанию: 5000)| |Повторные попытки|Указывает, как часто следует предпринимать попытки запросить систему Senec в случае возникновения ошибки. Это не касается запуска адаптера - если система недоступна, адаптер перестает работать. (По умолчанию: 10)| |Коэффициент повтора опроса|Это значение можно использовать для влияния на интервал между повторными попытками. Применяется следующее: n-я попытка повторения происходит через интервал *множитель* n секунд после попытки n-1. Пример. При значениях по умолчанию первая повторная попытка происходит через 20 секунд после первоначальной попытки, а вторая повторная попытка происходит через 40 секунд после первой. Успешное получение данных сбрасывает счетчик повторных попыток.| @@ -84,7 +84,7 @@ hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= |Точки данных для разных областей|Здесь вы можете указать дополнительные точки данных, которые следует получить с высоким приоритетом. Для разделения можно использовать только символы A-Z и цифры 0-9 и .| |Добавить точки данных в опрос?|Подтвердите здесь еще раз, что вы действительно хотите добавить указанные вами точки данных в опрос с высоким приоритетом.| -Опасность! Если к системе SENEC запрашивается слишком высокая частота и/или слишком много точек данных, это может привести к тому, что данные больше не смогут передаваться на сервер SENEC (например, в приложении или на mein-senec отсутствуют текущие значения). .де)! Система SENEC также может перезапуститься без мотивации и/или перестать отвечать на запросы. В этом случае помогает остановка адаптера и последующая коррекция настроек. +Опасность! Если система SENEC запрашивается со слишком высокой частотой и/или слишком большим количеством точек данных, это может привести к тому, что данные больше не смогут передаваться на сервер SENEC (например, в приложении или на mein-senec отсутствуют текущие значения). .де)! Система SENEC также может перезапуститься без мотивации и/или перестать отвечать на запросы. В этом случае помогает остановка адаптера и последующая коррекция настроек. После завершения настройки диалог конфигурации закрывается с помощью `SPEICHERN UND SCHLIEßEN`. После этого адаптер будет перезапущен. @@ -115,39 +115,7 @@ hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= *Логическое значение только для чтения, которое истинно, когда установлено соединение между ioBroker и Senec.Home.* #### Канал: _calc -Этот канал содержит расчетные значения. В настоящее время это ежедневные/еженедельные/месячные/годовые значения для конкретных точек данных. - -* xxx.refDay/Неделя/Месяц/Год - - |Тип данных|Разрешение| - |:---:|:---:| - |число|В| - - *Изменяемое число, указывающее, к какому дню/неделе/месяцу/году относятся данные.* - -* xxx.refValue/Неделя/Месяц/Год - - |Тип данных|Разрешение| - |:---:|:---:| - |число|В| - - *Изменяемое число, указывающее опорное значение для расчета текущего значения.* - -* xxx.сегодня/неделя/месяц/год - - |Тип данных|Разрешение| - |:---:|:---:| - |число|В| - - *Изменяемое число, которое представляет текущее значение дня/недели/месяца/года соответствующей точки данных.* - -* xxx.yesterday/lastWeek/lastMonth/lastYear - - |Тип данных|Разрешение| - |:---:|:---:| - |число|В| - - *Изменяемое число, которое представляет значение предыдущего дня/недели/месяца/года соответствующей точки данных.* +Этот канал содержал расчетные значения. Больше не поставляется, поскольку СТАТИСТИКА больше не доступна. #### Канал: БМС * БЛ[0-3] @@ -480,53 +448,7 @@ hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= *Строка, доступная только для чтения, которая указывает состояние системы в виде обычного текста. К сожалению, у нас есть только оригинальные тексты Сенца на немецком языке.* #### Канал: СТАТИСТИКА -* STAT_DAY_BAT_CHARGE - - |Тип данных|Разрешение| - |:---:|:---:| - |номер|R| - - *Число, доступное только для чтения, указывающее, сколько кВтч было сохранено в аккумуляторе сегодня.* - -* STAT_DAY_BAT_DISCHARGE - - |Тип данных|Разрешение| - |:---:|:---:| - |номер|R| - - *Читаемое число указывает только на то, сколько кВтч было снято сегодня с аккумулятора.* - -* STAT_DAY_E_GRID_EXPORT - - |Тип данных|Разрешение| - |:---:|:---:| - |номер|R| - - *Только читаемое число, указывающее, сколько кВтч было подано сегодня в сеть.* - -* STAT_DAY_E_GRID_IMPORT - - |Тип данных|Разрешение| - |:---:|:---:| - |номер|R| - - *Только читаемое число, указывающее, сколько кВтч было получено из сети сегодня.* - -* STAT_DAY_E_HOUSE - - |Тип данных|Разрешение| - |:---:|:---:| - |номер|R| - - *Только читаемое число, обозначающее сегодняшнее потребление дома в кВтч.* - -* STAT_DAY_E_PV - - |Тип данных|Разрешение| - |:---:|:---:| - |номер|R| - - *Только читаемое число, указывающее, сколько кВтч было произведено фотоэлектрической системой сегодня.* +Более не существует #### Канал: SYS_UPDATE * NPU_IMAGE_VERSION @@ -595,6 +517,28 @@ hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= *Только читаемый текст, в котором указаны серийные номера любых настенных коробок 0–3.* ## Changelog +### 1.6.7 (NoBl) +* Added option to turn off local polling. + +### 1.6.6 (NoBl) +* Node 16 required +* Bugfixes +* Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File +* Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT + +### 1.6.5 (NoBl) +* Added AllTime Statistics (trigger initial calculations in adapter settings) +* https is now default for new instances + +### 1.6.4 (NoBl) +* Bugfix (numbers are numbers again) + +### 1.6.3 (NoBl) +* Code optimization + +### 1.6.2 (NoBl) +* Added statistics values from API along with some own calculations. + ### 1.6.1 (NoBl) * Bugfixes diff --git a/docs/ru/adapterref/iobroker.senec/media/pollingSettings.png b/docs/ru/adapterref/iobroker.senec/media/pollingSettings.png new file mode 100644 index 000000000..68cb4f50b Binary files /dev/null and b/docs/ru/adapterref/iobroker.senec/media/pollingSettings.png differ diff --git a/docs/ru/adapterref/iobroker.snmp/README.md b/docs/ru/adapterref/iobroker.snmp/README.md index 25336b569..e1d73a4c9 100644 --- a/docs/ru/adapterref/iobroker.snmp/README.md +++ b/docs/ru/adapterref/iobroker.snmp/README.md @@ -3,214 +3,194 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.snmp/README.md title: ioBroker.snmp -hash: 1yP7vs9Mt7Gbp38LPAz5h80gqOA17FztE1p7MD0niAQ= +hash: 5fWBjXvIrO/ZnPzJQv6aytMx8BLt5umK8be2edSHF7M= --- ![Логотип](../../../en/adapterref/iobroker.snmp/admin/snmp.png) ![Лицензия GitHub](https://img.shields.io/github/license/iobroker-community-adapters/ioBroker.snmp) ![Загрузки](https://img.shields.io/npm/dm/iobroker.snmp.svg) ![Размер репозитория GitHub](https://img.shields.io/github/repo-size/iobroker-community-adapters/ioBroker.snmp) -![Активность фиксации GitHub](https://img.shields.io/github/commit-activity/m/iobroker-community-adapters/ioBroker.snmp) -![Коммиты GitHub с момента последней версии (по дате)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.snmp/latest) -![Последний коммит на GitHub](https://img.shields.io/github/last-commit/iobroker-community-adapters/ioBroker.snmp) +![Действия по фиксации GitHub](https://img.shields.io/github/commit-activity/m/iobroker-community-adapters/ioBroker.snmp) +![GitHub фиксирует с момента последнего выпуска (по дате)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.snmp/latest) +![Последний коммит GitHub](https://img.shields.io/github/last-commit/iobroker-community-adapters/ioBroker.snmp) ![Проблемы с GitHub](https://img.shields.io/github/issues/iobroker-community-adapters/ioBroker.snmp) -![версия NPM](http://img.shields.io/npm/v/iobroker.snmp.svg) -![Текущая версия в стабильном репозитории](https://iobroker.live/badges/snmp-stable.svg) +![НПМ-версия](http://img.shields.io/npm/v/iobroker.snmp.svg) +![Текущая версия в стабильном репозитории.](https://iobroker.live/badges/snmp-stable.svg) ![Количество установок](https://iobroker.live/badges/snmp-installed.svg) # IoBroker.snmp -[![Статус перевода](https://weblate.iobroker.net/widgets/adapters/-/snmp/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)

**Версия:**

**Тесты:**
[![Тестирование и выпуск] (https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml) [![CodeQL] (https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml) +[![Статус перевода](https://weblate.iobroker.net/widgets/adapters/-/snmp/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)

**Версия:**

**Тесты:**
[![Тестирование и выпуск](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml) [![CodeQL] (https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml) ## Часовой -**Этот адаптер использует библиотеки Sentry для автоматического сообщения об исключениях и ошибках кода разработчикам.** Дополнительные сведения и информацию о том, как отключить отчеты об ошибках, см. в [Документация по плагину Sentry](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Отчеты Sentry используются, начиная с js-controller 3.0. +**Этот адаптер использует библиотеки Sentry для автоматического сообщения разработчикам об исключениях и ошибках кода.** Более подробную информацию и информацию о том, как отключить отчеты об ошибках, см. в [Документация плагина Sentry](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Отчеты Sentry используются начиная с js-controller 3.0. ## Информация -Этот адаптер можно использовать для опроса информации с таких устройств, как принтеры, сетевые устройства и т. д., используя протокол SNMP. +Этот адаптер можно использовать для опроса информации с таких устройств, как принтеры, сетевые устройства и т. д., с использованием протокола SNMP. + +## Конфигурация адаптера +Адаптер запрашивает указанные oid-ы, которые сгруппированы в группы oid-ов, которые, в свою очередь, назначаются устройствам. Данные конфигурации вводятся на нескольких вкладках. Адаптер поддерживает соединения IPv4 и IPv6. + +Подробности см. в документации, указанной ниже. + +## Документация +[английская документация](docs/en/snmp.md)
[немецкая документация](docs/de/snmp.md)
[русская документация](docs/ru/snmp.md) ## __РАБОТА В ПРОЦЕССЕ__ --> -### 2.4.7 (2023-04-12) -* (McM1957) изменено: обновлено несколько внешних модулей, включая net-snmp +### 2.4.11 (13 июля 2023 г.) +* (McM1957) Node-net-snmp обновлен для улучшения обработки uint32 (#282). +* (McM1957) Обновлено несколько других зависимостей. + +### 2.4.10 (08.07.2023) +* (McM1957) Исправлена еще одна опечатка при выводе ошибок. -### 2.4.6 (2023-03-26) -* (McM1957) Исправлено: набор SNMP не работал для числового значения 0 (#240) +### 2.4.9 (05.07.2023) +* (McM1957) Добавлена возможность отключить закрытие сеанса чтения в случае ошибки. +* (McM1957) Улучшено ведение журнала ошибок при включении журнала отладки. + +### 2.4.8 (04.07.2023) +* (McM1957) исправлено: UDP-порты терялись во время обработки ошибок (#282). +* (McM1957) исправлено: неправильный синтаксис toString() вызывал ряд проблем, например отсутствие вывода ошибки (#283). +* (McM1957) Зависимости обновлены. + +### 2.4.7 (12 апреля 2023 г.) +* (McM1957) изменено: обновлено несколько внешних модулей, включая net-snmp. + +### 2.4.6 (26 марта 2023 г.) +* (McM1957) Исправлено: установка SNMP не работала для числового значения 0 (#240). ### 2.4.5 (20 марта 2023 г.) * (McM1957) Исправлено: сбой SNMPv3 при использовании аутентификации SHA (#236). ### 2.4.4 (03.03.2023) -* (McM1957) Исправлено: сбой, о котором сообщал часовой (#235) +* (McM1957) Исправлено: сбой, о котором сообщил часовой (#235). -### 2.4.3 (2023-03-01) +### 2.4.3 (01.03.2023) * (McM1957) Обновлены переводы и зависимости. ### 2.4.2 (25 февраля 2023 г.) -* (McM1957) Исправлена ошибка, о которой сообщал часовой. (# 230) +* (McM1957) Исправлена проблема, о которой сообщил часовой. (#230) ### 2.4.1 (22 февраля 2023 г.) -* (McM1957) Исправлена ошибка на страницах конфигурации. (# 228) +* (McM1957) Исправлена ошибка на страницах конфигурации. (#228) ### 2.4.0 (21 февраля 2023 г.) * (McM1957) Реализована поддержка записи данных в oids. (#150) -* (McM1957) Основные части кода были переписаны для поддержки написания oid. -* (McM1957) Состояния, содержащие информацию о типе, теперь можно отключить. (# 218) -* (McM1957) Добавлены состояния, указывающие на онлайн и статус ошибки устройств. Состояние «в сети» перемещено в информацию о папке. -* (McM1957) Состояние устройства теперь отображается при просмотре объекта с помощью цвета и значков. -* (McM1957) Тип данных «автоматический» был добавлен в селектор типа данных состояний oid. -* (McM1957) Исправлена ошибка, о которой сообщал часовой. (# 224) -* (McM1957) Исправлена неправильная установка флагов подтверждения. (# 225) -* (McM1957) Добавлена поддержка аутентификации сообщений sha224, sha256, sha384 и sha512 (#210) - -### 2.3.0 (2022-12-13) +* (McM1957) Основные части кода были переписаны, поэтому поддерживается запись oid. +* (McM1957) Состояния, содержащие информацию о типе, теперь можно отключить. (#218) +* (McM1957) Добавлены состояния, указывающие онлайн-статус и статус ошибки устройств. Состояние «онлайн» перенесено в папку «Информация». +* (McM1957) Статус устройства теперь отображается при просмотре объекта с использованием цвета и значков. +* (McM1957) Тип данных «автоматический» был добавлен в селектор типов данных состояний oid. +* (McM1957) Исправлена проблема, о которой сообщил часовой. (#224) +* (McM1957) Исправлена некорректная установка флагов подтверждения. (#225) +* (McM1957) Добавлена поддержка аутентификации сообщений sha224, sha256, sha384 и sha512 (#210). + +### 2.3.0 (13 декабря 2022 г.) * (McM1957) Добавлена поддержка использования собственных типов данных для состояний. (#143) * (McM1957) Добавлена поддержка хранения двоичных данных oid в формате json. (#188) -* (McM1957) Исправлена неправильная установка режима записи. (#191) +* (McM1957) Исправлена неверная настройка режима записи. (#191) * (McM1957) Исправлены таблицы в немецкой документации. (#192) -* (McM1957) Именование oid с зарезервированным именем «онлайн» было заблокировано. (# 203) -* (McM1957) Внесены некоторые изменения, связанные с качеством кода. (# 201, # 190) +* (McM1957) Присвоение идентификатору зарезервированного имени «онлайн» заблокировано. (#203) +* (McM1957) Реализованы некоторые изменения, связанные с качеством кода. (№201, №190) -### 2.2.1 (2022-10-18) +### 2.2.1 (18 октября 2022 г.) * (McM1957) Исправлена ошибка в io-package.json. * (McM1957) Добавлены украинские переводы. -### 2.2.0 (2022-10-18) -* (McM1957) Флаг совместимости устарел и будет удален в будущих версиях. При необходимости измените конфигурацию. -* (McM1957) Добавлена поддержка SNMP V3 (#71) +### 2.2.0 (18 октября 2022 г.) +* (McM1957) Флаг совместимости устарел и будет удален в будущих выпусках. Пожалуйста, адаптируйте конфигурацию, если это необходимо. +* (McM1957) Добавлена поддержка SNMP V3 (#71). * (McM1957) Добавлена поддержка IPv6 (#138) -* (McM1957) Код был очищен в соответствии с предложением eslint. -* (McM1957) Базовые модули обновлены до актуальных версий -* (McM1957) Обновлена документация (en, de, ru) +* (McM1957) Код очищен, как предложил eslint. +* (McM1957) Базовые модули обновлены до текущих версий. +* (McM1957) Обновления документации (en, de, ru) -### 2.1.10 (2022-09-22) -* (McM1957) Улучшена проверка OID и имен устройств, часовой сообщил о сбое (#169) +### 2.1.10 (22 сентября 2022 г.) +* (McM1957) Улучшена проверка OID и имен устройств, о сбое сообщил часовой (#169) ### 2.1.9 (13 сентября 2022 г.) -* (McM1957) Добавлена поддержка доменных имен (IPv4) (#165) -* (McM1957) Устройства без активного oid больше не вызывают фатальную ошибку, а только регистрируют предупреждение (#155) -* (McM1957) Значения таймера теперь проверяются более строго (#156, #164) -* (McM1957) Исправлены некоторые сбои, о которых сообщал часовой (#167). -* (McM1957) внешние пакеты обновлены зависимым ботом +* (McM1957) Добавлена поддержка доменных имен (IPv4) (#165). +* (McM1957) Устройства без активного oid больше не вызывают фатальную ошибку, а только регистрируют предупреждение (#155). +* (McM1957) Значения таймеров теперь проверяются более строго (#156, #164). +* (McM1957) Исправлены некоторые сбои, о которых сообщил часовой (#167). +* (McM1957) внешние пакеты были обновлены зависимыми роботами. -### 2.1.8 (2022-09-08) -* (McM1957) ИСПРАВЛЕНИЕ: Параметр «сообщество» не был перенесен при обновлении до версии v2.x.x из предыдущих выпусков. (#163) +### 2.1.8 (08.09.2022) +* (McM1957) ИСПРАВЛЕНИЕ: параметр «сообщество» не был перенесен при обновлении до версии v2.x.x из предыдущих выпусков. (#163) ### 2.1.7 (27 августа 2022 г.) -* (McM1957) Обновлена документация в README.md (#133) +* (McM1957) Обновлена документация в README.md (#133). -### 2.1.6 (2022-08-19) -* (McM1957) Исправлены некоторые проблемы, о которых сообщил часовой (№151, №152). +### 2.1.6 (19 августа 2022 г.) +* (McM1957) Исправлены некоторые проблемы, о которых сообщил часовой (#151, #152). ### 2.1.5 (11 августа 2022 г.) -* (McM1957) Восстановлена функциональность опции "необязательно". (#147) +* (McM1957) Восстановлена функциональность опции "опционально". (#147) -### 2.1.4 (2022-08-08) -* (McM1957) HOTFIX - Исправлен сбой системы при ошибках SNMP v1 (#145) +### 2.1.4 (08.08.2022) +* (McM1957) ИСПРАВЛЕНИЕ — исправлен сбой системы при ошибках SNMP v1 (#145). -### 2.1.3 (2022-08-07) -* (McM1957) Добавлена новая опция для управления количеством OID в одном запросе, чтобы избежать СЛИШКОМ БОЛЬШИХ ошибок (#72). +### 2.1.3 (07.08.2022) +* (McM1957) Добавлена новая опция для управления количеством OID в одном запросе, чтобы избежать ошибок TooBIG (#72). -### 2.1.2 (2022-08-02) +### 2.1.2 (02.08.2022) * (McM1957) исправлено преобразование значений с плавающей запятой (#16) -### 2.1.1 (2022-08-01) -* (McM1957) обновлены некоторые внешние пакеты - -### 2.1.0 (2022-07-30) -* (McM1957) net-snmp обновлен до версии 3.8.2 -* (McM1957) Добавлена поддержка SNMP v2c (#116) -* (McM1957) Маркер качества объектов состояния будет использоваться в случае ошибки или тайм-аута -* (McM1957) Реализован маркер OID «Необязательный». Этот маркер подавляет ошибки для OID, которые не всегда доступны. (#116) -* (McM1957) Добавлена поддержка OID Counter64. (# 57) -* (McM1957) Теперь данные, возвращаемые по протоколу snmp, будут регистрироваться с более подробной информацией. -* (McM1957) Включен компактный режим. (# 20) +### 2.1.1 (01.08.2022) +* (McM1957) обновлены некоторые внешние пакеты. + +### 2.1.0 (30 июля 2022 г.) +* (McM1957) net-snmp обновлен до версии 3.8.2. +* (McM1957) Добавлена поддержка SNMP v2c (#116). +* (McM1957) Маркер качества объектов состояния будет использоваться в случае ошибки или таймаута. +* (McM1957) Реализован необязательный маркер OID. Этот маркер подавляет ошибки для OID, которые не всегда доступны. (#116) +* (McM1957) Добавлена поддержка OID Counter64. (#57) +* (McM1957) Данные, возвращаемые по протоколу snmp, теперь будут регистрироваться с более подробной информацией. +* (McM1957) Компактный режим включен. (#20) * (McM1957) Известное ограничение: в настоящее время поддерживаются только SNMP V1 и SNMP V2c. -* (McM1957) Известное ограничение: атрибут OID с возможностью записи еще не реализован. +* (McM1957) Известное ограничение: возможность записи атрибута OID еще не реализована. ### 2.0.1 (22 июля 2022 г.) -* (McM1957) Исправлена неправильная обработка флага режима совместимости (#135). -* (McM1957) Исправлено журналирование ошибок для недопустимых OID (#134) +* (McM1957) Исправлена некорректная обработка флага режима совместимости (#135). +* (McM1957) Исправлено протоколирование ошибок для неверных OID (#134). ### 2.0.0 (21 июля 2022 г.) * ВАЖНО: В этом выпуске будут изменены структуры конфигурации! -Сделайте резервную копию вашей конфигурации перед началом установки. -Программа установки попытается преобразовать старую конфигурацию, но это не гарантирует успеха во всех случаях. +Пожалуйста, сделайте резервную копию вашей конфигурации перед началом установки. +Программа установки попытается преобразовать старую конфигурацию, но успех не гарантируется во всех случаях. -* (McM1957) Многие части кода были переписаны -* (McM1957) Адаптер теперь использует интерфейс admin5 -* (McM1957) Значения таймера теперь могут быть установлены по-разному для каждого устройства (#105) -* (McM1957) Изменение порядка записей конфигурации больше не уничтожает данные (#15) -* (McM1957) Объекты состояния для устройств теперь могут быть названы. Старое поведение доступно в качестве опции. +* (McM1957) Многие части кода были переписаны. +* (McM1957) Адаптер теперь использует интерфейс admin5. +* (McM1957) Значения таймера теперь можно устанавливать по-разному для каждого устройства (#105). +* (McM1957) Изменение порядка записей конфигурации больше не уничтожает данные (#15). +* (McM1957) Объектам состояния устройств теперь можно присваивать имена. Старое поведение доступно как опция. * (McM1957) Известное ограничение: в настоящее время поддерживается только SNMP V1. -* (McM1957) Известное ограничение: необязательные и доступные для записи атрибуты OID еще не реализованы. +* (McM1957) Известное ограничение: атрибуты OID, необязательные и доступные для записи, еще не реализованы. ### 1.0.0 (21 марта 2022 г.) -* ВАЖНО: В этом релизе будут изменены структуры объектов! -* (McM1957) уменьшена задержка обновления info.connection -* (McM1957) оптимизировано чрезмерное ведение журнала ошибок, если цель недостижима. -* (McM1957) добавлен дополнительный онлайн-объект на базе IP, указывающий, что цель достижима. -* (McM1957) если в OID указаны разные сообщества для одного устройства, будет выведено предупреждение -* (Apollon77) Добавлен Sentry для отчетов о сбоях +* ВАЖНО: В этом выпуске будут изменены структуры объектов! +* (McM1957) уменьшена задержка обновления info.connection. +* (McM1957) было оптимизировано чрезмерное журналирование ошибок, если цель недоступна. +* (McM1957) добавлен дополнительный онлайн-объект в базе IP, указывающий, что цель достижима. +* (McM1957) если OID указывают разные сообщества для одного устройства, будет выведено предупреждение +* (Apollon77) Добавлен Sentry для отчетов о сбоях. ### 0.5.0 -* (Marcolotti) Добавить документацию (de,en,ru) -* (Marcolotti) Добавить языки (de,en,ru) +* (Марколотти) Добавить документацию (de,en,ru) +* (Марколотти) Добавить языки (de,en,ru) ### 0.0.3 -* (Apollon77) Исправлен тип объекта +* (Apollon77) Исправить тип объекта ### 0.0.2 -* (Блюфокс) Исправления +* (Bluefox) Исправления ### 0.0.1 * (Bluefox) рефакторинг * (Марколотти) первоначальный выпуск -## Конфигурация адаптера -Адаптер запрашивает указанные oids, которые сгруппированы в группы oid, которые, в свою очередь, назначаются устройствам. Данные конфигурации вводятся на нескольких вкладках: - -### TAB OID-группы -Здесь вы указываете все oids, которые будут запрашиваться адаптером, по одному oid на строку. - -| Параметр | Тип | Описание | Комментарий | -|---------------|-------------|-----------------------------------|-------------------------------------| -| активный | логический | если установлено значение true, будет использоваться OID | можно использовать для отключения одного OID | -| ОИД-Групп | текст | имя группы OID | будет использоваться для назначения группы устройству | -| OID-имя | текст | имя, присвоенное OID | будет использоваться для обозначения точки данных | -| OID | текст | строка oid (1.2.3.4.) | строка oid, указанная производителем устройства | -| записываемый | логический | должен быть установлен в true, если OID доступен для записи | зарезервировано для использования в будущем | -| необязательный | логический | должно быть установлено значение true, если OID является необязательным | если установлено значение true, ошибка не возникнет, если oid неизвестен | - -### Устройство TAB -Здесь вы указываете, какие устройства должны запрашиваться. - -| Параметр | Тип | Описание | Комментарий | -|---------------|-------------|-----------------------------------|-------------------------------------| -| активный | логический | если установлено значение true, устройство будет использоваться | можно использовать для отключения одного устройства | -| Имя | текст | имя устройства | будет использоваться для создания имен точек данных | -| IP-адрес | текст | IP-адрес (IPv4 или IPv6) с необязательным номером порта | ПРИМЕЧАНИЕ: в настоящее время поддерживается только IPv4 | -| ОИД-Групп | текст | Группа OID, указанная на вкладке IOD Groups | Группа OID может быть назначена более чем одному устройству | | -| SNMP-версия | выбрать | используемая версия SNMP | ПРИМЕЧАНИЕ. SNMPv3 еще не поддерживается | -| Сообщество (v1, v2c) или Auth-ID (v3) | текст | сообщество для SNMP v1 или V2c, группа авторизации для SNMP v3 | ПРИМЕЧАНИЕ. SNMPv3 еще не поддерживается | -| время ожидания (сек) | номер | время ожидания обработки в секундах | | -| повтор (сек) | номер | интервал повтора в секундах | | -| опрос (сек) | номер | интервал опроса в секундах | | - -### TAB Авторизация -Эта вкладка содержит информацию об авторизации SNMP V3. Обратите внимание, что SNMP V3 еще не реализован. - -| Параметр | Тип | Описание | Комментарий | -|---------------|-------------|-----------------------------------|-------------------------------------| - -### Параметры табуляции -Здесь вы указываете некоторые общие параметры - -| Параметр | Тип | Описание | Комментарий | -|---------------|-------------|-----------------------------------|-------------------------------------| -| Размер пакета | целое число | максимальное количество OID, отправляемых в одном запросе | уменьшить это значение в случае СЛИШКОМ БОЛЬШИХ ошибок | -| Режим совместимости | логический | если эта опция активирована, имена точек данных основаны на IP-адресе | ПРИМЕЧАНИЕ: устарело - больше не используйте. Этот флаг не будет работать с адресами IPv6. Может быть удалено в будущих версиях. | - ## Changelog +### **РАБОТА В ПРОГРЕССЕ** --> ## Changelog +### 3.0.0 (2023-10-09) +* (udondan) Added support for the playing Sonos playlists (added new state `playlist_set`) +* (bluefox) The minimal node.js version is 16 + +### 2.3.3 (2023-09-21) +* (foxriver76) fixed cover url + +### 2.3.2 (2023-09-20) +* (foxriver76) store the cover file in files instead of binary states + +### 2.3.1 (2023-03-22) +* (Apollon77) Prepare for future js-controller versions + ### 2.3.0 (2023-01-11) * (Standarduser & Jey-Cee) Added new states `favorites_list_html` and `queue_html with covers` * (Standarduser) Changed default album art if no cover was found diff --git a/docs/ru/adapterref/iobroker.tado/README.md b/docs/ru/adapterref/iobroker.tado/README.md index bb0ec3440..e23ed5694 100644 --- a/docs/ru/adapterref/iobroker.tado/README.md +++ b/docs/ru/adapterref/iobroker.tado/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.tado/README.md title: ioBroker.tado -hash: u6RHwdGE8h+6GmwqJEo0/eXOOBqw568qHzRfz6s4tKk= +hash: fxDUb+ewLgqw9B7cs1nMbtDhciGpVjNg8zxzfTyb2bY= --- # IoBroker.tado @@ -25,7 +25,7 @@ tado° обеспечивает комфортный и здоровый кли | Государство | Описание | | ----- | ----------- | | tado.[x].[yyyyyy].Rooms.[z].setting.power | Включить/выключить устройство | -| тадо.[x].[гггггг].Комнаты.[z].setting.temperature.celsius | Определить температуру | +| тадо.[x].[yyyyyy].Комнаты.[z].setting.temperature.celsius | Определить температуру | | tado.[x].[yyyyyy].Rooms.[z].overlayClearZone | Переключиться в автоматический режим | | tado.[x].[yyyyyy].Rooms.[z].overlay.termination.typeSkillBasedApp | Установить режим расписания | | tado.[x].[yyyyyy].Rooms.[z].overlay.termination.durationInSeconds | Установите, как долго будет действовать режим расписания | @@ -35,7 +35,7 @@ tado° обеспечивает комфортный и здоровый кли | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.openWindowDetectionEnabled | Включить/выключить обнаружение открытого окна на термостате | | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.timeoutInSeconds | Тайм-аут, в течение которого термостаты отключаются при обнаружении открытого окна | | tado.[x].[yyyyyy].Rooms.[z].activateOpenWindow | Выключать термостаты при обнаружении открытого окна (работает только в том случае, если термостат обнаруживает открытое окно) | -| тадо.[x].[гггггг].Home.state.presence | Установите режим ДОМА или ВЫЙДИТЕ | +| тадо.[x].[гггггг].Home.state.presence | Установите режим ДОМА, В гостях или АВТО | | тадо.[x].[гггггг].Home.masterswitch | Включить/выключить все устройства | | tado.[x].[yyyyyy].Rooms.[z].setting.mode | Режим переменного тока (только устройства переменного тока) | | tado.[x].[yyyyyy].Rooms.[z].setting.fanspeed | Скорость вентилятора (только устройства переменного тока с V3 и более ранними версиями) | @@ -53,6 +53,10 @@ tado° обеспечивает комфортный и здоровый кли ### __WORK IN PROGRESS__ --> +### 0.4.11 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (Garfonso) add AUTO for *.Home.state.presence (in addtion to HOME and AWAY) + ### 0.4.10 (2023-09-26) * (HGlab01) Add attribute 'isBalanceHpEligible' * (HGlab01) improve axios keep_a_live @@ -70,12 +74,6 @@ tado° обеспечивает комфортный и здоровый кли * (HGlab01) improve axios error handling * (HGlab01) Bump axios to 1.3.6 -### 0.4.6 (2023-04-12) -* (HGlab01) Add attribute 'isEnergyIqEligible' (#613) -* (HGlab01) improve ETIMEDOUT issue -* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.11 -* (HGlab01) js-controller v5 readiness (#618) - ## License MIT License diff --git a/docs/ru/adapterref/iobroker.tibberlink/README.md b/docs/ru/adapterref/iobroker.tibberlink/README.md index 5819f83ca..9785d2ebb 100644 --- a/docs/ru/adapterref/iobroker.tibberlink/README.md +++ b/docs/ru/adapterref/iobroker.tibberlink/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.tibberlink/README.md title: ioBroker.tibberlink -hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= +hash: g5HwsBoi5Ql0MyuJ8+GHfZNxLSLrrjnIQzM0FVO/DdM= --- ![Логотип](../../../en/adapterref/iobroker.tibberlink/admin/tibberlink.png) @@ -19,9 +19,9 @@ hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= **CI-тесты:** ![Тестирование и выпуск](https://github.com/hombach/ioBroker.tibberlink/workflows/Test%20and%20Release/badge.svg) [![CodeQL] (https://github.com/hombach/ioBroker.tibberlink/actions/workflows/codeql-anasis.yml/badge.svg)](https://github.com/hombach/ioBroker.tibberlink/actions/workflows/codeql-analysis.yml) ## Адаптер для использования данных об энергии TIBBER в iOBroker -Адаптер для связывания данных из API вашей учетной записи Tibber для использования в ioBroker. +Адаптер для связывания данных из API вашей учетной записи Tibber для использования в ioBroker. Адаптер можно использовать для одного или нескольких домов. -Если вы сейчас не являетесь пользователем Tibber, я буду очень признателен, если вы воспользуетесь моей ссылкой возврата: +Если вы сейчас не являетесь пользователем Tibber, я буду очень признателен, если вы воспользуетесь моей реферальной ссылкой: [https://invite.tibber.com/2gwuign3.](https://invite.tibber.com/2gwuign3.) @@ -30,89 +30,156 @@ hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= 2. Вам также понадобится токен API от Tibber. Загрузите его здесь: [https://developer.tibber.com/](https://developer.tibber.com/) 3. Введите свой токен API Tibber -> создайте конфигурацию прямой трансляции минимум в одну строку (выберите «Нет доступно») 4. Сохраните настройки и выйдите из конфигурации, чтобы перезапустить адаптер (теперь ваш дом будет опрашиваться с сервера Tibber) -4. Вернитесь к экрану конфигурации и выберите дом(а), чтобы также получать данные в реальном времени из вашего Tibber Pulse, или выберите дом(ы) и отключите ленту - (!! Работает только в том случае, если установлено оборудование и сервер Tibber подтвердил соединение с Pulse) -5. Сохраните настройки +5. Вернитесь к экрану конфигурации и выберите дом(ы), чтобы также получать данные в реальном времени из вашего Tibber Pulse, или выберите дом(ы) и отключите ленту - (!! Работает только в том случае, если установлено оборудование и сервер Tibber подтвердил соединение с Pulse) +6. Сохраните настройки ## Примечания Этот адаптер использует библиотеки Sentry для автоматического сообщения разработчикам об исключениях и ошибках кода. Для получения более подробной информации и информации о том, как отключить отчеты об ошибках, см. [Документация плагина Sentry](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Отчеты Sentry используются начиная с js-controller 3.0. ## Changelog + ! Note that missing version entries are typically dependency updates for improved security. +### 1.1.0 (2023-10-xx) WORK in PROGRESS + +- (HombachC) implement tibber calculator mode "best price" (#16) +- (HombachC) precised pull times of current cost +- (HombachC) reduced error messages (#80) + +### 1.0.0 (2023-10-05) + +- (HombachC) Increase to the first major release, as now a stable level is reached +- (HombachC) Code cleanup + +### 0.4.2 (2023-10-03) + +- (HombachC) fixed error with polling multiple homes live data (#108) +- (HombachC) Lots of dependency updates; code optimizations + ### 0.4.1 (2023-09-24) -* (HombachC) Hardened 2 typeerrors uppon sentry recognition -* (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) -* (HombachC) preparations for tibber calculator + +- (HombachC) Hardened 2 typeerrors uppon sentry recognition +- (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) +- (HombachC) preparations for tibber calculator + ### 0.4.0 (2023-09-20) -* (HombachC) Added daily average price values (#89) + +- (HombachC) Added daily average price values (#89) + ### 0.3.3 (2023-09-17) -* (HombachC) Fixed false positive connection message (#87) -* (HombachC) Updated translations with ChatGPT -* (HombachC) preparations for tibber calculator + +- (HombachC) Fixed false positive connection message (#87) +- (HombachC) Updated translations with ChatGPT +- (HombachC) preparations for tibber calculator + ### 0.3.2 (2023-09-14) -* (HombachC) Fixed error when starting adapter first time (#82) -* (HombachC) Fixed error in admin config from 0.3.0 (#81) + +- (HombachC) Fixed error when starting adapter first time (#82) +- (HombachC) Fixed error in admin config from 0.3.0 (#81) + ### 0.3.1 (2023-09-13) -* (HombachC) Mitigate error in admin config from 0.3.0 (#81) -* (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + +- (HombachC) Mitigate error in admin config from 0.3.0 (#81) +- (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + ### 0.3.0 (2023-09-12) -* (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) -* (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) -* (HombachC) preparations for tibber calculator + +- (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) +- (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) +- (HombachC) preparations for tibber calculator + ### 0.2.7 (2023-09-07) -* (HombachC) reducing polls at Tibber server by precheck of current price data -* (HombachC) preparations for tibber calculator + +- (HombachC) reducing polls at Tibber server by precheck of current price data +- (HombachC) preparations for tibber calculator + ### 0.2.6 (2023-09-04) -* (HombachC) fix error with boolean states + +- (HombachC) fix error with boolean states + ### 0.2.5 (2023-09-03) -* (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + +- (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + ### 0.2.4 (2023-08-30) -* (HombachC) enable correct price poll also for adapter running in different timezones (#63) + +- (HombachC) enable correct price poll also for adapter running in different timezones (#63) + ### 0.2.3 (2023-08-27) -* (HombachC) fix error in 0.2.2 in start conditions of adapter + +- (HombachC) fix error in 0.2.2 in start conditions of adapter + ### 0.2.2 (2023-08-24) -* (HombachC) reducing polls at Tibber server by precheck of known data -* (HombachC) code optimizations -* (HombachC) fix config screen (#55) + +- (HombachC) reducing polls at Tibber server by precheck of known data +- (HombachC) code optimizations +- (HombachC) fix config screen (#55) + ### 0.2.1 (2023-08-21) -* (HombachC) double timeout for Tibber server queries + +- (HombachC) double timeout for Tibber server queries + ### 0.2.0 (2023-08-18) -* (HombachC) introduces JSONs for prices sorted by price ascending -* (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + +- (HombachC) introduces JSONs for prices sorted by price ascending +- (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + ### 0.1.10 (2023-08-15) -* (HombachC) bump dependencies, code cleanups -* (HombachC) preparations for tibber calculator -* (HombachC) mitigate multi homes & pulse problems (#41) -* (HombachC) add documentation to config screen (#47) + +- (HombachC) bump dependencies, code cleanups +- (HombachC) preparations for tibber calculator +- (HombachC) mitigate multi homes & pulse problems (#41) +- (HombachC) add documentation to config screen (#47) + ### 0.1.9 (2023-08-14) -* (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + +- (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + ### 0.1.8 (2023-08-12) -* (HombachC) bump dev-dependencies, fix eslint/prettier issue + +- (HombachC) bump dev-dependencies, fix eslint/prettier issue + ### 0.1.7 (2023-08-11) -* (HombachC) code cleanup, fix error for obsolete next day pricing (#23) -* (HombachC) add another try/catch while fetching homes list (#32) + +- (HombachC) code cleanup, fix error for obsolete next day pricing (#23) +- (HombachC) add another try/catch while fetching homes list (#32) + ### 0.1.6 (2023-07-30) -* (HombachC) add units for live data, bump adapter-core to 3.x + +- (HombachC) add units for live data, bump adapter-core to 3.x + ### 0.1.5 (2023-07-18) -* (HombachC) fix error in sentry logging + +- (HombachC) fix error in sentry logging + ### 0.1.4 (2023-07-17) -* (HombachC) BREAKING: encrypted API-Token in ioBroker -* (HombachC) rearranged configuration options -* (HombachC) fixed bug in state generation + +- (HombachC) BREAKING: encrypted API-Token in ioBroker +- (HombachC) rearranged configuration options +- (HombachC) fixed bug in state generation + ### 0.1.3 (2023-07-17) -* (HombachC) all log messages in English -* (HombachC) remove unused state change handler -* (HombachC) fixed state roles + +- (HombachC) all log messages in English +- (HombachC) remove unused state change handler +- (HombachC) fixed state roles + ### 0.1.2 (2023-07-17) -* (HombachC) round grid consumption meter values to Wh accuracy -* (HombachC) hide unused checkboxes in config -* (HombachC) fix snyc and appveyor + +- (HombachC) round grid consumption meter values to Wh accuracy +- (HombachC) hide unused checkboxes in config +- (HombachC) fix snyc and appveyor + ### 0.1.1 (2023-07-16) -* (HombachC) remove release script and dev-server + +- (HombachC) remove release script and dev-server + ### 0.1.0 (2023-07-14) -* (HombachC) initial version + +- (HombachC) initial version ## License + GNU General Public License v3.0 only Copyright (c) 2023 Hombach \ No newline at end of file diff --git a/docs/ru/adapterref/iobroker.tibberlink/admin/tibberlink.png b/docs/ru/adapterref/iobroker.tibberlink/admin/tibberlink.png new file mode 100644 index 000000000..e683b14a6 Binary files /dev/null and b/docs/ru/adapterref/iobroker.tibberlink/admin/tibberlink.png differ diff --git a/docs/ru/adapterref/iobroker.vis-material/README.md b/docs/ru/adapterref/iobroker.vis-material/README.md index 6635c9f3f..d9d0e6b3b 100644 --- a/docs/ru/adapterref/iobroker.vis-material/README.md +++ b/docs/ru/adapterref/iobroker.vis-material/README.md @@ -3,27 +3,25 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.vis-material/README.md title: ioBroker.vis-материал -hash: DaRFePAumlXVn0w4cJGm3OBHbcAqAvL58a4S7jdtG1g= +hash: MYsxfscz9r6IlcJpl12t36MveqGuaH5NlMlqsC0Ax0U= --- -![логотип](../../../en/adapterref/iobroker.vis-material/admin/material.png) +![Логотип](../../../en/adapterref/iobroker.vis-material/admin/material.png) ![Количество установок](http://iobroker.live/badges/vis-material-stable.svg) -![Версия NPM](http://img.shields.io/npm/v/iobroker.vis-material.svg) +![НПМ-версия](http://img.shields.io/npm/v/iobroker.vis-material.svg) ![Загрузки](https://img.shields.io/npm/dm/iobroker.vis-material.svg) -![Трэвис-CI](http://img.shields.io/travis/nisiode/ioBroker.vis-material/master.svg) -![NPM](https://nodei.co/npm/iobroker.vis-material.png?downloads=true) +![НПМ](https://nodei.co/npm/iobroker.vis-material.png?downloads=true) -# IoBroker.vis-material ============ -материал - виджеты материалов для ioBroker.vis. +# IoBroker.vis-материал +материал — виджеты материалов для ioBroker.vis. -Вы можете прочитать инструкции в файлах material.js, material.html. +Инструкции можно прочитать в файлахmaterial.js,material.html. -Эти виджеты являются дополнением к стилю оформления материалов Uhula, который вы можете найти здесь: https://github.com/Uhula/ioBroker-Material-Design-Style +Эти виджеты дополняют стиль материального дизайна Uhula, который вы можете найти здесь: https://github.com/Uhula/ioBroker-Material-Design-Style. -![пример](../../../en/adapterref/iobroker.vis-material/img/widgets.png) +![Пример](../../../en/adapterref/iobroker.vis-material/img/widgets.png) ## Changelog - ### 0.1.5 (2018-07-11) - (pix) feat: new window shutter widget @@ -46,5 +44,24 @@ hash: DaRFePAumlXVn0w4cJGm3OBHbcAqAvL58a4S7jdtG1g= - (nisio) Initial version for internal testing ## License - Copyright (c) 2018-2018 nisiode - MIT \ No newline at end of file +The MIT License (MIT) + +Copyright (c) 2015-2023 nisiode + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/ru/adapterref/iobroker.webui/README.md b/docs/ru/adapterref/iobroker.webui/README.md index b6921fc66..2ef533a07 100644 --- a/docs/ru/adapterref/iobroker.webui/README.md +++ b/docs/ru/adapterref/iobroker.webui/README.md @@ -3,9 +3,16 @@ translatedFrom: en translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.webui/README.md title: ioBroker.webui -hash: yjdW1qnpqD83Ji1Oov1Ih8lpB7KE38Q4PLHsdrpz/v0= +hash: cfjMu1Gkniv4EaW9w1yiM6HSPUsOTETbo9Z+0j0/q60= --- # IoBroker.webui + +![Количество установок](https://iobroker.live/badges/webui-installed.svg) +![Стабильная версия](https://iobroker.live/badges/webui-stable.svg) +![НПМ-версия](https://img.shields.io/npm/v/iobroker.webui.svg) +![Загрузки](https://img.shields.io/npm/dm/iobroker.webui.svg) +![НПМ](https://nodei.co/npm/iobroker.webui.png?downloads=true) + вебуи для ioBroker ![изображение](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.webui/master/screenshot.png) @@ -115,7 +122,7 @@ hash: yjdW1qnpqD83Ji1Oov1Ih8lpB7KE38Q4PLHsdrpz/v0= ## Информация об адаптере. Адаптер основан на следующем компоненте Designer: https://github.com/node-projects/web-comComponent-designer. -Вам нужно создать экран «Пуск», это первый экран, вызываемый при открытии runtime.html, но вы можете изменить его с помощью параметра запроса: runtime.html?screenName=screen2 +Вам нужно создать экран «Пуск», это первый экран, который вызывается при открытии runtime.html, но вы можете изменить его с помощью параметра запроса: runtime.html?screenName=screen2 ## Changelog -### 0.0.1 (2023-09-11) -* (HGlab01) first release +### 0.0.7-alpha.1 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (HGlab01) add jsonChart-json for market prices + +### 0.0.6 (2023-10-04) +* (HGlab01) fix "TypeError: Cannot read properties of undefined (reading 'Warning')" + +### 0.0.5 (2023-10-03) +* (HGlab01) switch data provider for prices to EXAA +* (HGlab01) support DE market prices in addiotion to AT prices + +### 0.0.3 (2023-09-24) +* (HGlab01) add point in times sorted as array +* (HGlab01) add average price +* (HGlab01) fix bug IOBROKER-APG-INFO-2 notified by sentry + +### 0.0.2 (2023-09-14) +* (HGlab01) add number of days below/above treshold +* (HGlab01) add states sorted by price ## License MIT License diff --git a/docs/zh-cn/adapterref/iobroker.apg-info/admin/apg-info.png b/docs/zh-cn/adapterref/iobroker.apg-info/admin/apg-info.png new file mode 100644 index 000000000..056b1f6af Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.apg-info/admin/apg-info.png differ diff --git a/docs/zh-cn/adapterref/iobroker.awtrix-light/README.md b/docs/zh-cn/adapterref/iobroker.awtrix-light/README.md index a4fc738ea..62e345c6d 100644 --- a/docs/zh-cn/adapterref/iobroker.awtrix-light/README.md +++ b/docs/zh-cn/adapterref/iobroker.awtrix-light/README.md @@ -16,7 +16,7 @@ translatedFrom: de translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.awtrix-light/README.md title: ioBroker.awtrix-light -hash: 334ijLAV8mZMLXEp6NM2RdGnJirqOZp3mrQkMmrSGkE= +hash: dBYc6Z96qwX+bV90iUd2HqL3Y5JYkw1l0mLHMPFull8= --- ![标识](../../../de/admin/awtrix-light.png) @@ -25,7 +25,7 @@ hash: 334ijLAV8mZMLXEp6NM2RdGnJirqOZp3mrQkMmrSGkE= -nodejs 14.5(或更高版本) - js-controller 4.0.15(或更高版本) - 管理适配器 6.6.0(或更高版本) -- 固件版本为 _0.86_(或更高版本)的 _Awtrix Light_ 设备 - 例如 Ulanzi TC001 +- 固件版本为 _0.88_(或更高版本)的 _Awtrix Light_ 设备 - 例如 Ulanzi TC001 在此购买:[Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) 或这里:[ulanzi.de](https://haus-auto.com/p/ula/UlanziTC001)(附属链接) @@ -120,6 +120,16 @@ sendTo('awtrix-light', 'sound', { sound: 'beispiel' }, (res) => { *可以使用 Blockly 块来使此调用更易于使用。* +要播放您自己的铃声: + +```javascript +sendTo('awtrix-light', 'rtttl', 'Beep: d=32,o=7,b=120: a,P,c#', (res) => { + if (res && res.error) { + console.error(res.error); + } +}); +``` + ## 自定义应用程序 **应用程序名称只能包含小写字母 (a-z) 并且必须是唯一的。没有数字,没有特殊字符,没有空格。** @@ -162,14 +172,23 @@ sendTo('awtrix-light', 'sound', { sound: 'beispiel' }, (res) => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.9.1 (2023-10-02) -Updated recommended firmware version to 0.86 +NodeJS 16.x is required + +* (klein0r) Fixed hidden apps +* (klein0r) Fixed color conversions of settings + +### 0.9.0 (2023-10-01) + +Updated recommended firmware version to 0.88 * (klein0r) Added expert apps * (klein0r) Use the last value of fast refreshing states * (klein0r) Added settings for calendar colors * (klein0r) Allow to use apps without text (just background effect) +* (AlCalzone) Added rtttl api endpoint support (via sendTo) +* (klein0r) Native apps have been renamed ### 0.8.0 (2023-09-04) @@ -195,16 +214,6 @@ Updated recommended firmware version to 0.72 * (klein0r) Added settings for time style and transition effect * (klein0r) Setting repeat to 1 in blockly notifications -### 0.6.2 (2023-07-30) - -* (klein0r) Fixed handling of state cache when object has been changed - -### 0.6.1 (2023-07-28) - -* (klein0r) Remove background effect in threshold overrides -* (klein0r) Minor fixes in admin config -* (klein0r) Fixed missing icon in history apps - ## License MIT License diff --git a/docs/zh-cn/adapterref/iobroker.backitup/README.md b/docs/zh-cn/adapterref/iobroker.backitup/README.md index 26c8eab4a..9ecc6ee77 100644 --- a/docs/zh-cn/adapterref/iobroker.backitup/README.md +++ b/docs/zh-cn/adapterref/iobroker.backitup/README.md @@ -10,7 +10,7 @@ translatedFrom: de translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.backitup/README.md title: 免责声明 -hash: 2FXfXlEEV6RU+pjzGy0iuMcc41LpHEUjayLXUYunXKo= +hash: +l9qnD1bqIzOOrGHvwfikKTDSKnjDGcfm3HW8hiTMMU= --- ![标识](https://github.com/simatec/ioBroker.backitup/blob/master/docs/de/img/backitup.png) @@ -183,16 +183,16 @@ bind-address = "0.0.0.0:8088" 如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

这里重要的是,即使 PostgreSQL 服务器运行在远程系统上,PostgreSQL 也必须运行在 ioBroker 系统上。
有 Linux 系统的安装说明[这里](https://www.postgresql.org/download/linux/debian/)。

如果您不想只备份一个数据库,则可以激活“备份多个系统”选项,然后在表中定义您的数据库。 ## JavaScript 备份 -如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

从 ioBroker.backitup 版本 2.2.0 开始,脚本直接从对象保存。旧版 ioBroker.backitup 的 Javascript 备份不兼容恢复!

为了能够使用 ioBroker.backitup 版本 < 2.2.0 执行 Javascript 备份,必须在 Javascript 适配器配置中提前设置菜单项“在文件路径中镜像脚本”和“执行镜像的实例”。
然后 ioBroker.backitup 可以应用配置菜单中的设置。 +如果激活,此可单独调整的备份将随每个备份 ioBroker 创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

从 ioBroker.backitup 版本 2.2.0 开始,脚本直接从对象保存。旧版 ioBroker.backitup 的 Javascript 备份不兼容恢复!

为了能够使用 ioBroker.backitup 版本 < 2.2.0 执行 Javascript 备份,必须在 Javascript 适配器配置中提前设置菜单项“在文件路径中镜像脚本”和“执行镜像的实例”。
然后 ioBroker.backitup 可以应用配置菜单中的设置。 ## 贾维斯备份 -如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

+如果激活,此可单独调整的备份将随每个备份 ioBroker 创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

## Zigbee 备份 -如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。 +如果激活,此可单独调整的备份将随每个备份 ioBroker 创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。 ## Zigbee2MQTT 备份 -如果激活,此可单独调整的备份将随每个备份 ioBroker 创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。 +如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。 ioBroker.backitup 适配器中的路径应始终直接在 zigbee2mqtt 的“数据”路径上创建。 示例:`/opt/zigbee2mqtt/data` 或通过 Docker 安装 zigbee2mqtt 直接进入卷 @@ -210,10 +210,10 @@ sudo reboot 如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。 ## Grafana 备份 -如果激活,此可单独调整的备份将随每个备份 ioBroker 创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

**为了创建 Grafana 备份,需要 Grafana 用户名 (admin) 和密码。**

**此外,必须在 Grafana Web 界面中生成 API 密钥或服务令牌才能访问仪表板。**
API 密钥可以在***“配置 → API 密钥或服务令牌”***下创建,并且必须具有完整的管理权限。 +如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

**为了创建 Grafana 备份,需要 Grafana 用户名 (admin) 和密码。**

**此外,必须在 Grafana Web 界面中生成 API 密钥或服务令牌才能访问仪表板。**
API 密钥可以在***“配置 → API 密钥或服务令牌”***下创建,并且必须具有完整的管理权限。 ## 夜卡备份 -如果激活,此可单独调整的备份将随每个 ioBroker 备份一起创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

所有系统设置和设备设置均由 Homekit 备份。 +如果激活,此可单独调整的备份将随每个备份 ioBroker 创建,并在指定的保留时间到期后删除。如果为其他 ioBroker 备份类型设置,则 FTP 或 CIFS 也对此备份有效。

所有系统设置和设备设置均由 Homekit 备份。 _[回到顶部](#top)_ @@ -314,7 +314,7 @@ _[回到顶部](#top)_ # Docker 支持 从2.2.0版本开始,支持在官方Docker容器中进行备份和恢复。 -由于Docker容器中不应安装任何数据库系统,因此不支持所有数据库的备份,并且在识别Docker容器时默认无法选择。为了仍然能够备份外部数据库,必须设置两个容器环境变量: +由于Docker容器中不应该安装任何数据库系统,因此不支持所有数据库的备份,并且在识别Docker容器时默认无法选择。为了仍然能够备份外部数据库,必须设置两个容器环境变量: * IOB_BACKITUP_EXTDB=true * 套餐 @@ -341,7 +341,9 @@ _[回到顶部](#top)_ * info.iobrokerNextTime -> 显示ioBroker备份的下一次执行时间 * info.latestBackup -> 显示为 json 启动时确定的最后一个备份 -2. Vis中显示历史日志 +2、Vis中查看备份历史日志 + - 备份历史记录显示最近的x个备份 + - 可以在额外设置中设置要显示的历史条目数。 - 可以在 HTML 小部件中显示历史日志,例如,通过在 HTML 中输入以下行: ``` @@ -475,7 +477,7 @@ iobroker fix sudo reboot ``` -7、如果创建Redis数据库时出现错误提示,请检查您的用户iobroker是否有权限以及是否存在于Redis用户组中。 +7. 如果您在创建Redis数据库时出现错误提示,请检查您的用户iobroker是否有权限以及是否存在于Redis用户组中。 如果不是这种情况,您可以在控制台中使用以下命令修复此问题。 @@ -486,7 +488,7 @@ sudo reboot 如果您没有使用安装程序脚本设置 ioBroker 安装,并且您的用户具有不同的名称,请在命令中将“iobroker”替换为您的用户。 -8. 如果将 Fritzbox 用作固件 >= 7.21 的 NAS,则应在 ioBroker.backitup 中将 SMB 设置设置为“3.1.1”,并激活“noserverino”选项。 +8. 如果将 Fritzbox 用作固件 >= 7.21 的 NAS,则应在 ioBroker.backitup 中将 SMB 设置设置为“3.1.1”,并应激活“noserverino”选项。 _[回到顶部](#top)_ @@ -494,6 +496,13 @@ _[回到顶部](#top)_ ## Changelog +### 2.8.3 (2023-10-10) +* (simatec) Wake on LAN Advanced Settings added +* (simatec) dependencies updated + +### 2.8.2 (2023-09-28) +* (simatec) Fix redis backup + ### 2.8.1 (2023-09-12) * (simatec) Fix roles * (simatec) help-links added diff --git a/docs/zh-cn/adapterref/iobroker.cameras/README.md b/docs/zh-cn/adapterref/iobroker.cameras/README.md index e51f880c9..681d0a6a3 100644 --- a/docs/zh-cn/adapterref/iobroker.cameras/README.md +++ b/docs/zh-cn/adapterref/iobroker.cameras/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.cameras/README.md title: ioBroker.cameras -hash: UVa1GRfkkhHgm8Z1m3FgE2CNIFRQM7CQ9OSXFi/VCJA= +hash: G5ILPuXndl+4ODPBk23JmubLFHujA1t7T865XkR354k= --- ![标识](../../../en/adapterref/iobroker.cameras/admin/cameras.png) @@ -37,7 +37,16 @@ sendTo('cameras.0', 'image', { 支持的相机: -### URL image 这是一个普通的URL请求,所有参数都在URL中。喜欢`http://mycam/snapshot.jpg` +- 通过 RTSP 的 Reolink E1 Pro(重要,没有“Pro”,它将无法工作) +- Eufy 通过eusec适配器 +- [HiKam](https://support.hikam.de/support/solutions/articles/16000070656-zugriff-auf-kameras-der-2- Generation-via-onvif-f%C3%BCr-s6-q8-a7 -2-代-) 通过 ONVIF 的第二代和第三代(适用于 S6、Q8、A7 第二代)、A7 Pro、A9 +- [通过 HiKam 适配器的 WIWICam M1](https://www.wiwacam.com/de/mw1-minikamera-kurzanleitung-und-faq/) +- RTSP Native - 如果您的相机支持 RTSP 协议 +- 通过 HTTP URL 的屏幕截图 - 如果您可以通过 URL 从相机获取快照 + +### 网址图片 +这是一个普通的URL请求,所有参数都在URL中。喜欢`http://mycam/snapshot.jpg` + ### 具有基本身份验证的 URL 图像 这是图像的 URL 请求,其中所有参数都在 URL 中,但您可以提供基本身份验证的凭据。喜欢`http://mycam/snapshot.jpg` @@ -51,11 +60,32 @@ sendTo('cameras.0', 'image', { ![实时传输协议](../../../en/adapterref/iobroker.cameras/img/rtsp.png) +## 如何添加新相机(针对开发人员) +要添加新摄像头,您必须在 GitHub 上创建拉取请求并进行以下更改: + +- 将新文件添加到“cameras”文件夹中。这是从相机读取单个图像的后端。 +- 在 `src/src/Types/` 文件夹中添加 GUI 文件。这是相机的配置对话框 +- 在 `src/src/Tabs/Cameras.js` 文件中添加此对话框,与添加其他相机类似。只需添加两行: + - 导入新的配置对话框,例如“从 '../Types/RTSPMyCam' 导入 RTSPMyCamConfig”; + - 使用新相机扩展“TYPES”结构,例如“mycam: { Config: RTSPMyCamConfig, name: 'MyCam' },” + + 属性名称必须与`cameras`文件夹中的文件名称相同。 + ## Changelog +### **WORK IN PROGRESS** +* (bluefox) Changed widget set name + +### 1.3.0 (2023-09-28) +* (bluefox) Utilized the new js-controller feature: sendToUI. RTSP Streaming works only with js-controller 5.0.13 or higher +* (bluefox) Implemented a second widget for simple cameras + +### 1.2.3 (2023-09-27) +* (bluefox) Added WiWiCam MW1 and HiKam cameras + ### 1.2.2 (2023-07-07) * (bluefox) Corrected passwords with exclamation mark @@ -82,7 +112,7 @@ sendTo('cameras.0', 'image', { * (bluefox) Preparations for js-controller@4.x are made ### 0.1.4 (2021-07-13) -* (bluefox) Add role for states +* (bluefox) Add a role for states ### 0.1.3 (2020-08-08) * (Hirsch-DE) Parameters were applied diff --git a/docs/zh-cn/adapterref/iobroker.cameras/img/rtsp.png b/docs/zh-cn/adapterref/iobroker.cameras/img/rtsp.png new file mode 100644 index 000000000..9c06a6982 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.cameras/img/rtsp.png differ diff --git a/docs/zh-cn/adapterref/iobroker.cec2/README.md b/docs/zh-cn/adapterref/iobroker.cec2/README.md new file mode 100644 index 000000000..0f29404f7 --- /dev/null +++ b/docs/zh-cn/adapterref/iobroker.cec2/README.md @@ -0,0 +1,175 @@ +--- +translatedFrom: en +translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.cec2/README.md +title: ioBroker.cec2 +hash: fP67Ti8lt/GHkCAQmbZG+yTnrqh6Wlmt0a9BynPEatQ= +--- +![标识](../../../en/adapterref/iobroker.cec2/admin/cec2.png) + +![NPM版本](https://img.shields.io/npm/v/iobroker.cec2.svg) +![下载](https://img.shields.io/npm/dm/iobroker.cec2.svg) +![安装数量](https://iobroker.live/badges/cec2-installed.svg) +![稳定存储库中的当前版本](https://iobroker.live/badges/cec2-stable.svg) +![国家公共管理](https://nodei.co/npm/iobroker.cec2.png?downloads=true) + +# IoBroker.cec2 +**测试:** ![测试与发布](https://github.com/iobroker-community-adapters/ioBroker.cec2/workflows/Test%20and%20Release/badge.svg) + +HDMI CEC 适配器 + +您可以使用 HDMI CEC 监视/控制设备。大多数现代电视和多媒体设备都在某种程度上支持 CEC。 + +## 信息 +启动时,该适配器运行 cec-client 并轮询 HDMI 总线上的所有设备。对于每个 CEC 设备,都会在 ioBroker 中创建一个设备。设备的 OSDName 将成为其在 ioBroker 中的 id(因为它不应该更改并且可读性良好)。 +如果设备在运行时出现,它们也将被添加到 ioBroker。 + +#### CEC 地址 +关于 CEC 地址的简短介绍,您可以跳过此部分,但如果您对下面的描述感到困惑,可能需要阅读此处。 + +在 CEC 中,有两种类型的地址。两者都很重要。 + +##### 逻辑地址 +逻辑地址是 0 到 15 之间的数字(或通常使用的十六进制 F)。该数字定义了它是什么类型的设备: + +* 0 = 电视 +* 5 = 音频系统 +* 4,8,11 = 播放 +* 1,2,9 = 录音 +* 3,6,7,10 = 调谐器 + +其他是保留的 (12,13)、免费使用 (14) 和未注册/广播 (15)。使用这些地址的设备在通信中受到限制。 + +逻辑地址是动态分配的。这意味着有一天,您可能会遇到这样的情况:播放 A 被分配地址 4,播放 B 被分配地址 8。但第二天,它们会以不同的顺序打开,然后 A 获得 8,B 获得 4。(某些设备始终处于活动状态)但在 CEC 总线上,因此保留它们的地址)。如果一种类型的设备太多(即 4 个播放设备),则必须重用逻辑地址,这种情况就会发生。适配器尝试处理这种情况。 + +逻辑地址用于寻址消息和报告。 +ioBroker 也需要一个逻辑地址,以便从总线接收报告。因此,将适配器配置为您知道拥有空闲逻辑地址(例如记录)的设备类型。 + +##### 实际地址 +物理地址基于设备涉及的 HDMI 端口。它基本上是通往设备的端口号路径。它由 4 个由点分隔的数字组成。一些例子: + +* 0.0.0.0 = 电视 +* 1.0.0.0 = 1.电视的 HDMI 端口 +* 2.0.0.0 = 2.电视的 HDMI 端口 +* 2.2.0.0 = 2.电视的 HDMI 端口、2.交换机/AV 接收器的 HDMI 端口 +* 4.1.2.0 = 4. 电视的 HDMI 端口,1. AV 接收器/切换器的 HDMI 端口,2. 下一个 AV 接收器/切换器的 HDMI 端口 + +这应该给出一个基本的想法。 0 表示路径正在结束。 + +设备的物理地址是固定的,除非将其重新插入不同的 HDMI 端口(或之前从电视上看到的任何设备)。 + +#### 每个设备的状态 +对于每个设备,都会创建以下状态: + +* info.active = 最近看到设备并且逻辑地址应该是正确的 +* info.cecVersion = 应为 1.4,确定功能 +* info.lastSeen = CEC 总线上设备发出的最后一条消息 +* info.logicAddress = 数字形式的逻辑地址 +* info.ologicalAddressHex = 十六进制数形式的逻辑地址(自己的命令需要) +* info.Name = CEC总线中设备设置的名称 +* info.physicalAddress = 物理地址 +* info.Vendor = 设备的供应商 +* activeSource = 该设备是活动源吗?可以将此设备切换为活动源 +* menuStatus = 让设备由电视遥控器控制 +* state = 设备的电源状态(允许您打开/关闭它,如果支持的话) +* createButtons = 按此处为 .buttons 子文件夹中的按钮生成状态。 +* Buttons.time = 按下按钮的时间(默认 500 毫秒)。 + +## 纽扣 +按钮按下并不适用于所有设备,有些设备可能需要与 ioBroker 设备建立有效连接才能通过 CEC 总线进行控制。 +对于FireTV来说它工作得很好。 +要测试按钮按下情况,请按设备中的`createButtons`按钮,并在某些情况下测试一些创建的按钮。电源适用于很多设备。 + +#### 全球国家 +全局状态有以下几种: + +* active-source = 当前活动源的物理地址(可设置为切换输入) +* arc = 音频回传通道处于(激活)状态,可以在此处(取消)激活它 +* 静音=静音音频系统 +* raw-command = 直接向 cec-client 发送命令(例如来自 http://www.cec-o-matic.com/ 的 'scan' 或 tx + CEC 命令) +* StandbyAll = 将所有设备置于待机状态 +* systemAudio = 音频系统正在/未使用。通知设备应向 Audiosystem 发送音量/静音命令 +* 音量=音频系统的音量,0=静音 +* 音量增大/减小 = 改变音频系统的音量 + +#### 民意调查州 +有一个子文件夹“poll”,其中包含大多数州的按钮状态。如果触发该按钮,适配器将在 CEC 总线上发出命令来轮询值并相应地设置状态(遗憾的是,并非所有设备都对轮询消息做出反应)。 + +#### 要求 +必须安装 cec 客户端。通常可以使用以下方式安装: + +``` +sudo apt install cec-utils +``` + +运行 iobroker(现在的“iobroker”)的用户需要访问 /dev/vchiq。您可能需要将 iobroker 用户添加到视频组中: + +``` +sudo usermod -a -G video iobroker +``` + +#### 安装 +在iobroker根目录(例如/opt/iobroker)中执行以下命令 + +``` +npm install iobroker.cec2 +``` + +或者从管理网页安装。 + +## 配置 +* osd 名称:此名称将报告给其他设备,例如您的电视。您可能需要在那里选择 ioBroker 以在 ioBroker 中接收远程控制。 +* 设备类型:您可以设置设备类型,请参阅上面逻辑地址的讨论以了解这意味着什么。使用您没有的设备类型。 +* 防止未命名设备:有时设备在某些情况下不会报告其名称(例如 Nintendo Switch 在待机时不会报告其名称,但会自行宣布)。在这种情况下,适配器可能会在其物理地址(即数字)下创建设备的副本。您可以启用此选项来防止它。 + +## 脚本示例: +有关帮助/修复多媒体设置的一些示例脚本,请参阅[示例脚本](doc/ExampleScripts.md)。 + +## Changelog + + +### 0.1.1 (2023-09-06) +* dependency updates. +* sending commands is now more reliable. +* more error handling + +### 0.1.0 (2021-02-18) +* add more translations. +* add more options (poll TV power). + +### 0.0.8 (2021-02-14) +* Switched from unmaintained dependency to own code to control cec-monitor binary. +* Swtiched from event-stream to readline. +* Probably fixed missed incomming events. + +### 0.0.7 (2021-01-24) +* fix warnings + +### 0.0.6 (2021-01-02) +* update dependencies + +## License +MIT License + +Copyright (c) 2020-2023 Garfonso + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/zh-cn/adapterref/iobroker.cec2/admin/cec2.png b/docs/zh-cn/adapterref/iobroker.cec2/admin/cec2.png new file mode 100644 index 000000000..f717d4e3b Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.cec2/admin/cec2.png differ diff --git a/docs/zh-cn/adapterref/iobroker.enocean/README.md b/docs/zh-cn/adapterref/iobroker.enocean/README.md index c33655534..38440c7a7 100644 --- a/docs/zh-cn/adapterref/iobroker.enocean/README.md +++ b/docs/zh-cn/adapterref/iobroker.enocean/README.md @@ -3,27 +3,27 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.enocean/README.md title: ioBroker.enocean -hash: tOJBzvSrwuyYVzh2993/1JSLZo9/zJPK1W6digF8lGs= +hash: y/viydDLxV2KiiNnj5jhcxJRBDdNfxzPs6ESoqDTG3w= --- ![标识](../../../en/adapterref/iobroker.enocean/admin/enocean.png) -![NPM 版本](http://img.shields.io/npm/v/iobroker.enocean.svg) +![NPM版本](http://img.shields.io/npm/v/iobroker.enocean.svg) ![下载](https://img.shields.io/npm/dm/iobroker.enocean.svg) ![安装数量(最新)](http://iobroker.live/badges/enocean-installed.svg) ![安装数量(稳定)](http://iobroker.live/badges/enocean-stable.svg) ![依赖状态](https://img.shields.io/david/jey-cee/iobroker.enocean.svg) -![NPM](https://nodei.co/npm/iobroker.enocean.png?downloads=true) -![Travis-CI](http://img.shields.io/travis/jey-cee/ioBroker.enocean/master.svg) +![国家公共管理](https://nodei.co/npm/iobroker.enocean.png?downloads=true) +![特拉维斯-CI](http://img.shields.io/travis/jey-cee/ioBroker.enocean/master.svg) -#ioBroker.enocean +# IoBroker.enocean ## IoBroker 的 EnOcean 适配器 -通过带有 TCM300 芯片的 USB/串行设备连接 EnOcean 设备 +通过 USB/串行设备与 TCM300 芯片连接 EnOcean 设备 -## 加入 Discord 服务器讨论关于 ioBroker-enocean 集成的一切! +## 加入 Discord 服务器讨论有关 ioBroker-enocean 集成的一切! ## [赞助商](./SPONSORS.md) -如果您喜欢我的作品,请随时提供个人捐赠(这是 Jey Cee 的个人捐赠链接,与 ioBroker 项目无关!)[![捐赠](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.wled/master/admin/button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95YZN2LR59Q64&source=url) +如果您喜欢我的工作,请随时提供个人捐赠(这是 Jey Cee 的个人捐赠链接,与 ioBroker 项目无关!)[![捐赠](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.wled/master/admin/button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95YZN2LR59Q64&source=url) ## 兼容的 USB 记忆棒和模块 USB300 @@ -32,65 +32,65 @@ USB300 FAM-USB(ESP3 固件) -EnOcean Pi 模块 **重要提示:**在 Pi3 和 Pi4 上,您必须禁用板载蓝牙模块,否则 EnOcean 模块将无法工作! +EnOcean Pi 模块 **重要提示:** 在 Pi3 和 Pi4 上,您必须禁用板载蓝牙模块,否则 EnOcean 模块将无法工作! Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能和设备。 -不工作的已知功能:RSSI,无法读取网关信息,并且在没有 FTD14 的情况下只能控制 RS485 总线设备(尚未测试)。如果没有使用此网关的技术原因,强烈建议使用其他网关。 -总线设备报告它们的总线地址,即它以 00 00 00 01 开头。 +已知不起作用的功能:RSSI、无法读取网关信息以及在没有 FTD14 的情况下只能控制 RS485 总线设备(尚未测试)。如果没有技术原因需要使用此网关,强烈建议使用其他网关。 +总线设备报告其总线地址,即以 00 00 00 01 开头。 -全智能 EnOcean LAN 网关 - ~~[买](https://www.all-smart.net/produkt/all-smart-enocean-lan-gateway/)~~ 不再可用。 +ALL SMART EnOcean LAN 网关 - ~~[买](https://www.all-smart.net/produkt/all-smart-enocean-lan-gateway/)~~ 不再可用。 -全智能 EnOcean 多网关 - [买](https://www.all-smart.net/produkt/all-smart-enocean-multi-gateway/) +ALL SMART EnOcean 多网关 - [买](https://www.all-smart.net/produkt/all-smart-enocean-multi-gateway/) ### [支持的设备](./docs/devices.md) ## 控制设备 -通常有一个 cmd 对象,您可以在其中选择要执行的命令。在执行命令之前,您必须设置所有必要的属性,您可以在配置文件定义中找到此信息。 +一般来说,有一个 cmd 对象,您可以在其中选择要执行的命令。在执行命令之前,您必须设置所有必需的属性,您可以在配置文件定义中找到此信息。 特别的: -* A5-20-xx:具有此配置文件的设备在发送消息后仅在 1 秒内接受命令。他们定期发送(10 分钟?),请阅读手册。 +* A5-20-xx:具有此配置文件的设备仅在发送消息后 1 秒内接受命令。他们定期发送(10 分钟?),请阅读手册。 ## 示教 -- 在适配器配置中用(简短的)分步说明记录了该过程。在那里你可以选择 +- 该过程通过适配器配置中的(简短)分步说明进行记录。在那里你可以选择 - 您的设备和说明将显示。跟着他们。 + 您的设备和说明将会显示。跟着他们。 -- 无法对另一台设备进行示教的设备(如 Eltako 系列 12,也称为 Opus Green Net): +- 无法示教其他设备的设备(例如 Eltako 系列 12,也称为 Opus Green Net): -它们可以通过虚拟开关 (F6-02-02) 进行控制:打开配置并单击添加新设备。 -现在选择 X_Virtual 作为制造商并选择 Switch 作为设备,使用 ID fffffff0。对每个新虚拟交换机的最后一个符号 1-9 和 a-f 进行计数。 -单击添加设备并关闭配置。然后根据手册在您的设备上开始示教,从虚拟交换机发送命令。 -现在您应该可以控制设备了。 +它们可以通过虚拟交换机 (F6-02-02) 进行控制:打开配置并单击添加新设备。 +现在选择 X_Virtual 作为制造商,选择 Switch 作为设备,使用 ID fffffff0。计算每个新虚拟交换机的最后一个符号 1-9 和 a-f。 +单击添加设备并关闭配置。然后根据手册在设备上开始示教,从虚拟交换机发送命令。 +现在您应该能够控制该设备。 ## 示教(从设备中删除适配器绑定) - Eltako Tipp-Funk:在 2 秒内从 ioBroker 向设备发送 3 次示教命令 - 带 UTE 的设备:启动适配器的示教并按照设备说明进行操作。 - RPS:只需删除对象 -- 无:只删除对象 +- 无:仅删除对象 ## 故障排除 -1.设备对命令没有反应: - - 示教过程不成功。根据设备的不同,会发出示教成功的信号,请注意此信号。如果没有信号,请重试。 - - 检查与CMD相关的所有属性是否设置正确。 +1. 设备对命令没有反应: + - 教学过程不成功。根据设备的不同,会发出示教成功的信号,请注意该信号。如果没有信号,请重试。 + - 检查与 CMD 相关的所有属性是否设置正确。 - 如果 rssi 值高于 -70 dBm,则信号可能太弱。尝试将设备移近网关。 - - 阀门执行器(恒温器)每 x 分钟发送一次消息。收到消息后,设备会在一秒钟内接受命令。要实现此目的,请使用在收到消息后发送命令的脚本。脚本中的一个很好的触发器是 rssi 值。 + - 阀门执行器(恒温器)每 x 分钟发送一条消息。收到消息后,设备会在一秒钟内接受命令。要实现此目的,请使用在收到消息后发送命令的脚本。脚本中一个很好的触发器是 rssi 值。 ## 配置文件定义文件 #### 数据结构 -***案例:*** 可以是单个元素或数组,它包含一组数据字段。在数组的情况下,元素绑定到一个条件。 +***情况:*** 可以是单个元素或数组,包含一组数据字段。对于数组,元素绑定到一个条件。 -***send:*** true 表示这组数据是一个命令,将被发送到设备。 +***send:*** true 表示这组数据是将发送到设备的命令。 -***auto_answer:*** true 表示此命令将在收到来自设备的电报后执行。 +***auto_answer:*** true 表示收到设备发来的报文后将执行该命令。 -***条件:*** 必须处理这组数据字段的条件。在大多数情况下,条件是数据包中的特定值。 +***条件:*** 处理这组数据字段必须满足的条件。在大多数情况下,条件是数据包中的特定值。 ***数据字段:*** 数据在数据包中的位置以及如何处理该值的信息。此外,还有 ioBroker 的对象定义。 -***datafield -> secondArgument:*** 用于从数据包中获取次要信息/值。用例:单位的数量可能会有所不同,因此设备会将单位作为单独的信息发送。 -要根据发送的信息更改 ioBroker 中的单位,有必要在处理值时知道这一点。 +***数据字段 -> 第二个参数:*** 用于从数据包中获取辅助信息/值。使用案例:单位的数量可能有所不同,因此设备将单位作为单独的信息发送。 +要根据发送的信息更改 ioBroker 内部的单位,需要在处理该值时了解这一点。 -***数据字段 -> 条件:*** 这可能是一个转换值的公式。这是基于 JSON 逻辑的,有关详细信息,请参阅 http://jsonlogic.com/operations.html。 +***数据字段 -> 条件:*** 这可能是转换值的公式。这是基于 JSON-logic 的详细信息,请参阅 http://jsonlogic.com/operations.html。 例子: @@ -101,7 +101,7 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 //This will take the delivered value and check if it is equal to 0, if it is the state in iobroker will set to true. ``` -***datafield -> value:*** 这表示返回的值,除了条件是输出值。不应定义比值。 +***datafield -> value:*** 这表示返回的值,但条件是输出值。不应定义比值。 例子: @@ -118,7 +118,7 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 //The Multiplier, in this case 0.2, is calculated in this way: (Scale max - Scale min) / (Range max - Range min) ``` -***datafield -> value_out:*** 这表示将发送到设备的值。只有在需要转换时才需要定义它。 +***datafield -> value_out:*** 这表示将发送到设备的值。仅当需要转换时才需要定义此值。 例子: @@ -135,9 +135,9 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 //The Multiplier, in this case 0.2, is calculated in this way: (Scale max - Scale min) / (Range max - Range min) ``` -***datafield -> decimals:*** 定义显示小数点后的位数。 +***数据字段 -> 小数:*** 定义小数点后显示多少位。 -***datafield -> unit:*** 如果 Unit 是可变的,则使用它,否则在 iobroker 中定义它。 +***数据字段 -> 单位:*** 如果单位是变量,则使用此字段,否则在 iobroker 中定义它。 例子: @@ -154,9 +154,10 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 ``` ## 设备定义 -设备的完整实现至少由两部分组成:“lib/definitions/devices.json”中的一个条目和一个 EEP 文件,它定义了对象以及如何处理数据电报。 -有些设备使用不止一种数据电报类型进行通信,这意味着它们有更多的 EEP 文件。 -在特殊情况下,如 Eltako,在定义的“packet_handler.js”中还有一个制造商特定的部分。 +设备的完整实现至少由两部分组成:“lib/devices/MANUFACTURER/MODEL/device.json”中的条目和 EEP 文件,该文件定义对象以及如何处理数据电报。 +lib/definitions/devices.js 必须使用新设备进行更新。 +有些设备使用多种数据电报类型进行通信,这意味着它们有更多的 EEP 文件。 +在特殊情况下,如 Eltako,在定义的“packet_handler.js”中还有制造商特定的部分。 ``` "Model name or type" : { @@ -166,7 +167,7 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 ], "autocreate": false, //false if the device needs additional steps for teachin "teachin_method": "none", //filter for automated teachin telegrams - "id_offset": true, //not all devices checks if the telegram whether it is for them + "id_offset": true, //not all devices checks if the telegram whether it is for them. Not applicable where teachin_method is 4BS. "broadcast": false, //true if the receiver id has to be ffffffff. This is used for virtual devices like a switch. "help": { //a step by step instruction how to add the device. "en": { @@ -182,19 +183,35 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 ``` ## 用于开发 -要测试电报处理,请创建一个名为 development 的通道,并在该通道中创建一个名为 telegram 的对象,类型为字符串。 +要测试电报处理,请创建一个名为development的通道,并在此通道中创建一个名为telegram的对象,输入字符串。 ## Changelog +### 0.9.1 (2023-09-01) +* (Jey Cee) added support for Eltako FKD-am +* (Jey Cee) added Afriso ASD 20 +* (Jey Cee) added EEP F6-05-02 +* (Jey Cee) change log level for missing /dev/serial/by-id +* (Jey Cee) change log level for initial information request on gateway +* (Holger Will) update X1-01-02.json + +### 0.9.0 (2023-07-27) +* added Afriso ASD 10 +* fix D2-05-00 Goto top/bottom +* catch error while update objects on adapter start +* workaround for serial port selection does not display all options + ### 0.8.5 (2023-02-11) -* rework TF-13-25, fixes Eltako DSZ14 +* rework TF-13-25, fixes Eltako DSZ14 (#87) * rework TF-13-14, SP uses now temperature range 0-40°C * remove useless object ASC from A5-20-01 * added Afriso FT & FTF * added R-Tronic RT B (A5-10-06 + RPS) +* added Eltako F3Z14D, FWZ14, FRGBW14, FWS81 * added new teachin telegram for FUD61NPN-230V +* added remove button to device list in config +* added profile F6-05-01 * fix F6-10-00: The close state was not set, the window was always shown as open. -* fix & rework TF-13-25 Eltako DSZ14 (#87) * fix multiple conditions in eep's * fix Eltako FGW14-USB does not receive status updates * fix lastID is null when using Eltako FGW14-USB @@ -203,296 +220,19 @@ Eltako FGW14:**重要说明**:此网关不支持此适配器的所有功能 * fix device definition Oventrop mote 420 * fix missing zeros in front of sender IDs while using FGW14 * fix incomplete data while receiving type 10 messages +* fix missing device name * code cleanup and refactoring -### 0.8.4 (2022-11-17) -* added Eltako FSSG-230V, TF100A, FM4H -* added Afriso APR234(-NF) -* added EASYFIT ETHSx (ETSHA/ETSHU) -* added Oventrop mote 420 -* added support information tab -* update TF-01-01 (Eltako FTA55J & TF-TA55J) -* update Eltako TF-4FT, switch EEP from F6-02-02 to F6-02-03 -* highlight too short ID in add device dialog - -### 0.8.3 (2022-09-28) -* fix TTT and TT handling in TF-14-04 (Eltako FSB14 and similar) -* remove RT from TF-14-04 (Eltako FSB14 and similar) - -### 0.8.2 (2022-09-25) -* Fix: Wrong or missing Base ID for gateway - -### 0.8.0 (2022-09-16) -* added EIMSIG EM-USE-00 & EM-FSGE-00 -* added Kieback & Peter RBW322-FTL -* added MICROPELT MVA002 -* added EEP A5-14-07 -* added Traveled Time & Time to travel objects to TF-14-04 (FSB14) -* added EnOcean Pi & FAM-USB (ESP3 Firmware) as choice in admin -* added translation for object names -* change teachin method for Kieback and Peter MD15-FTL-HE -* check on startup if all objects for existing devices are exists, if not create them -* fix D2-10-01 sending configuration message - -### 0.7.1 (2022-07-24) -* increase timeout for response time from gateway -* change base id for dummy gateway info (effects Eltako FGW14) -* change EEP for TF-TAx5J -* update FSR61-230V (>10/14) help text -* update PSC 234 help text -* update TF61L-230V help text -* update help for Eltako FSR14-2/4x -* fix Teachin for Eltako FAFT60 - -### 0.7.0 (2022-05-30) -* added ELTAKO FGW14-USB as possible Gateway (Please read the notes in readme for FGW14-USB) -* added PEHA 452 FU-EBIM JR o.T. -* added EUROTRONIC Stella E -* added SIEGENIA senso secure -* added new Eltako MSC Teachin Telegram for FSR71-2x -* added state for window to F6-10-00 -* updated settings page -* fix HORA SmartDrive MX teachin -* fix A5-20-01 CMD default value string to number - -### 0.6.4 (2022-02-22) -* fix split Eltako FSVA-230V & FSR61VA into to sepperate devices for control and measurement - -### 0.6.3 (2022-02-07) -* added SODA S8 -* added Thermokon SAB+ -* added Eltako FHB, FWRB, TF-RWB, FSR61VA, FFT65B, FFT55B, FFTF65B, FTFB & FTFSB -* added Battery state to D2-06-01 -* added default values to all objects -* updated Eltako FSVA-230V -* fix FJ62/12-36V DC teachin - -### 0.6.2 (2022-01-08) -* fix teachin - -### 0.6.1 (2022-01-08) -* added Dimplex DL 50 WE2 -* added EnOcean STM 350 -* added Eltako & MACO eTronic -* added Afriso CO2-Sensor -* change TF-13-03 set time to 100ms for sending cases -* change TF-13-07 add On with last value -* fix teachin which makes it hard to add new devices -* (uklatt) fix Humidity datapoint & change decimals from 2 to 1 - -### 0.6.0 (2021-11-22) -* (j1s2e3 / Jey-Cee) added Eltako FL62NPN-230V, FD62NPN-230V, FSSA-230V, FTAF55D/230V, FRGBW71L, FMS65ESB, FAH, FKS-SV, TF-TTB(PioTek Tracker), FLGTF55 -* (j1s2e3) added virtual Window/Door contact -* use /dev/serial/by-id/xxx as path for USB device #104 -* use index for sender ID. Remeber already learnd device IDs. -* seperated objects from datafields -* detect when socket connection is broken #72 -* fix Teachin for Eltako devices - -### 0.5.4 (2021-09-10) -* added Kessel Staufix Control -* added Thermokon SR-MDS Solar -* added Omnio WS-CH-102 -* added PENTAIR Transmitter FTJP -* split datapoint PAE for D2-06-10 & 11 to EPA und PAE - -### 0.5.3 (2021-08-08) -* fix context for sendData when called from packet handler -* fix teachin method -* fix ser2net reconnect - -### 0.5.1 (2021-07-25) -* fix crash if no mailboxes present in controller - -### 0.5.0 (2021-07-25) -* added serial over network (ser2net) capabilities -* added release script - -### 0.4.0 -* added Permundo PSC 234 & PSC 152 -* added Nodon Soft Button (TSB-2-2-01) -* added Eltako FFT60SB -* added REHAU Smart Guard & Smart Guard Inline / Ontop -* added Hoppe eHandle ConnectHome -* added SCHÜCO SenseTrack wireless -* added Smart ACK teachin procedure -* fix teach-in Nodon SDO-2-1-05 -* TF-13-07 set Dimming Level to 100% with on command - -### 0.3.8 -* added Thermokon SR04 & SR07 -* added Micropelt MVA003 -* added Eltako FWG14MS & FSR61-230V KW 02/21 and newer - -### 0.3.7 -* added WINKHAUS FM.V.SW -* added Eltako TF-TA55DL, DSZ14 -* added PHEA D 451 FU-BM, D 4511 FU-BM, D450 FU FK -* added telegram repeater count object -* fix numbers with decimals are strings -* fix warning "Read-only state "enocean.0.gateway.lastID" has been written without ack-flag with value "xxxxxxxx"" -* fix A5-20-01 remove conversion for valve position in summer mode & summer mode valve position -* fix TF-14-06 - -### 0.3.6 -* added Eltako FMS14 (<32/19) -* added Eltako FTS14EM -* revised profiles -* fix FUD14 ON command - -### 0.3.5 -* added Eltako FMZ61-230V, FSR70S-230V -* added Trio2Sys OUTDOOR -30/+50°C TEMPERATURE SENSOR -* added Nodon Motion Sensor PIR-2-1-01 -* added Virtual Room operating panel EEP: A5-10-06 -* added Oventrop R-Tronic RT B -* change help description for eltako rs485 devices -* update FFR61-230V -* make id always lower case -* fix Eltako F4HK14 - -### 0.3.4 -* added PHEA 451 FU-EBI PF o.T. -* added Hora SmartDrive MX -* added Eltako FAFT60, FWZ-65A, FSVA-230V -* extended teachin description for Eltako FSB14 -* fix A5-02-05 calculation -* fix A5-04-02 - -### 0.3.3 -* add techin procedure for FSR61 to Packet_handler.js -* add ack for cmd & optionals -* added A5-14-09 -* use queue for sending message -* changed Telefunken SES FS-EO to D2-01-08 -* fix A5-04-01 calculation -* fix TF-13-10 calculation - -### 0.3.2 -* added possibility to request a device directly -* added Base ID & Sender ID to configuration -* added Eltako F4SR14-LED -* added Afriso FTM T, FTM TF & Viessmann Temperature sensor 7554507, Temperature- and humidity sensor 7554951 -* added Eltako FFG7B (A5-14-09) & FFG7B (F6-10-00) -* added Micropelt MVA005 -* added Eltako FKF65 & Nodon Card Switch (CCS-2-1-01) -* added Eltako FSS12-12V-DC -* added OPUS GN-BH63AP-pw -* added Thermokon SR04 -* revised D2-01-0E, this effects Micro Smart Plug (MSP-2-1-11) & Plug actuator (SES FS-EO) -* fix A5-20-06 -* fix TF-13-01 Windspeed, Rain, Dawn Sensor -* fix Eltako Teachin ID offset -* fix TF-13-13: removed useless fixed parameter -* small fixes -* Eltako automatic device teachin wait before send teachin telegram -* use serialport esp3 parser in getGatewayInfos -* close listener properly -* change Hoppe SecuSignal teachin procedure - -### 0.3.1 -* added Eltako FABH65S, FBH65, FBH65S, FHF, FTR65DSB, FTR55DSB, FTR65HB, FTR55HB, FTR65SB, FTR55SB, FTRF65HB, FTRF65SB -* added Hoppe SecuSignal Window Handle -* added Telefunken SES FS-EO -* updated: FTA65J teachin -* changed: FWS61 teachin -* fix TF-13-12 & TF-13-10 -* fixed TF-13-03 -* use sender ID instead offset - -### 0.3.0 -* added Eltako devices: TF61D, TF100D, FTA65D, FTA55D, TF100L, TF100SSR, FTA65L, FTA55L, TF-1FT, TF-2FT, TF-2FT55, TF-2ZT, - TF-2ZT55, F4PT, F4PT55, TF-4FT, TF-4FT55, TF-8FM, FUD71, FSUD-230V, FSG71/1-10V, FDG71L, FKLD61, FLD61, FL62-230V, - FL62NP-230V, FR62-230V, FR62NP-230V FSR61NP-230V, TF-TA55D, TF-TA65D, TF-TA55J, TF-TA65J, TF-TA55L, TF-TA65L, FTK, - FTKB-RW, FFKB, FTKB-gr, FAH65S, FIH65S -* re-add virtual switch with broadcast -* added possibility to use json logic for conditions -* added send converted value -* added value out to a5-20-01 -* added double response for UTE -* added send eltako teachin response twice -* added filter telegrams in addEltakoDevices -* update FSUD-230V teachin help -* update device list in config during teachin -* fix id offset for Eltako devices -* fix teachin for eltako devices when no offset in gateway is defined -* fix teachin for Eltako FTKB-hg -* fix manaual teachin devices -* fix correct formula in EEPs -* fix name of Eltako TF100L -* fix id offset for manual teachin - -### 0.2.1 -* fix for UTE teachin -* double response for UTE -* fix id offset for Eltako devices -* added Eltako devices: TF61D, TF100D, FTA65D, FTA55D, TF100L, TF100SSR, FTA65L, FTA55L, TF-1FT, TF-2FT, TF-2FT55, TF-2ZT, TF-2ZT55, F4PT, F4PT55, TF-4FT, TF-4FT55, TF-8FM, FUD71, FSUD-230V, FSG71/1-10V, FDG71L, FKLD61, FLD61 -* update fsud-230v teachin help - -### 0.2.0 -* fix calculation for temperature in A5-02-13 -* added Eltako FMMS44SB -* correct formula in readme -* add commands for D2-05-00 -* json-logic-js security update -* change UI for add new devices -* teachin procedure revised - -### 0.1.8 -* added devices Eltako FUD61NPN-230V, FRW, TF61L-230V, FTKB -* fix teachin: was not set to false - -### 0.1.7 -* added profiles for Eltako F4HK14, FSB14, FUD14 -* fix tf-14-01 - -### 0.1.5 -* added virtual switch -* rewrite A5-20-01 -* fix profile A5-02-13 - -### 0.1.4 -* added base id offset -* added new devices - -### 0.1.3 -* fix profile F6-10-00 - -### 0.1.2 -* fix 4BS Teach-in -* added profile A510-20 -* added profile TF14-02 relais contact -* fix profile D5-00-01 -* fix profile A5-04-01 -* fix profile TF-13-02 - -### 0.1.1 -* fix Teach-in/out -* fix send data -* fix profile D2-05-00 - -### 0.1.0 -* (Jey Cee) initial release +[Older changelog entries are moved to changelog.md](changelog.md) ## License -MIT License - -Copyright (c) 2022 Jey Cee - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is** -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +Attribution-NonCommercial 3.0 (CC BY-NC 3.0) + +Copyright (c) 2023 Jey Cee + +http://creativecommons.org/licenses/by-nc/4.0/ + +Short content: +Licensees may copy, distribute, display and perform the work and make derivative works based on it only if they give the author or licensor the credits in the manner specified by these. +Licensees may copy, distribute, display, and perform the work and make derivative works based on it only for noncommercial purposes. +(Free for non-commercial use). \ No newline at end of file diff --git a/docs/zh-cn/adapterref/iobroker.enocean/admin/enocean.png b/docs/zh-cn/adapterref/iobroker.enocean/admin/enocean.png new file mode 100644 index 000000000..3b44050ef Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.enocean/admin/enocean.png differ diff --git a/docs/zh-cn/adapterref/iobroker.lgtv/README.md b/docs/zh-cn/adapterref/iobroker.lgtv/README.md index 38a01e502..981459506 100644 --- a/docs/zh-cn/adapterref/iobroker.lgtv/README.md +++ b/docs/zh-cn/adapterref/iobroker.lgtv/README.md @@ -3,18 +3,19 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.lgtv/README.md title: ioBroker.lgtv -hash: NvvMnCDXQgnMkATWxwf9jlfwGXVtvdHtYKYrptQP9D8= +hash: dejocYxdrQnNaaT5Ba3d50e5ftNRE+Vtvcixd3KV4rc= --- ![标识](../../../en/adapterref/iobroker.lgtv/admin/lgtv.png) -![安装数量](http://iobroker.live/badges/lgtv-stable.svg) -![NPM版本](http://img.shields.io/npm/v/iobroker.lgtv.svg) +![NPM版本](https://img.shields.io/npm/v/iobroker.lgtv.svg) ![下载](https://img.shields.io/npm/dm/iobroker.lgtv.svg) +![安装数量](https://iobroker.live/badges/lgtv-installed.svg) +![稳定存储库中的当前版本](https://iobroker.live/badges/lgtv-stable.svg) ![国家公共管理](https://nodei.co/npm/iobroker.lgtv.png?downloads=true) -![特拉维斯-CI](https://travis-ci.org/SebastianSchultz/ioBroker.lgtv.svg?branch=master) -![应用程序载体](https://ci.appveyor.com/api/projects/status/xx55hgsuff4fas47/branch/master?svg=true) # IoBroker.lgtv +**测试:** ![测试与发布](https://github.com/SebastianSchultz/ioBroker.lgtv/workflows/Test%20and%20Release/badge.svg) + 适用于 ioBroker 的 LG WebOS SmartTV 适配器 从[io经纪商](https://www.iobroker.net)远程控制 LG WebOS SmartTV(2013 型号及更高版本)。 @@ -30,127 +31,125 @@ hash: NvvMnCDXQgnMkATWxwf9jlfwGXVtvdHtYKYrptQP9D8= 有些电视在关闭时会与网络插座断开连接,并且不会正确地将其报告给适配器。然后需要进行额外的轮询。您可以在设置中定义时间。如果该值为空,适配器会尝试自动检测此情况:在适配器重新启动时,轮询(每 60 秒一次)处于活动状态,直到检测到第一个正确的电视关闭事件。 ## 一些例子: -```setState('lgtv.0.states.popup', 'Some text!');``` +`setState('lgtv.0.states.popup', 'Some text!');` 这将显示一个带有文本“Some text!”的弹出窗口。在电视上。 您可以在文本中使用 HTML 换行符 (br)。 -```setState('lgtv.0.states.turnOff', true);``` +`setState('lgtv.0.states.turnOff', true);` 关掉电视。 -```setState('lgtv.0.states.mute', true);``` +`setState('lgtv.0.states.mute', true);` 将电视静音。 -```setState('lgtv.0.states.mute', false);``` +`setState('lgtv.0.states.mute', false);` 取消电视静音。 -```setState('lgtv.0.states.volumeUp', true);``` +`setState('lgtv.0.states.volumeUp', true);` 这会增加电视的音量。 -```setState('lgtv.0.states.volumeDown', true);``` +`setState('lgtv.0.states.volumeDown', true);` 降低电视的音量。 -```setState('lgtv.0.states.channelUp', true);``` +`setState('lgtv.0.states.channelUp', true);` 增加当前电视频道。 -```setState('lgtv.0.states.channelDown', true);``` +`setState('lgtv.0.states.channelDown', true);` 减少当前电视频道。 -```setState('lgtv.0.states.3Dmode', true);``` +`setState('lgtv.0.states.3Dmode', true);` 激活电视上的 3D 模式 -```setState('lgtv.0.states.3Dmode', false);``` +`setState('lgtv.0.states.3Dmode', false);` 停用电视上的 3D 模式。 -```setState('lgtv.0.states.channel', 7);``` +`setState('lgtv.0.states.channel', 7);` 将直播电视切换至 7 号频道。 -```setState('lgtv.0.states.launch', 'livetv');``` +`setState('lgtv.0.states.launch', 'livetv');` 切换到直播电视模式。 -```setState('lgtv.0.states.launch', 'smartshare');``` +`setState('lgtv.0.states.launch', 'smartshare');` 在电视上打开 SmartShare 应用程序。 -```setState('lgtv.0.states.launch', 'tvuserguide');``` +`setState('lgtv.0.states.launch', 'tvuserguide');` 在电视上运行电视用户指南应用程序。 -```setState('lgtv.0.states.launch', 'netflix');``` +`setState('lgtv.0.states.launch', 'netflix');` 在电视上打开 Netflix 应用程序。 -```setState('lgtv.0.states.launch', 'youtube');``` +`setState('lgtv.0.states.launch', 'youtube');` 在电视上打开 Youtube 应用程序。 -```setState('lgtv.0.states.launch', 'prime');``` +`setState('lgtv.0.states.launch', 'prime');` 在电视上打开 Amazon Prime 应用程序。 -```setState('lgtv.0.states.launch', 'amazon');``` +`setState('lgtv.0.states.launch', 'amazon');` 在某些电视上,此命令会打开 Amazon Prime 应用程序。 -```setState('lgtv.0.states.openURL', 'http://www.iobroker.net');``` +`setState('lgtv.0.states.openURL', 'http://www.iobroker.net');` 打开电视上的网络浏览器并导航至 www.iobroker.net。 还可以用于打开图像或视频(在浏览器中)。 -```setState('lgtv.0.states.input', 'av1');``` +`setState('lgtv.0.states.input', 'av1');` 将电视输入切换至 AV1。 -```setState('lgtv.0.states.input', 'scart');``` +`setState('lgtv.0.states.input', 'scart');` 将电视输入切换至 Scart。 -```setState('lgtv.0.states.input', 'component');``` +`setState('lgtv.0.states.input', 'component');` 将电视的输入切换为分量输入。 -```setState('lgtv.0.states.input', 'hdmi1');``` +`setState('lgtv.0.states.input', 'hdmi1');` 将电视输入切换至 HDMI 1。 -```setState('lgtv.0.states.input', 'hdmi2');``` +`setState('lgtv.0.states.input', 'hdmi2');` 将电视输入切换至 HDMI 2。 -```setState('lgtv.0.states.input', 'hdmi3');``` +`setState('lgtv.0.states.input', 'hdmi3');` 将电视输入切换至 HDMI 3。 -```setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');``` +`setState('lgtv.0.states.youtube', 'https://www.youtube.com/watch?v=AjSpMQfRmEo'); OR setState('lgtv.0.states.youtube', 'AjSpMQfRmEo');` 播放 YouTube 视频。 -```setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');``` - -```setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');``` +`setState('lgtv.0.states.raw', '{"url": "ssap://system.launcher/launch", "cmd": "{id: 'netflix'}" }');``setState('lgtv.0.states.raw', '{"url": "ssap://api/getServiceList", "cmd": ""}');` 发送和响应RAW命令API。 -```setState('lgtv.0.remote.*KEY*', true);``` +`setState('lgtv.0.remote.*KEY*', true);` 将远程 KEY 发送到电视。 -```setState('lgtv.0.states.power', true/false);``` +`setState('lgtv.0.states.power', true/false);` 关闭电视并打开电视(打开,仅适用于 LAN,使用 WOL)。 -```setState('lgtv.0.states.soundOutput', 'external_arc');``` +`setState('lgtv.0.states.soundOutput', 'external_arc');` 通过 ARC (HDMI) 切换音频输出。 @@ -173,100 +172,147 @@ hash: NvvMnCDXQgnMkATWxwf9jlfwGXVtvdHtYKYrptQP9D8= ## Changelog -### 1.1.10 -* (foxriver76) prepare for controller v5 + +### 2.1.1 (2023-10-06) + +- (basti4557) Websocket configuration has been fixed [#161]. + +### 2.1.0 (2023-10-05) + +- (basti4557) A bug that destryed the actual app state on changing from tv to app mode has been fixed. +- (basti4557) Websocket SSL states can now be sent / received again due to the websocket ssl changes. +- (basti4557) Plain websocket has been replced by SSL Websocket. + +### 2.0.0 (2023-10-03) + +- (mcm1957) Adapter has been moved to iobroker-community-adapters area +- (mcm1957) POSSIBLE BREAKING: Adapter has been built from current github content. As latest npm packages have been created external, theres a chance that some changes got lost. +- (jpawlowski) Travis and AppVeyor have been replced by GitHub Actions, based on ioBroker/create-adapter +- (jpawlowski) Adpter requires NodeJS 16 minimum now +- (jpawlowski) Dependencies have been updated +- (jpawlowski) Configuration item healthIntervall has been rename/correct to healthInterval + +### 1.1.12 (2023-07-04) + +- (foxriver76) prepare for controller v5 + +### 1.1.10 (2020-08-24) + +- (SebastianSchultz) support WebOS 5 for volume change ### 1.1.9 (2020-07-14) -* (SebastianSchultz) re-upload for fixing NPM update issue + +- (SebastianSchultz) re-upload for fixing NPM update issue ### 1.1.8 (2020-07-08) -* (SebastianSchultz) bugfix for "IndexOf" error + +- (SebastianSchultz) bugfix for "IndexOf" error ### 1.1.6 (2020-03-07) -* (dirkhe) make healthintervall configurable + +- (dirkhe) make healthintervall configurable ### 1.1.5 (2020-02-25) -* (dirkhe) stable connection and subsciptions -* (dirkhe) add Polling for TV, which not support Power Off event -* (dirkhe) change some states role switch to button + +- (dirkhe) stable connection and subsciptions +- (dirkhe) add Polling for TV, which not support Power Off event +- (dirkhe) change some states role switch to button ### 1.1.4 (2020-02-07) -* (dirkhe) changed from pull to subscribing -* (dirkhe) add livetv to launch list + +- (dirkhe) changed from pull to subscribing +- (dirkhe) add livetv to launch list ### 1.1.3 (2019-12-16) -* (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) -* (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) -* (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) + +- (merdok) fixed connect() [Pull requests #62](https://github.com/SebastianSchultz/ioBroker.lgtv/pull/62) +- (instalator) fixed [issues #64](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/64) +- (instalator) change error log to debug [issues #59](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/59) ### 1.1.1 (2019-10-26) -* (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) -* (instalator) fix error reconect -* (instalator) fix raw object -* (instalator) add mac address to admin settings + +- (instalator) Safe keyfile to /opt/iobroker [issues #52](https://github.com/SebastianSchultz/ioBroker.lgtv/issues/52) +- (instalator) fix error reconect +- (instalator) fix raw object +- (instalator) add mac address to admin settings ### 1.1.0 (2019-10-10) -* (instalator) adding object remote.KEY -* (instalator) fix connect to TV -* (instalator) add subscribe volume and mute state -* (instalator) translate admin to RUS -* (instalator) add Turn On, using WOL -* (instalator) adding new different objects -* (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter + +- (instalator) adding object remote.KEY +- (instalator) fix connect to TV +- (instalator) add subscribe volume and mute state +- (instalator) translate admin to RUS +- (instalator) add Turn On, using WOL +- (instalator) adding new different objects +- (SebastianSchultz) changed roles "button" to "switch" for compatibility for iot- & cloud-adapter ### 1.0.8 (2019-03-15) -* (SebastianSchultz) general NPM update + +- (SebastianSchultz) general NPM update ### 1.0.7 (2019-01-28) -* (SebastianSchultz) grouping of all states/objects under a device + +- (SebastianSchultz) grouping of all states/objects under a device ### 1.0.6 (2019-01-21) -* (SebastianSchultz) added compact mode + +- (SebastianSchultz) added compact mode ### 1.0.5 (2018-04-15) -* (SebastianSchultz) added Travis-CI and AppVeyor tests + +- (SebastianSchultz) added Travis-CI and AppVeyor tests ### 1.0.4 (2018-04-07) -* (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown -* (SebastianSchultz) added the state "volume" which holds the current volume level + +- (SebastianSchultz) added support for increasing (channelUp) or decreasing (channelDown) the current TV channelDown +- (SebastianSchultz) added the state "volume" which holds the current volume level ### 1.0.3 (2018-01-11) -* (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") -* (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV + +- (SebastianSchultz) added support for launching Amazon Prime app via "amazon" (used on some TV's instead of "prime") +- (SebastianSchultz) fixed issue that state "on" was not set when in an app on TV ### 1.0.2 (2017-05-23) -* (SebastianSchultz) added support for launching Amazon Prime app + +- (SebastianSchultz) added support for launching Amazon Prime app ### 1.0.0 (2016-09-26) -* (SebastianSchultz) added channel polling -* (SebastianSchultz) added switching input + +- (SebastianSchultz) added channel polling +- (SebastianSchultz) added switching input ### 0.0.4 (2016-09-12) -* (SebastianSchultz) solved saving IP address within adapter configuration + +- (SebastianSchultz) solved saving IP address within adapter configuration ### 0.0.3 (2016-09-05) -* (SebastianSchultz) added volumeUp true|false -* (SebastianSchultz) added volumeDown true|false -* (SebastianSchultz) added 3Dmode true|false -* (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| -* (SebastianSchultz) added channel -* (SebastianSchultz) some code cleaned + +- (SebastianSchultz) added volumeUp true|false +- (SebastianSchultz) added volumeDown true|false +- (SebastianSchultz) added 3Dmode true|false +- (SebastianSchultz) added launch livetv|smartshare|tvuserguide|netflix|youtube| +- (SebastianSchultz) added channel +- (SebastianSchultz) some code cleaned ### 0.0.2 (2016-09-02) -* (SebastianSchultz) removed reconnect function, not used -* (SebastianSchultz) improved error handling and logging + +- (SebastianSchultz) removed reconnect function, not used +- (SebastianSchultz) improved error handling and logging ### 0.0.1 (2016-08-31) -* (SebastianSchultz) initial commit +- (SebastianSchultz) initial commit --- ## License -The MIT License (MIT) +MIT License -Copyright (c) 2020 Sebastian Schultz. +Copyright (c) 2023 Sebastian Schultz. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/zh-cn/adapterref/iobroker.mediola-gateway/README.md b/docs/zh-cn/adapterref/iobroker.mediola-gateway/README.md index 1c87a27d5..a189c418a 100644 --- a/docs/zh-cn/adapterref/iobroker.mediola-gateway/README.md +++ b/docs/zh-cn/adapterref/iobroker.mediola-gateway/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.mediola-gateway/README.md title: ioBroker.mediola-网关 -hash: JyqlBi6iqRvvzSL8upXGGaifDYjXTKbJpZOdlCW89CU= +hash: 19Y7WFjGHqvwR1p525Fa2pucM4HVGxcUwMzhpKBaxdc= --- ![标识](../../../en/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png) @@ -33,8 +33,8 @@ sendIrData 使用多个学习的 IR 代码进行测试。只需将IR代码放入 在状态下,WR 状态将以关闭百分比显示。 BK 状态始终为空(从未见过其他值)。要更新状态,需要在适配器实例设置中设置“从 Mediola 读取状态”标志。更新间隔可以在几分钟内调整。 在动作文件夹中,可以控制遮阳帘。向上移动需要写1,向下写2,停止则写3。对于 WIR,您可以发送 10、20、30、40、50、60、70、80 和 90 来设置百分比。 -## Nobily (NY) 遮阳帘的用法 -这其实有点复杂。不会自动检测到这些设备。你需要切换到专家模式!如果不存在,则需要在“mediola-gateway.0”下创建文件夹“action”。在此文件夹中,您需要添加一个类型为字符串且名称为“NY12345678”的状态“Datapoint”。 “NY”需要大写字母和需要从配置工具的调试工具获取的 8 个字符的十六进制数字。取出您在组部分下找到的所有号码。 +## Nobily (NY/DY) 遮阳帘的用法 +这其实有点复杂。不会自动检测到这些设备。你需要切换到专家模式!如果不存在,则需要在“mediola-gateway.0”下创建文件夹“action”。在此文件夹中,您需要添加一个类型为字符串且名称为“NY12345678”或“DY12345678”的状态“Datapoint”。 “NY”或“DY”需要大写字母和需要从配置工具的调试工具获取的 8 个字符的十六进制数字。取出您在组部分下找到的所有号码。 ### 免责声明 免责声明 所有产品和公司名称或徽标均为其各自所有者的 Trademarks™ 或 Registered® 商标。它们的使用并不意味着它们或关联附属公司有任何从属关系或认可!这个个人项目是出于娱乐目的而进行的,没有商业目标。 mediola 是 mediola - Connected Living AG 的商标。 @@ -49,6 +49,7 @@ sendIrData 使用多个学习的 IR 代码进行测试。只需将IR代码放入 ### **WORK IN PROGRESS** - RT (Somfy) system added (Thanks to Falk) +- DY (Nobily) system added (Thanks to BlindlyBlinds) ### 1.0.1 (2023-08-26) diff --git a/docs/zh-cn/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png b/docs/zh-cn/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png new file mode 100644 index 000000000..5695cc75b Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.mediola-gateway/admin/mediola-gateway.png differ diff --git a/docs/zh-cn/adapterref/iobroker.myenergi/README.md b/docs/zh-cn/adapterref/iobroker.myenergi/README.md index 92db5f135..0cd966d7e 100644 --- a/docs/zh-cn/adapterref/iobroker.myenergi/README.md +++ b/docs/zh-cn/adapterref/iobroker.myenergi/README.md @@ -2,28 +2,29 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.myenergi/README.md -title: ioBroker.myenergi 文件 -hash: 4od9A3VQBKkRb8d9vmHfJ650d8Nb+/KkyxO8O8k3QUQ= +title: ioBroker.myenergi +hash: cuUZOBForRr44VEP//YhaCKgKf+r3OU7TLrQV6kS1u0= --- ![标识](../../../en/adapterref/iobroker.myenergi/admin/myenergi.png) -![NPM 版本](https://img.shields.io/npm/v/iobroker.myenergi.svg) +![NPM版本](https://img.shields.io/npm/v/iobroker.myenergi.svg) ![下载](https://img.shields.io/npm/dm/iobroker.myenergi.svg) ![安装数量](https://iobroker.live/badges/myenergi-installed.svg) ![稳定存储库中的当前版本](https://iobroker.live/badges/myenergi-stable.svg) -![NPM](https://nodei.co/npm/iobroker.myenergi.png?downloads=true) +![国家公共管理](https://nodei.co/npm/iobroker.myenergi.png?downloads=true) -#ioBroker.myenergi -**测试:** ![测试和发布](https://github.com/iobroker-community-adapters/ioBroker.myenergi/workflows/Test%20and%20Release/badge.svg) +# IoBroker.myenergi +**测试:** ![测试与发布](https://github.com/iobroker-community-adapters/ioBroker.myenergi/workflows/Test%20and%20Release/badge.svg) ## IoBroker 的 myenergi 适配器 -Myenergi 设备适配器 +适用于 Myenergi 设备的适配器 -## 登录界面: -Die Myenergie Hub Seriennummer 和 den API Key eingeben Die Seriennummern findet man unter anderem unter https://myaccount.myenergi.com/ auf dem 选项卡“myenergi products” Dort muss auch ein API Key für den Hub generiert werden。 -Dazu auf "Advanced" klicken, Key generieren +## 登录: +输入 Myenergie Hub 序列号和 API 密钥 序列号可在 https://myaccount.myenergi.com/ 的“myenergi 产品”选项卡下找到。 +还必须在那里生成集线器的 API 密钥。 +为此,请单击“高级”并生成密钥 -## 讨论与讨论 +## 问题和讨论 ## Changelog diff --git a/docs/zh-cn/adapterref/iobroker.myenergi/admin/myenergi.png b/docs/zh-cn/adapterref/iobroker.myenergi/admin/myenergi.png new file mode 100644 index 000000000..321d7fa19 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.myenergi/admin/myenergi.png differ diff --git a/docs/zh-cn/adapterref/iobroker.odl/README.md b/docs/zh-cn/adapterref/iobroker.odl/README.md index 2323533b0..5bb5f48cb 100644 --- a/docs/zh-cn/adapterref/iobroker.odl/README.md +++ b/docs/zh-cn/adapterref/iobroker.odl/README.md @@ -3,52 +3,72 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.odl/README.md title: ioBroker.odl -hash: jPQzZiJpW2Nqfm8pCHsfD0Fy+NNXglnvZFN6GWXQjSo= +hash: ja4539IBHaJhsGqx+/ckSuW2iq2HTI33OsHJQcGkIBk= --- -![商标](../../../en/adapterref/iobroker.odl/admin/odl.png) +![标识](../../../en/adapterref/iobroker.odl/admin/odl.png) -![NPM 版本](https://img.shields.io/npm/v/iobroker.odl.svg) +![NPM版本](https://img.shields.io/npm/v/iobroker.odl.svg) ![下载](https://img.shields.io/npm/dm/iobroker.odl.svg) ![安装数量(最新)](https://iobroker.live/badges/odl-installed.svg) ![安装数量(稳定)](https://iobroker.live/badges/odl-stable.svg) -![新PM](https://nodei.co/npm/iobroker.odl.png?downloads=true) +![国家公共管理](https://nodei.co/npm/iobroker.odl.png?downloads=true) # IoBroker.odl [![翻译状态](https://weblate.iobroker.net/widgets/adapters/-/odl/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget) -**测试:** ![测试和发布](https://github.com/crycode-de/iobroker.odl/workflows/Test%20and%20Release/badge.svg) +**测试:** ![测试与发布](https://github.com/crycode-de/iobroker.odl/workflows/Test%20and%20Release/badge.svg) ## IoBroker 的 ODL 适配器 -该适配器将德国[联邦辐射防护办公室 (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/)指定测量点的ODL(Ortsdosisleistung / Ambient Dose Rate)值集成到ioBroker中。 +该适配器将德国 [联邦辐射防护办公室 (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/) 指定测量点的 ODL(Ortsdosisleistung / 环境剂量率)值集成到 ioBroker 中。 -有关德国环境剂量率的更多信息,请访问 https://odlinfo.bfs.de/。 +有关德国环境剂量率的更多信息,请访问 。 --- -## Die aktuelle Umweltradioaktivität in ioBroker -Dieser Adapter integriert die ODL (Ortsdosisleistung) Messwerte von ausgewählten Messstellen des [Bundesamtes für Strahlenschutz (BfS)](https://www.bfs.de/) 在 ioBroker 中。 +## IoBroker 中的 aktuelle Umweltradioaktivität +Dieser Adapter integriert die ODL (Ortsdosisleistung) Messwerte von ausgewählten Messstellen des [德国联邦安全局 (BfS)](https://www.bfs.de/) in ioBroker. -Das bundesweite Messnetz des BfS umfasst rund 1700 ortsfeste Messstellen, die Permanent die vor Ort aktuelle Gamma-Umweltradioaktivität (Ortsdosisleistung) erfassen und aufzeichnen。 Die gewonnenen Messdaten werden vom BfS gesammelt, ausgewertet und öffentlich under der _Datenlizenz Deutschland_ zur Verfügung gestellt。 +Das Bundesweite Messnetz des BfS umfasst rund 1700 ortsfeste Messstellen, die permanent die vor Ort aktuelle Gamma-Umweltradioaktivität (Ortsdosisleistung) erfassen und aufzeichnen. Die gewonnenen werden werden vom BfS gesammelt, ausgewertet und öffentlich under _Datanliizenz Deutschland_ zur Verfügung gestellt. -Für weitere Informationen zur ODL siehe https://odlinfo.bfs.de/。 +请参阅 ODL siehe 的信息。 -Dieser Adapter läd die aktuellen 1-Stunden-Mittelwerte der Messdaten direkt über die [BfS 官方日期](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html)。 Das BfS ist Urheber der vom Adapter verwendeten Daten。 -Alle Daten werden in unveränderter Form, so wie sie von der Datenschnittstelle geliefert werden, vom Adapter bereitgestellt。 +Dieser Adapter läd die aktuellen 1-Stunden-Mittelwerte der Messdaten direkt über die [BfS 日期办公室](https://odlinfo.bfs.de/ODL/DE/service/datenschnittstelle/datenschnittstelle_node.html)。 Das BfS ist Urheber der vom Adapter verwendeten Daten。 +所有数据均以 Unveränderter 形式显示,因此请参阅数据表中的数据,将适配器置于其上。 -Wird ein aktivierter History-Adapter (_history_, _influxdb_ oder _sql_) für einen Werte-State erkannt, dann werden gegebenenfalls in der Historie fehlende Datenpunkte durch den Adapter automatisch nachgetragen, sodass sich vollständige Zeitreihen ergeben。 +激活历史适配器(_history_、_influxdb_ 或 _sql_),以便在状态发生时,在适配器自动执行历史数据时,该数据会落入其中,并自动执行该操作。 -Die aktuellen Messdaten werden von dem Adapter standardmäßig im Stundentakt aktualisiert。 Ein geringerer Aktualisierungsintervall ist meist nicht sinnvoll, da die zu Grunde liegenden Messdaten auf dem BfS-Server (abhängig von der Messstelle) größtenteils stündlich aktualisiert werden。 -Beim ersten Start des Adapters wird automatisch der Zeitpunkt für den Abruf der Daten angepasst, sodass nicht alle Installation die Daten zur gleichen Zeit abrufen und die Datenschnittstelle des BfS nicht unnötig belastet wird。 +请注意适配器标准的最新信息。在任何时间间隔内,BfS-Server (abhängig von der Messstelle) 都会产生重大影响。 +首先启动适配器以自动获取数据的时间,然后安装数据并在 BfS 上安装数据。 -[![屏幕截图 1](./docs/ioBroker-odl-01.png)](../../../en/adapterref/iobroker.odl/./docs/ioBroker-odl-01.png) +[![屏幕截图 1](./docs/ioBroker-odl-01.png)](../../../en/adapterref/iobroker.odl/docs/ioBroker-odl-01.png) + +[![截图2](./docs/ioBroker-odl-02.png)](../../../en/adapterref/iobroker.odl/docs/ioBroker-odl-02.png) -[![屏幕截图 2](./docs/ioBroker-odl-02.png)](../../../en/adapterref/iobroker.odl/./docs/ioBroker-odl-02.png) --- -**此适配器使用 Sentry 库自动向开发人员报告异常和代码错误。**有关更多详细信息以及如何禁用错误报告的信息,请参阅[Sentry 插件文档](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!从 js-controller 3.0 开始使用哨兵报告。 +**此适配器使用 Sentry 库自动向开发人员报告异常和代码错误。** 有关更多详细信息以及如何禁用错误报告的信息,请参阅[Sentry-插件文档](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!从 js-controller 3.0 开始使用 Sentry 报告。 ## Changelog + +### 3.0.1 (2023-09-27) + +* (crycode-de) Node.js >= 16 is required +* (crycode-de) Fixed issue with history adapters +* (crycode-de) Updated dependencies + +### 2.0.5 (2022-04-24) + +* (crycode-de) Fixed spelling issue in german translation +* (crycode-de) Updated dependencies + +### 2.0.4 (2022-04-09) + +* (crycode-de) Added info message about breaking changes when upgrading from <2.0.0 to >=2.0.0 + ### 2.0.3 (2022-03-23) * (crycode-de) Optimized Sentry integration in admin @@ -79,48 +99,60 @@ Beim ersten Start des Adapters wird automatisch der Zeitpunkt für den Abruf der * (crycode-de) Use weblate for translations ### 1.1.4 (2021-01-16) + * (crycode-de) Updated BfS logo * (crycode-de) Updated dependencies ### 1.1.3 (2020-12-31) + * (crycode-de) Fixed issue when log is not available at startup timeout ### 1.1.2 (2020-12-23) + * (crycode-de) Fix objects parameters for objects created before v1.1.1 ### 1.1.1 (2020-12-23) + * (crycode-de) Fixed issue creating odl state object ### 1.1.0 (2020-12-21) + * (crycode-de) Added Sentry error reporting * (crycode-de) Updated dependencies ### 1.0.7 (2020-10-14) + * (crycode-de) Added timeout to force exit the adapter after 10 minutes in case of any problems * (crycode-de) Updated dependencies ### 1.0.6 (2020-10-01) + * (crycode-de) Hopefully fixed a bug where adapter did not exit as expected * (crycode-de) Updated dependencies ### 1.0.5 (2020-02-05) + * (crycode-de) Use of `extendObject` to update names of existing objects. ### 1.0.4 (2020-02-03) + * (crycode-de) Updated connectionType and dataSource in io-package.json. ### 1.0.3 (2020-01-23) + * (crycode-de) Added `connectionType` in `io-package.json` and updated dependencies. ### 1.0.2 (2019-10-22) + * (crycode-de) Minimum required js-conntroller version is now 1.5.7 ### 1.0.1 (2019-10-14) + * (crycode-de) initial release ## License -Copyright (c) 2019-2022 Peter Müller +Copyright (c) 2019-2023 Peter Müller Data (c) [German Federal Office for Radiation Protection (Bundesamt für Strahlenschutz, BfS)](https://www.bfs.de/), [Data licence Germany – attribution – Version 2.0](http://www.govdata.de/dl-de/by-2-0) diff --git a/docs/zh-cn/adapterref/iobroker.pylontech/README.md b/docs/zh-cn/adapterref/iobroker.pylontech/README.md new file mode 100644 index 000000000..bd1f36ba0 --- /dev/null +++ b/docs/zh-cn/adapterref/iobroker.pylontech/README.md @@ -0,0 +1,434 @@ +--- +translatedFrom: en +translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.pylontech/README.md +title: ioBroker.pylontech +hash: lMrEcgKOI0WwWXaz0YMgU5U2JLCFuiaD1Bf6mYvANPo= +--- +![标识](../../../en/adapterref/iobroker.pylontech/media/logo.png) + +![NPM版本](https://img.shields.io/npm/v/iobroker.pylontech.svg) +![下载](https://img.shields.io/npm/dm/iobroker.pylontech.svg) +![安装数量](https://iobroker.live/badges/pylontech-installed.svg) +![稳定存储库中的当前版本](https://iobroker.live/badges/pylontech-stable.svg) +![国家公共管理](https://nodei.co/npm/iobroker.pylontech.png?downloads=true) + +# IoBroker.pylontech +**测试:** ![测试与发布](https://github.com/PLCHome/ioBroker.pylontech/workflows/Test%20and%20Release/badge.svg) + +## IoBroker 的 pylontech 适配器 +通过控制台查询 pylontech 电池的电压和状态。我不隶属。 + +**请注意,您构建或连接的所有内容始终由您负责。该适配器的开发商对任何损坏不承担任何责任!** + +## 怎么运行的 +该适配器用于确定 Pylontech 阵列的健康状态和功能,该阵列可由一节或最多十五块电池组成。 +该适配器不用于控制电池。这是充电和电源装置或逆变器的一部分。 +电池具有提供 RS232 或 V24 接口的控制台连接。该适配器通过串行接口与其连接。 +第一个电池提供所有数据并通过上行链路询问其他电池。 +注意,无法直接连接 Raspberry 或 ESP。 RS232 接口没有 TTL 电平,也不设计用于 3 伏或 5 伏电压。连接时需要电平转换器。您将在下面找到施工说明。 + +## 连接需要什么? +连接需要电缆和串行转换器。 +串行连接需要三根线 rxd、txd 和地。 + +Rxd 和Txd 必须交叉。以便一个发送 (Txd) 的内容可以被另一个接收 (Rxd)。需要接地才能建立电压并启动电流。 + +### 串行连接电缆 +Pylontech 随着时间的推移更换了电池上的 RJ 插头。 +一开始有一个像电话一样的RJ11插头。现在网络连接就像RJ45一样。 +下图显示了电缆上的标准九针 D-SUB 母连接器。 +该电缆可通过 USB 端口与 RS232 转 USB 适配器轻松连接。 +只有阵列中的第一个电池提供所有信息。您只需要一根电缆和一个串口 + +#### RJ45 +| RJ45 |信号|数字SUB |信号| +| ---- | ------ | ---- | ------ | +| 8 |地面| 5 |地面| +| 3 |发送 | 2 |接收 | +| 6 |接收 | 3 |发送 | + +![RJ45](../../../en/adapterref/iobroker.pylontech/media/8p.jpg) + +#### RJ11 / RJ12 +RJ11 和 RJ12 连接器尺寸相同。 RJ11 只有四个触点,RJ12 有六个触点。 RJ11的触点位于插头的中间,这就是它们计数方式不同的原因。从物理上讲,触点位于同一位置。 + +| RJ11 | RJ12 |信号|数字SUB |信号| +| ------ | ------ | ------ | ---- | ------ | +| 1 或 4 | 2 或 5 |地面| 5 |地面| +| 3 | 4 |发送 | 2 |接收 | +| 2 | 3 |接收 | 3 |发送 | + +![RJ11/RJ12](../../../en/adapterref/iobroker.pylontech/media/4p.jpg) + +Cisco 路由器有带 USB 端口的 RJ45 控制台电缆。这些没有兼容的占用。不过,只要有一点经验,就可以更换 RJ45 插头。 + +请注意,由于 115200 波特的 RS232 连接传输速率相对较高,因此电缆不能特别长。 + +|最大限度。波特率|最大限度。长度| +| ----------- | ----------- | +| 2400 | 2400 900m | +| 4800 | 300m | +| 9600 | 9600 152m | +| 19.200 | 19.200 15m | +| 57.600 | 57.600 5m| +| **115.200** | **2米** | + +如果附近没有 USB 端口,您可以使用 ESP 构建一个串口转 WiFi 适配器。 + +这些适配器采用一种 Telnet 方式,本质上是通过 WiFi 扩展串行接口。这里重要的是安装串行接口的驱动程序模块。例如。 MAX3232。请注意电压,但大多数都是3V。 + +#### Raspi 与 MAX +由于Raspberry还提供了3V的TTL接口,因此您还可以在此处连接MAX3232。 + +![拉斯皮与 MAX](../../../en/adapterref/iobroker.pylontech/media/rpicom.jpg) + +阅读更多http://www.savagehomeautomation.com/projects/raspberry-pi-rs232-serial-interface-options-revisit.html + +#### 在 Linux (Debian / Raspi) 上查找端口 +在 Linux 下,可以设置连接 USB 串行转换器的端口的链接。 +然后可以为设备分配描述性名称。 + +``` +$ ls -l /dev +crw-rw---- 1 root dialout 188, 0 29. Sep 21:32 ttyUSB0 +lrwxrwxrwx 1 root root 7 29. Sep 21:32 ttyUSB_pylontech -> ttyUSB0 +``` + +如果 USB 转换器有序列号,则可以确定该序列号。 + +``` +$ udevadm info -a /dev/ttyUSB0 | grep ATTRS{serial} + ATTRS{serial}=="thisisit" +``` + +如果这里没有序列号,你就输了。请确保适配设备ttyUSBx。 + +创建一个新的配置文件。使用您选择的编辑器,VI 也是可以的。 + +``` +sudo nano /etc/udev/rules.d/20_pylontech.rules +``` + +具有以下内容 + +``` +# File: /etc/udev/rules.d/20_pylontech.rules +# FTDI USB <-> Serial +SUBSYSTEM=="tty", \ +ATTRS{serial}=="thisisit", \ +SYMLINK+="ttyUSB_pylontech" +``` + +然后您应该重新启动 udev 并断开并重新连接设备一次。 + +``` +sudo /etc/init.d/udev restart +``` + +### Com 通过 TCP +而不是本地连接: + +``` ++--------+ comport +----------+ +| DEVICE | ~~~~~~~~~~ | ioBroker | ++--------+ +----------+ +``` + +该适配器是否也支持网络连接: + +``` ++--------+ comport +--------+ network +----------+ +| DEVICE | ~~~~~~~~~~ | SERVER |========....==========| ioBroker | ++--------+ +--------+ +----------+ +``` + +#### ESP 与 MAX +有几个项目将 ESP 或 ESP32 连接到 Telnet。请记住MAX。如果 MAX 变热,则可能是 5V 信号电平太高,因为您使用的是 3.3V 型号,或者您已将 3.3V 版本连接到 5V 工作电压。 + +以下是一些示例: ESP-LINK:https://github.com/jeelabs/esp-link + +ESP-Serial-Bridge:https://github.com/yuri-rage/ESP-Serial-Bridge + +WiFi 串行端口:https://www.instructables.com/Serial-Port-Over-WiFi/ + +#### Linux 到网络 +您可以使用 ser2net 通过网络共享 PC 或迷你 Raspi 的端口。 + +``` +sudo apt-get ser2net #install +sudo vim /etc/ser2net.conf #configure +ser2net #run service +``` + +与上面的 Windows 设置相对应的配置行(对于 /etc/ser2net.conf) + +``` +7000:telnet:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT remctl +``` + +RFC 以下是上述配置的设置。设备端口为7000。 + +- 7000 - 端口 +- /dev/ttyUSB0 - 串口名称 +- 115200 ... - 波特率等(实际上你可以跳过它,因为 remctl) +- remctl - 表示使用自 RFC2217 起的远程端口配置 + +更多信息可以在这里找到:https://gist.github.com/DraTeots/e0c669608466470baa6c + +#### 准备好硬件 +有现成的硬件可以通过 wifi 和/或 LAN 连接。只要它使用透明的 TCP 服务器就应该可以工作。 + +例子: + +- Waveshare RS232/485 转 ETH(适用于欧盟) + +## 不管怎样,如果您有任何需要,也可以在ioBroker论坛通过PM联系我。 +另一个提示:USB 串行转换器有便宜的也有昂贵的。名称中带有 CHxxx PLxxx 和 CPxxx 的转换器没有任何识别特征。如果你连接其中两个,然后交换端口或第一次启动,你就不再知道谁是谁。因此,最好选择带有 FTDI 和序列号的好产品。还有一些不错的串行转换器,没有 FTDI 芯片,但有序列号。 + +### 已测试的硬件 +我还处于开始阶段。 +测试了什么: + +#### RS232 至 ioBroker +|通讯硬件|类型 |正在工作 |评论 | +| ----------------------------------- | ------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +|串口转USB |本地|是的 |适配器有多种芯片可供选择。根据型号的不同,如果适配器没有序列号并且连接了多个适配器,则可能会出现识别问题。 Windows 已为每个 USB 插头分配一个 COM 端口。 | +| LogiLink AU0034 |本地 |是的 | | +| ESP-LINK |网络|是的 |为设备分配网络中的 IP。检查传输速度 115200 8 N 1. 其他一切保持不变。记得使用像 MAX | 这样的转换器。 | +| Waveshare RS232/485 转 ETH(适用于欧盟)|网络|是的 |为设备分配网络中的 IP。检查传输速度 115200 8 N 1. 其他一切保持不变。使用 RS232 SUBD 端口。 | + +#### 电池 +| Pylontech模型|型号|固件|正在工作 |评论 | +| ---------------- | ----- | ------------- | ---------- | ------------------------------------------ | +| 5000 美元 |美国 | V1.3 22-08-10 |很好| | +| US2000C |美国 | V2.6 21-09-26 |很好| | +| 2000 美元 (US2KBPL) |美国 | V2.8 21-04-29 |很好|温度仅增加一度 | +|力 H2 |力| V1.5 21-06-18 |测试中 | | + +如果您使用硬件,请在论坛或 Github 上给我写信作为问题。我们很乐意继续这份清单。 + +ioBroker论坛:https://forum.iobroker.net/topic/68707 + +### 联系 +只有数组中的第一个 Accu 提供所有信息。如果您将此适配器连接到以下 Accu 之一,它将不再工作,因为此 Accu 无法响应所有请求。 + +请注意:**RS485 和 Canbus 接口不适用于此适配器。他们说不同的语言。** + +![电池组](../../../en/adapterref/iobroker.pylontech/media/battery_stack.JPG) + +## 管理界面 +ioBroker 管理界面中的设置: + +### 联系 +#### 连接通过 +您可以选择本地设备,即本地连接到计算机的接口,例如USB 转换器,或 TCP-IP 网络服务器作为接口。 + +选项: + +- 本地设备 +- 网络设备 + +### 本地设备 +仅当在“连接方式”中选择“本地设备”时,才会显示以下字段。 + +#### 本地设备路径 +如果选择“本地设备”,则必须设置路径或端口。 NodeJs在Linux中思考,所以如果没有找到指定的windows设备也会报告path not found。标准设备由适配器搜索并作为选择列表提供,但这仅在适配器运行时才有效,因为这需要与实例通信。仅提供设备,没有替代设备标识符,也没有 unicname,但可以手动输入这些设备。 +请参阅本地接口部分。 + +####传输速度 +可以在这里设置传输速度。在较新的型号上,此值设置为 115200。对于旧型号,为 1200。如果未建立连接,您可以尝试适配器是否以 1200 运行。如果是这种情况,可以使用状态“pylontech.-n- .config.set_speed”将速度设置为 115200。然后必须将适配器速度设置回 115200。 + +### 网络设备 +仅当在“连接方式”中选择了网络设备时,才会显示以下字段。 +尚无法建立加密网络连接。 + +#### 网络主机 +在此输入 com 服务器的名称。名称开头没有 http 或类似内容。可以输入 IP 地址或名称,例如 ESP-LINK.FRITZ.BOX。对于 DHCP 设备,请注意 IP 地址可能会更改。 + +#### 网络端口 +为了建立通信,必须指定服务器提供通信的端口。例如,对于 ESP-Link,该值为 23。 + +####传输速度 +必须在网络设备上设置速度。 + +### 循环时间(分钟) +可以在此处设置循环时间。我个人认为 5 分钟足以了解电池是否工作正常。请注意,电池应主要与逆变器通信,而不是与调试器通信。 + +### 模型 +您可以在此处选择型号。您目前可以在 US 和 Force 之间进行选择。你不能摧毁任何东西。因此,请随意测试您的 Pylontech 正在运行的设置。还有一些列在兼容性列表的顶部。如果不行,您可以通过ioBroker论坛联系我,我们可以看看为什么无法读取数据。 + +ioBroker论坛:https://forum.iobroker.net/topic/68707 + +### 确定为 US 模型读取哪些数据 +如果由于适配器请求电池无法提供的数据而发生错误,则可以在此处停止请求。该适配器是在重新设计的基础上构建的,因此我可能需要做出改进。 +如果您的对象太多,您也可以减少此处的数据。 + +#### 下载电池数据 +仅当在此处设置时,命令“bat -n-”才会写入控制台。 + +#### 下载电池的健康状态 +仅当在此处设置时,命令“soh -n-”才会写入控制台。 + +#### 下载电池信息数据 +命令“info -n-”始终写入控制台。您可以在此处找到有关各个电池的序列号的信息。对象树需要它。如果关闭,信息将不会传输到 ioBroker。 + +#### 下载日志数据 +仅当在此处设置时,命令“log”才会写入控制台。 + +#### 下载电池电量数据 +“pwr”命令始终写入控制台。仅当在此处设置时,命令“pwr -n-”才会写入控制台。您可以在此处找到有关各个电池位置的信息。对象树需要它。如果关闭此功能,则来自“pwr”命令的信息不会传输到 ioBroker,并且不会发出“pwr -n-”命令。 + +#### 下载电池统计数据 +仅当在此处设置时,命令“stat -n-”才会写入控制台。 + +#### 下载时间信息 +仅当在此处设置时,命令“time”才会写入控制台。 + +### 确定为模型 Force 读取哪些数据 +如果由于适配器请求电池无法提供的数据而发生错误,则可以在此处停止请求。该适配器是在重新设计的基础上构建的,所以我可能需要做出改进。 +如果您的对象太多,您也可以减少此处的数据。 + +#### 下载电池数据 +仅当在此处设置时,命令“bat”才会写入控制台。 + +#### 下载电池的健康状态 +仅当在此处设置时,命令“soh”才会写入控制台。 + +#### 下载电池信息数据 +仅当在此处设置时,命令“info”才会写入控制台。 + +#### 下载日志数据 +仅当在此处设置时,命令“log”才会写入控制台。 + +#### 下载电池电量数据 +仅当在此处设置时,命令“pwr”才会写入控制台。 + +#### 下载电池统计数据 +仅当在此处设置时,命令“stat”才会写入控制台。 + +####下载电池系统信息数据 +仅当在此处设置时,命令“sysinfo”才会写入控制台。 + +#### 下载单位数据 +仅当在此处设置时,“命令单元”才会写入控制台。 + +#### 下载时间信息 +仅当在此处设置时,命令“time”才会写入控制台。 + +## US 模型的值和操作 +几乎所有测量值都以毫(千分之一)为单位存储在这里。 + +- 毫摄氏度 +- 毫安 +- 毫安小时 + +大多数值必须除以千才能查看。 + +### 通道-SN-.battery-nn- +这里存储了以下命令的信息 + +- 命令“所以-n-” +- 命令“bat -n-” + +### 频道-SN-.info +这里存储了以下命令的信息 + +- 命令“信息-n-” + +### 通道-SN-.power +这里存储了以下命令的信息 + +- 命令“pwr” +- 命令“pwr -n-” + +### 通道-SN-.statistic +这里存储了以下命令的信息 + +- 命令“stat -n-” + +## Force 模型的值和操作 +去做 + +### 通道配置 +#### 状态 set_speed +您可以将“set_speed”状态写入“true”而无需确认。在较旧的型号上,会向电池发送一条命令来纠正速度。对于较新的型号,会返回错误消息。 +写入命令时,Ack 设置为 true。 + +### 美国频道信息 +#### 状态连接 +如果适配器能够建立通信则为 true + +#### 状态-n-.connected +当找到电池时设置为 true。 + +#### 状态-n-.条形码 +包含条形码(序列号),用于跟踪哪个电池安装在电池组的哪个位置。 + +### 频道日志 +日志通道包含31个通道,包含最近31条日志信息。 neuset始终位于31,然后当有新消息时被下推。 + +### 频道时间 +#### 状态 ds3231、rtc 或时间 +从逆变器读取的时间存储在这里。在 US3000 上,它称为 RTC,在旧的 VS2000 上,它称为 ds3231。如果您写入时间,您的时间将转移到电池中,并且电池时间将被调整。 + +#### 状态集 +如果为 true 且未写入 ack 来设置,则将当前时间发送到 Pylontech。当命令执行后,状态设置为 ack = true。 + +### 频道信息 力量 +#### 状态连接 +如果适配器能够建立通信则为 true + +### 频道日志 +日志通道包含31个通道,包含最近31条日志信息。 neuset始终位于31,然后当有新消息时被下推。 + +### 频道时间 +#### 状态 ds3231、rtc 或时间 +从逆变器读取的时间存储在这里。在 US3000 上,它称为 RTC,在旧的 VS2000 上,它称为 ds3231。如果您写入时间,您的时间将转移到电池中,并且电池时间将被调整。 + +#### 状态集 +如果为 true 且未写入 ack 来设置,则将当前时间发送到 Pylontech。当命令执行后,状态设置为 ack = true。 + +## Changelog + +### 0.0.6 (09.10.2023) + +- (PLCHome) The sent command was recognized from the response. Now the command is passed to the parser. + +### 0.0.5 (05.10.2023) + +- (PLCHome) Implemenmt the force H2. Thanx to radi for suppoting this project! + +### 0.0.4 (04.10.2023) + +- (PLCHome) Removed RFC2217. +- (PLCHome) Changed interval to this.interval. +- (PLCHome) Change the connection procedure to catch the exception. + +### 0.0.3 + +- (PLCHome) initial release + +## License + +MIT License + +Copyright (c) 2023 PLCHome + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/zh-cn/adapterref/iobroker.pylontech/media/4p.jpg b/docs/zh-cn/adapterref/iobroker.pylontech/media/4p.jpg new file mode 100644 index 000000000..2f1ad6b5d Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.pylontech/media/4p.jpg differ diff --git a/docs/zh-cn/adapterref/iobroker.pylontech/media/8p.jpg b/docs/zh-cn/adapterref/iobroker.pylontech/media/8p.jpg new file mode 100644 index 000000000..883211238 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.pylontech/media/8p.jpg differ diff --git a/docs/zh-cn/adapterref/iobroker.pylontech/media/battery_stack.JPG b/docs/zh-cn/adapterref/iobroker.pylontech/media/battery_stack.JPG new file mode 100644 index 000000000..7badd2ce9 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.pylontech/media/battery_stack.JPG differ diff --git a/docs/zh-cn/adapterref/iobroker.pylontech/media/logo.png b/docs/zh-cn/adapterref/iobroker.pylontech/media/logo.png new file mode 100644 index 000000000..385ca4a3d Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.pylontech/media/logo.png differ diff --git a/docs/zh-cn/adapterref/iobroker.pylontech/media/rpicom.jpg b/docs/zh-cn/adapterref/iobroker.pylontech/media/rpicom.jpg new file mode 100644 index 000000000..19b9b2917 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.pylontech/media/rpicom.jpg differ diff --git a/docs/zh-cn/adapterref/iobroker.ring/README.md b/docs/zh-cn/adapterref/iobroker.ring/README.md index 3dd16486a..e56fcea94 100644 --- a/docs/zh-cn/adapterref/iobroker.ring/README.md +++ b/docs/zh-cn/adapterref/iobroker.ring/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.ring/README.md title: 环形适配器 -hash: Y4VqKG2x6vjJ2uLpp4Zd3FM/Smz5DPCI4zYhLSVLzuw= +hash: wBvVgVDQ5C1q5LAueoWqrfBt+F8w8nmPwlZD884QKok= --- ![标识](../../../en/adapterref/iobroker.ring/admin/ring.png) @@ -15,12 +15,13 @@ hash: Y4VqKG2x6vjJ2uLpp4Zd3FM/Smz5DPCI4zYhLSVLzuw= ![国家公共管理](https://nodei.co/npm/iobroker.ring.png?downloads=true) # 环形适配器 -需要 Admin v4 和`node 16.x`。 - -Ring 适配器可与 Ring 视频门铃和 Ring Cam 等 Ring 设备配合使用,并显示是否有人按门铃或是否检测到运动。如果检测到运动或门铃,环形视频门铃或摄像头会发送视频流。 +Ring 适配器可与 Ring 视频门铃和 Ring Cam 等 Ring 设备配合使用,并显示是否有人按门铃或是否检测到运动。 +如果检测到运动或门铃,环形视频门铃或摄像头会发送视频流。 ## 安装和配置 -安装适配器后,您必须输入您的 [环网](https://ring.com) 帐户的电子邮件和密码以及令牌。 Ring 现在要求所有帐户使用双因素身份验证 (2fa)。要获取令牌,请在您的 shell 上执行以下操作。 +安装适配器后,您必须输入您的令牌。 +Ring 现在要求所有帐户使用双因素身份验证 (2fa)。 +要获取令牌,请在您的 shell 上执行以下操作。 ```shell npx -p ring-client-api ring-auth-cli @@ -46,308 +47,254 @@ node ring-auth-cli ### 常问问题 #### 我没有收到有关运动或检测到的人的事件、快照和视频 -恭喜,您当前的令牌很可能已被按环列入黑名单,从而拒绝您需要的推送通知。 -解决此问题的最佳方法是删除环网站上任何以前的浏览器/适配器令牌,并为适配器生成新令牌。 +恭喜,您当前的令牌很可能已被环列入黑名单,从而拒绝您需要的推送通知。 +解决此问题的最佳方法是删除环网站上以前的任何浏览器/适配器令牌,并为适配器生成新令牌。 -为了使该适配器对事件做出正确反应,Ring 必须将推送通知发送到所使用的 [环API客户端](https://github.com/dgreif/ring),以便该适配器对其做出反应。该适配器中的逻辑经过多次检查并且适用于大量用户,因此如果您遇到有关丢失事件的问题,则不太可能是该适配器的故障。 +为了使该适配器能够正确地对事件做出反应,Ring 必须将推送通知发送到所使用的 [环API客户端](https://github.com/dgreif/ring),以便该适配器对其做出反应。该适配器中的逻辑经过多次检查并且适用于大量用户,因此如果您遇到有关丢失事件的问题,则不太可能是该适配器的错误。 ### V3 重写重大更改 -1. 设备名称通过其描述进行扩展(例如来自“设备 1234567” - - 至`Device 1234567 ("Floodlight Garden")`) - +1. 设备名称通过其描述进行扩展(例如,从“设备 1234567”到“设备 1234567(“Floodlight Garden”)”) 2. 快照/直播数据现在位于各自的通道中,包含其他数据点。 3.快照/直播对象从meta类型更改为file类型的state。 -4. 事件(运动、叮等)现在位于各自的频道中。 +4. 事件(运动、叮等)现在位于相应的频道中。 5. 由于“ring-api”放弃了对“v16.x”之前的节点的支持,此适配器需要“node v16.x”或“node v18.x” -6. 由于我们正在监听/对事件做出反应,主动刷新减少到每 2 小时一次。 +6. 由于我们正在监听/响应事件,主动刷新减少到每 2 小时一次。 ### SIP(版本 3.x 之前) 您可以通过 SIP 客户端使用 SIP 信息进行 SIP 视频会议。 适配器不会提供所有环设备,因为使用的 API 不包括所有环设备。 -例如,您可以在 [http://icanblink.com/](http://icanblink.com/) 上使用 Blink SIP 客户端。要使视频正常工作,请进入 Blink 的首选项,在“帐户”下,将选项卡切换到“媒体”,然后取消选择“RTP 选项”下的“加密音频和视频”。请注意,SIP 信息会在几秒钟后过期!希望我很快就能支持视频流。遗憾的是,[环网](https://ring.com) 没有支持此功能的官方 API。 +例如,您可以在 [http://icanblink.com/](http://icanblink.com/) 上使用 Blink SIP 客户端。 +要使视频正常工作,请进入 Blink 的首选项,在“帐户”下,将选项卡切换到“媒体”,然后取消选择“RTP 选项”下的“加密音频和视频”。 +请注意,SIP 信息将在几秒钟后过期!希望我很快就能支持视频流。 +遗憾的是,[环网](https://ring.com) 没有支持此功能的官方 API。 如果您按下 `livestream request` 按钮,您将获得用于建立 SIP 视频呼叫会话的新 SIP 信息。 -如果您使用[环网](https://ring.com)云,您会在历史记录下找到指向您上次动作/门铃录制视频的http链接。 +如果您使用[环网](https://ring.com)云,您会在历史记录下找到指向您上次运动/门铃录制视频的http链接。 ## Changelog - -### 5.0.0-alpha.0 (2023-09-16) +### 5.0.0 (2023-10-10) +* (bluefox) migrated the configuration to JSON +* (crocri) many changes for livestream and high-definition screenshots +* (theimo1221) Refactoring and cleanup +### 5.0.0-Beta (2023-10-10) * (crocri) Ding event is now working again for Ring-Intercom * (crocri) auto livestream creation takes now value from config, before fix -* (crocri) snapshot now async, because snapshot and livestream in parallel does not work +* (crocri) snapshot now async, because snapshot and livestream in parallel do not work * (crocri) livestream duration now settable via tree entry will be auto reset via livestream request. * (crocri) two new config entries auto_livestream and auto_snapshot to disable auto creation of livestream and snapshot. * (crocri) some minor corrections to code * (crocri) Removed binary States -* (crocri) Improvements for vis compatibility +* (crocri) Improvements for vis compatibility done * (theimo1221) Refactoring and cleanup -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 4.0.0 (2023-08-22) - * (theimo1221) !!Breaking Change!! From now on Node 18 or 20 is required, Node 16 is not supported anymore -* (theimo1221) Update Ring-Api to V12 which needs Node 18 or 20 -* (theimo1221) Update Packages +* (theimo1221) Updated Ring-Api to v12 which needs Node 18 or 20 +* (theimo1221) Updated Packages ### 3.4.1 (2023-08-06) - * (theimo1221) Compliance to adapter-checker -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) Debounce Doorbell Presses -* (theimo1221) Add Support for cocoa_doorbell_v2 -* (theimo1221) Add Support for stickup_cam_longfin -* (theimo1221) Fix compatibility and recompile +* (theimo1221) Added Support for cocoa_doorbell_v2 +* (theimo1221) Added Support for stickup_cam_longfin +* (theimo1221) Fixed compatibility and recompile ### 3.4.0 (2023-06-09) - -* (theimo1221) Update Packages (which allows node 20 now) +* (theimo1221) Updated Packages (which allows node 20 now) ### 3.3.1 (2023-05-18) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.3.0 (2023-04-02) - -* (theimo1221) Update Packages -* (theimo1221) Device with Type stickup_cam_longfin not yet supported #483 +* (theimo1221) Updated Packages +* (theimo1221) Device with Type stickup_cam_longfin didn't yet support #483 ### 3.2.7 (2023-03-22) - -* (foxriver76) prepare js-controller v5 +* (foxriver76) prepared js-controller v5 ### 3.2.6 (2023-02-18) - -* (theimo1221) Improve behaviour on initial Location load fail -* (theimo1221) Update Packages +* (theimo1221) Improve behavior on initial Location load fail +* (theimo1221) Updated Packages ### 3.2.5 (2023-01-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.2.4 (2022-12-15) - * (theimo1221) #385 Fix for Unlock Request on intercoms ### 3.2.3 (2022-12-15) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #385 Experimental Ring Intercom support ### 3.2.2 (2022-12-02) - -* (theimo1221) #373 Fix event receiving for iobroker instances without unique hostname +* (theimo1221) #373 Fix event receiving for iobroker instances without a unique hostname ### 3.2.1 (2022-12-02) - * (theimo1221) Redeploy ### 3.2.0 (2022-12-02) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages * (theimo1221) #373 Increase logging and change recording order on Doorbell Event ### 3.1.9 (2022-11-20) - * (theimo1221) #395 Resolve Package-lock.json issues ### 3.1.8 (2022-11-20) - -* (theimo1221) Update Packages -* (theimo1221) Compliance to newest ring api version +* (theimo1221) Updated Packages +* (theimo1221) Compliance to the newest ring api version ### 3.1.7 (2022-10-28) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.6 (2022-10-28) - * (theimo1221) Inline subscription instead of properties for Event observer ### 3.1.5 (2022-10-16) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.4 (2022-10-16) - * (theimo1221) #376 Handling when reconnect fails ### 3.1.3 (2022-10-04) - -* (theimo1221) Update Packages +* (theimo1221) Updated Packages ### 3.1.2 (2022-09-22) - -* (theimo1221) Update Packages -* (theimo1221) Fix an issue with floodlight control +* (theimo1221) Updated Packages +* (theimo1221) Fixed an issue with floodlight control ### 3.1.1 (2022-08-11) - -* (theimo1221) Improve Doorbell Event Logging +* (theimo1221) Improved Doorbell Event Logging ### 3.1.0 (2022-08-04) - * (bluefox) Allowed to be used with node.js 18 ### 3.0.5 (2022-07-05) - -* (theimo1221) Improve Log Message on failed Snapshots during event handling -* (theimo1221) Add Support for doorbell oyster +* (theimo1221) Improved Log Message on failed Snapshots during event handling +* (theimo1221) Added Support for doorbell oyster ### 3.0.4 (2022-06-17) - -* (theimo1221) Fix Edge Case resulting in lamps being permanently on +* (theimo1221) Fixed Edge Case resulting in lamps being permanently on ### 3.0.3 (2022-06-16) - -* (theimo1221) Implement location mode +* (theimo1221) Implemented location mode ### 3.0.1 (2022-06-08) - * (bluefox) Changed the russian translations ### 3.0.0-beta.13 (2022-05-30) - -* (theimo1221) Prevent missing of events, due to socket drop within ring-api-client -* (theimo1221) Improve device logging readability +* (theimo1221) Prevented missing of events, due to a socket drop within ring-api-client +* (theimo1221) Improved device logging readability ### 3.0.0-beta.12 (2022-05-28) - -* (theimo1221) Fix error in beta.11 in regard to new installations +* (theimo1221) Fixed error in beta.11 in regard to new installations * (theimo1221) Harden Event Handling to prevent rare permanent busy occasions -* (theimo1221) Add support for doorbell device `doorbell_graham_cracker` +* (theimo1221) Added support for doorbell device `doorbell_graham_cracker` ### 3.0.0-beta.11 (2022-05-24) - -* (theimo1221) Add processing of new token provided by ring. +* (theimo1221) Added processing of new token provided by ring. ### 3.0.0-beta.10 (2022-05-24) - -* (theimo1221) Add `lpd_v4` Doorbell +* (theimo1221) Added `lpd_v4` Doorbell ### 3.0.0-beta.9 (2022-05-21) - * (theimo1221) For stability reasons, perform an active refresh every 2 hours. ### 3.0.0-beta.8 (2022-05-17) - -* (theimo1221) Fix writing to iobroker-data/files folder (thx to Apollon) +* (theimo1221) Fixed writing to iobroker-data/files folder (thx to Apollon) ### 3.0.0-beta.7 (2022-05-16) - * (theimo1221) Prevent Crashes on unsupported devices ### 3.0.0-beta.6 (2022-05-16) - * (theimo1221) Record more events (without recording twice) -* (theimo1221) Improve snapshot deleting for initial snapshot after restart +* (theimo1221) Improved snapshot deleting for initial snapshot after restart ### 3.0.0-beta.5 (2022-05-14) - -* (theimo1221) Prevent crashes during installation by clearer enforcing of node 16 +* (theimo1221) Prevented crashes during installation by clearer enforcing of node 16 ### 3.0.0-beta.4 (2022-05-14) - * (theimo1221) Changes in io-package.json for release workflow ### 3.0.0-beta.3 (2022-05-14) - -* (theimo1221) Rewrite V3 (Breaking Changes listed below) -* (theimo1221) Update packages -* (theimo1221) Fix in GitHub release workflow +* (theimo1221) Rewrote V3 (Breaking Changes listed below) +* (theimo1221) Updated packages +* (theimo1221) Fixed in GitHub release workflow ### 2.0.0-beta.3 (2022-02-08) - -* (theimo1221) Fix adapter checker issues +* (theimo1221) Fixed adapter checker issues ### 2.0.0-beta.0 (2022-02-05) - -* (theimo1221) Update packages -* (theimo1221) Add JS-Controller 4.0 dependency +* (theimo1221) Updated packages +* (theimo1221) Added JS-Controller 4.0 dependency * (theimo1221) On ding --> First take snapshot then livestream ### 1.2.8 (2021-10-14) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.6 (2021-09-05) - -* (theimo1221) Update packages -* (theimo1221) Stop adapter on unhandled Error -* (theimo1221) Terminate adapter on invalid ring credentials +* (theimo1221) Updated packages +* (theimo1221) Stopped adapter on unhandled Error +* (theimo1221) Terminated adapter on invalid ring credentials ### 1.2.4-1 (2021-08-12) - -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.4-0 (2021-08-07) - * (theimo1221) Refactoring -* (theimo1221) Update packages +* (theimo1221) Updated packages ### 1.2.3 (2021-07-30) - -* (theimo1221) Update packages -* (theimo1221) Fix compatibility issues with new ring api +* (theimo1221) Updated packages +* (theimo1221) Fixed compatibility issues with new ring api ### 1.2.2 (2021-05-05) - -* (theimo1221) Update packages due to security patches +* (theimo1221) Updated packages due to security patches ### 1.2.1 (2021-04-09) - -* (theimo1221) Bump version +* (theimo1221) Bumped version ### 1.2.0 (2021-04-08) - -* (theimo1221) Add new device type spotlightw as doorbell -* (theimo1221) Update dependencies (ringapi, node-schedule, etc.) +* (theimo1221) Added new device type spotlightw as doorbell +* (theimo1221) Updated dependencies (ringapi, node-schedule, etc.) ### 1.1.6-3 (2021-03-29) - -* (theimo1221) Fix typo preventing Livestream recordings after motion detection -* (theimo1221) Reduce Levels of Log Messages, to not spam iobroker Log +* (theimo1221) Fixed typo preventing Livestream recordings after motion detection +* (theimo1221) Reduced Levels of Log Messages, to not spam iobroker Log ### 1.1.6-2 (2021-03-29) - * (theimo1221) Fixing some Issues while saving snapshots and place Snapshots within 'iobroker-data' Folder. ### 1.1.6-1 (2021-03-26) - * (theimo1221) Support for Floodlight V2 * (theimo1221) Control Floodlight by Switch ### 1.1.5 (04.11.2020) - -* (Stübi) Add floodlight +* (Stübi) Added floodlight ### 1.1.4 (23.05.2020) - -* (Stübi) Add new libraries +* (Stübi) Added new libraries ### 1.1.3 (06.05.2020) - * (Stübi) Fixed error of missing objects ### 1.1.2 (02.05.2020) - * (Stübi) Fixed health info like missing battery status (Issue #22, Issue #25) * (Stübi) Change error handling * (Stübi) Providing Stick Up Cam (BETA) * (Stübi) Using variables in the filename of the livestream or snapshot ### 1.1.1 (02.05.2020) - * (Stübi) Bugfixing * (Stübi) User can enable/disable external sentry logging ### 1.1.0 (01.05.2020) - * (Stübi) Node 10 is now required, Node 12 recommended. If you use Node 8 or less, the adapter will stop immediately. * (Stübi) Tested with js-controller 3. I recommend using js-controller 3 or higher because of sentry logging and more features in the future @@ -356,61 +303,47 @@ node ring-auth-cli * (Stübi) Old snapshots and livestreams can be deleted on the filesystem * (Stübi) Sentry logging added * (Stübi) Small improvements and bugfixing -* (Stübi) Add a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) +* (Stübi) Added a Two-Factor Auth (2fa) description (Issue #14, Issue #13, Issue #19) ### 1.0.7 (24.12.2019) - * (Stübi) Bugfixing ### 1.0.6 (20.12.2019) - * (Stübi) Bugfixing: Login with username and password changed -* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately the - snapshot / livestream does not work always! +* (Stübi) New feature (BETA): Now you can make snapshots in jpg and a livestream in mp4 format. Unfortunately, the snapshot / livestream does not always work! ### 1.0.5 (18.04.2019) - * (Stübi) Bugfixing * (Stübi) Using new API. With this API livestreaming and snapshots are possible (work still in progress and not supported in this version) * (Stübi) Fixed an error with js-controller 2.0. You need at least this version with js-controller 2.0 -* (Stübi) two face authentication +* (Stübi) Added two factory authentications ### 1.0.4 (17.04.2019) - * (Stübi) Bugfixing for Ring Pro ### 1.0.3 (09.03.2019) - -* (Stübi) Major change! I had to change the used ring.com API to an other API. The old one did not work anymore. For - this reason, a lot has to be redesigned. +* (Stübi) Major change! I had to change the used ring.com API to another API. The old one did not work anymore. For this reason, a lot has to be redesigned. ### 1.0.2 (01.02.2019) - * (Stübi) More debug information ### 1.0.1 (05.01.2019) - * (Stübi) Support js-controller compact mode ### 1.0.0 (04.01.2018) - -* (Stübi) Add camera device. For this reason, the device name changed from doorbot to doorbell. +* (Stübi) Added a camera device. For this reason, the device name changed from doorbot to doorbell. ### 0.1.3 (20.12.2018) - * (Stübi) Update error handling ### 0.1.2 (17.12.2018) - * (Stübi) Update error handling ### 0.1.1 (15.12.2018) - * (Stübi) Improvements ### 0.1.0 (14.12.2018) - * (Stübi) First Version ## License diff --git a/docs/zh-cn/adapterref/iobroker.robonect/README.md b/docs/zh-cn/adapterref/iobroker.robonect/README.md index 546919792..112b5f432 100644 --- a/docs/zh-cn/adapterref/iobroker.robonect/README.md +++ b/docs/zh-cn/adapterref/iobroker.robonect/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.robonect/README.md title: ioBroker.robonect -hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= +hash: 842IM/hSQUSnl0BAa8+OBHGQy13DqPRK5+0t+11FGLE= --- # IoBroker.robonect ![标识](../../../en/adapterref/iobroker.robonect/admin/robonect.png) @@ -14,7 +14,7 @@ hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= [![测试和发布](https://github.com/Grizzelbee/ioBroker.robonect/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/Grizzelbee/ioBroker.robonect/actions/workflows/test-and-release.yml) [![CodeQL](https://github.com/Grizzelbee/ioBroker.robonect/actions/workflows/codeql.yml/badge.svg)](https://github.com/Grizzelbee/ioBroker.robonect/actions/workflows/codeql.yml) -这是一款适用于支持 Robonect HX 的割草机的 ioBroker 适配器。 +这是一个 ioBroker 适配器,适用于支持 Robonect HX 的割草机。 * 已使用 Robonect v1.1b(使用 ZeroConf v1.4)和 Gardena R70Li 进行测试。 * 它还使用 Robonect v1.3b(使用 ZeroConf v1.9)和 Gardena R40Li 进行了测试。 @@ -23,9 +23,13 @@ hash: fLtDdh80TIOzEDo7FPBTZdzcAZMXJVrA9i+SE06hWFo= * 需要输入 Robonect 模块的 IP 地址(如 192.168.x.x)或主机名(如 robonect-D247BF)或完全限定域名(如 robonect-D247BF.fritz.box)。如果设置了用户名和密码,它们也是必需的。 * ioBroker.robonect 以不同的时间间隔轮询数据:默认情况下,状态信息每 60 秒(1 分钟)轮询一次,其他信息每 900 秒(15 分钟)轮询一次。 * 可以配置两个休息时间来防止轮询,例如中午和晚上。无需唤醒割草机(并使其发出蜂鸣声)即可轮询的信息仍将被轮询。 -* 对于每个 API 请求,都可以选择轮询间隔(状态或信息)或根本不轮询。 +* 对于每个 API 请求,可以选择轮询间隔(状态或信息)或根本不轮询。 * 推送服务:激活时选择适配器应侦听的 IP 地址和端口。 +### Robonect 的密码 +v1.3.0 之前的版本需要一个简单的密码 - 仅包含小写和大写字母以及数字。 +从 v1.3.0 开始,由于 HTTP 基本身份验证的实施,强密码成为可能。 + ### 推送服务 robonect 模块有一个名为“推送服务”的配置选项 - 它根据一些可配置事件推送状态信息。 激活后,如果发生其中一种事件,适配器将收到推送通知。激活此选项后,您可以使用比默认值更长的轮询间隔(例如,状态为 6-12 小时,信息为 24 小时)。 @@ -55,6 +59,27 @@ robonect 模块有一个名为“推送服务”的配置选项 - 它根据一 ### Work in progress * Add timePickers to Admin UI for rest times as soon as they work properly +### 1.3.3 (2023-10-04) + +* (grizzelbee) Chg: massive code refactoring +* (grizzelbee) Fix: Fixed false error message when PushService is listening to all IPv4 or IPv6 addresses +* (grizzelbee) Chg: Forcing pollType info for pushService when enabled it's enabled in config + +### 1.3.2 (2023-10-04) + +* (grizzelbee) Fix: Switching of extensions works now +* (grizzelbee) Fix: Fixed false error message when switching extensions + +### 1.3.1 (2023-10-02) + +* (grizzelbee) Chg: removed unnecessary Info log entries + +### 1.3.0 (2023-10-02) + +* (grizzelbee) Chg: [#28](https://github.com/Grizzelbee/ioBroker.robonect/issues/28) Changed authentication method from URL-Encoding to basic authentication +* (grizzelbee) Chg: [#27](https://github.com/Grizzelbee/ioBroker.robonect/issues/27) Improved error handling +* (grizzelbee) Upd: Dependencies got updated + ### 1.2.0 (2023-09-22) * (mcm1957) Fix: Adapter requires NodeJs >= 16.0.0 diff --git a/docs/zh-cn/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png b/docs/zh-cn/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png new file mode 100644 index 000000000..b4146c0e6 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.robonect/admin/Push-Service-Adapter.png differ diff --git a/docs/zh-cn/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png b/docs/zh-cn/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png new file mode 100644 index 000000000..83317f061 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.robonect/admin/Push-Service-Robonect.png differ diff --git a/docs/zh-cn/adapterref/iobroker.senec/README.md b/docs/zh-cn/adapterref/iobroker.senec/README.md index f295f3f67..ed330a31d 100644 --- a/docs/zh-cn/adapterref/iobroker.senec/README.md +++ b/docs/zh-cn/adapterref/iobroker.senec/README.md @@ -9,7 +9,7 @@ translatedFrom: de translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.senec/README.md title: ioBroker.senec -hash: n0udcB9LwDV3pNK2snIyndfuJomhJIy8fF/3PJqGuSM= +hash: lPhvRxmCZ97hIJebFR+ZOLkO2KlNPT2USj+qiRkRWE0= --- ![标识](../../../de/adapterref/iobroker.senec/admin/senec.png) @@ -115,39 +115,7 @@ Senec 目前不再提供通过 Web 界面影响调峰的可靠方法。为此, *只读布尔值,当ioBroker和Senec.Home建立连接时为true。* #### 频道:_calc -该通道包含计算值。目前这些是特定数据点的每日/每周/每月/每年值。 - -* xxx.ref日/周/月/年 - - |数据类型|权限| - |:---:|:---:| - |数量|W| - - *可更改的数字表示数据适用于哪一天/周/月/年。* - -* xxx.refValue/周/月/年 - - |数据类型|权限| - |:---:|:---:| - |数量|W| - - *可变数字指示计算当前值的参考值。* - -* xxx.今天/周/月/年 - - |数据类型|权限| - |:---:|:---:| - |数量|W| - - *代表相应数据点的当前日/周/月/年值的可变数字。* - -* xxx.昨天/上周/上个月/去年 - - |数据类型|权限| - |:---:|:---:| - |数量|W| - - *代表相应数据点前一天/周/月/年值的可变数字。* +该通道包含计算值。不再提供,因为 STATISTIC 不再可用。 #### 通道:BMS * BL[0-3] @@ -480,53 +448,7 @@ Senec 目前不再提供通过 Web 界面影响调峰的可靠方法。为此, *只读字符串,以纯文本形式指示系统状态。不幸的是,我们只有德语版的 Senec 文本。* #### 频道:统计 -* STAT_DAY_BAT_CHARGE - - |数据类型|权限| - |:---:|:---:| - |数字|R| - - *只读数字,表示今天电池中存储了多少千瓦时。* - -* STAT_DAY_BAT_DISCHARGE - - |数据类型|权限| - |:---:|:---:| - |数字|R| - - *可读数字仅表示今天从电池中移除了多少千瓦时。* - -* STAT_DAY_E_GRID_EXPORT - - |数据类型|权限| - |:---:|:---:| - |数字|R| - - *唯一可读的数字表示今天有多少千瓦时并入电网。* - -* STAT_DAY_E_GRID_导入 - - |数据类型|权限| - |:---:|:---:| - |数字|R| - - *仅可读数字,表示今天从电网消耗了多少千瓦时。* - -* STAT_DAY_E_HOUSE - - |数据类型|权限| - |:---:|:---:| - |数字|R| - - *仅供可读数字,表示今天的房屋消耗量(千瓦时)。* - -* STAT_DAY_E_PV - - |数据类型|权限| - |:---:|:---:| - |数字|R| - - *仅可读数字表明光伏系统今天发电了多少千瓦时。* +不复存在 #### 频道:SYS_UPDATE * NPU_IMAGE_VERSION @@ -551,7 +473,7 @@ Senec 目前不再提供通过 Web 界面影响调峰的可靠方法。为此, |:---:|:---:| |布尔值|R| - *仅可读的布尔值,指示更新是否可用(但是,这些由 Senec 提供并且也会自动安装)。* + *仅可读的布尔值,指示更新是否可用(但是,这些是由 Senec 提供的,并且也会自动安装)。* #### 频道:向导 * 应用程序_版本 @@ -595,6 +517,28 @@ Senec 目前不再提供通过 Web 界面影响调峰的可靠方法。为此, *仅可读文本指示任何壁箱 0-3 的序列号。* ## Changelog +### 1.6.7 (NoBl) +* Added option to turn off local polling. + +### 1.6.6 (NoBl) +* Node 16 required +* Bugfixes +* Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File +* Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT + +### 1.6.5 (NoBl) +* Added AllTime Statistics (trigger initial calculations in adapter settings) +* https is now default for new instances + +### 1.6.4 (NoBl) +* Bugfix (numbers are numbers again) + +### 1.6.3 (NoBl) +* Code optimization + +### 1.6.2 (NoBl) +* Added statistics values from API along with some own calculations. + ### 1.6.1 (NoBl) * Bugfixes diff --git a/docs/zh-cn/adapterref/iobroker.senec/media/pollingSettings.png b/docs/zh-cn/adapterref/iobroker.senec/media/pollingSettings.png new file mode 100644 index 000000000..68cb4f50b Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.senec/media/pollingSettings.png differ diff --git a/docs/zh-cn/adapterref/iobroker.snmp/README.md b/docs/zh-cn/adapterref/iobroker.snmp/README.md index c1d653457..5fbcf6f1c 100644 --- a/docs/zh-cn/adapterref/iobroker.snmp/README.md +++ b/docs/zh-cn/adapterref/iobroker.snmp/README.md @@ -2,8 +2,8 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.snmp/README.md -title: ioBroker.snmp文件 -hash: 1yP7vs9Mt7Gbp38LPAz5h80gqOA17FztE1p7MD0niAQ= +title: ioBroker.snmp +hash: 5fWBjXvIrO/ZnPzJQv6aytMx8BLt5umK8be2edSHF7M= --- ![标识](../../../en/adapterref/iobroker.snmp/admin/snmp.png) @@ -11,206 +11,186 @@ hash: 1yP7vs9Mt7Gbp38LPAz5h80gqOA17FztE1p7MD0niAQ= ![下载](https://img.shields.io/npm/dm/iobroker.snmp.svg) ![GitHub 存储库大小](https://img.shields.io/github/repo-size/iobroker-community-adapters/ioBroker.snmp) ![GitHub 提交活动](https://img.shields.io/github/commit-activity/m/iobroker-community-adapters/ioBroker.snmp) -![GitHub 自最新版本以来提交(按日期)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.snmp/latest) +![GitHub 自最新版本以来提交的内容(按日期)](https://img.shields.io/github/commits-since/iobroker-community-adapters/ioBroker.snmp/latest) ![GitHub 最后一次提交](https://img.shields.io/github/last-commit/iobroker-community-adapters/ioBroker.snmp) ![GitHub 问题](https://img.shields.io/github/issues/iobroker-community-adapters/ioBroker.snmp) -![NPM 版本](http://img.shields.io/npm/v/iobroker.snmp.svg) +![NPM版本](http://img.shields.io/npm/v/iobroker.snmp.svg) ![稳定存储库中的当前版本](https://iobroker.live/badges/snmp-stable.svg) ![安装数量](https://iobroker.live/badges/snmp-installed.svg) -#ioBroker.snmp +# IoBroker.snmp [![翻译状态](https://weblate.iobroker.net/widgets/adapters/-/snmp/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)

**版本:**

**测试:**
[![测试和发布](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/test-and-release.yml) [![CodeQL](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml/badge.svg)](https://github.com/iobroker-community-adapters/ioBroker.snmp/actions/workflows/codeql.yml) -##哨兵 -**此适配器使用哨兵库自动向开发人员报告异常和代码错误。**有关更多详细信息和如何禁用错误报告的信息,请参阅[哨兵插件文档](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!从 js-controller 3.0 开始使用哨兵报告。 +## 哨兵 +**此适配器使用 Sentry 库自动向开发人员报告异常和代码错误。** 有关更多详细信息以及如何禁用错误报告的信息,请参阅[Sentry 插件文档](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!从 js-controller 3.0 开始使用 Sentry 报告。 ## 信息 -此适配器可用于使用 SNMP 协议从打印机、网络设备等设备轮询信息。 +该适配器可用于使用 SNMP 协议从打印机、网络设备等设备轮询信息。 + +## 适配器配置 +适配器查询指定的 oid,这些 oid 被分组在 oid 组中,而 oid 组又被分配给设备。配置数据在多个选项卡中输入。该适配器支持 IPv4 和 IPv6 连接。 + +有关详细信息,请参阅下面引用的文档。 + +## 文档 +[英文文档](docs/en/snmp.md)
[德语文献](docs/de/snmp.md)
[俄语文档](docs/ru/snmp.md) ## __工作正在进行中__ --> +### 2.4.11 (2023-07-13) +* (McM1957) Node-net-snmp 已更新以改进 uint32 处理 (#282) +* (McM1957) 其他几个依赖项已更新 + +### 2.4.10 (2023-07-08) +* (McM1957) 错误输出中的另一个拼写错误已修复 + +### 2.4.9 (2023-07-05) +* (McM1957) 添加了在出现错误时禁止关闭阅读器会话的选项。 +* (McM1957) 启用调试日志后,错误情况下的日志记录已得到增强。 + +### 2.4.8 (2023-07-04) +* (McM1957) 修复:UDP 端口在错误处理期间丢失 (#282) +* (McM1957) 修复:不正确的 toString() 语法导致多个问题,即丢失错误输出 (#283) +* (McM1957) 依赖项已更新 + ### 2.4.7 (2023-04-12) -* (McM1957) 更改:包括 net-snmp 在内的几个外部模块已更新 +* (McM1957) 更改:包括 net-snmp 在内的多个外部模块已更新 ### 2.4.6 (2023-03-26) -* (McM1957) 修正:SNMP 设置对数值 0 不起作用 (#240) +* (McM1957) 修复:SNMP 设置对于数值 0 不起作用 (#240) ### 2.4.5 (2023-03-20) -* (McM1957) 修正:使用 SHA 身份验证时 SNMPv3 崩溃 (#236) +* (McM1957) 修复:使用 SHA 身份验证时 SNMPv3 崩溃 (#236) ### 2.4.4 (2023-03-03) -* (McM1957) 修正:哨兵报告的崩溃 (#235) +* (McM1957) 修复:哨兵报告的崩溃 (#235) ### 2.4.3 (2023-03-01) * (McM1957) 翻译和依赖项已更新。 ### 2.4.2 (2023-02-25) -* (McM1957) 哨兵报告的问题已得到修复。 (#230) +* (McM1957) 哨兵报告的问题已修复。 (#230) ### 2.4.1 (2023-02-22) -* (McM1957) 配置页面上的错误已得到纠正。 (#228) +* (McM1957) 配置页面的错误已得到纠正。 (#228) ### 2.4.0 (2023-02-21) -* (McM1957) 支持将数据写入 oids 已经实现。 (#150) -* (McM1957) 代码的主要部分已被重写,因此支持 oid 编写。 -* (McM1957) 现在可以禁用包含类型信息的状态。 (#218) -* (McM1957) 添加了指示设备在线和错误状态的状态。状态“在线”已移至文件夹信息。 +* (McM1957) 支持将数据写入oids 已实现。 (#150) +* (McM1957) 大部分代码已被重写,因此支持 oid 编写。 +* (McM1957) 现在可以禁用包含类型信息的状态。 (#218) +* (McM1957) 添加了指示设备在线和错误状态的状态。 “在线”状态已移至文件夹信息。 * (McM1957) 设备状态现在使用颜色和图标显示在对象视图中。 -* (McM1957) 数据类型“自动”已添加到 oid 状态数据类型选择器。 -* (McM1957) 哨兵报告的问题已得到修复。 (#224) -* (McM1957) ack 标志的错误设置已得到纠正。 (#225) +* (McM1957) 数据类型“自动”已添加到 oid 状态数据类型选择器中。 +* (McM1957) 哨兵报告的问题已修复。 (#224) +* (McM1957) 确认标志的错误设置已得到纠正。 (#225) * (McM1957) 添加了对 sha224、sha256、sha384 和 sha512 消息身份验证的支持 (#210) ### 2.3.0 (2022-12-13) -* (McM1957) 添加对状态使用本机数据类型的支持。 (#143) -* (McM1957) 添加了将二进制 oid 数据存储为 json 的支持。 (#188) -* (McM1957) 写入模式的错误设置已得到修复。 (#191) -* (McM1957) 德语文档中的表格已得到修复。 (#192) -* (McM1957) 使用保留名称“在线”命名 oid 已被阻止。 (#203) -* (McM1957) 已实施一些与代码质量相关的更改。 (#201,#190) +* (McM1957) 添加对使用状态的本机数据类型的支持。 (#143) +* (McM1957) 添加了将二进制 oid 数据存储为 json 的支持。 (#188) +* (McM1957) 写入模式的错误设置已得到修复。 (#191) +* (McM1957) 德语文档中的表格已修复。 (#192) +* (McM1957) 使用保留名称“online”命名 oid 已被阻止。 (#203) +* (McM1957) 一些与代码质量相关的更改已经实施。 (#201,#190) ### 2.2.1 (2022-10-18) -* (McM1957) 修复了 io-package.json 中的一个错误。 -* (McM1957) 已添加乌克兰语翻译。 +* (McM1957) 修复了 io-package.json 中的错误。 +* (McM1957) 添加了乌克兰语翻译。 ### 2.2.0 (2022-10-18) -* (McM1957) 兼容性标志现已弃用,并将在未来的版本中删除。如果需要,请调整配置。 -* (McM1957) 添加了 SNMP V3 支持 (#71) +* (McM1957) 兼容性标志现已弃用,并将在未来版本中删除。如果需要,请调整配置。 +* (McM1957) 已添加 SNMP V3 支持 (#71) * (McM1957) 添加了对 IPv6 的支持 (#138) -* (McM1957) 代码已按照 eslint 的建议进行了清理 -* (McM1957) 基本模块已升级到当前版本 +* (McM1957) 代码已按照 eslint 的建议进行清理 +* (McM1957) 基本模块已升级至当前版本 * (McM1957) 文档已更新(en、de、ru) ### 2.1.10 (2022-09-22) -* (McM1957) 增强了 OID 和设备名称的验证,哨兵报告了崩溃 (#169) +* (McM1957) OID 和设备名称的验证已增强,哨兵报告了崩溃 (#169) ### 2.1.9 (2022-09-13) -* (McM1957) 重新添加了对 (IPv4) 域名的支持 (#165) -* (McM1957) 没有任何活动 oid 的设备不再导致致命错误但仅记录警告 (#155) -* (McM1957) Timervalues 现在更严格地验证 (#156, #164) -* (McM1957) 哨兵报告的一些崩溃已得到修复 (#167) -* (McM1957) 外部包已由 dependabot 更新 +* (McM1957) 已添加对 (IPv4) 域名的支持 (#165) +* (McM1957) 没有任何活动 oid 的设备不再导致致命错误,而只记录警告 (#155) +* (McM1957) 现在更严格地验证计时器值 (#156, #164) +* (McM1957) 哨兵报告的一些崩溃已修复 (#167) +* (McM1957) 外部包已由dependabot更新 ### 2.1.8 (2022-09-08) -* (McM1957) 修补程序:从以前的版本更新到版本 v2.x.x 时,参数“community”尚未迁移。 (#163) +* (McM1957) HOTFIX:从以前的版本更新到版本 v2.x.x 时,参数“community”尚未迁移。 (#163) ### 2.1.7 (2022-08-27) * (McM1957) README.md 中的文档已更新 (#133) ### 2.1.6 (2022-08-19) -* (McM1957) 哨兵报告的一些问题已得到修复 (#151, #152) +* (McM1957) 哨兵报告的一些问题已修复 (#151, #152) ### 2.1.5 (2022-08-11) * (McM1957) 选项“可选”的功能已恢复。 (#147) ### 2.1.4 (2022-08-08) -* (McM1957) HOTFIX - 修复了 SNMP v1 错误导致的系统崩溃 (#145) +* (McM1957) HOTFIX - SNMP v1 错误导致的系统崩溃已修复 (#145) ### 2.1.3 (2022-08-07) -* (McM1957) 添加了一个新选项来控制单个请求中的 OID 数量以避免 TOOBIG 错误 (#72) +* (McM1957) 添加了一个新选项来控制单个请求中的 OID 数量,以避免 TOOBIG 错误 (#72) ### 2.1.2 (2022-08-02) * (McM1957) 浮点值的转换已得到纠正 (#16) ### 2.1.1 (2022-08-01) -* (McM1957) 一些外部包已经更新 +* (McM1957) 一些外部包已更新 ### 2.1.0 (2022-07-30) -* (McM1957) net-snmp 升级到3.8.2版本 +* (McM1957) net-snmp 已升级至版本 3.8.2 * (McM1957) 添加了对 SNMP v2c 的支持 (#116) * (McM1957) 状态对象的质量标记将在错误或超时的情况下使用 -* (McM1957) 已实施 OID 标记“可选”。此标记会抑制并非始终可用的 OID 的错误。 (#116) +* (McM1957) OID 标记“可选”已实施。该标记可以抑制并不总是可用的 OID 的错误。 (#116) * (McM1957) 添加了对 Counter64 OID 的支持。 (#57) -* (McM1957) snmp 通信返回的数据现在将被记录更多详细信息。 +* (McM1957) 现在将更详细地记录 snmp 通信返回的数据。 * (McM1957) 紧凑模式已启用。 (#20) -* (McM1957) 已知限制:目前仅支持 SNMP V1 和 SNMP V2c。 +* (McM1957) 已知限制:当前仅支持 SNMP V1 和 SNMP V2c。 * (McM1957) 已知限制:OID 属性可写尚未实现。 ### 2.0.1 (2022-07-22) * (McM1957) 兼容模式标志的错误处理已得到纠正 (#135) -* (McM1957) 更正了无效 OID 的错误记录(#134) +* (McM1957) 更正了无效 OID 的错误记录 (#134) ### 2.0.0 (2022-07-21) * 重要提示:此版本将更改配置结构! -请在开始安装前备份您的配置。 -安装将尝试转换旧配置 - 但不能保证在所有情况下都能成功。 +请在开始安装之前备份您的配置。 +安装将尝试转换旧配置 - 但不保证在所有情况下都能成功。 * (McM1957) 代码的许多部分已被重写 -* (McM1957) 适配器现在使用 admin5 界面 -* (McM1957) 现在可以为每个设备设置不同的定时器值 (#105) +* (McM1957) 适配器现在使用 admin5 接口 +* (McM1957) 现在可以为每个设备设置不同的计时器值 (#105) * (McM1957) 更改配置条目的顺序不再破坏数据 (#15) -* (McM1957) 现在可以命名设备的状态对象。旧行为可作为选项使用。 -* (McM1957) 已知限制:目前仅支持 SNMP V1。 +* (McM1957) 现在可以命名设备的状态对象。旧行为可作为一个选项提供。 +* (McM1957) 已知限制:当前仅支持 SNMP V1。 * (McM1957) 已知限制:OID 属性可选和可写尚未实现。 ### 1.0.0 (2022-03-21) * 重要提示:此版本将更改对象结构! -* (McM1957) 更新 info.connection 的延迟已减少 -* (McM1957) 如果目标无法访问,过多的错误记录已被优化 -* (McM1957) 在 ip base 添加了额外的在线对象来指示目标是可达的 -* (McM1957) 如果 OID 为一个设备指定不同的社区,将输出警告 -* (Apollon77) 添加了崩溃报告哨兵 +* (McM1957) info.connection 更新的延迟已减少 +* (McM1957) 如果目标无法访问则过多的错误日志已被优化 +* (McM1957) 在 ip 基础上添加了额外的在线对象,以指示目标可达 +* (McM1957) 如果 OID 为一台设备指定不同的社区,则会输出警告 +* (Apollon77) 添加了用于崩溃报告的哨兵 ### 0.5.0 * (Marcolotti) 添加文档 (de,en,ru) * (Marcolotti) 添加语言 (de,en,ru) ### 0.0.3 -* (Apollon77) 固定对象类型 +* (Apollon77) 修复对象类型 ### 0.0.2 * (Bluefox) 修复 ### 0.0.1 -* (Bluefox) 重构 +*(Bluefox)重构 * (Marcolotti) 初始版本 -## 适配器配置 -适配器查询指定的 oid,这些 oid 被分组在 oid 组中,而 oid 组又被分配给设备。配置数据在几个选项卡中输入: - -### TAB OID 组 -此处指定适配器要查询的所有 oid,每行一个 oid。 - -|参数 |类型 |说明 |评论 | -|---------------|-------------|-----------------------------------|-------------------------------------| -|活跃|布尔 |如果设置为 true,将使用 OID |可用于禁用单个 OID | -| OID 组 |文字 | OID 组的名称 |将用于将组分配给设备 | -| OID-名称 |文字 |分配给 OID 的名称 |将用于命名数据点 | -|标识符 |文字 | oid 字符串 (1.2.3.4.) |设备供应商指定的 oid 字符串 | -|可写 |布尔 |如果 OID 是可写的,应该设置为 true |留作将来使用 | -|可选 |布尔 |如果 OID 是可选的,则应设置为 true |如果设置为 true,如果 oid 未知,则不会引发错误 | - -### TAB设备 -您可以在此处指定应查询哪些设备。 - -|参数 |类型 |说明 |评论 | -|---------------|-------------|-----------------------------------|-------------------------------------| -|活跃|布尔 |如果设置为真,设备将被使用 |可用于禁用单个设备 | -|名称 |文字 |设备名称 |将用于创建数据点的名称 | -| IP地址 |文字 |带有可选端口号的 ip 地址(IPv4 或 IPv6)|注意:目前仅支持 IPv4 | -| OID 组 |文字 | OID 组在选项卡 IOD Groups | 中指定一个 OID 组可以分配给多个设备 | | -| SNMP 版本 |选择 |使用的 SNMP 版本 |注意:尚不支持 SNMPv3 | -|社区 (v1, v2c) 或 Auth-ID (v3) |文字 | SNMP v1 或 V2c 社区,SNMP v3 授权组 |注意:尚不支持 SNMPv3 | -|超时(秒) |编号 |处理超时秒数 | | -|重试(秒) |编号 |以秒为单位的重试间隔 | | -|轮询(秒) |编号 |以秒为单位的轮询间隔 | | - -### TAB授权 -此选项卡包含 SNMP V3 授权信息。请注意,SNMP V3 尚未实施。 - -|参数 |类型 |说明 |评论 | -|---------------|-------------|-----------------------------------|-------------------------------------| - -### 选项卡选项 -在这里指定一些通用选项 - -|参数 |类型 |说明 |评论 | -|---------------|-------------|-----------------------------------|-------------------------------------| -|数据包大小 |整数 |单个请求中发送的最大 OID 数 |在出现 TOOBIG 错误时减少此值 | -|兼容模式 |布尔 |如果激活此选项,数据点名称基于 ip 地址 |注意:已过时 - 不要再使用。此标志不适用于 IPv6 地址。可能会在未来的版本中删除。 | - ## Changelog ## Changelog +### 3.0.0 (2023-10-09) +* (udondan) Added support for the playing Sonos playlists (added new state `playlist_set`) +* (bluefox) The minimal node.js version is 16 + +### 2.3.3 (2023-09-21) +* (foxriver76) fixed cover url + +### 2.3.2 (2023-09-20) +* (foxriver76) store the cover file in files instead of binary states + +### 2.3.1 (2023-03-22) +* (Apollon77) Prepare for future js-controller versions + ### 2.3.0 (2023-01-11) * (Standarduser & Jey-Cee) Added new states `favorites_list_html` and `queue_html with covers` * (Standarduser) Changed default album art if no cover was found diff --git a/docs/zh-cn/adapterref/iobroker.tado/README.md b/docs/zh-cn/adapterref/iobroker.tado/README.md index 2476f3dd6..4bdacfd9f 100644 --- a/docs/zh-cn/adapterref/iobroker.tado/README.md +++ b/docs/zh-cn/adapterref/iobroker.tado/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.tado/README.md title: ioBroker.tado -hash: u6RHwdGE8h+6GmwqJEo0/eXOOBqw568qHzRfz6s4tKk= +hash: fxDUb+ewLgqw9B7cs1nMbtDhciGpVjNg8zxzfTyb2bY= --- # IoBroker.tado @@ -26,8 +26,8 @@ tado° 确保舒适健康的气候,同时节省高达 31% 的供暖费用。 | ----- | ----------- | | tado.[x].[yyyyyy].Rooms.[z].setting.power |打开/关闭设备 | | tado.[x].[yyyyyy].Rooms.[z].setting.温度.celsius |定义温度 | -| tado.[x].[yyyyyy].Rooms.[z].overlayClearZone |切换到自动模式| -| tado.[x].[yyyyyy].Rooms.[z].overlay.termination.typeSkillBasedApp |设置时间表模式| +| tado.[x].[yyyyyy].Rooms.[z].overlayClearZone |切换到自动模式 | +| tado.[x].[yyyyyy].Rooms.[z].overlay.termination.typeSkillBasedApp |设置时间表模式 | | tado.[x].[yyyyyy].Rooms.[z].overlay.termination.durationInSeconds |设置时间表模式应用多长时间 | | tado.[x].[yyyyyy].Rooms.[z].devices.[RUaaaaaaaaaa].offset.offsetCelsius |温度偏移| | tado.[x].[yyyyyy].Rooms.[z].devices.[RUaaaaaaaaaa].childLockEnabled |童锁开/关 | @@ -35,7 +35,7 @@ tado° 确保舒适健康的气候,同时节省高达 31% 的供暖费用。 | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.openWindowDetectionEnabled |启用/禁用恒温器上的开窗检测 | | tado.[x].[yyyyyy].Rooms.[z].openWindowDetection.timeoutInSeconds |检测到打开的窗户时关闭恒温器的超时时间 | | tado.[x].[yyyyyy].Rooms.[z].activateOpenWindow |检测到打开的窗户时关闭恒温器(仅当恒温器检测到打开的窗户时才起作用)| -| tado.[x].[yyyyyy].Home.state.presence | tado.[x].[yyyyyy].Home.state.presence |设置在家或外出模式 | +| tado.[x].[yyyyyy].Home.state.presence | tado.[x].[yyyyyy].Home.state.presence |设置“在家”、“外出”或“自动”模式 | | tado.[x].[yyyyyy].Home.masterswitch |打开/关闭所有设备 | | tado.[x].[yyyyyy].Rooms.[z].setting.mode | AC 模式(仅限 AC 设备)| | tado.[x].[yyyyyy].Rooms.[z].setting.fanspeed | tado.[x].[yyyyyy].Rooms.[z].setting.fanspeed | Fanspeed(仅限 V3 及更早版本的交流设备)| @@ -53,6 +53,10 @@ tado° 确保舒适健康的气候,同时节省高达 31% 的供暖费用。 ### __WORK IN PROGRESS__ --> +### 0.4.11 (2023-10-09) +* (HGlab01) Bump json-explorer to 0.1.14 +* (Garfonso) add AUTO for *.Home.state.presence (in addtion to HOME and AWAY) + ### 0.4.10 (2023-09-26) * (HGlab01) Add attribute 'isBalanceHpEligible' * (HGlab01) improve axios keep_a_live @@ -70,12 +74,6 @@ tado° 确保舒适健康的气候,同时节省高达 31% 的供暖费用。 * (HGlab01) improve axios error handling * (HGlab01) Bump axios to 1.3.6 -### 0.4.6 (2023-04-12) -* (HGlab01) Add attribute 'isEnergyIqEligible' (#613) -* (HGlab01) improve ETIMEDOUT issue -* (HGlab01) Bump ioBroker-jsonExplorer to 0.1.11 -* (HGlab01) js-controller v5 readiness (#618) - ## License MIT License diff --git a/docs/zh-cn/adapterref/iobroker.tibberlink/README.md b/docs/zh-cn/adapterref/iobroker.tibberlink/README.md index 616c8def4..e159035f8 100644 --- a/docs/zh-cn/adapterref/iobroker.tibberlink/README.md +++ b/docs/zh-cn/adapterref/iobroker.tibberlink/README.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.tibberlink/README.md title: ioBroker.tibberlink -hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= +hash: g5HwsBoi5Ql0MyuJ8+GHfZNxLSLrrjnIQzM0FVO/DdM= --- ![标识](../../../en/adapterref/iobroker.tibberlink/admin/tibberlink.png) @@ -19,9 +19,9 @@ hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= **CI 测试:** ![测试与发布](https://github.com/hombach/ioBroker.tibberlink/workflows/Test%20and%20Release/badge.svg) [![CodeQL](https://github.com/hombach/ioBroker.tibberlink/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/hombach/ioBroker.tibberlink/actions/workflows/codeql-analysis.yml) ## 在 iOBroker 中使用 TIBBER 能源数据的适配器 -用于链接来自 Tibber 帐户 API 的数据以在 ioBroker 中使用的适配器 +用于链接来自 Tibber 帐户 API 的数据以在 ioBroker 中使用的适配器。适配器可用于单个或多个家庭。 -如果您现在还不是 Tibber 用户,那么当您使用我的 reveral 链接时,我们将不胜感激: +如果您现在还不是 Tibber 用户,非常感谢您使用我的推荐链接: [https://invite.tibber.com/2gwuign3。](https://invite.tibber.com/2gwuign3.) @@ -30,89 +30,156 @@ hash: q6tcD9V+1vd5xqcZioq6ggdpTrbdXmpu6Fb7CjcRpVM= 2. 您还需要 Tibber 提供的 API 令牌。在这里获取:[https://developer.tibber.com/](https://developer.tibber.com/) 3. 填写您的 Tibber API 令牌 -> 创建至少一行实时源配置(选择“无可用”) 4. 保存设置并保留配置以重新启动适配器(现在将从 Tibber 服务器轮询您的家庭) -4. 返回配置屏幕并选择主目录以从 Tibber Pulse 提取实时数据,或者选择主目录并禁用源 -(!!仅在安装了硬件且 Tibber 服务器验证了与 Pulse 的连接时才有效) -5. 保存设置 +5. 返回配置屏幕并选择主目录以从 Tibber Pulse 提取实时数据,或者选择主目录并禁用源 -(!!仅在安装了硬件并且 Tibber 服务器验证了与 Pulse 的连接时才有效) +6. 保存设置 ## 注释 -该适配器使用 Sentry 库自动向开发人员报告异常和代码错误。有关更多详细信息以及有关如何禁用错误报告的信息,请参阅[Sentry 插件文档](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!从 js-controller 3.0 开始使用 Sentry 报告。 +该适配器使用 Sentry 库自动向开发人员报告异常和代码错误。有关更多详细信息以及有关如何禁用错误报告的信息,请参阅[Sentry-插件文档](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!从 js-controller 3.0 开始使用 Sentry 报告。 ## Changelog + ! Note that missing version entries are typically dependency updates for improved security. +### 1.1.0 (2023-10-xx) WORK in PROGRESS + +- (HombachC) implement tibber calculator mode "best price" (#16) +- (HombachC) precised pull times of current cost +- (HombachC) reduced error messages (#80) + +### 1.0.0 (2023-10-05) + +- (HombachC) Increase to the first major release, as now a stable level is reached +- (HombachC) Code cleanup + +### 0.4.2 (2023-10-03) + +- (HombachC) fixed error with polling multiple homes live data (#108) +- (HombachC) Lots of dependency updates; code optimizations + ### 0.4.1 (2023-09-24) -* (HombachC) Hardened 2 typeerrors uppon sentry recognition -* (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) -* (HombachC) preparations for tibber calculator + +- (HombachC) Hardened 2 typeerrors uppon sentry recognition +- (HombachC) Fix error with not deleted averages of tomorrow pricing (#95) +- (HombachC) preparations for tibber calculator + ### 0.4.0 (2023-09-20) -* (HombachC) Added daily average price values (#89) + +- (HombachC) Added daily average price values (#89) + ### 0.3.3 (2023-09-17) -* (HombachC) Fixed false positive connection message (#87) -* (HombachC) Updated translations with ChatGPT -* (HombachC) preparations for tibber calculator + +- (HombachC) Fixed false positive connection message (#87) +- (HombachC) Updated translations with ChatGPT +- (HombachC) preparations for tibber calculator + ### 0.3.2 (2023-09-14) -* (HombachC) Fixed error when starting adapter first time (#82) -* (HombachC) Fixed error in admin config from 0.3.0 (#81) + +- (HombachC) Fixed error when starting adapter first time (#82) +- (HombachC) Fixed error in admin config from 0.3.0 (#81) + ### 0.3.1 (2023-09-13) -* (HombachC) Mitigate error in admin config from 0.3.0 (#81) -* (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + +- (HombachC) Mitigate error in admin config from 0.3.0 (#81) +- (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80) + ### 0.3.0 (2023-09-12) -* (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) -* (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) -* (HombachC) preparations for tibber calculator + +- (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41) +- (HombachC) optimize code again to mitigate set state timing for long JSON states (#68) +- (HombachC) preparations for tibber calculator + ### 0.2.7 (2023-09-07) -* (HombachC) reducing polls at Tibber server by precheck of current price data -* (HombachC) preparations for tibber calculator + +- (HombachC) reducing polls at Tibber server by precheck of current price data +- (HombachC) preparations for tibber calculator + ### 0.2.6 (2023-09-04) -* (HombachC) fix error with boolean states + +- (HombachC) fix error with boolean states + ### 0.2.5 (2023-09-03) -* (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + +- (HombachC) optimize code to mitigate set state timing for long JSON states (#68) + ### 0.2.4 (2023-08-30) -* (HombachC) enable correct price poll also for adapter running in different timezones (#63) + +- (HombachC) enable correct price poll also for adapter running in different timezones (#63) + ### 0.2.3 (2023-08-27) -* (HombachC) fix error in 0.2.2 in start conditions of adapter + +- (HombachC) fix error in 0.2.2 in start conditions of adapter + ### 0.2.2 (2023-08-24) -* (HombachC) reducing polls at Tibber server by precheck of known data -* (HombachC) code optimizations -* (HombachC) fix config screen (#55) + +- (HombachC) reducing polls at Tibber server by precheck of known data +- (HombachC) code optimizations +- (HombachC) fix config screen (#55) + ### 0.2.1 (2023-08-21) -* (HombachC) double timeout for Tibber server queries + +- (HombachC) double timeout for Tibber server queries + ### 0.2.0 (2023-08-18) -* (HombachC) introduces JSONs for prices sorted by price ascending -* (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + +- (HombachC) introduces JSONs for prices sorted by price ascending +- (HombachC) fix stupid error for obsolete next day pricing (#23, #50) + ### 0.1.10 (2023-08-15) -* (HombachC) bump dependencies, code cleanups -* (HombachC) preparations for tibber calculator -* (HombachC) mitigate multi homes & pulse problems (#41) -* (HombachC) add documentation to config screen (#47) + +- (HombachC) bump dependencies, code cleanups +- (HombachC) preparations for tibber calculator +- (HombachC) mitigate multi homes & pulse problems (#41) +- (HombachC) add documentation to config screen (#47) + ### 0.1.9 (2023-08-14) -* (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + +- (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble + ### 0.1.8 (2023-08-12) -* (HombachC) bump dev-dependencies, fix eslint/prettier issue + +- (HombachC) bump dev-dependencies, fix eslint/prettier issue + ### 0.1.7 (2023-08-11) -* (HombachC) code cleanup, fix error for obsolete next day pricing (#23) -* (HombachC) add another try/catch while fetching homes list (#32) + +- (HombachC) code cleanup, fix error for obsolete next day pricing (#23) +- (HombachC) add another try/catch while fetching homes list (#32) + ### 0.1.6 (2023-07-30) -* (HombachC) add units for live data, bump adapter-core to 3.x + +- (HombachC) add units for live data, bump adapter-core to 3.x + ### 0.1.5 (2023-07-18) -* (HombachC) fix error in sentry logging + +- (HombachC) fix error in sentry logging + ### 0.1.4 (2023-07-17) -* (HombachC) BREAKING: encrypted API-Token in ioBroker -* (HombachC) rearranged configuration options -* (HombachC) fixed bug in state generation + +- (HombachC) BREAKING: encrypted API-Token in ioBroker +- (HombachC) rearranged configuration options +- (HombachC) fixed bug in state generation + ### 0.1.3 (2023-07-17) -* (HombachC) all log messages in English -* (HombachC) remove unused state change handler -* (HombachC) fixed state roles + +- (HombachC) all log messages in English +- (HombachC) remove unused state change handler +- (HombachC) fixed state roles + ### 0.1.2 (2023-07-17) -* (HombachC) round grid consumption meter values to Wh accuracy -* (HombachC) hide unused checkboxes in config -* (HombachC) fix snyc and appveyor + +- (HombachC) round grid consumption meter values to Wh accuracy +- (HombachC) hide unused checkboxes in config +- (HombachC) fix snyc and appveyor + ### 0.1.1 (2023-07-16) -* (HombachC) remove release script and dev-server + +- (HombachC) remove release script and dev-server + ### 0.1.0 (2023-07-14) -* (HombachC) initial version + +- (HombachC) initial version ## License + GNU General Public License v3.0 only Copyright (c) 2023 Hombach \ No newline at end of file diff --git a/docs/zh-cn/adapterref/iobroker.tibberlink/admin/tibberlink.png b/docs/zh-cn/adapterref/iobroker.tibberlink/admin/tibberlink.png new file mode 100644 index 000000000..e683b14a6 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.tibberlink/admin/tibberlink.png differ diff --git a/docs/zh-cn/adapterref/iobroker.vis-material/README.md b/docs/zh-cn/adapterref/iobroker.vis-material/README.md index 899ee6deb..e5a8dee4c 100644 --- a/docs/zh-cn/adapterref/iobroker.vis-material/README.md +++ b/docs/zh-cn/adapterref/iobroker.vis-material/README.md @@ -2,28 +2,26 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.vis-material/README.md -title: ioBroker.vis材料 -hash: DaRFePAumlXVn0w4cJGm3OBHbcAqAvL58a4S7jdtG1g= +title: ioBroker.vis-材料 +hash: MYsxfscz9r6IlcJpl12t36MveqGuaH5NlMlqsC0Ax0U= --- -![商标](../../../en/adapterref/iobroker.vis-material/admin/material.png) +![标识](../../../en/adapterref/iobroker.vis-material/admin/material.png) ![安装数量](http://iobroker.live/badges/vis-material-stable.svg) ![NPM版本](http://img.shields.io/npm/v/iobroker.vis-material.svg) ![下载](https://img.shields.io/npm/dm/iobroker.vis-material.svg) -![特拉维斯-CI](http://img.shields.io/travis/nisiode/ioBroker.vis-material/master.svg) -![NPM](https://nodei.co/npm/iobroker.vis-material.png?downloads=true) +![国家公共管理](https://nodei.co/npm/iobroker.vis-material.png?downloads=true) -#ioBroker.vis-material ============ -material - ioBroker.vis的材质小部件。 +# IoBroker.vis-材料 +Material - ioBroker.vis 的材质小部件。 -您可以阅读material.js,material.html文件中的说明 +您可以阅读material.js、material.html文件中的说明 -这些小部件是Uhula的材料设计风格的补充,你可以在这里找到:https://github.com/Uhula/ioBroker-Material-Design-Style +这些小部件是 Uhula 材料设计风格的补充,您可以在这里找到:https://github.com/Uhula/ioBroker-Material-Design-Style -![例](../../../en/adapterref/iobroker.vis-material/img/widgets.png) +![例子](../../../en/adapterref/iobroker.vis-material/img/widgets.png) ## Changelog - ### 0.1.5 (2018-07-11) - (pix) feat: new window shutter widget @@ -46,5 +44,24 @@ material - ioBroker.vis的材质小部件。 - (nisio) Initial version for internal testing ## License - Copyright (c) 2018-2018 nisiode - MIT \ No newline at end of file +The MIT License (MIT) + +Copyright (c) 2015-2023 nisiode + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/docs/zh-cn/adapterref/iobroker.webui/README.md b/docs/zh-cn/adapterref/iobroker.webui/README.md index 1589bf8cf..473c7c7e3 100644 --- a/docs/zh-cn/adapterref/iobroker.webui/README.md +++ b/docs/zh-cn/adapterref/iobroker.webui/README.md @@ -3,9 +3,16 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.webui/README.md title: ioBroker.webui -hash: yjdW1qnpqD83Ji1Oov1Ih8lpB7KE38Q4PLHsdrpz/v0= +hash: cfjMu1Gkniv4EaW9w1yiM6HSPUsOTETbo9Z+0j0/q60= --- # IoBroker.webui + +![安装数量](https://iobroker.live/badges/webui-installed.svg) +![稳定版](https://iobroker.live/badges/webui-stable.svg) +![NPM版本](https://img.shields.io/npm/v/iobroker.webui.svg) +![下载](https://img.shields.io/npm/dm/iobroker.webui.svg) +![国家公共管理](https://nodei.co/npm/iobroker.webui.png?downloads=true) + ioBroker 的 webui ![图像](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.webui/master/screenshot.png) diff --git a/docs/zh-cn/dev/adapterjsonconfig.md b/docs/zh-cn/dev/adapterjsonconfig.md index 6969b2ce2..0f3104fee 100644 --- a/docs/zh-cn/dev/adapterjsonconfig.md +++ b/docs/zh-cn/dev/adapterjsonconfig.md @@ -3,7 +3,7 @@ translatedFrom: en translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/dev/adapterjsonconfig.md title: ioBroker JSON 配置 -hash: O3SEv62cWxOopwE+VNvtxc6nqI53posCSvBi4O2HaLM= +hash: LexY9A0at19A+Ujovu4Yx+sKBDambx+4gyh2wEa98vM= --- # IoBroker JSON 配置 Admin(从版本 6 开始)支持适配器的 JSON 配置。 @@ -37,12 +37,13 @@ Admin(从版本 6 开始)支持适配器的 JSON 配置。 - `tabs` - 带有项目的选项卡 - `items` - 带有面板的对象 `{"tab1": {}, "tab2": {}...}` + - `iconPosition` - `bottom`、`end`、`start` 或 `top`。仅适用于具有“icon”属性的面板。默认值:`开始` - `面板` - 带有项目的选项卡 - - `icon` - 选项卡可以有图标 (base64) + - `icon` - 选项卡可以有图标(base64,如 `data:image/svg+xml;base64,...`)或 `jpg/png` 图像(以 `.png` 结尾) - `label` - 选项卡的标签 - `items` - 对象 `{"attr1": {}, "attr2": {}}...` - - `可折叠` - 只能作为选项卡的一部分 + - `可折叠` - 只能作为选项卡的一部分[jsonConfig.json](..%2F..%2F..%2F..%2F..%2FioBroker.ring%2Fadmin%2FjsonConfig.json) - `color` - 可折叠标题的颜色 `primary` 或 `secondary` 或什么都没有 - `text` - 文本组件 @@ -93,13 +94,6 @@ Admin(从版本 6 开始)支持适配器的 JSON 配置。 - `选项` - `["value1", "value2", ...]` 或 `[{"value": "value", "label": "Value1"}, "value2", ...]` - `freeSolo` - 将 `freeSolo` 设置为 `true`,因此文本框可以包含任意值。 -- `!icon` - base64 图标 - - `最大尺寸` - - `最大宽度` - - `最大高度` - - `crop` - 如果为 true,则允许用户裁剪图像(仅适用于非 svg) - - `square` - 宽度必须等于高度,或者裁剪必须只允许正方形作为形状 - - `image` - 将图像保存为`adapter.X`对象的文件或属性中的base64 - `filename` - 文件名是结构名称。在下面的示例中,`login-bg.png` 是 `writeFile("myAdapter.INSTANCE", "login-bg.png")` 的文件名 - `accept` - html 接受属性,如 `image/*,.pdf` @@ -166,7 +160,7 @@ Admin(从版本 6 开始)支持适配器的 JSON 配置。 - `textAlive` - 默认文本是“实例 %s 处于活动状态”,其中 %s 将被替换为“ADAPTER.0”。 - `textNotAlive` - 默认文本是`实例 %s 不活动`,其中 %s 将被替换为 `ADAPTER.0`。 -- `pattern` - 具有类似 'https://${data.ip}:${data.port}' 模式的只读字段(不会保存在配置中) +- `pattern` - 具有“https://${data.ip}:${data.port}”等模式的只读字段(不会保存在配置中) 带有只读标志的文本输入,显示模式。 @@ -186,7 +180,7 @@ Admin(从版本 6 开始)支持适配器的 JSON 配置。 `this.props.socket.sendTo(adapterName.instance, command || 'send', data, result => {});` - - `icon` - 是否应显示图标:`auth`、`send`、`web`、`warning`、`error`、`info`、`search`。您可以使用“base64”图标。 (如果您需要更多图标,请通过问题请求) + - `icon` - 是否应显示图标:`auth`、`send`、`web`、`warning`、`error`、`info`、`search`。您可以使用“base64”图标(例如“data:image/svg+xml;base64,...”)或“jpg/png”图像(以“.png”结尾)。 (如果您需要更多图标,请通过问题请求) - `useNative` - 如果适配器返回带有 `native` 属性的结果,它将用于配置。如果“saveConfig”为 true,将请求用户保存配置。 - `showProcess` - 在请求进行时显示微调器 - `timeout` - 请求超时(以毫秒为单位)。默认值:无。 @@ -208,7 +202,7 @@ Admin(从版本 6 开始)支持适配器的 JSON 配置。 - `button` - 将链接显示为按钮 - `variant` - 按钮类型(`outlined`、`contained`、`text`) - `color` - 按钮的颜色(例如`primary`) - - `icon` - 是否应显示图标:`auth`、`send`、`web`、`warning`、`error`、`info`、`search`、`book`、`help`、`upload` 。您可以使用“base64”图标(以“data:image/svg+xml;base64,...”开头)。 (如果您需要更多图标,请通过问题请求) + - `icon` - 是否应显示图标:`auth`、`send`、`web`、`warning`、`error`、`info`、`search`、`book`、`help`、`upload` 。您可以使用 `base64` 图标(以 `data:image/svg+xml;base64,...` 开头)或 `jpg/png` 图像(以 `.png` 结尾)。 (如果您需要更多图标,请通过问题请求) - `staticImage` - 静态图像 - `href` - 可选的 HTTP 链接 @@ -415,7 +409,7 @@ adapter.on('message', obj => { 确定当前位置并使用`system.config`坐标(如果不可能以“纬度,经度”形式存在) - `divider` - 纬度和经度之间的分隔符。默认“,”(如果未定义 longitudeName 和 latitudeName,则使用) - - `autoInit` - 如果为空,则用当前坐标初始化字段 + - `autoInit` - 如果为空,则使用当前坐标初始化字段 - `longitudeName` - 如果定义,经度将存储在此属性中,分隔符将被忽略 - `latitudeName` - 如果定义,纬度将存储在此属性中,分隔符将被忽略 - `useSystemName` - 如果定义,将显示“使用系统设置”复选框,并从 system.config 读取纬度、经度,并将布尔值保存到给定名称 @@ -450,9 +444,6 @@ adapter.on('message', obj => { - `disabled` - 可以使用 `native.attribute` 进行计算的 JS 函数 - `help` - 帮助文本(多语言) - `helpLink` - href 帮助(只能与 `help` 一起使用) -- `图标` - base64 svg -- `!encrypted` - 值是否加密(当然仅适用于文本) - - 如果加密,则使用“__encrypted__”值进行显示,如果更改,则使用“socket.encrypt”对其进行加密 - `style` - ReactJS 表示法中的 css 样式:`radiusBorder` 而不是 `radius-border`。 - `darkStyle` - 深色模式的 css 样式 - `validator` - JS 函数: true 无错误, false - 错误 diff --git a/engine/front-end/public/adapters.json b/engine/front-end/public/adapters.json index 44f2a9f43..4095a8273 100644 --- a/engine/front-end/public/adapters.json +++ b/engine/front-end/public/adapters.json @@ -26,8 +26,8 @@ "authors": "misanorot ", "license": "MIT", "published": "2019-09-24T18:30:07.162Z", - "version": "3.3.12", - "latestVersion": "3.3.13", + "version": "3.3.13", + "latestVersion": "3.4.0", "compact": true, "description": { "en": "Your own lttle alarm system", @@ -56,10 +56,10 @@ }, "branch": "master", "github": "https://github.com/misanorot/ioBroker.alarm", - "installs": 2185, - "weekDownloads": 419, - "stars": 23, - "issues": 1, + "installs": 2179, + "weekDownloads": 1295, + "stars": 24, + "issues": 0, "score": 1 }, "divera247": { @@ -89,8 +89,8 @@ }, "branch": "master", "github": "https://github.com/TKnpl/ioBroker.divera247", - "installs": 527, - "weekDownloads": 15, + "installs": 537, + "weekDownloads": 45, "stars": 7, "issues": 7, "score": 1 @@ -140,12 +140,61 @@ }, "branch": "master", "github": "https://github.com/bropat/ioBroker.eusec", - "installs": 1388, - "weekDownloads": 160, - "stars": 116, + "installs": 1410, + "weekDownloads": 109, + "stars": 118, "issues": 21, "score": 1 }, + "gigaset-elements": { + "title": { + "de": "gigaset-elements", + "en": "gigaset-elements", + "ru": "gigaset-elements", + "zh-cn": "gigaset-elements" + }, + "content": "adapterref/iobroker.gigaset-elements/README.md", + "icon": "adapterref/iobroker.gigaset-elements/gigaset-elements.png", + "keywords": "gigaset elements, security, alarm", + "authors": "matthsc ", + "license": "MIT", + "published": "2022-01-29T09:21:17.509Z", + "version": "0.3.0", + "latestVersion": "0.3.0", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for Gigaset Elements", + "de": "Adapter für Gigaset Elements", + "ru": "Адаптер для Gigaset Elements", + "pt": "Adaptador para Gigaset Elements", + "nl": "Adapter voor Gigaset Elements", + "fr": "Adaptateur pour Gigaset Elements", + "it": "Adattatore per Gigaset Elements", + "es": "Adaptador para Gigaset Elements", + "pl": "Adapter do Gigaset Elements", + "zh-cn": "用于 Gigaset Elements 的适配器" + }, + "titleFull": { + "en": "Gigaset Elements", + "de": "Gigaset Elements", + "ru": "Элементы Gigaset", + "pt": "Elementos Gigaset", + "nl": "Gigaset Elements", + "fr": "Éléments Gigaset", + "it": "Elementi Gigaset", + "es": "Elementos de Gigaset", + "pl": "Elementy Gigaset", + "zh-cn": "千兆元素" + }, + "branch": "main", + "github": "https://github.com/matthsc/ioBroker.gigaset-elements", + "installs": 63, + "weekDownloads": 15, + "stars": 2, + "issues": 2, + "score": 1 + }, "frigate": { "title": { "de": "frigate", @@ -190,61 +239,12 @@ }, "branch": "master", "github": "https://github.com/Bettman66/ioBroker.frigate", - "installs": 39, - "weekDownloads": 47, + "installs": 43, + "weekDownloads": 32, "stars": 3, "issues": 0, "score": 1 }, - "gigaset-elements": { - "title": { - "de": "gigaset-elements", - "en": "gigaset-elements", - "ru": "gigaset-elements", - "zh-cn": "gigaset-elements" - }, - "content": "adapterref/iobroker.gigaset-elements/README.md", - "icon": "adapterref/iobroker.gigaset-elements/gigaset-elements.png", - "keywords": "gigaset elements, security, alarm", - "authors": "matthsc ", - "license": "MIT", - "published": "2022-01-29T09:21:17.509Z", - "version": "0.3.0", - "latestVersion": "0.3.0", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for Gigaset Elements", - "de": "Adapter für Gigaset Elements", - "ru": "Адаптер для Gigaset Elements", - "pt": "Adaptador para Gigaset Elements", - "nl": "Adapter voor Gigaset Elements", - "fr": "Adaptateur pour Gigaset Elements", - "it": "Adattatore per Gigaset Elements", - "es": "Adaptador para Gigaset Elements", - "pl": "Adapter do Gigaset Elements", - "zh-cn": "用于 Gigaset Elements 的适配器" - }, - "titleFull": { - "en": "Gigaset Elements", - "de": "Gigaset Elements", - "ru": "Элементы Gigaset", - "pt": "Elementos Gigaset", - "nl": "Gigaset Elements", - "fr": "Éléments Gigaset", - "it": "Elementi Gigaset", - "es": "Elementos de Gigaset", - "pl": "Elementy Gigaset", - "zh-cn": "千兆元素" - }, - "branch": "main", - "github": "https://github.com/matthsc/ioBroker.gigaset-elements", - "installs": 58, - "weekDownloads": 2, - "stars": 2, - "issues": 2, - "score": 1 - }, "hikvision-alarmserver": { "title": { "de": "hikvision-alarmserver", @@ -288,8 +288,8 @@ }, "branch": "main", "github": "https://github.com/iobroker-community-adapters/ioBroker.hikvision-alarmserver", - "installs": 272, - "weekDownloads": 12, + "installs": 277, + "weekDownloads": 25, "stars": 5, "issues": 2, "score": 1 @@ -337,8 +337,8 @@ }, "branch": "master", "github": "https://github.com/schmupu/ioBroker.lupusec", - "installs": 368, - "weekDownloads": 14, + "installs": 366, + "weekDownloads": 85, "stars": 11, "issues": 19, "score": 1 @@ -386,61 +386,12 @@ }, "branch": "master", "github": "https://github.com/schmupu/ioBroker.sia", - "installs": 202, - "weekDownloads": 9, + "installs": 200, + "weekDownloads": 35, "stars": 40, "issues": 9, "score": 1 }, - "unifi-protect": { - "title": { - "de": "unifi-protect", - "en": "unifi-protect", - "ru": "unifi-protect", - "zh-cn": "unifi-protect" - }, - "content": "adapterref/iobroker.unifi-protect/README.md", - "icon": "adapterref/iobroker.unifi-protect/unifi-protect.png", - "keywords": "ioBroker, Smart Home, home automation", - "authors": "Peter Baumert ", - "license": "MIT", - "published": "2020-02-03T17:43:50.438Z", - "version": "-.-.-", - "latestVersion": "0.0.13", - "materialize": true, - "compact": true, - "description": { - "en": "unifi-protect", - "de": "unifi-protect", - "ru": "UniFi защиты", - "pt": "proteger uniformemente", - "nl": "UNIFI-protect", - "fr": "unifi-protect", - "it": "UniFi-protect", - "es": "protección unifi", - "pl": "unifi-protect", - "zh-cn": "统一保护" - }, - "titleFull": { - "en": "UniFi Protect", - "de": "UniFi Protect", - "ru": "UniFi Protect", - "pt": "UniFi Protect", - "nl": "UniFi Protect", - "fr": "UniFi Protect", - "it": "UniFi Protect", - "es": "Proteger unifi", - "pl": "UniFi Protect", - "zh-cn": "UniFi保护" - }, - "branch": "master", - "github": "https://github.com/peterbaumert/ioBroker.unifi-protect", - "installs": 431, - "weekDownloads": 14, - "stars": 18, - "issues": 25, - "score": 1 - }, "vds2465-server": { "title": { "de": "vds2465-server", @@ -484,12 +435,61 @@ }, "branch": "main", "github": "https://github.com/Hirsch-DE/ioBroker.vds2465-server", - "installs": 66, - "weekDownloads": 10, + "installs": 72, + "weekDownloads": 18, "stars": 6, "issues": 0, "score": 1 }, + "unifi-protect": { + "title": { + "de": "unifi-protect", + "en": "unifi-protect", + "ru": "unifi-protect", + "zh-cn": "unifi-protect" + }, + "content": "adapterref/iobroker.unifi-protect/README.md", + "icon": "adapterref/iobroker.unifi-protect/unifi-protect.png", + "keywords": "ioBroker, Smart Home, home automation", + "authors": "Peter Baumert ", + "license": "MIT", + "published": "2020-02-03T17:43:50.438Z", + "version": "-.-.-", + "latestVersion": "0.0.13", + "materialize": true, + "compact": true, + "description": { + "en": "unifi-protect", + "de": "unifi-protect", + "ru": "UniFi защиты", + "pt": "proteger uniformemente", + "nl": "UNIFI-protect", + "fr": "unifi-protect", + "it": "UniFi-protect", + "es": "protección unifi", + "pl": "unifi-protect", + "zh-cn": "统一保护" + }, + "titleFull": { + "en": "UniFi Protect", + "de": "UniFi Protect", + "ru": "UniFi Protect", + "pt": "UniFi Protect", + "nl": "UniFi Protect", + "fr": "UniFi Protect", + "it": "UniFi Protect", + "es": "Proteger unifi", + "pl": "UniFi Protect", + "zh-cn": "UniFi保护" + }, + "branch": "master", + "github": "https://github.com/peterbaumert/ioBroker.unifi-protect", + "installs": 430, + "weekDownloads": 31, + "stars": 18, + "issues": 25, + "score": 1 + }, "zoneminder": { "title": { "de": "zoneminder", @@ -533,8 +533,8 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.zoneminder", - "installs": 132, - "weekDownloads": 1, + "installs": 131, + "weekDownloads": 8, "stars": 1, "issues": 9, "score": 1 @@ -597,43 +597,59 @@ }, "branch": "master", "github": "https://github.com/SilentPhoenix11/ioBroker.airzone", - "installs": 25, - "weekDownloads": 0, + "installs": 24, + "weekDownloads": 14, "stars": 1, "issues": 1, "score": 1 }, - "bsblan": { + "airconwithme": { "title": { - "de": "bsblan", - "en": "bsblan", - "ru": "bsblan", - "zh-cn": "bsblan" + "de": "airconwithme", + "en": "airconwithme", + "ru": "airconwithme", + "zh-cn": "airconwithme" }, - "content": "adapterref/iobroker.bsblan/README.md", - "icon": "adapterref/iobroker.bsblan/bsblan.png", - "keywords": "broetje brötje BBK BBS BGB BLW BMR BOB BSK SOB WBS WGB WGB_EVO WGB_Pro_EVO WGB-M WGB-U WOB MHG fujitsu ELCO Aerotop Aquatop Straton Thision Thision_S Thision_S_Plus siemens ATAG QR Atlantic Alfea_Excellia Extensa Austria_Email LWPK Baxi Luna_Platinum CTA Optiheat Froeling Fröling Rendagas_Plus Fujitsu Waterstage_Comfort WSHA WSYK WSYP Gruenenwald Grünenwald Greenheat Interdomo Domostar_GBK_25H Procon_E Olymp SHS WHS Thermital TBox Clima TOP Viessmann Vitotwin Weishaupt WTU lpb heating gas heizung heatpump bsb lan", - "authors": "hacki11 ", + "content": "adapterref/iobroker.airconwithme/README.md", + "icon": "adapterref/iobroker.airconwithme/airconwithme.png", + "keywords": "iobroker adapter aircondition mitsubishi", + "authors": "Torsten Weggen ", "license": "MIT", - "published": "2019-10-06T18:20:43.532Z", - "version": "0.2.2", - "latestVersion": "0.3.0", + "published": "2021-03-07T17:44:41.467Z", + "version": "0.0.4", + "latestVersion": "0.0.4", "materialize": true, "compact": true, "description": { - "en": "Connects the BSB_LAN Interface with ioBroker", - "de": "Verbindet das BSB_LAN Interface mit ioBroker" - }, - "titleFull": { - "en": "Control BSB/PPS/LPB based heating devices using the BSB_LAN interface", - "de": "Steuerung BSB/PPS/LPB basierter Brennwerthermen und Wärmepumpen" - }, + "en": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "de": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "ru": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "pt": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "nl": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "fr": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "it": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "es": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "pl": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", + "zh-cn": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter" + }, + "titleFull": { + "en": "AirConWithMe", + "de": "AirConWithMe", + "ru": "AirConWithMe", + "pt": "AirConWithMe", + "nl": "AirConWithMe", + "fr": "AirConWithMe", + "it": "AirConWithMe", + "es": "AirConWithMe", + "pl": "AirConWithMe", + "zh-cn": "AirConWithMe" + }, "branch": "master", - "github": "https://github.com/hacki11/ioBroker.bsblan", - "installs": 278, - "weekDownloads": 11, - "stars": 3, - "issues": 11, + "github": "https://github.com/weggetor/ioBroker.airconwithme", + "installs": 216, + "weekDownloads": 15, + "stars": 5, + "issues": 12, "score": 1 }, "alpha2": { @@ -663,8 +679,8 @@ }, "branch": "master", "github": "https://github.com/Eisbaeeer/ioBroker.alpha2", - "installs": 100, - "weekDownloads": 4, + "installs": 98, + "weekDownloads": 10, "stars": 3, "issues": 5, "score": 1 @@ -712,59 +728,59 @@ }, "branch": "main", "github": "https://github.com/iobroker-community-adapters/ioBroker.cleveron", - "installs": 3, - "weekDownloads": 0, + "installs": 2, + "weekDownloads": 6, "stars": -1, "issues": 0, "score": 1 }, - "airconwithme": { + "comfoair": { "title": { - "de": "airconwithme", - "en": "airconwithme", - "ru": "airconwithme", - "zh-cn": "airconwithme" + "de": "comfoair", + "en": "comfoair", + "ru": "comfoair", + "zh-cn": "comfoair" }, - "content": "adapterref/iobroker.airconwithme/README.md", - "icon": "adapterref/iobroker.airconwithme/airconwithme.png", - "keywords": "iobroker adapter aircondition mitsubishi", - "authors": "Torsten Weggen ", + "content": "adapterref/iobroker.comfoair/README.md", + "icon": "adapterref/iobroker.comfoair/comfoair.png", + "keywords": "comfoair, ventilation, smart, home", + "authors": "forelleblau ", "license": "MIT", - "published": "2021-03-07T17:44:41.467Z", - "version": "0.0.4", - "latestVersion": "0.0.4", + "published": "2019-02-13T22:06:04.335Z", + "version": "1.1.8", + "latestVersion": "1.1.8", "materialize": true, "compact": true, "description": { - "en": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "de": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "ru": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "pt": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "nl": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "fr": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "it": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "es": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "pl": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter", - "zh-cn": "Adapter for Mitsubishi aircondition with airconwithme wlan adapter" + "en": "Control your ComfoAir ventilation", + "de": "Steuern Sie Ihren Comfo Luftentlüftung", + "ru": "Контролируйте свое Comfo Воздушная вентиляция", + "pt": "Controle seu Comfo Ventilação de ar", + "nl": "Controleer je Comfo Air ventilatie", + "fr": "Contrôlez votre Comfo Ventilation de l ' air", + "it": "Controlla il tuo Comfo Aria di ventilazione", + "es": "Controla tu Comfo Ventilación aire", + "pl": "Przestrzenij Komfo wentylacja", + "zh-cn": "控制你的工作 空运" }, "titleFull": { - "en": "AirConWithMe", - "de": "AirConWithMe", - "ru": "AirConWithMe", - "pt": "AirConWithMe", - "nl": "AirConWithMe", - "fr": "AirConWithMe", - "it": "AirConWithMe", - "es": "AirConWithMe", - "pl": "AirConWithMe", - "zh-cn": "AirConWithMe" + "en": "comfoairControl", + "de": "in den Warenkorb", + "ru": "comfoairКонтроль", + "pt": "compartimentação", + "nl": "comfoairContro", + "fr": "comfoairControl", + "it": "comfoairControl", + "es": "comfoairControl", + "pl": "komfoairControl", + "zh-cn": "comfoairControl" }, "branch": "master", - "github": "https://github.com/weggetor/ioBroker.airconwithme", - "installs": 215, - "weekDownloads": 4, + "github": "https://github.com/iobroker-community-adapters/ioBroker.comfoair", + "installs": 223, + "weekDownloads": 33, "stars": 5, - "issues": 12, + "issues": 1, "score": 1 }, "daikin": { @@ -809,108 +825,61 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.daikin", - "installs": 1142, - "weekDownloads": 52, + "installs": 1140, + "weekDownloads": 66, "stars": 14, "issues": 20, "score": 1 }, - "comfoair": { - "title": { - "de": "comfoair", - "en": "comfoair", - "ru": "comfoair", - "zh-cn": "comfoair" - }, - "content": "adapterref/iobroker.comfoair/README.md", - "icon": "adapterref/iobroker.comfoair/comfoair.png", - "keywords": "comfoair, ventilation, smart, home", - "authors": "forelleblau ", - "license": "MIT", - "published": "2019-02-13T22:06:04.335Z", - "version": "1.1.8", - "latestVersion": "1.1.8", - "materialize": true, - "compact": true, - "description": { - "en": "Control your ComfoAir ventilation", - "de": "Steuern Sie Ihren Comfo Luftentlüftung", - "ru": "Контролируйте свое Comfo Воздушная вентиляция", - "pt": "Controle seu Comfo Ventilação de ar", - "nl": "Controleer je Comfo Air ventilatie", - "fr": "Contrôlez votre Comfo Ventilation de l ' air", - "it": "Controlla il tuo Comfo Aria di ventilazione", - "es": "Controla tu Comfo Ventilación aire", - "pl": "Przestrzenij Komfo wentylacja", - "zh-cn": "控制你的工作 空运" - }, - "titleFull": { - "en": "comfoairControl", - "de": "in den Warenkorb", - "ru": "comfoairКонтроль", - "pt": "compartimentação", - "nl": "comfoairContro", - "fr": "comfoairControl", - "it": "comfoairControl", - "es": "comfoairControl", - "pl": "komfoairControl", - "zh-cn": "comfoairControl" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.comfoair", - "installs": 218, - "weekDownloads": 12, - "stars": 5, - "issues": 1, - "score": 1 - }, - "daikin-cloud": { + "ems-esp": { "title": { - "de": "daikin-cloud", - "en": "daikin-cloud", - "ru": "daikin-cloud", - "zh-cn": "daikin-cloud" + "de": "ems-esp", + "en": "ems-esp", + "ru": "ems-esp", + "zh-cn": "ems-esp" }, - "content": "adapterref/iobroker.daikin-cloud/README.md", - "icon": "adapterref/iobroker.daikin-cloud/daikin-cloud.jpg", - "keywords": "Daikin, Daikin Cloud", - "authors": "Apollon77 ", + "content": "adapterref/iobroker.ems-esp/README.md", + "icon": "adapterref/iobroker.ems-esp/ems-esp.png", + "keywords": "ems-esp, Buderus, Bosch, Junkers, Netfit, Sieger, Worcester, km200, central heating, smarthome", + "authors": "Thomas Petrick ", "license": "MIT", - "published": "2022-05-23T16:22:30.457Z", - "version": "0.3.0", - "latestVersion": "0.3.0", + "published": "2021-05-26T13:23:19.574Z", + "version": "2.4.1", + "latestVersion": "2.4.1", "materialize": true, "compact": true, "description": { - "en": "Control Daikin Devices that are only connected to the Daikin Cloud", - "de": "Steuern Sie Daikin-Geräte, die nur mit der Daikin-Cloud verbunden sind", - "ru": "Управление устройствами Daikin, подключенными только к Daikin Cloud", - "pt": "Controlar dispositivos Daikin que estão conectados apenas à nuvem Daikin", - "nl": "Beheer Daikin-apparaten die alleen met de Daikin Cloud zijn verbonden", - "fr": "Contrôlez les appareils Daikin qui sont uniquement connectés au Daikin Cloud", - "it": "Controlla i dispositivi Daikin che sono collegati solo a Daikin Cloud", - "es": "Controle los dispositivos Daikin que solo están conectados a Daikin Cloud", - "pl": "Kontroluj urządzenia Daikin, które są podłączone tylko do chmury Daikin", - "zh-cn": "控制仅连接到大金云的大金设备" + "en": "EMS (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger.", + "de": "EMS (Energy Management System) basierte Geräte von Herstellern wie Bosch, Buderus, Nefit, Junkers, Worcester und Sieger.", + "ru": "Оборудование на базе EMS (системы управления энергопотреблением) от таких производителей, как Bosch, Buderus, Nefit, Junkers, Worcester и Sieger.", + "pt": "Equipamentos baseados em EMS (Sistema de Gerenciamento de Energia) de fabricantes como Bosch, Buderus, Nefit, Junkers, Worcester e Sieger.", + "nl": "Op EMS (Energy Management System) gebaseerde apparatuur van fabrikanten als Bosch, Buderus, Nefit, Junkers, Worcester en Sieger.", + "fr": "Équipements basés sur EMS (Energy Management System) de fabricants tels que Bosch, Buderus, Nefit, Junkers, Worcester et Sieger.", + "it": "Apparecchiature basate su EMS (Energy Management System) di produttori come Bosch, Buderus, Nefit, Junkers, Worcester e Sieger.", + "es": "Equipos basados en EMS (Energy Management System) de fabricantes como Bosch, Buderus, Nefit, Junkers, Worcester y Sieger.", + "pl": "Sprzęt oparty na EMS (Energy Management System) takich producentów jak Bosch, Buderus, Nefit, Junkers, Worcester i Sieger.", + "uk": "EMS (Система енергоменеджменту) на основі обладнання від виробників, таких як Bosch, Buderus, Nefit, Junkers, Worcester та Sieger.", + "zh-cn": "来自 Bosch、Buderus、Nefit、Junkers、Worcester 和 Sieger 等制造商的基于 EMS(能源管理系统)的设备。" }, "titleFull": { - "en": "Daikin Cloud", - "de": "Daikin Cloud", - "ru": "Daikin Cloud", - "pt": "Daikin Cloud", - "nl": "Daikin Cloud", - "fr": "Daikin Cloud", - "it": "Daikin Cloud", - "es": "Nube Daikin", - "pl": "Chmura Daikin", - "zh-cn": "大金云" + "en": "EMS-ESP (ems-esp & km200)", + "de": "EMS-ESP (ems-esp & km200)", + "ru": "EMS-ESP (ems-esp и km200)", + "pt": "EMS-ESP (ems-esp & km200)", + "nl": "EMS-ESP (ems-esp & km200)", + "fr": "EMS-ESP (EMS-ESP & km200)", + "it": "EMS-ESP (ems-esp e km200)", + "es": "EMS-ESP (ems-esp y km200)", + "pl": "EMS-ESP (ems-esp i km200)", + "uk": "EMS-ESP (ems-esp & км200)", + "zh-cn": "EMS-ESP (ems-esp & km200)" }, - "branch": "master", - "github": "https://github.com/Apollon77/ioBroker.daikin-cloud", - "installs": 775, - "weekDownloads": 77, - "stars": 7, - "issues": 24, + "branch": "main", + "github": "https://github.com/tp1de/ioBroker.ems-esp", + "installs": 1094, + "weekDownloads": 298, + "stars": 16, + "issues": 5, "score": 1 }, "froeling": { @@ -956,61 +925,43 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.froeling", - "installs": 249, - "weekDownloads": 6, + "installs": 255, + "weekDownloads": 18, "stars": 9, "issues": 3, "score": 1 }, - "ems-esp": { + "bsblan": { "title": { - "de": "ems-esp", - "en": "ems-esp", - "ru": "ems-esp", - "zh-cn": "ems-esp" + "de": "bsblan", + "en": "bsblan", + "ru": "bsblan", + "zh-cn": "bsblan" }, - "content": "adapterref/iobroker.ems-esp/README.md", - "icon": "adapterref/iobroker.ems-esp/ems-esp.png", - "keywords": "ems-esp, Buderus, Bosch, Junkers, Netfit, Sieger, Worcester, km200, central heating, smarthome", - "authors": "Thomas Petrick ", + "content": "adapterref/iobroker.bsblan/README.md", + "icon": "adapterref/iobroker.bsblan/bsblan.png", + "keywords": "broetje brötje BBK BBS BGB BLW BMR BOB BSK SOB WBS WGB WGB_EVO WGB_Pro_EVO WGB-M WGB-U WOB MHG fujitsu ELCO Aerotop Aquatop Straton Thision Thision_S Thision_S_Plus siemens ATAG QR Atlantic Alfea_Excellia Extensa Austria_Email LWPK Baxi Luna_Platinum CTA Optiheat Froeling Fröling Rendagas_Plus Fujitsu Waterstage_Comfort WSHA WSYK WSYP Gruenenwald Grünenwald Greenheat Interdomo Domostar_GBK_25H Procon_E Olymp SHS WHS Thermital TBox Clima TOP Viessmann Vitotwin Weishaupt WTU lpb heating gas heizung heatpump bsb lan", + "authors": "hacki11 ", "license": "MIT", - "published": "2021-05-26T13:23:19.574Z", - "version": "2.4.1", - "latestVersion": "2.4.1", + "published": "2019-10-06T18:20:43.532Z", + "version": "0.2.2", + "latestVersion": "0.3.1", "materialize": true, "compact": true, "description": { - "en": "EMS (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger.", - "de": "EMS (Energy Management System) basierte Geräte von Herstellern wie Bosch, Buderus, Nefit, Junkers, Worcester und Sieger.", - "ru": "Оборудование на базе EMS (системы управления энергопотреблением) от таких производителей, как Bosch, Buderus, Nefit, Junkers, Worcester и Sieger.", - "pt": "Equipamentos baseados em EMS (Sistema de Gerenciamento de Energia) de fabricantes como Bosch, Buderus, Nefit, Junkers, Worcester e Sieger.", - "nl": "Op EMS (Energy Management System) gebaseerde apparatuur van fabrikanten als Bosch, Buderus, Nefit, Junkers, Worcester en Sieger.", - "fr": "Équipements basés sur EMS (Energy Management System) de fabricants tels que Bosch, Buderus, Nefit, Junkers, Worcester et Sieger.", - "it": "Apparecchiature basate su EMS (Energy Management System) di produttori come Bosch, Buderus, Nefit, Junkers, Worcester e Sieger.", - "es": "Equipos basados en EMS (Energy Management System) de fabricantes como Bosch, Buderus, Nefit, Junkers, Worcester y Sieger.", - "pl": "Sprzęt oparty na EMS (Energy Management System) takich producentów jak Bosch, Buderus, Nefit, Junkers, Worcester i Sieger.", - "uk": "EMS (Система енергоменеджменту) на основі обладнання від виробників, таких як Bosch, Buderus, Nefit, Junkers, Worcester та Sieger.", - "zh-cn": "来自 Bosch、Buderus、Nefit、Junkers、Worcester 和 Sieger 等制造商的基于 EMS(能源管理系统)的设备。" + "en": "Connects the BSB_LAN Interface with ioBroker", + "de": "Verbindet das BSB_LAN Interface mit ioBroker" }, "titleFull": { - "en": "EMS-ESP (ems-esp & km200)", - "de": "EMS-ESP (ems-esp & km200)", - "ru": "EMS-ESP (ems-esp и km200)", - "pt": "EMS-ESP (ems-esp & km200)", - "nl": "EMS-ESP (ems-esp & km200)", - "fr": "EMS-ESP (EMS-ESP & km200)", - "it": "EMS-ESP (ems-esp e km200)", - "es": "EMS-ESP (ems-esp y km200)", - "pl": "EMS-ESP (ems-esp i km200)", - "uk": "EMS-ESP (ems-esp & км200)", - "zh-cn": "EMS-ESP (ems-esp & km200)" + "en": "Control BSB/PPS/LPB based heating devices using the BSB_LAN interface", + "de": "Steuerung BSB/PPS/LPB basierter Brennwerthermen und Wärmepumpen" }, - "branch": "main", - "github": "https://github.com/tp1de/ioBroker.ems-esp", - "installs": 1060, - "weekDownloads": 191, - "stars": 16, - "issues": 5, + "branch": "master", + "github": "https://github.com/hacki11/ioBroker.bsblan", + "installs": 280, + "weekDownloads": 120, + "stars": 3, + "issues": 11, "score": 1 }, "haier": { @@ -1054,8 +1005,8 @@ }, "branch": "master", "github": "https://github.com/instalator/ioBroker.haier", - "installs": 63, - "weekDownloads": 13, + "installs": 66, + "weekDownloads": 21, "stars": 4, "issues": 2, "score": 1 @@ -1105,8 +1056,8 @@ }, "branch": "master", "github": "https://github.com/rg-engineering/ioBroker.heatingcontrol", - "installs": 2675, - "weekDownloads": 229, + "installs": 2715, + "weekDownloads": 163, "stars": 48, "issues": 48, "score": 1 @@ -1154,59 +1105,61 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.helios", - "installs": 133, - "weekDownloads": 2, + "installs": 136, + "weekDownloads": 6, "stars": 8, "issues": 1, "score": 1 }, - "hdg-bavaria": { + "heizungssteuerung": { "title": { - "de": "hdg-bavaria", - "en": "hdg-bavaria", - "ru": "hdg-bavaria", - "zh-cn": "hdg-bavaria" + "de": "heizungssteuerung", + "en": "heizungssteuerung", + "ru": "heizungssteuerung", + "zh-cn": "heizungssteuerung" }, - "content": "adapterref/iobroker.hdg-bavaria/README.md", - "icon": "adapterref/iobroker.hdg-bavaria/hdg-bavaria.png", - "keywords": "heizung, kessel, boiler, hdg, hdg-bavaria, hdg control", - "authors": "stemaker ", + "content": "adapterref/iobroker.heizungssteuerung/README.md", + "icon": "adapterref/iobroker.heizungssteuerung/heizungssteuerung.png", + "keywords": "home automation, heating", + "authors": "jbeenenga ", "license": "MIT", - "published": "2021-06-26T19:53:52.590Z", - "version": "-.-.-", - "latestVersion": "0.4.0", + "published": "2022-07-22T08:39:02.328Z", + "version": "1.7.0", + "latestVersion": "1.7.0", "materialize": true, "compact": true, "description": { - "en": "Access HDG Control of HDG Bavaria boilers", - "de": "Zugriff auf HDG Control von HDG Bavaria Kesseln", - "ru": "Доступ к данным из HDG Control котлов HDG Bavaria", - "pt": "Acesse os dados do HDG Control das caldeiras HDG Bavaria", - "nl": "Toegang tot gegevens van HDG Besturing van HDG Bavaria ketels", - "fr": "Accéder aux données de HDG Control des chaudières HDG Bavaria", - "it": "Accesso ai dati da HDG Control delle caldaie HDG Bavaria", - "es": "Acceda a los datos de HDG Control de las calderas HDG Bavaria", - "pl": "Dane dostępowe z HDG Control kotłów HDG Bavaria", - "zh-cn": "从 HDG Bavaria 锅炉的 HDG Control 访问数据" + "en": "heatingcontrol", + "de": "heizsteuerung", + "ru": "отопление", + "pt": "controle de aquecimento", + "nl": "heling control", + "fr": "chauffage", + "it": "controllo del riscaldamento", + "es": "calefacción", + "pl": "ogrzewanie", + "zh-cn": "控制", + "uk": "контроль нагріву" }, "titleFull": { - "en": "HDG Bavaria", - "de": "HDG Bavaria", - "ru": "HDG Bavaria", - "pt": "HDG Bavaria", - "nl": "HDG Bavaria", - "fr": "HDG Bavaria", - "it": "HDG Bavaria", - "es": "HDG Bavaria", - "pl": "HDG Bavaria", - "zh-cn": "HDG Bavaria" + "en": "heatingcontrol", + "de": "heizsteuerung", + "ru": "отопление", + "pt": "controle de aquecimento", + "nl": "heling control", + "fr": "chauffage", + "it": "controllo del riscaldamento", + "es": "calefacción", + "pl": "ogrzewanie", + "zh-cn": "控制", + "uk": "контроль нагріву" }, - "branch": "master", - "github": "https://github.com/stemaker/ioBroker.hdg-bavaria", - "installs": 13, - "weekDownloads": 4, - "stars": 4, - "issues": 5, + "branch": "main", + "github": "https://github.com/jbeenenga/ioBroker.heizungssteuerung", + "installs": 61, + "weekDownloads": 44, + "stars": 3, + "issues": 12, "score": 1 }, "huum-sauna": { @@ -1253,104 +1206,58 @@ "branch": "main", "github": "https://github.com/Chris-656/ioBroker.huum-sauna", "installs": 51, - "weekDownloads": 3, + "weekDownloads": 21, "stars": 5, - "issues": 7, - "score": 1 - }, - "intesishome": { - "title": { - "de": "intesishome", - "en": "intesishome", - "ru": "intesishome", - "zh-cn": "intesishome" - }, - "content": "adapterref/iobroker.intesishome/README.md", - "icon": "adapterref/iobroker.intesishome/intesishome.png", - "keywords": "intesishome, vis, GUI, graphical, scada", - "authors": "maxtox ", - "license": "MIT", - "published": "2018-04-25T22:24:42.884Z", - "version": "-.-.-", - "latestVersion": "0.1.2", - "materialize": true, - "description": { - "en": "Read and control air condition and heat pumps via intesishome cloud", - "de": "Lesen und steuern Sie Klimaanlagen und Wärmepumpen über eine interessante Cloud", - "ru": "Прочитайте и контролируйте кондиционирование воздуха и тепловые насосы через обычное облако", - "pt": "Leia e controle o ar e as bombas de calor através de uma nuvem intesishome", - "nl": "Leest en controleert de luchttoestand en warmtepompen via een intesishome wolk", - "fr": "Lire et contrôler l'état de l'air et les pompes à chaleur via intesishome cloud", - "it": "Leggi e controlla le condizioni dell'aria e le pompe di calore tramite una nuvola intesishome", - "es": "Lea y controle el aire acondicionado y las bombas de calor a través de la nube intesishome" - }, - "titleFull": { - "en": "Intesishome cloud", - "de": "Intesishome cloud", - "ru": "Intesishome cloud", - "pt": "Intesishome cloud", - "nl": "Intesishome cloud", - "fr": "Intesishome cloud", - "it": "Intesishome cloud", - "es": "Intesishome cloud" - }, - "branch": "master", - "github": "https://github.com/maxtox/ioBroker.intesishome", - "installs": 30, - "weekDownloads": 3, - "stars": 1, - "issues": 12, + "issues": 6, "score": 1 }, - "heizungssteuerung": { + "daikin-cloud": { "title": { - "de": "heizungssteuerung", - "en": "heizungssteuerung", - "ru": "heizungssteuerung", - "zh-cn": "heizungssteuerung" + "de": "daikin-cloud", + "en": "daikin-cloud", + "ru": "daikin-cloud", + "zh-cn": "daikin-cloud" }, - "content": "adapterref/iobroker.heizungssteuerung/README.md", - "icon": "adapterref/iobroker.heizungssteuerung/heizungssteuerung.png", - "keywords": "home automation, heating", - "authors": "jbeenenga ", + "content": "adapterref/iobroker.daikin-cloud/README.md", + "icon": "adapterref/iobroker.daikin-cloud/daikin-cloud.jpg", + "keywords": "Daikin, Daikin Cloud", + "authors": "Apollon77 ", "license": "MIT", - "published": "2022-07-22T08:39:02.328Z", - "version": "-.-.-", - "latestVersion": "1.7.0", + "published": "2022-05-23T16:22:30.457Z", + "version": "0.3.0", + "latestVersion": "0.3.0", "materialize": true, "compact": true, "description": { - "en": "heatingcontrol", - "de": "heizsteuerung", - "ru": "отопление", - "pt": "controle de aquecimento", - "nl": "heling control", - "fr": "chauffage", - "it": "controllo del riscaldamento", - "es": "calefacción", - "pl": "ogrzewanie", - "zh-cn": "控制", - "uk": "контроль нагріву" + "en": "Control Daikin Devices that are only connected to the Daikin Cloud", + "de": "Steuern Sie Daikin-Geräte, die nur mit der Daikin-Cloud verbunden sind", + "ru": "Управление устройствами Daikin, подключенными только к Daikin Cloud", + "pt": "Controlar dispositivos Daikin que estão conectados apenas à nuvem Daikin", + "nl": "Beheer Daikin-apparaten die alleen met de Daikin Cloud zijn verbonden", + "fr": "Contrôlez les appareils Daikin qui sont uniquement connectés au Daikin Cloud", + "it": "Controlla i dispositivi Daikin che sono collegati solo a Daikin Cloud", + "es": "Controle los dispositivos Daikin que solo están conectados a Daikin Cloud", + "pl": "Kontroluj urządzenia Daikin, które są podłączone tylko do chmury Daikin", + "zh-cn": "控制仅连接到大金云的大金设备" }, "titleFull": { - "en": "heatingcontrol", - "de": "heizsteuerung", - "ru": "отопление", - "pt": "controle de aquecimento", - "nl": "heling control", - "fr": "chauffage", - "it": "controllo del riscaldamento", - "es": "calefacción", - "pl": "ogrzewanie", - "zh-cn": "控制", - "uk": "контроль нагріву" + "en": "Daikin Cloud", + "de": "Daikin Cloud", + "ru": "Daikin Cloud", + "pt": "Daikin Cloud", + "nl": "Daikin Cloud", + "fr": "Daikin Cloud", + "it": "Daikin Cloud", + "es": "Nube Daikin", + "pl": "Chmura Daikin", + "zh-cn": "大金云" }, - "branch": "main", - "github": "https://github.com/jbeenenga/ioBroker.heizungssteuerung", - "installs": 45, - "weekDownloads": 1, - "stars": 3, - "issues": 12, + "branch": "master", + "github": "https://github.com/Apollon77/ioBroker.daikin-cloud", + "installs": 798, + "weekDownloads": 63, + "stars": 7, + "issues": 24, "score": 1 }, "km200": { @@ -1396,20 +1303,57 @@ }, "branch": "master", "github": "https://github.com/frankjoke/ioBroker.km200", - "installs": 1026, - "weekDownloads": 21, + "installs": 1010, + "weekDownloads": 45, "stars": 24, "issues": 6, "score": 1 }, - "luxtronik1": { + "maxcube": { "title": { - "de": "luxtronik1", - "en": "luxtronik1", - "ru": "luxtronik1", - "zh-cn": "luxtronik1" - }, - "content": "adapterref/iobroker.luxtronik1/README.md", + "de": "maxcube", + "en": "maxcube", + "ru": "maxcube", + "zh-cn": "maxcube" + }, + "content": "adapterref/iobroker.maxcube/README.md", + "icon": "adapterref/iobroker.maxcube/maxcube.png", + "keywords": "cube, MAX!, heating, heizung, eQ-3", + "authors": "bluefox ", + "license": "MIT", + "published": "2017-06-08T08:46:50.814Z", + "version": "1.0.4", + "latestVersion": "1.0.4", + "materialize": true, + "description": { + "en": "Control MAX! devices over MAX! Cube", + "de": "Steuere MAX! Geräte mit dem Max! Cube", + "ru": "Управляет устройствами MAX! при помощи Max! Cube", + "pt": "Control MAX! ", + "nl": "Controle MAX! ", + "fr": "Contrôlez MAX! ", + "it": "Controllo MAX! ", + "es": "Control MAX! ", + "pl": "Control MAX! ", + "zh-cn": "控制MAX!" + }, + "titleFull": "Max! Cube", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.maxcube", + "installs": 784, + "weekDownloads": 31, + "stars": 9, + "issues": 7, + "score": 1 + }, + "luxtronik1": { + "title": { + "de": "luxtronik1", + "en": "luxtronik1", + "ru": "luxtronik1", + "zh-cn": "luxtronik1" + }, + "content": "adapterref/iobroker.luxtronik1/README.md", "icon": "adapterref/iobroker.luxtronik1/luxtronik1.png", "keywords": "luxtronik, heatpump, smart, home", "authors": "forelleblau ", @@ -1445,61 +1389,12 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.luxtronik1", - "installs": 141, - "weekDownloads": 7, + "installs": 139, + "weekDownloads": 26, "stars": 5, "issues": 4, "score": 1 }, - "luxtronik2": { - "title": { - "de": "luxtronik2", - "en": "luxtronik2", - "ru": "luxtronik2", - "zh-cn": "luxtronik2" - }, - "content": "adapterref/iobroker.luxtronik2/README.md", - "icon": "adapterref/iobroker.luxtronik2/luxtronik2.png", - "keywords": "heatpump, websocket, luxtronik", - "authors": "UncleSamSwiss ", - "license": "Apache-2.0", - "published": "2020-12-23T13:52:06.057Z", - "version": "-.-.-", - "latestVersion": "0.4.2", - "materialize": true, - "compact": true, - "description": { - "en": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket", - "de": "Verbindung zu Luxtronik 2 Heatpump-Controllern über LAN und WebSocket", - "ru": "Подключается к контроллерам теплового насоса Luxtronik 2 через LAN и WebSocket", - "pt": "Conecta-se a controladores de bomba de calor Luxtronik 2 por LAN e WebSocket", - "nl": "Verbindt met Luxtronik 2 warmtepompcontrollers via LAN en WebSocket", - "fr": "Se connecte aux contrôleurs de pompe à chaleur Luxtronik 2 via LAN et WebSocket", - "it": "Si collega ai controller della pompa di calore Luxtronik 2 su LAN e WebSocket", - "es": "Se conecta a controladores de bomba de calor Luxtronik 2 a través de LAN y WebSocket", - "pl": "Łączy się ze sterownikami pompy ciepła Luxtronik 2 przez LAN i WebSocket", - "zh-cn": "通过LAN和WebSocket连接到Luxtronik 2热泵控制器" - }, - "titleFull": { - "en": "Luxtronik 2", - "de": "Luxtronik 2", - "ru": "Люкстроник 2", - "pt": "Luxtronik 2", - "nl": "Luxtronik 2", - "fr": "Luxtronik 2", - "it": "Luxtronik 2", - "es": "Luxtronik 2", - "pl": "Luxtronik 2", - "zh-cn": "Luxtronik 2" - }, - "branch": "master", - "github": "https://github.com/UncleSamSwiss/ioBroker.luxtronik2", - "installs": 305, - "weekDownloads": 9, - "stars": 9, - "issues": 38, - "score": 1 - }, "midea": { "title": { "de": "midea", @@ -1543,8 +1438,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.midea", - "installs": 1080, - "weekDownloads": 42, + "installs": 1091, + "weekDownloads": 45, "stars": 10, "issues": 38, "score": 1 @@ -1591,155 +1486,117 @@ }, "branch": "main", "github": "https://github.com/TA2k/ioBroker.micronova", - "installs": 15, - "weekDownloads": 1, + "installs": 16, + "weekDownloads": 2, "stars": -1, "issues": 4, "score": 1 }, - "mihome-airpurifier": { + "melcloud": { "title": { - "de": "mihome-airpurifier", - "en": "mihome-airpurifier", - "ru": "mihome-airpurifier", - "zh-cn": "mihome-airpurifier" + "de": "melcloud", + "en": "melcloud", + "ru": "melcloud", + "zh-cn": "melcloud" }, - "content": "adapterref/iobroker.mihome-airpurifier/README.md", - "icon": "adapterref/iobroker.mihome-airpurifier/mihome-airpurifier.png", - "keywords": "mihome-airpurifier, xiaomi, air, purifier", - "authors": "Johannes Jaeger ", + "content": "adapterref/iobroker.melcloud/README.md", + "icon": "adapterref/iobroker.melcloud/melcloud.png", + "keywords": "home automation, MELCloud, Mitsubishi, airconditioning", + "authors": "Black-Thunder ", "license": "MIT", - "published": "2018-12-18T12:20:09.290Z", - "version": "-.-.-", - "latestVersion": "0.1.8", - "materialize": true, + "published": "2020-05-28T14:27:36.311Z", + "version": "1.3.5", + "latestVersion": "1.3.5", "compact": true, "description": { - "en": "Controll your Xiaomi Air Purifier", - "de": "Steuere deinen Xiaomi Air Purifier", - "ru": "Шаблон для разработки адаптера", - "pt": "Modelo para desenvolvimento de adaptadores", - "nl": "Sjabloon voor adapterontwikkeling", - "fr": "Modèle de développement d'adaptateur", - "it": "Modello per lo sviluppo dell'adattatore", - "es": "Plantilla para desarrollo de adaptadores", - "pl": "Szablon do opracowania adaptera", - "zh-cn": "适配器开发的模板" + "en": "The adapter integrates Mitsubishi air conditioning systems via MELCloud into ioBroker.", + "de": "Der Adapter integriert Klimaanlagen von Mitsubishi mittels MELCloud in ioBroker.", + "ru": "Адаптер интегрирует системы кондиционирования воздуха Mitsubishi в ioBroker с помощью MELCloud.", + "pt": "O adaptador integra os sistemas de ar condicionado Mitsubishi ao ioBroker usando MELCloud.", + "nl": "De adapter integreert Mitsubishi-airconditioningsystemen in ioBroker met behulp van MELCloud.", + "fr": "L'adaptateur intègre les systèmes de climatisation Mitsubishi dans ioBroker à l'aide de MELCloud.", + "it": "L'adattatore integra i sistemi di climatizzazione Mitsubishi in ioBroker utilizzando MELCloud.", + "es": "El adaptador integra sistemas de aire acondicionado Mitsubishi en ioBroker usando MELCloud.", + "pl": "Adapter integruje systemy klimatyzacji Mitsubishi z ioBroker za pomocą MELCloud.", + "zh-cn": "该适配器使用MELCloud将三菱空调系统集成到ioBroker中。", + "uk": "Адаптер інтегрує системи кондиціонування Mitsubishi через MELCloud в ioBroker." }, "titleFull": { - "en": "Xiaomi Air Purifier", - "de": "Xiaomi Luftfilter", - "ru": "Шаблон (TypeScript)", - "pt": "Modelo (TypeScript)", - "nl": "Sjabloon (TypeScript)", - "fr": "Modèle (TypeScript)", - "it": "Modello (TypeScript)", - "es": "Plantilla (TypeScript)", - "pl": "Szablon (TypeScript)", - "zh-cn": "模板(TypeScript)" + "en": "MELCloud", + "de": "MELCloud", + "ru": "MELCloud", + "pt": "MELCloud", + "nl": "MELCloud", + "fr": "MELCloud", + "it": "MELCloud", + "es": "MELCloud", + "pl": "MELCloud", + "zh-cn": "MEL云", + "uk": "MELCloud" }, "branch": "master", - "github": "https://github.com/JoJ123/ioBroker.mihome-airpurifier", - "installs": 211, - "weekDownloads": 2, - "stars": 11, - "issues": 30, + "github": "https://github.com/Black-Thunder/ioBroker.melcloud", + "installs": 831, + "weekDownloads": 60, + "stars": 10, + "issues": 0, "score": 1 }, - "maxcube": { + "hdg-bavaria": { "title": { - "de": "maxcube", - "en": "maxcube", - "ru": "maxcube", - "zh-cn": "maxcube" + "de": "hdg-bavaria", + "en": "hdg-bavaria", + "ru": "hdg-bavaria", + "zh-cn": "hdg-bavaria" }, - "content": "adapterref/iobroker.maxcube/README.md", - "icon": "adapterref/iobroker.maxcube/maxcube.png", - "keywords": "cube, MAX!, heating, heizung, eQ-3", - "authors": "bluefox ", + "content": "adapterref/iobroker.hdg-bavaria/README.md", + "icon": "adapterref/iobroker.hdg-bavaria/hdg-bavaria.png", + "keywords": "heizung, kessel, boiler, hdg, hdg-bavaria, hdg control", + "authors": "stemaker ", "license": "MIT", - "published": "2017-06-08T08:46:50.814Z", - "version": "1.0.4", - "latestVersion": "1.0.4", + "published": "2021-06-26T19:53:52.590Z", + "version": "-.-.-", + "latestVersion": "0.4.0", "materialize": true, + "compact": true, "description": { - "en": "Control MAX! devices over MAX! Cube", - "de": "Steuere MAX! Geräte mit dem Max! Cube", - "ru": "Управляет устройствами MAX! при помощи Max! Cube", - "pt": "Control MAX! ", - "nl": "Controle MAX! ", - "fr": "Contrôlez MAX! ", - "it": "Controllo MAX! ", - "es": "Control MAX! ", - "pl": "Control MAX! ", - "zh-cn": "控制MAX!" + "en": "Access HDG Control of HDG Bavaria boilers", + "de": "Zugriff auf HDG Control von HDG Bavaria Kesseln", + "ru": "Доступ к данным из HDG Control котлов HDG Bavaria", + "pt": "Acesse os dados do HDG Control das caldeiras HDG Bavaria", + "nl": "Toegang tot gegevens van HDG Besturing van HDG Bavaria ketels", + "fr": "Accéder aux données de HDG Control des chaudières HDG Bavaria", + "it": "Accesso ai dati da HDG Control delle caldaie HDG Bavaria", + "es": "Acceda a los datos de HDG Control de las calderas HDG Bavaria", + "pl": "Dane dostępowe z HDG Control kotłów HDG Bavaria", + "zh-cn": "从 HDG Bavaria 锅炉的 HDG Control 访问数据" + }, + "titleFull": { + "en": "HDG Bavaria", + "de": "HDG Bavaria", + "ru": "HDG Bavaria", + "pt": "HDG Bavaria", + "nl": "HDG Bavaria", + "fr": "HDG Bavaria", + "it": "HDG Bavaria", + "es": "HDG Bavaria", + "pl": "HDG Bavaria", + "zh-cn": "HDG Bavaria" }, - "titleFull": "Max! Cube", "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.maxcube", - "installs": 774, - "weekDownloads": 8, - "stars": 9, - "issues": 7, + "github": "https://github.com/stemaker/ioBroker.hdg-bavaria", + "installs": 14, + "weekDownloads": 36, + "stars": 4, + "issues": 5, "score": 1 }, - "myvbus": { + "netatmo-energy": { "title": { - "de": "myvbus", - "en": "myvbus", - "ru": "myvbus", - "zh-cn": "myvbus" - }, - "content": "adapterref/iobroker.myvbus/README.md", - "icon": "adapterref/iobroker.myvbus/myvbus.png", - "keywords": "myvbus, VBus, Resol", - "authors": "pdbjjens ", - "license": "MIT", - "published": "2020-03-30T19:13:55.205Z", - "version": "0.2.5", - "latestVersion": "0.2.5", - "materialize": true, - "compact": true, - "description": { - "en": "This adapter connects ioBroker to VBus-based Resol devices", - "de": "Dieser Adapter verbindet ioBroker mit VBus-basierten Resol-Geräten", - "ru": "Этот адаптер подключает ioBroker к устройствам Resol на базе VBus.", - "pt": "Este adaptador conecta o ioBroker a dispositivos Resol baseados em VBus", - "nl": "Deze adapter verbindt ioBroker met op VBus gebaseerde Resol-apparaten", - "fr": "Cet adaptateur connecte ioBroker aux appareils Resol basés sur VBus", - "it": "Questo adattatore collega ioBroker a dispositivi Resol basati su VBus", - "es": "Este adaptador conecta ioBroker a dispositivos Resol basados ​​en VBus", - "pl": "Ten adapter łączy ioBroker z urządzeniami Resol opartymi na VBus", - "zh-cn": "此适配器将 ioBroker 连接到基于 VBus 的 Resol 设备", - "uk": "Цей адаптер підключає ioBroker до пристроїв Resol на основі VBus" - }, - "titleFull": { - "en": "Resol VBUS", - "de": "Resol VBUS", - "ru": "Resol VBUS", - "pt": "Resol VBUS", - "nl": "Resol VBUS", - "fr": "Resol VBUS", - "it": "Resol VBUS", - "es": "Resol VBUS", - "pl": "Resol VBUS", - "zh-cn": "Resol VBUS适配器", - "uk": "Розв'язати VBUS" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.myvbus", - "installs": 150, - "weekDownloads": 20, - "stars": 4, - "issues": 2, - "score": 1 - }, - "netatmo-energy": { - "title": { - "de": "netatmo-energy", - "en": "netatmo-energy", - "ru": "netatmo-energy", - "zh-cn": "netatmo-energy" + "de": "netatmo-energy", + "en": "netatmo-energy", + "ru": "netatmo-energy", + "zh-cn": "netatmo-energy" }, "content": "adapterref/iobroker.netatmo-energy/README.md", "icon": "adapterref/iobroker.netatmo-energy/netatmo-energy.png", @@ -1779,62 +1636,12 @@ }, "branch": "master", "github": "https://github.com/Homemade-Disaster/ioBroker.netatmo-energy", - "installs": 131, - "weekDownloads": 10, + "installs": 130, + "weekDownloads": 90, "stars": 6, "issues": 0, "score": 1 }, - "nibeuplink": { - "title": { - "de": "nibeuplink", - "en": "nibeuplink", - "ru": "nibeuplink", - "zh-cn": "nibeuplink" - }, - "content": "adapterref/iobroker.nibeuplink/README.md", - "icon": "adapterref/iobroker.nibeuplink/nibeuplink.png", - "keywords": "nibeuplink, nibe, heat pump", - "authors": "Sebastian Haesselbarth ", - "license": "MIT", - "published": "2019-03-21T19:15:28.166Z", - "version": "1.3.0", - "latestVersion": "1.3.0", - "compact": true, - "description": { - "en": "With this adapter data of a Nibe heat pump can be read from Nibe Uplink.", - "de": "Mit diesem Adapter können Daten einer Nibe-Wärmepumpe von Nibe Uplink ausgelesen werden.", - "ru": "С помощью этого адаптера данные теплового насоса Nibe можно считывать с Nibe Uplink.", - "pt": "Com este adaptador, os dados de uma bomba de calor Nibe podem ser lidos no Nibe Uplink.", - "nl": "Met deze adapter kunnen gegevens van een Nibe warmtepomp uit Nibe Uplink worden uitgelezen.", - "fr": "Avec cet adaptateur, les données d'une pompe à chaleur Nibe peuvent être lues à partir de Nibe Uplink.", - "it": "Con questo adattatore i dati di una pompa di calore Nibe possono essere letti da Nibe Uplink.", - "es": "Con este adaptador, los datos de una bomba de calor Nibe se pueden leer desde Nibe Uplink.", - "pl": "Za pomocą tego adaptera dane pompy ciepła Nibe można odczytać z Nibe Uplink.", - "uk": "За допомогою цього адаптера дані теплового насоса Nibe можна зчитувати з Nibe Uplink.", - "zh-cn": "使用此适配器,可以从 Nibe Uplink 读取 Nibe 热泵的数据。" - }, - "titleFull": { - "en": "Nibe Uplink", - "de": "Nibe Uplink", - "ru": "Nibe Uplink", - "pt": "Nibe Uplink", - "nl": "Nibe Uplink", - "fr": "Nibe Uplink", - "it": "Nibe Uplink", - "es": "Nibe Uplink", - "pl": "Nibe Uplink", - "uk": "Nibe Uplink", - "zh-cn": "Nibe Uplink" - }, - "branch": "master", - "github": "https://github.com/sebilm/ioBroker.nibeuplink", - "installs": 327, - "weekDownloads": 74, - "stars": 9, - "issues": 0, - "score": 1 - }, "oekofen-json": { "title": { "de": "oekofen-json", @@ -1880,60 +1687,61 @@ }, "branch": "main", "github": "https://github.com/chaozmc/ioBroker.oekofen-json", - "installs": 81, - "weekDownloads": 161, + "installs": 88, + "weekDownloads": 26, "stars": 2, - "issues": 3, + "issues": 1, "score": 1 }, - "melcloud": { + "myvbus": { "title": { - "de": "melcloud", - "en": "melcloud", - "ru": "melcloud", - "zh-cn": "melcloud" + "de": "myvbus", + "en": "myvbus", + "ru": "myvbus", + "zh-cn": "myvbus" }, - "content": "adapterref/iobroker.melcloud/README.md", - "icon": "adapterref/iobroker.melcloud/melcloud.png", - "keywords": "home automation, MELCloud, Mitsubishi, airconditioning", - "authors": "Black-Thunder ", + "content": "adapterref/iobroker.myvbus/README.md", + "icon": "adapterref/iobroker.myvbus/myvbus.png", + "keywords": "myvbus, VBus, Resol", + "authors": "pdbjjens ", "license": "MIT", - "published": "2020-05-28T14:27:36.311Z", - "version": "1.3.5", - "latestVersion": "1.3.5", + "published": "2020-03-30T19:13:55.205Z", + "version": "0.2.5", + "latestVersion": "0.2.5", + "materialize": true, "compact": true, "description": { - "en": "The adapter integrates Mitsubishi air conditioning systems via MELCloud into ioBroker.", - "de": "Der Adapter integriert Klimaanlagen von Mitsubishi mittels MELCloud in ioBroker.", - "ru": "Адаптер интегрирует системы кондиционирования воздуха Mitsubishi в ioBroker с помощью MELCloud.", - "pt": "O adaptador integra os sistemas de ar condicionado Mitsubishi ao ioBroker usando MELCloud.", - "nl": "De adapter integreert Mitsubishi-airconditioningsystemen in ioBroker met behulp van MELCloud.", - "fr": "L'adaptateur intègre les systèmes de climatisation Mitsubishi dans ioBroker à l'aide de MELCloud.", - "it": "L'adattatore integra i sistemi di climatizzazione Mitsubishi in ioBroker utilizzando MELCloud.", - "es": "El adaptador integra sistemas de aire acondicionado Mitsubishi en ioBroker usando MELCloud.", - "pl": "Adapter integruje systemy klimatyzacji Mitsubishi z ioBroker za pomocą MELCloud.", - "zh-cn": "该适配器使用MELCloud将三菱空调系统集成到ioBroker中。", - "uk": "Адаптер інтегрує системи кондиціонування Mitsubishi через MELCloud в ioBroker." + "en": "This adapter connects ioBroker to VBus-based Resol devices", + "de": "Dieser Adapter verbindet ioBroker mit VBus-basierten Resol-Geräten", + "ru": "Этот адаптер подключает ioBroker к устройствам Resol на базе VBus.", + "pt": "Este adaptador conecta o ioBroker a dispositivos Resol baseados em VBus", + "nl": "Deze adapter verbindt ioBroker met op VBus gebaseerde Resol-apparaten", + "fr": "Cet adaptateur connecte ioBroker aux appareils Resol basés sur VBus", + "it": "Questo adattatore collega ioBroker a dispositivi Resol basati su VBus", + "es": "Este adaptador conecta ioBroker a dispositivos Resol basados ​​en VBus", + "pl": "Ten adapter łączy ioBroker z urządzeniami Resol opartymi na VBus", + "zh-cn": "此适配器将 ioBroker 连接到基于 VBus 的 Resol 设备", + "uk": "Цей адаптер підключає ioBroker до пристроїв Resol на основі VBus" }, "titleFull": { - "en": "MELCloud", - "de": "MELCloud", - "ru": "MELCloud", - "pt": "MELCloud", - "nl": "MELCloud", - "fr": "MELCloud", - "it": "MELCloud", - "es": "MELCloud", - "pl": "MELCloud", - "zh-cn": "MEL云", - "uk": "MELCloud" + "en": "Resol VBUS", + "de": "Resol VBUS", + "ru": "Resol VBUS", + "pt": "Resol VBUS", + "nl": "Resol VBUS", + "fr": "Resol VBUS", + "it": "Resol VBUS", + "es": "Resol VBUS", + "pl": "Resol VBUS", + "zh-cn": "Resol VBUS适配器", + "uk": "Розв'язати VBUS" }, "branch": "master", - "github": "https://github.com/Black-Thunder/ioBroker.melcloud", - "installs": 818, - "weekDownloads": 76, - "stars": 10, - "issues": 1, + "github": "https://github.com/iobroker-community-adapters/ioBroker.myvbus", + "installs": 156, + "weekDownloads": 32, + "stars": 4, + "issues": 2, "score": 1 }, "panasonic-comfort-cloud": { @@ -1981,108 +1789,251 @@ }, "branch": "master", "github": "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud", - "installs": 308, - "weekDownloads": 177, + "installs": 318, + "weekDownloads": 60, "stars": 18, "issues": 14, "score": 1 }, - "palazzetti": { + "nibeuplink": { "title": { - "de": "palazzetti", - "en": "palazzetti", - "ru": "palazzetti", - "zh-cn": "palazzetti" + "de": "nibeuplink", + "en": "nibeuplink", + "ru": "nibeuplink", + "zh-cn": "nibeuplink" }, - "content": "adapterref/iobroker.palazzetti/README.md", - "icon": "adapterref/iobroker.palazzetti/palazzetti.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "inapsis ", + "content": "adapterref/iobroker.nibeuplink/README.md", + "icon": "adapterref/iobroker.nibeuplink/nibeuplink.png", + "keywords": "nibeuplink, nibe, heat pump", + "authors": "Sebastian Haesselbarth ", "license": "MIT", - "published": "2020-01-29T21:40:08.571Z", - "version": "-.-.-", - "latestVersion": "0.0.6", - "materialize": true, + "published": "2019-03-21T19:15:28.166Z", + "version": "1.3.0", + "latestVersion": "1.3.0", "compact": true, "description": { - "en": "palazzetti pellet furnace", - "de": "Palazzetti Pelletofen", - "ru": "Палаццетти пеллетная печь", - "pt": "forno de pelotas palazzetti", - "nl": "Palazzetti pelletoven", - "fr": "four à granulés palazzetti", - "it": "forno a pellet palazzetti", - "es": "horno de pellets palazzetti", - "pl": "piec na pelety palazzetti", - "zh-cn": "palazzetti颗粒炉" + "en": "With this adapter data of a Nibe heat pump can be read from Nibe Uplink.", + "de": "Mit diesem Adapter können Daten einer Nibe-Wärmepumpe von Nibe Uplink ausgelesen werden.", + "ru": "С помощью этого адаптера данные теплового насоса Nibe можно считывать с Nibe Uplink.", + "pt": "Com este adaptador, os dados de uma bomba de calor Nibe podem ser lidos no Nibe Uplink.", + "nl": "Met deze adapter kunnen gegevens van een Nibe warmtepomp uit Nibe Uplink worden uitgelezen.", + "fr": "Avec cet adaptateur, les données d'une pompe à chaleur Nibe peuvent être lues à partir de Nibe Uplink.", + "it": "Con questo adattatore i dati di una pompa di calore Nibe possono essere letti da Nibe Uplink.", + "es": "Con este adaptador, los datos de una bomba de calor Nibe se pueden leer desde Nibe Uplink.", + "pl": "Za pomocą tego adaptera dane pompy ciepła Nibe można odczytać z Nibe Uplink.", + "uk": "За допомогою цього адаптера дані теплового насоса Nibe можна зчитувати з Nibe Uplink.", + "zh-cn": "使用此适配器,可以从 Nibe Uplink 读取 Nibe 热泵的数据。" }, "titleFull": { - "en": "palazzetti", - "de": "Palazzetti", - "ru": "Palazzetti", - "pt": "palazzetti", - "nl": "Palazzetti", - "fr": "palazzetti", - "it": "Palazzetti", - "es": "palazzetti", - "pl": "palazzetti", - "zh-cn": "宫殿" + "en": "Nibe Uplink", + "de": "Nibe Uplink", + "ru": "Nibe Uplink", + "pt": "Nibe Uplink", + "nl": "Nibe Uplink", + "fr": "Nibe Uplink", + "it": "Nibe Uplink", + "es": "Nibe Uplink", + "pl": "Nibe Uplink", + "uk": "Nibe Uplink", + "zh-cn": "Nibe Uplink" }, "branch": "master", - "github": "https://github.com/inapsis/ioBroker.palazzetti", - "installs": 12, - "weekDownloads": 1, - "stars": 1, - "issues": 10, + "github": "https://github.com/sebilm/ioBroker.nibeuplink", + "installs": 321, + "weekDownloads": 55, + "stars": 9, + "issues": 0, "score": 1 }, - "schwoerer-ventcube": { + "intesishome": { "title": { - "de": "schwoerer-ventcube", - "en": "schwoerer-ventcube", - "ru": "schwoerer-ventcube", - "zh-cn": "schwoerer-ventcube" + "de": "intesishome", + "en": "intesishome", + "ru": "intesishome", + "zh-cn": "intesishome" }, - "content": "adapterref/iobroker.schwoerer-ventcube/README.md", - "icon": "adapterref/iobroker.schwoerer-ventcube/schwoerer-ventcube.png", - "keywords": "Schwoererhaus", - "authors": "Excodibur ", + "content": "adapterref/iobroker.intesishome/README.md", + "icon": "adapterref/iobroker.intesishome/intesishome.png", + "keywords": "intesishome, vis, GUI, graphical, scada", + "authors": "maxtox ", "license": "MIT", - "published": "2020-09-03T18:54:38.909Z", - "version": "1.4.2", - "latestVersion": "1.4.2", + "published": "2018-04-25T22:24:42.884Z", + "version": "-.-.-", + "latestVersion": "0.1.2", + "materialize": true, + "description": { + "en": "Read and control air condition and heat pumps via intesishome cloud", + "de": "Lesen und steuern Sie Klimaanlagen und Wärmepumpen über eine interessante Cloud", + "ru": "Прочитайте и контролируйте кондиционирование воздуха и тепловые насосы через обычное облако", + "pt": "Leia e controle o ar e as bombas de calor através de uma nuvem intesishome", + "nl": "Leest en controleert de luchttoestand en warmtepompen via een intesishome wolk", + "fr": "Lire et contrôler l'état de l'air et les pompes à chaleur via intesishome cloud", + "it": "Leggi e controlla le condizioni dell'aria e le pompe di calore tramite una nuvola intesishome", + "es": "Lea y controle el aire acondicionado y las bombas de calor a través de la nube intesishome" + }, + "titleFull": { + "en": "Intesishome cloud", + "de": "Intesishome cloud", + "ru": "Intesishome cloud", + "pt": "Intesishome cloud", + "nl": "Intesishome cloud", + "fr": "Intesishome cloud", + "it": "Intesishome cloud", + "es": "Intesishome cloud" + }, + "branch": "master", + "github": "https://github.com/maxtox/ioBroker.intesishome", + "installs": 29, + "weekDownloads": 6, + "stars": 1, + "issues": 12, + "score": 1 + }, + "luxtronik2": { + "title": { + "de": "luxtronik2", + "en": "luxtronik2", + "ru": "luxtronik2", + "zh-cn": "luxtronik2" + }, + "content": "adapterref/iobroker.luxtronik2/README.md", + "icon": "adapterref/iobroker.luxtronik2/luxtronik2.png", + "keywords": "heatpump, websocket, luxtronik", + "authors": "UncleSamSwiss ", + "license": "Apache-2.0", + "published": "2020-12-23T13:52:06.057Z", + "version": "-.-.-", + "latestVersion": "0.4.2", "materialize": true, "compact": true, "description": { - "en": "Adapter for Schwoererhaus Ventcube system", - "de": "Adapter für Schwoererhaus Ventcube System", - "ru": "Адаптер для системы Schwoererhaus Ventcube", - "pt": "Adaptador para sistema Schwoererhaus Ventcube", - "nl": "Adapter voor Schwoererhaus Ventcube-systeem", - "fr": "Adaptateur pour système Schwoererhaus Ventcube", - "it": "Adattatore per sistema Schwoererhaus Ventcube", - "es": "Adaptador para sistema Schwoererhaus Ventcube", - "pl": "Adapter do systemu Schwoererhaus Ventcube", - "zh-cn": "Schwoererhaus Ventcube系统适配器" + "en": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket", + "de": "Verbindung zu Luxtronik 2 Heatpump-Controllern über LAN und WebSocket", + "ru": "Подключается к контроллерам теплового насоса Luxtronik 2 через LAN и WebSocket", + "pt": "Conecta-se a controladores de bomba de calor Luxtronik 2 por LAN e WebSocket", + "nl": "Verbindt met Luxtronik 2 warmtepompcontrollers via LAN en WebSocket", + "fr": "Se connecte aux contrôleurs de pompe à chaleur Luxtronik 2 via LAN et WebSocket", + "it": "Si collega ai controller della pompa di calore Luxtronik 2 su LAN e WebSocket", + "es": "Se conecta a controladores de bomba de calor Luxtronik 2 a través de LAN y WebSocket", + "pl": "Łączy się ze sterownikami pompy ciepła Luxtronik 2 przez LAN i WebSocket", + "zh-cn": "通过LAN和WebSocket连接到Luxtronik 2热泵控制器" }, "titleFull": { - "en": "Schwoerer Ventcube", - "de": "Schwoerer Ventcube", - "ru": "Schwoerer Ventcube", - "pt": "Schwoerer Ventcube", - "nl": "Schwoerer Ventcube", - "fr": "Schwoerer Ventcube", - "it": "Schwoerer Ventcube", - "es": "Schwoerer Ventcube", - "pl": "Schwoerer Ventcube", - "zh-cn": "Schwoerer Ventcube" + "en": "Luxtronik 2", + "de": "Luxtronik 2", + "ru": "Люкстроник 2", + "pt": "Luxtronik 2", + "nl": "Luxtronik 2", + "fr": "Luxtronik 2", + "it": "Luxtronik 2", + "es": "Luxtronik 2", + "pl": "Luxtronik 2", + "zh-cn": "Luxtronik 2" }, "branch": "master", - "github": "https://github.com/Excodibur/ioBroker.schwoerer-ventcube", - "installs": 257, - "weekDownloads": 9, - "stars": 5, - "issues": 4, + "github": "https://github.com/UncleSamSwiss/ioBroker.luxtronik2", + "installs": 313, + "weekDownloads": 30, + "stars": 9, + "issues": 38, + "score": 1 + }, + "mihome-airpurifier": { + "title": { + "de": "mihome-airpurifier", + "en": "mihome-airpurifier", + "ru": "mihome-airpurifier", + "zh-cn": "mihome-airpurifier" + }, + "content": "adapterref/iobroker.mihome-airpurifier/README.md", + "icon": "adapterref/iobroker.mihome-airpurifier/mihome-airpurifier.png", + "keywords": "mihome-airpurifier, xiaomi, air, purifier", + "authors": "Johannes Jaeger ", + "license": "MIT", + "published": "2018-12-18T12:20:09.290Z", + "version": "-.-.-", + "latestVersion": "0.1.8", + "materialize": true, + "compact": true, + "description": { + "en": "Controll your Xiaomi Air Purifier", + "de": "Steuere deinen Xiaomi Air Purifier", + "ru": "Шаблон для разработки адаптера", + "pt": "Modelo para desenvolvimento de adaptadores", + "nl": "Sjabloon voor adapterontwikkeling", + "fr": "Modèle de développement d'adaptateur", + "it": "Modello per lo sviluppo dell'adattatore", + "es": "Plantilla para desarrollo de adaptadores", + "pl": "Szablon do opracowania adaptera", + "zh-cn": "适配器开发的模板" + }, + "titleFull": { + "en": "Xiaomi Air Purifier", + "de": "Xiaomi Luftfilter", + "ru": "Шаблон (TypeScript)", + "pt": "Modelo (TypeScript)", + "nl": "Sjabloon (TypeScript)", + "fr": "Modèle (TypeScript)", + "it": "Modello (TypeScript)", + "es": "Plantilla (TypeScript)", + "pl": "Szablon (TypeScript)", + "zh-cn": "模板(TypeScript)" + }, + "branch": "master", + "github": "https://github.com/JoJ123/ioBroker.mihome-airpurifier", + "installs": 209, + "weekDownloads": 25, + "stars": 11, + "issues": 30, + "score": 1 + }, + "palazzetti": { + "title": { + "de": "palazzetti", + "en": "palazzetti", + "ru": "palazzetti", + "zh-cn": "palazzetti" + }, + "content": "adapterref/iobroker.palazzetti/README.md", + "icon": "adapterref/iobroker.palazzetti/palazzetti.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "inapsis ", + "license": "MIT", + "published": "2020-01-29T21:40:08.571Z", + "version": "-.-.-", + "latestVersion": "0.0.6", + "materialize": true, + "compact": true, + "description": { + "en": "palazzetti pellet furnace", + "de": "Palazzetti Pelletofen", + "ru": "Палаццетти пеллетная печь", + "pt": "forno de pelotas palazzetti", + "nl": "Palazzetti pelletoven", + "fr": "four à granulés palazzetti", + "it": "forno a pellet palazzetti", + "es": "horno de pellets palazzetti", + "pl": "piec na pelety palazzetti", + "zh-cn": "palazzetti颗粒炉" + }, + "titleFull": { + "en": "palazzetti", + "de": "Palazzetti", + "ru": "Palazzetti", + "pt": "palazzetti", + "nl": "Palazzetti", + "fr": "palazzetti", + "it": "Palazzetti", + "es": "palazzetti", + "pl": "palazzetti", + "zh-cn": "宫殿" + }, + "branch": "master", + "github": "https://github.com/inapsis/ioBroker.palazzetti", + "installs": 11, + "weekDownloads": 8, + "stars": 1, + "issues": 10, "score": 1 }, "seko": { @@ -2128,7 +2079,7 @@ }, "branch": "main", "github": "https://github.com/TA2k/ioBroker.seko", - "installs": 48, + "installs": 47, "weekDownloads": 1, "stars": -1, "issues": 5, @@ -2178,77 +2129,26 @@ "branch": "master", "github": "https://github.com/simatec/ioBroker.shuttercontrol", "installs": 4157, - "weekDownloads": 1532, + "weekDownloads": 497, "stars": 42, - "issues": 8, + "issues": 12, "score": 1 }, - "stiebel-isg": { + "siegenia": { "title": { - "de": "stiebel-isg", - "en": "stiebel-isg", - "ru": "stiebel-isg", - "zh-cn": "stiebel-isg" + "de": "siegenia", + "en": "siegenia", + "ru": "siegenia", + "zh-cn": "siegenia" }, - "content": "adapterref/iobroker.stiebel-isg/README.md", - "icon": "adapterref/iobroker.stiebel-isg/stiebel-isg.png", - "keywords": "Stiebel-Eltron/Tecalor, Internet Service Gateway, ISG", - "authors": "Michael Schuster ", + "content": "adapterref/iobroker.siegenia/README.md", + "icon": "adapterref/iobroker.siegenia/siegenia.png", + "keywords": "ioBroker, Siegenia, Air flow, home automation, climate control", + "authors": "Apollon77 ", "license": "MIT", - "published": "2018-09-08T19:23:53.004Z", - "version": "1.7.7", - "latestVersion": "1.7.7", - "materialize": true, - "compact": true, - "description": { - "en": "This adapter is a ment to read values from stiebel-eltron/tecalor internet service gateways (ISG) and control the device.", - "de": "Dieser Adapter dient zum Auslesen der Werten des Internetdienst-Gateways (ISG) von Stiebel-Eltron / Tecalor und zum Steuern des Geräts.", - "ru": "Этот адаптер является ментом для чтения значений от stiebel-eltron/tecalor internet service Gateways (ISG) и управления устройством.", - "pt": "Este adaptador é um complemento para ler valores de gateways de serviço de Internet esteibel-eltron/tecalor (ISG) e controlar o dispositivo.", - "nl": "Deze adapter is een ment om waarden te lezen van stiebel-eltron/tecalor internetbediening en controleer het apparaat.", - "fr": "Cet adaptateur est un ment pour lire les valeurs des passerelles de service Internet stiebel-eltron/tecalor (ISG) et contrôler l'appareil.", - "it": "Questo adattatore è un'azione per leggere i valori dai gateway di servizio internet di stiebel-eltron/tecalor (ISG) e controllare il dispositivo.", - "es": "Este adaptador es un ment para leer valores de los portales de servicio stiebel-eltron/tecalor de Internet (ISG) y controlar el dispositivo.", - "pl": "Ta adapter jest mentem do czytania wartości od stiebel-eltron/tecalorowych portali serwisowych (ISG) i kontroli urządzenia.", - "uk": "Цей адаптер є домом для зчитування значень від stiebel-eltron/tecalor Інтернет-додатків (ISG) та керування пристроєм.", - "zh-cn": "这种适应者是从半贝尔-客运/保护者互联网服务网(ISG)和控制该装置的价值观。." - }, - "titleFull": { - "en": "Stiebel-ISG/Tecalor-ISG", - "de": "Stiebel-ISG/Tecalor-ISG", - "ru": "Stiebel-ISG/Текалор-ISG", - "pt": "Stiebel-ISG/Tecalor-ISG", - "nl": "Stiebel-ISG/Tecalor-ISG", - "fr": "Stiebel-ISG/Tecalor-ISG", - "it": "Stiebel-ISG/Tecalor-ISG", - "es": "Stiebel-ISG/Tecalor-ISG", - "pl": "Stiebel-ISG/Tecalor-ISG", - "uk": "Стібел-ІСГ/Текалор-ІСГ", - "zh-cn": "Stiebel-ISG/Tecalor-ISG" - }, - "branch": "master", - "github": "https://github.com/unltdnetworx/ioBroker.stiebel-isg", - "installs": 532, - "weekDownloads": 39, - "stars": 19, - "issues": 5, - "score": 1 - }, - "siegenia": { - "title": { - "de": "siegenia", - "en": "siegenia", - "ru": "siegenia", - "zh-cn": "siegenia" - }, - "content": "adapterref/iobroker.siegenia/README.md", - "icon": "adapterref/iobroker.siegenia/siegenia.png", - "keywords": "ioBroker, Siegenia, Air flow, home automation, climate control", - "authors": "Apollon77 ", - "license": "MIT", - "published": "2019-05-17T06:46:24.635Z", - "version": "1.1.1", - "latestVersion": "1.1.1", + "published": "2019-05-17T06:46:24.635Z", + "version": "1.1.1", + "latestVersion": "1.1.1", "materialize": true, "compact": true, "description": { @@ -2277,12 +2177,112 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.siegenia", - "installs": 25, - "weekDownloads": 14, + "installs": 24, + "weekDownloads": 13, "stars": 5, "issues": 19, "score": 1 }, + "schwoerer-ventcube": { + "title": { + "de": "schwoerer-ventcube", + "en": "schwoerer-ventcube", + "ru": "schwoerer-ventcube", + "zh-cn": "schwoerer-ventcube" + }, + "content": "adapterref/iobroker.schwoerer-ventcube/README.md", + "icon": "adapterref/iobroker.schwoerer-ventcube/schwoerer-ventcube.png", + "keywords": "Schwoererhaus", + "authors": "Excodibur ", + "license": "MIT", + "published": "2020-09-03T18:54:38.909Z", + "version": "1.4.2", + "latestVersion": "1.4.2", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for Schwoererhaus Ventcube system", + "de": "Adapter für Schwoererhaus Ventcube System", + "ru": "Адаптер для системы Schwoererhaus Ventcube", + "pt": "Adaptador para sistema Schwoererhaus Ventcube", + "nl": "Adapter voor Schwoererhaus Ventcube-systeem", + "fr": "Adaptateur pour système Schwoererhaus Ventcube", + "it": "Adattatore per sistema Schwoererhaus Ventcube", + "es": "Adaptador para sistema Schwoererhaus Ventcube", + "pl": "Adapter do systemu Schwoererhaus Ventcube", + "zh-cn": "Schwoererhaus Ventcube系统适配器" + }, + "titleFull": { + "en": "Schwoerer Ventcube", + "de": "Schwoerer Ventcube", + "ru": "Schwoerer Ventcube", + "pt": "Schwoerer Ventcube", + "nl": "Schwoerer Ventcube", + "fr": "Schwoerer Ventcube", + "it": "Schwoerer Ventcube", + "es": "Schwoerer Ventcube", + "pl": "Schwoerer Ventcube", + "zh-cn": "Schwoerer Ventcube" + }, + "branch": "master", + "github": "https://github.com/Excodibur/ioBroker.schwoerer-ventcube", + "installs": 260, + "weekDownloads": 16, + "stars": 5, + "issues": 4, + "score": 1 + }, + "stiebel-isg": { + "title": { + "de": "stiebel-isg", + "en": "stiebel-isg", + "ru": "stiebel-isg", + "zh-cn": "stiebel-isg" + }, + "content": "adapterref/iobroker.stiebel-isg/README.md", + "icon": "adapterref/iobroker.stiebel-isg/stiebel-isg.png", + "keywords": "Stiebel-Eltron/Tecalor, Internet Service Gateway, ISG", + "authors": "Michael Schuster ", + "license": "MIT", + "published": "2018-09-08T19:23:53.004Z", + "version": "1.7.7", + "latestVersion": "1.7.7", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter is a ment to read values from stiebel-eltron/tecalor internet service gateways (ISG) and control the device.", + "de": "Dieser Adapter dient zum Auslesen der Werten des Internetdienst-Gateways (ISG) von Stiebel-Eltron / Tecalor und zum Steuern des Geräts.", + "ru": "Этот адаптер является ментом для чтения значений от stiebel-eltron/tecalor internet service Gateways (ISG) и управления устройством.", + "pt": "Este adaptador é um complemento para ler valores de gateways de serviço de Internet esteibel-eltron/tecalor (ISG) e controlar o dispositivo.", + "nl": "Deze adapter is een ment om waarden te lezen van stiebel-eltron/tecalor internetbediening en controleer het apparaat.", + "fr": "Cet adaptateur est un ment pour lire les valeurs des passerelles de service Internet stiebel-eltron/tecalor (ISG) et contrôler l'appareil.", + "it": "Questo adattatore è un'azione per leggere i valori dai gateway di servizio internet di stiebel-eltron/tecalor (ISG) e controllare il dispositivo.", + "es": "Este adaptador es un ment para leer valores de los portales de servicio stiebel-eltron/tecalor de Internet (ISG) y controlar el dispositivo.", + "pl": "Ta adapter jest mentem do czytania wartości od stiebel-eltron/tecalorowych portali serwisowych (ISG) i kontroli urządzenia.", + "uk": "Цей адаптер є домом для зчитування значень від stiebel-eltron/tecalor Інтернет-додатків (ISG) та керування пристроєм.", + "zh-cn": "这种适应者是从半贝尔-客运/保护者互联网服务网(ISG)和控制该装置的价值观。." + }, + "titleFull": { + "en": "Stiebel-ISG/Tecalor-ISG", + "de": "Stiebel-ISG/Tecalor-ISG", + "ru": "Stiebel-ISG/Текалор-ISG", + "pt": "Stiebel-ISG/Tecalor-ISG", + "nl": "Stiebel-ISG/Tecalor-ISG", + "fr": "Stiebel-ISG/Tecalor-ISG", + "it": "Stiebel-ISG/Tecalor-ISG", + "es": "Stiebel-ISG/Tecalor-ISG", + "pl": "Stiebel-ISG/Tecalor-ISG", + "uk": "Стібел-ІСГ/Текалор-ІСГ", + "zh-cn": "Stiebel-ISG/Tecalor-ISG" + }, + "branch": "master", + "github": "https://github.com/unltdnetworx/ioBroker.stiebel-isg", + "installs": 528, + "weekDownloads": 65, + "stars": 19, + "issues": 5, + "score": 1 + }, "tado": { "title": { "de": "tado", @@ -2297,7 +2297,7 @@ "license": "MIT", "published": "2019-10-12T00:08:04.705Z", "version": "0.4.9", - "latestVersion": "0.4.10", + "latestVersion": "0.4.11", "materialize": true, "compact": true, "description": { @@ -2328,12 +2328,45 @@ }, "branch": "main", "github": "https://github.com/DrozmotiX/ioBroker.tado", - "installs": 1636, - "weekDownloads": 600, + "installs": 1673, + "weekDownloads": 520, "stars": 25, "issues": 4, "score": 1 }, + "valloxmv": { + "title": { + "de": "valloxmv", + "en": "valloxmv", + "ru": "valloxmv", + "zh-cn": "valloxmv" + }, + "content": "adapterref/iobroker.valloxmv/README.md", + "icon": "adapterref/iobroker.valloxmv/valloxmv.png", + "keywords": "ioBroker, template, Smart Home, home automation, Vallox", + "authors": "hacki11 ", + "license": "MIT", + "published": "2019-04-18T19:42:56.759Z", + "version": "1.2.0", + "latestVersion": "1.2.0", + "materialize": true, + "compact": true, + "description": { + "en": "ioBroker ValloxMV Adapter", + "de": "ioBroker ValloxMV Adapter" + }, + "titleFull": { + "en": "Control ValloxMV ventilation system", + "de": "Steuerung von ValloxMV Lüftungsanlagen" + }, + "branch": "master", + "github": "https://github.com/hacki11/ioBroker.valloxmv", + "installs": 261, + "weekDownloads": 41, + "stars": 7, + "issues": 12, + "score": 1 + }, "vaillant": { "title": { "de": "vaillant", @@ -2377,8 +2410,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.vaillant", - "installs": 793, - "weekDownloads": 59, + "installs": 789, + "weekDownloads": 49, "stars": 11, "issues": 20, "score": 1 @@ -2425,12 +2458,63 @@ }, "branch": "main", "github": "https://github.com/TA2k/ioBroker.vesync", - "installs": 182, - "weekDownloads": 107, + "installs": 186, + "weekDownloads": 23, "stars": 1, "issues": 3, "score": 1 }, + "viessmann": { + "title": { + "de": "viessmann", + "en": "viessmann", + "ru": "viessmann", + "zh-cn": "viessmann" + }, + "content": "adapterref/iobroker.viessmann/README.md", + "icon": "adapterref/iobroker.viessmann/viessmann.png", + "keywords": "viessmann, heizung, vito, vitotronic", + "authors": "misanorot ", + "license": "MIT", + "published": "2017-10-16T19:37:29.283Z", + "version": "1.4.4", + "latestVersion": "1.4.5", + "materialize": true, + "compact": false, + "description": { + "en": "Communication with Viessmann controllers over Vcontrold", + "de": "Kommunikation mit Viessmann Controllern über Vcontrold", + "ru": "Связь с контроллерами Viessmann через Vcontrold", + "pt": "Comunicação com controladores Viessmann sobre Vcontrold", + "nl": "Communicatie met Viessmann controllers boven V gecontroleerd", + "fr": "Communication avec les contrôleurs Viessmann sur Vcontrold", + "it": "Comunicazione con controller Viessmann su Vcontrold", + "es": "Comunicación con controladores Viessmann sobre Vcontrold", + "pl": "Komunikacja z kontrolerami Viessmanna nad kontrolą V Controlled", + "uk": "Зв'язок з контролерами Viessmann над Vcontrold", + "zh-cn": "与V控制的Vusmann管制器的通信" + }, + "titleFull": { + "en": "connect viessmann systems over vcontrold", + "de": "viessmann systeme über vcontroled verbinden", + "ru": "подключить системы viessmann через vcontrold", + "pt": "conectar sistemas viessmann sobre vcontrold", + "nl": "verbind viessmannsystemen over voogdij", + "fr": "connecter les systèmes viessmann sur vcontrold", + "it": "collegare i sistemi viessmann sopra vcontrold", + "es": "conectar sistemas viessmann sobre vcontrold", + "pl": "łączy systemy viessmanna nad vkontrolowanym", + "uk": "підключення систем viessmann над керуванням", + "zh-cn": "维生素曼系统控制" + }, + "branch": "master", + "github": "https://github.com/misanorot/ioBroker.viessmann", + "installs": 927, + "weekDownloads": 103, + "stars": 17, + "issues": 12, + "score": 1 + }, "viessmannapi": { "title": { "de": "viessmannapi", @@ -2474,10 +2558,10 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.viessmannapi", - "installs": 2119, - "weekDownloads": 84, + "installs": 2149, + "weekDownloads": 117, "stars": 17, - "issues": 11, + "issues": 12, "score": 1 }, "weishaupt-wem": { @@ -2523,59 +2607,59 @@ }, "branch": "master", "github": "https://github.com/ta2k/ioBroker.weishaupt-wem", - "installs": 315, - "weekDownloads": 13, + "installs": 324, + "weekDownloads": 36, "stars": 9, "issues": 16, "score": 1 }, - "wolf-smartset": { + "wolf": { "title": { - "de": "wolf-smartset", - "en": "wolf-smartset", - "ru": "wolf-smartset", - "zh-cn": "wolf-smartset" + "de": "wolf", + "en": "wolf", + "ru": "wolf", + "zh-cn": "wolf" }, - "content": "adapterref/iobroker.wolf-smartset/README.md", - "icon": "adapterref/iobroker.wolf-smartset/wolf-smartset.png", - "keywords": "wolf, heating, cloud", - "authors": "MeisterTR ", + "content": "adapterref/iobroker.wolf/README.md", + "icon": "adapterref/iobroker.wolf/wolf.png", + "keywords": "Heating, Solar, Wolf", + "authors": "smiling_Jack ", "license": "MIT", - "published": "2021-02-20T19:13:10.168Z", - "version": "1.1.1", - "latestVersion": "1.1.1", + "published": "2015-10-08T23:20:16.800Z", + "version": "1.7.0", + "latestVersion": "1.7.0", "materialize": true, "compact": true, "description": { - "en": "Connect Wolf cloud to IoBroker", - "de": "Verbinden Sie die Wolf Cloud mit IoBroker", - "ru": "Подключите облако Wolf к IoBroker", - "pt": "Conecte a nuvem Wolf ao IoBroker", - "nl": "Verbind Wolf-cloud met IoBroker", - "fr": "Connectez Wolf Cloud à IoBroker", - "it": "Connetti il ​​cloud Wolf a IoBroker", - "es": "Conecte la nube Wolf a IoBroker", - "pl": "Połącz chmurę Wolfa z IoBrokerem", - "zh-cn": "将Wolf云连接到IoBroker" + "en": "Wolf Heating over ISM8i", + "de": "Wolf Heizung über ISM8i", + "ru": "Отопление Wolf через ISM8i", + "pt": "Aquecimento Wolf sobre o ISM8i", + "nl": "Wolf verwarming via ISM8i", + "fr": "Wolf chauffage sur ISM8i", + "it": "Riscaldamento Wolf su ISM8i", + "es": "Calentamiento Wolf sobre ISM8i", + "pl": "„Wolf” Ogrzewanie nad ISM8i", + "zh-cn": "ISM8i上的“狼”加热" }, "titleFull": { - "en": "Wolf SmartSet", - "de": "Wolf SmartSet", - "ru": "Wolf SmartSet", - "pt": "Wolf SmartSet", - "nl": "Wolf SmartSet", - "fr": "Wolf SmartSet", - "it": "Wolf SmartSet", - "es": "Wolf SmartSet", - "pl": "Wolf SmartSet", - "zh-cn": "狼SmartSet" + "en": "WOLF Heating over ISM8i", + "de": "WOLF heizt über ISM8i", + "ru": "WOLF отопление через ISM8i", + "pt": "Aquecimento WOLF sobre o ISM8i", + "nl": "WOLF verwarming via ISM8i", + "fr": "WOLF chauffage sur ISM8i", + "it": "Riscaldamento WOLF su ISM8i", + "es": "Calentamiento WOLF sobre ISM8i", + "pl": "WOLF Ogrzewanie nad ISM8i", + "zh-cn": "ISM8i上的“狼”加热" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset", - "installs": 400, - "weekDownloads": 21, - "stars": 12, - "issues": 9, + "github": "https://github.com/ioBroker/ioBroker.wolf", + "installs": 368, + "weekDownloads": 42, + "stars": 24, + "issues": 14, "score": 1 }, "zont": { @@ -2600,12 +2684,61 @@ "titleFull": "Microline Zont", "branch": "master", "github": "https://github.com/kirovilya/ioBroker.zont", - "installs": 15, - "weekDownloads": 4, + "installs": 17, + "weekDownloads": 10, "stars": 7, "issues": 11, "score": 1 }, + "wolf-smartset": { + "title": { + "de": "wolf-smartset", + "en": "wolf-smartset", + "ru": "wolf-smartset", + "zh-cn": "wolf-smartset" + }, + "content": "adapterref/iobroker.wolf-smartset/README.md", + "icon": "adapterref/iobroker.wolf-smartset/wolf-smartset.png", + "keywords": "wolf, heating, cloud", + "authors": "MeisterTR ", + "license": "MIT", + "published": "2021-02-20T19:13:10.168Z", + "version": "1.1.1", + "latestVersion": "1.1.1", + "materialize": true, + "compact": true, + "description": { + "en": "Connect Wolf cloud to IoBroker", + "de": "Verbinden Sie die Wolf Cloud mit IoBroker", + "ru": "Подключите облако Wolf к IoBroker", + "pt": "Conecte a nuvem Wolf ao IoBroker", + "nl": "Verbind Wolf-cloud met IoBroker", + "fr": "Connectez Wolf Cloud à IoBroker", + "it": "Connetti il ​​cloud Wolf a IoBroker", + "es": "Conecte la nube Wolf a IoBroker", + "pl": "Połącz chmurę Wolfa z IoBrokerem", + "zh-cn": "将Wolf云连接到IoBroker" + }, + "titleFull": { + "en": "Wolf SmartSet", + "de": "Wolf SmartSet", + "ru": "Wolf SmartSet", + "pt": "Wolf SmartSet", + "nl": "Wolf SmartSet", + "fr": "Wolf SmartSet", + "it": "Wolf SmartSet", + "es": "Wolf SmartSet", + "pl": "Wolf SmartSet", + "zh-cn": "狼SmartSet" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset", + "installs": 407, + "weekDownloads": 45, + "stars": 12, + "issues": 9, + "score": 1 + }, "zehnder-cloud": { "title": { "de": "zehnder-cloud", @@ -2620,7 +2753,7 @@ "license": "MIT", "published": "2021-12-02T20:45:38.557Z", "version": "0.0.7", - "latestVersion": "0.0.7", + "latestVersion": "0.0.8", "materialize": true, "compact": true, "description": { @@ -2649,145 +2782,12 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.zehnder-cloud", - "installs": 125, - "weekDownloads": 6, + "installs": 126, + "weekDownloads": 33, "stars": 4, "issues": 2, "score": 1 }, - "viessmann": { - "title": { - "de": "viessmann", - "en": "viessmann", - "ru": "viessmann", - "zh-cn": "viessmann" - }, - "content": "adapterref/iobroker.viessmann/README.md", - "icon": "adapterref/iobroker.viessmann/viessmann.png", - "keywords": "viessmann, heizung, vito, vitotronic", - "authors": "misanorot ", - "license": "MIT", - "published": "2017-10-16T19:37:29.283Z", - "version": "1.4.4", - "latestVersion": "1.4.5", - "materialize": true, - "compact": false, - "description": { - "en": "Communication with Viessmann controllers over Vcontrold", - "de": "Kommunikation mit Viessmann Controllern über Vcontrold", - "ru": "Связь с контроллерами Viessmann через Vcontrold", - "pt": "Comunicação com controladores Viessmann sobre Vcontrold", - "nl": "Communicatie met Viessmann controllers boven V gecontroleerd", - "fr": "Communication avec les contrôleurs Viessmann sur Vcontrold", - "it": "Comunicazione con controller Viessmann su Vcontrold", - "es": "Comunicación con controladores Viessmann sobre Vcontrold", - "pl": "Komunikacja z kontrolerami Viessmanna nad kontrolą V Controlled", - "uk": "Зв'язок з контролерами Viessmann над Vcontrold", - "zh-cn": "与V控制的Vusmann管制器的通信" - }, - "titleFull": { - "en": "connect viessmann systems over vcontrold", - "de": "viessmann systeme über vcontroled verbinden", - "ru": "подключить системы viessmann через vcontrold", - "pt": "conectar sistemas viessmann sobre vcontrold", - "nl": "verbind viessmannsystemen over voogdij", - "fr": "connecter les systèmes viessmann sur vcontrold", - "it": "collegare i sistemi viessmann sopra vcontrold", - "es": "conectar sistemas viessmann sobre vcontrold", - "pl": "łączy systemy viessmanna nad vkontrolowanym", - "uk": "підключення систем viessmann над керуванням", - "zh-cn": "维生素曼系统控制" - }, - "branch": "master", - "github": "https://github.com/misanorot/ioBroker.viessmann", - "installs": 929, - "weekDownloads": 94, - "stars": 17, - "issues": 10, - "score": 1 - }, - "wolf": { - "title": { - "de": "wolf", - "en": "wolf", - "ru": "wolf", - "zh-cn": "wolf" - }, - "content": "adapterref/iobroker.wolf/README.md", - "icon": "adapterref/iobroker.wolf/wolf.png", - "keywords": "Heating, Solar, Wolf", - "authors": "smiling_Jack ", - "license": "MIT", - "published": "2015-10-08T23:20:16.800Z", - "version": "1.7.0", - "latestVersion": "1.7.0", - "materialize": true, - "compact": true, - "description": { - "en": "Wolf Heating over ISM8i", - "de": "Wolf Heizung über ISM8i", - "ru": "Отопление Wolf через ISM8i", - "pt": "Aquecimento Wolf sobre o ISM8i", - "nl": "Wolf verwarming via ISM8i", - "fr": "Wolf chauffage sur ISM8i", - "it": "Riscaldamento Wolf su ISM8i", - "es": "Calentamiento Wolf sobre ISM8i", - "pl": "„Wolf” Ogrzewanie nad ISM8i", - "zh-cn": "ISM8i上的“狼”加热" - }, - "titleFull": { - "en": "WOLF Heating over ISM8i", - "de": "WOLF heizt über ISM8i", - "ru": "WOLF отопление через ISM8i", - "pt": "Aquecimento WOLF sobre o ISM8i", - "nl": "WOLF verwarming via ISM8i", - "fr": "WOLF chauffage sur ISM8i", - "it": "Riscaldamento WOLF su ISM8i", - "es": "Calentamiento WOLF sobre ISM8i", - "pl": "WOLF Ogrzewanie nad ISM8i", - "zh-cn": "ISM8i上的“狼”加热" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.wolf", - "installs": 371, - "weekDownloads": 18, - "stars": 24, - "issues": 12, - "score": 1 - }, - "valloxmv": { - "title": { - "de": "valloxmv", - "en": "valloxmv", - "ru": "valloxmv", - "zh-cn": "valloxmv" - }, - "content": "adapterref/iobroker.valloxmv/README.md", - "icon": "adapterref/iobroker.valloxmv/valloxmv.png", - "keywords": "ioBroker, template, Smart Home, home automation, Vallox", - "authors": "hacki11 ", - "license": "MIT", - "published": "2019-04-18T19:42:56.759Z", - "version": "1.2.0", - "latestVersion": "1.2.0", - "materialize": true, - "compact": true, - "description": { - "en": "ioBroker ValloxMV Adapter", - "de": "ioBroker ValloxMV Adapter" - }, - "titleFull": { - "en": "Control ValloxMV ventilation system", - "de": "Steuerung von ValloxMV Lüftungsanlagen" - }, - "branch": "master", - "github": "https://github.com/hacki11/ioBroker.valloxmv", - "installs": 264, - "weekDownloads": 12, - "stars": 7, - "issues": 12, - "score": 1 - }, "dysonairpurifier": { "title": { "de": "dysonairpurifier", @@ -2797,8 +2797,8 @@ }, "content": "adapterref/iobroker.dysonairpurifier/README.md", "icon": "adapterref/iobroker.dysonairpurifier/dyson_logo.svg", - "installs": 643, - "weekDownloads": 85, + "installs": 641, + "weekDownloads": 77, "stars": 14, "issues": 7, "score": 1 @@ -2861,10 +2861,10 @@ }, "branch": "master", "github": "https://github.com/schmupu/ioBroker.asterisk", - "installs": 636, - "weekDownloads": 31, - "stars": 17, - "issues": 15, + "installs": 637, + "weekDownloads": 35, + "stars": 18, + "issues": 16, "score": 1 }, "cloud": { @@ -2910,10 +2910,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.cloud", - "installs": 18812, - "weekDownloads": 608, + "installs": 18836, + "weekDownloads": 662, "stars": 37, - "issues": 21, + "issues": 23, "score": 1 }, "doorio": { @@ -2961,8 +2961,8 @@ }, "branch": "master", "github": "https://github.com/Bettman66/ioBroker.doorio", - "installs": 295, - "weekDownloads": 23, + "installs": 291, + "weekDownloads": 76, "stars": 9, "issues": 10, "score": 1 @@ -3012,8 +3012,8 @@ }, "branch": "main", "github": "https://github.com/iwg-vpn/ioBroker.iwg-vpn", - "installs": 267, - "weekDownloads": 134, + "installs": 276, + "weekDownloads": 51, "stars": 1, "issues": 1, "score": 1 @@ -3061,8 +3061,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.iot", - "installs": 17963, - "weekDownloads": 650, + "installs": 18004, + "weekDownloads": 797, "stars": 68, "issues": 72, "score": 1 @@ -3099,8 +3099,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.link", - "installs": 483, - "weekDownloads": 10, + "installs": 488, + "weekDownloads": 48, "stars": 16, "issues": 5, "score": 1 @@ -3149,7 +3149,7 @@ "branch": "main", "github": "https://github.com/MK-2001/ioBroker.message-queue", "installs": 2, - "weekDownloads": 3, + "weekDownloads": 6, "stars": -1, "issues": 14, "score": 1 @@ -3188,49 +3188,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.rest-api", - "installs": 1174, - "weekDownloads": 56, + "installs": 1198, + "weekDownloads": 58, "stars": 12, - "issues": 10, - "score": 1 - }, - "socketio": { - "title": { - "de": "socketio", - "en": "socketio", - "ru": "socketio", - "zh-cn": "socketio" - }, - "content": "adapterref/iobroker.socketio/README.md", - "icon": "adapterref/iobroker.socketio/socketio.png", - "keywords": "web, socket.io, communication", - "authors": "bluefox ", - "license": "MIT", - "published": "2015-01-02T20:43:54.368Z", - "version": "6.5.5", - "latestVersion": "6.5.5", - "compact": true, - "description": { - "en": "This adapter allows to communicate different web applications with ioBroker", - "de": "Dieser Adapter ermöglicht die Kommunikation verschiedener Web-Anwendungen mit ioBroker", - "ru": "Этот адаптер позволяет соединяться различным веб-приложениям с ioBroker", - "pt": "Este adaptador permite comunicar diferentes aplicativos da web com ioBroker", - "nl": "Met deze adapter kunt u verschillende webtoepassingen communiceren met ioBroker", - "fr": "Cet adaptateur permet de communiquer différentes applications web avec ioBroker", - "it": "Questo adattatore consente di comunicare diverse applicazioni Web con ioBroker", - "es": "Este adaptador permite comunicar diferentes aplicaciones web con ioBroker", - "pl": "Ten adapter umożliwia komunikację z różnymi aplikacjami WWW za pomocą ioBroker", - "zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序" - }, - "titleFull": { - "en": "socket.io" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.socketio", - "installs": 33496, - "weekDownloads": 9568, - "stars": 26, - "issues": 11, + "issues": 11, "score": 1 }, "simple-api": { @@ -3276,10 +3237,49 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.simple-api", - "installs": 31886, - "weekDownloads": 1867, + "installs": 31760, + "weekDownloads": 2010, "stars": 39, - "issues": 18, + "issues": 19, + "score": 1 + }, + "socketio": { + "title": { + "de": "socketio", + "en": "socketio", + "ru": "socketio", + "zh-cn": "socketio" + }, + "content": "adapterref/iobroker.socketio/README.md", + "icon": "adapterref/iobroker.socketio/socketio.png", + "keywords": "web, socket.io, communication", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-01-02T20:43:54.368Z", + "version": "6.5.5", + "latestVersion": "6.5.7", + "compact": true, + "description": { + "en": "This adapter allows to communicate different web applications with ioBroker", + "de": "Dieser Adapter ermöglicht die Kommunikation verschiedener Web-Anwendungen mit ioBroker", + "ru": "Этот адаптер позволяет соединяться различным веб-приложениям с ioBroker", + "pt": "Este adaptador permite comunicar diferentes aplicativos da web com ioBroker", + "nl": "Met deze adapter kunt u verschillende webtoepassingen communiceren met ioBroker", + "fr": "Cet adaptateur permet de communiquer différentes applications web avec ioBroker", + "it": "Questo adattatore consente di comunicare diverse applicazioni Web con ioBroker", + "es": "Este adaptador permite comunicar diferentes aplicaciones web con ioBroker", + "pl": "Ten adapter umożliwia komunikację z różnymi aplikacjami WWW za pomocą ioBroker", + "zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序" + }, + "titleFull": { + "en": "socket.io" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.socketio", + "installs": 34370, + "weekDownloads": 7207, + "stars": 26, + "issues": 11, "score": 1 }, "ws": { @@ -3296,7 +3296,7 @@ "license": "MIT", "published": "2022-01-30T21:26:20.045Z", "version": "2.5.5", - "latestVersion": "2.5.5", + "latestVersion": "2.5.7", "compact": true, "description": { "en": "This adapter allows to communicate different web applications with ioBroker", @@ -3315,8 +3315,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.ws", - "installs": 24088, - "weekDownloads": 9448, + "installs": 26011, + "weekDownloads": 7581, "stars": 4, "issues": 3, "score": 1 @@ -3366,8 +3366,8 @@ }, "branch": "master", "github": "https://github.com/Bettman66/ioBroker.wiobrowser", - "installs": 380, - "weekDownloads": 78, + "installs": 385, + "weekDownloads": 46, "stars": 3, "issues": 1, "score": 1 @@ -3387,101 +3387,54 @@ "pl": "Data i godzina" }, "pages": { - "calendar": { - "title": { - "de": "calendar", - "en": "calendar", - "ru": "calendar", - "zh-cn": "calendar" - }, - "content": "adapterref/iobroker.calendar/README.md", - "icon": "adapterref/iobroker.calendar/calendar.png", - "keywords": "ioBroker, calendar, Smart Home, home automation, ical, caldav", - "authors": "WLAN-Kabel ", - "license": "MIT", - "published": "2019-12-09T17:38:41.043Z", - "version": "-.-.-", - "latestVersion": "1.2.0", - "materialize": true, - "compact": true, - "description": { - "en": "Read your google, caldav and ical calendar.", - "de": "Lesen Sie Ihren Google-, Caldav- und iCal-Kalender.", - "ru": "Читайте ваш Google, Caldav и ical календарь.", - "pt": "Leia o seu calendário google, caldav e ical.", - "nl": "Lees uw Google-, Caldav- en Iical-agenda.", - "fr": "Lisez votre calendrier google, caldav et ical.", - "it": "Leggi il tuo calendario google, caldav e ical.", - "es": "Lea su calendario de google, caldav e ical.", - "pl": "Przeczytaj swój google, caldav i kalendarz ical.", - "zh-cn": "阅读您的Google,caldav和ical日历。" - }, - "titleFull": { - "en": "Calendar", - "de": "Kalender", - "ru": "Календарь", - "pt": "Calendário", - "nl": "Kalender", - "fr": "Calendrier", - "it": "Calendario", - "es": "Calendario", - "pl": "Kalendarz", - "zh-cn": "日历" - }, - "branch": "master", - "github": "https://github.com/WLAN-Kabel/ioBroker.calendar", - "installs": 566, - "weekDownloads": 8, - "stars": 11, - "issues": 10, - "score": 1 - }, - "fullcalendar": { + "birthdays": { "title": { - "de": "fullcalendar", - "en": "fullcalendar", - "ru": "fullcalendar", - "zh-cn": "fullcalendar" + "de": "birthdays", + "en": "birthdays", + "ru": "birthdays", + "zh-cn": "birthdays" }, - "content": "adapterref/iobroker.fullcalendar/README.md", - "icon": "adapterref/iobroker.fullcalendar/fullcalendar.png", - "keywords": "schedule, calendar", - "authors": "bluefox ", + "content": "adapterref/iobroker.birthdays/README.md", + "icon": "adapterref/iobroker.birthdays/birthdays.png", + "keywords": "calendar, ical, carddav, birthday", + "authors": "Matthias Kleine ", "license": "MIT", - "published": "2017-06-12T22:10:16.740Z", - "version": "1.2.0", - "latestVersion": "2.2.6", + "published": "2020-12-28T14:25:46.377Z", + "version": "2.3.1", + "latestVersion": "2.3.1", "compact": true, "description": { - "en": "This adapter allows planing with calendar", - "de": "Adapter für geplante Aktionen in ioBroker mittels Kalender", - "ru": "Драйвер позволяет планировать с помощью календаря", - "pt": "Este adaptador permite aplainar com calendário", - "nl": "Met deze adapter kunt u schaven met kalender", - "fr": "Cet adaptateur permet de planifier avec calendrier", - "it": "Questo adattatore consente la piallatura con calendario", - "es": "Este adaptador permite planear con calendario", - "pl": "Ten adapter umożliwia struganie za pomocą kalendarza", - "zh-cn": "该适配器允许日历计划" + "en": "Use an ical file to import your contacts birthdays", + "de": "Verwenden Sie eine ical-Datei, um die Geburtstage Ihrer Kontakte zu importieren", + "ru": "Используйте файл ical для импорта дней рождения контактов", + "pt": "Use um arquivo ical para importar os aniversários de seus contatos", + "nl": "Gebruik een ical-bestand om de verjaardagen van uw contacten te importeren", + "fr": "Utilisez un fichier ical pour importer les anniversaires de vos contacts", + "it": "Usa un file ical per importare i compleanni dei tuoi contatti", + "es": "Utilice un archivo ical para importar los cumpleaños de sus contactos", + "pl": "Użyj pliku ical, aby zaimportować daty urodzin kontaktów", + "uk": "Використовуйте файл ical, щоб імпортувати дні народження ваших контактів", + "zh-cn": "使用 ical 文件导入您的联系人生日" }, "titleFull": { - "en": "Calendar schedule", - "de": "Kalender Zeitplan", - "ru": "Календарное расписание", - "pt": "Agenda do calendário", - "nl": "Kalender schema", - "fr": "Calendrier calendrier", - "it": "Calendario", - "es": "Calendario calendario", - "pl": "Harmonogram kalendarza", - "zh-cn": "日历时间表" + "en": "Birthdays", + "de": "Geburtstage", + "ru": "Дни рождения", + "pt": "Aniversários", + "nl": "verjaardagen", + "fr": "Anniversaires", + "it": "compleanni", + "es": "Cumpleaños", + "pl": "Urodziny", + "uk": "Дні народження", + "zh-cn": "生日" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.fullcalendar", - "installs": 2359, - "weekDownloads": 80, - "stars": 11, - "issues": 10, + "github": "https://github.com/klein0r/ioBroker.birthdays", + "installs": 1336, + "weekDownloads": 83, + "stars": 6, + "issues": 3, "score": 1 }, "feiertage": { @@ -3529,109 +3482,58 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.feiertage", - "installs": 7449, - "weekDownloads": 1968, + "installs": 7489, + "weekDownloads": 984, "stars": 16, - "issues": 2, + "issues": 4, "score": 1 }, - "birthdays": { + "fullcalendar": { "title": { - "de": "birthdays", - "en": "birthdays", - "ru": "birthdays", - "zh-cn": "birthdays" + "de": "fullcalendar", + "en": "fullcalendar", + "ru": "fullcalendar", + "zh-cn": "fullcalendar" }, - "content": "adapterref/iobroker.birthdays/README.md", - "icon": "adapterref/iobroker.birthdays/birthdays.png", - "keywords": "calendar, ical, carddav, birthday", - "authors": "Matthias Kleine ", + "content": "adapterref/iobroker.fullcalendar/README.md", + "icon": "adapterref/iobroker.fullcalendar/fullcalendar.png", + "keywords": "schedule, calendar", + "authors": "bluefox ", "license": "MIT", - "published": "2020-12-28T14:25:46.377Z", - "version": "2.3.1", - "latestVersion": "2.3.1", + "published": "2017-06-12T22:10:16.740Z", + "version": "1.2.0", + "latestVersion": "2.2.6", "compact": true, "description": { - "en": "Use an ical file to import your contacts birthdays", - "de": "Verwenden Sie eine ical-Datei, um die Geburtstage Ihrer Kontakte zu importieren", - "ru": "Используйте файл ical для импорта дней рождения контактов", - "pt": "Use um arquivo ical para importar os aniversários de seus contatos", - "nl": "Gebruik een ical-bestand om de verjaardagen van uw contacten te importeren", - "fr": "Utilisez un fichier ical pour importer les anniversaires de vos contacts", - "it": "Usa un file ical per importare i compleanni dei tuoi contatti", - "es": "Utilice un archivo ical para importar los cumpleaños de sus contactos", - "pl": "Użyj pliku ical, aby zaimportować daty urodzin kontaktów", - "uk": "Використовуйте файл ical, щоб імпортувати дні народження ваших контактів", - "zh-cn": "使用 ical 文件导入您的联系人生日" + "en": "This adapter allows planing with calendar", + "de": "Adapter für geplante Aktionen in ioBroker mittels Kalender", + "ru": "Драйвер позволяет планировать с помощью календаря", + "pt": "Este adaptador permite aplainar com calendário", + "nl": "Met deze adapter kunt u schaven met kalender", + "fr": "Cet adaptateur permet de planifier avec calendrier", + "it": "Questo adattatore consente la piallatura con calendario", + "es": "Este adaptador permite planear con calendario", + "pl": "Ten adapter umożliwia struganie za pomocą kalendarza", + "zh-cn": "该适配器允许日历计划" }, "titleFull": { - "en": "Birthdays", - "de": "Geburtstage", - "ru": "Дни рождения", - "pt": "Aniversários", - "nl": "verjaardagen", - "fr": "Anniversaires", - "it": "compleanni", - "es": "Cumpleaños", - "pl": "Urodziny", - "uk": "Дні народження", - "zh-cn": "生日" - }, - "branch": "master", - "github": "https://github.com/klein0r/ioBroker.birthdays", - "installs": 1325, - "weekDownloads": 64, - "stars": 6, - "issues": 3, - "score": 1 - }, - "fahrplan": { - "title": { - "de": "fahrplan", - "en": "fahrplan", - "ru": "fahrplan", - "zh-cn": "fahrplan" - }, - "content": "adapterref/iobroker.fahrplan/README.md", - "icon": "adapterref/iobroker.fahrplan/fahrplan.png", - "keywords": "ioBroker, Smart Home, home automation, Fahrplan, HAFAS, Deutsche Bahn", - "authors": "Gaudes ", - "license": "MIT", - "published": "2020-07-07T20:37:21.923Z", - "version": "1.2.3", - "latestVersion": "1.2.3", - "materialize": true, - "compact": true, - "description": { - "en": "Get connection information of defined routes from HAFAS", - "de": "Verbindungsinformationen aus HAFAS zu konfigurierten Route", - "ru": "Получение информации о подключении определенных маршрутов от HAFAS", - "pt": "Obtenha informações de conexão de rotas definidas de HAFAS", - "nl": "Verkrijg verbindingsinformatie van gedefinieerde routes van HAFAS", - "fr": "Obtenir les informations de connexion des itinéraires définis à partir de HAFAS", - "it": "Ottieni informazioni sulla connessione di percorsi definiti da HAFAS", - "es": "Obtenga información de conexión de rutas definidas de HAFAS", - "pl": "Uzyskaj informacje o połączeniach zdefiniowanych tras z HAFAS", - "zh-cn": "从HAFAS获取已定义路由的连接信息" - }, - "titleFull": { - "en": "Fahrplan", - "de": "Fahrplan", - "ru": "Fahrplan", - "pt": "Fahrplan", - "nl": "Fahrplan", - "fr": "Fahrplan", - "it": "Fahrplan", - "es": "Fahrplan", - "pl": "Fahrplan", - "zh-cn": "Fahrplan" + "en": "Calendar schedule", + "de": "Kalender Zeitplan", + "ru": "Календарное расписание", + "pt": "Agenda do calendário", + "nl": "Kalender schema", + "fr": "Calendrier calendrier", + "it": "Calendario", + "es": "Calendario calendario", + "pl": "Harmonogram kalendarza", + "zh-cn": "日历时间表" }, "branch": "master", - "github": "https://github.com/gaudes/ioBroker.fahrplan", - "installs": 866, - "weekDownloads": 28, - "stars": 8, - "issues": 9, + "github": "https://github.com/ioBroker/ioBroker.fullcalendar", + "installs": 2360, + "weekDownloads": 65, + "stars": 11, + "issues": 12, "score": 1 }, "ical": { @@ -3678,12 +3580,110 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.ical", - "installs": 17642, - "weekDownloads": 678, + "installs": 17710, + "weekDownloads": 717, "stars": 40, "issues": 23, "score": 1 }, + "calendar": { + "title": { + "de": "calendar", + "en": "calendar", + "ru": "calendar", + "zh-cn": "calendar" + }, + "content": "adapterref/iobroker.calendar/README.md", + "icon": "adapterref/iobroker.calendar/calendar.png", + "keywords": "ioBroker, calendar, Smart Home, home automation, ical, caldav", + "authors": "WLAN-Kabel ", + "license": "MIT", + "published": "2019-12-09T17:38:41.043Z", + "version": "-.-.-", + "latestVersion": "1.2.0", + "materialize": true, + "compact": true, + "description": { + "en": "Read your google, caldav and ical calendar.", + "de": "Lesen Sie Ihren Google-, Caldav- und iCal-Kalender.", + "ru": "Читайте ваш Google, Caldav и ical календарь.", + "pt": "Leia o seu calendário google, caldav e ical.", + "nl": "Lees uw Google-, Caldav- en Iical-agenda.", + "fr": "Lisez votre calendrier google, caldav et ical.", + "it": "Leggi il tuo calendario google, caldav e ical.", + "es": "Lea su calendario de google, caldav e ical.", + "pl": "Przeczytaj swój google, caldav i kalendarz ical.", + "zh-cn": "阅读您的Google,caldav和ical日历。" + }, + "titleFull": { + "en": "Calendar", + "de": "Kalender", + "ru": "Календарь", + "pt": "Calendário", + "nl": "Kalender", + "fr": "Calendrier", + "it": "Calendario", + "es": "Calendario", + "pl": "Kalendarz", + "zh-cn": "日历" + }, + "branch": "master", + "github": "https://github.com/WLAN-Kabel/ioBroker.calendar", + "installs": 567, + "weekDownloads": 24, + "stars": 11, + "issues": 12, + "score": 1 + }, + "fahrplan": { + "title": { + "de": "fahrplan", + "en": "fahrplan", + "ru": "fahrplan", + "zh-cn": "fahrplan" + }, + "content": "adapterref/iobroker.fahrplan/README.md", + "icon": "adapterref/iobroker.fahrplan/fahrplan.png", + "keywords": "ioBroker, Smart Home, home automation, Fahrplan, HAFAS, Deutsche Bahn", + "authors": "Gaudes ", + "license": "MIT", + "published": "2020-07-07T20:37:21.923Z", + "version": "1.2.3", + "latestVersion": "1.2.3", + "materialize": true, + "compact": true, + "description": { + "en": "Get connection information of defined routes from HAFAS", + "de": "Verbindungsinformationen aus HAFAS zu konfigurierten Route", + "ru": "Получение информации о подключении определенных маршрутов от HAFAS", + "pt": "Obtenha informações de conexão de rotas definidas de HAFAS", + "nl": "Verkrijg verbindingsinformatie van gedefinieerde routes van HAFAS", + "fr": "Obtenir les informations de connexion des itinéraires définis à partir de HAFAS", + "it": "Ottieni informazioni sulla connessione di percorsi definiti da HAFAS", + "es": "Obtenga información de conexión de rutas definidas de HAFAS", + "pl": "Uzyskaj informacje o połączeniach zdefiniowanych tras z HAFAS", + "zh-cn": "从HAFAS获取已定义路由的连接信息" + }, + "titleFull": { + "en": "Fahrplan", + "de": "Fahrplan", + "ru": "Fahrplan", + "pt": "Fahrplan", + "nl": "Fahrplan", + "fr": "Fahrplan", + "it": "Fahrplan", + "es": "Fahrplan", + "pl": "Fahrplan", + "zh-cn": "Fahrplan" + }, + "branch": "master", + "github": "https://github.com/gaudes/ioBroker.fahrplan", + "installs": 876, + "weekDownloads": 73, + "stars": 8, + "issues": 12, + "score": 1 + }, "schoolfree": { "title": { "de": "schoolfree", @@ -3729,8 +3729,8 @@ }, "branch": "master", "github": "https://github.com/simatec/ioBroker.schoolfree", - "installs": 2104, - "weekDownloads": 886, + "installs": 2107, + "weekDownloads": 253, "stars": 5, "issues": 4, "score": 1 @@ -3779,8 +3779,8 @@ }, "branch": "master", "github": "https://github.com/klein0r/ioBroker.trashschedule", - "installs": 11614, - "weekDownloads": 309, + "installs": 11684, + "weekDownloads": 350, "stars": 30, "issues": 2, "score": 1 @@ -3828,8 +3828,8 @@ }, "branch": "master", "github": "https://github.com/walli545/ioBroker.time-switch", - "installs": 1198, - "weekDownloads": 12, + "installs": 1197, + "weekDownloads": 28, "stars": 17, "issues": 16, "score": 1 @@ -3877,8 +3877,8 @@ }, "branch": "main", "github": "https://github.com/Newan/ioBroker.webuntis", - "installs": 430, - "weekDownloads": 25, + "installs": 440, + "weekDownloads": 22, "stars": 4, "issues": 4, "score": 1 @@ -3942,7 +3942,7 @@ "branch": "master", "github": "https://github.com/Newan/ioBroker.aio", "installs": 20, - "weekDownloads": 0, + "weekDownloads": 5, "stars": -1, "issues": 0, "score": 1 @@ -3960,8 +3960,8 @@ "authors": "Gaspode ", "license": "MIT", "published": "2023-01-02T18:13:16.793Z", - "version": "1.0.0", - "latestVersion": "1.0.0", + "version": "1.0.2", + "latestVersion": "1.0.2", "compact": true, "description": { "en": "Read and write data from and to Alpha ESS systems.", @@ -3991,45 +3991,12 @@ }, "branch": "main", "github": "https://github.com/Gaspode69/ioBroker.alpha-ess", - "installs": 462, - "weekDownloads": 18, + "installs": 461, + "weekDownloads": 392, "stars": 6, "issues": 0, "score": 1 }, - "b-control-em": { - "title": { - "de": "b-control-em", - "en": "b-control-em", - "ru": "b-control-em", - "zh-cn": "b-control-em" - }, - "content": "adapterref/iobroker.b-control-em/README.md", - "icon": "adapterref/iobroker.b-control-em/bcontrol.png", - "keywords": "B-control, bcontrol, energy, manager, Energy Manager, Busch-Jäger, EM, metering, power, consumption, smartmeter", - "authors": "hobbyquaker ", - "license": "MIT", - "published": "2015-01-02T17:10:47.222Z", - "version": "0.3.1", - "latestVersion": "0.3.1", - "description": { - "en": "Polls data from B-control Energy Manager", - "de": "Holt Daten vom B-control Energy Manager", - "ru": "Polls data from B-control Energy Manager" - }, - "titleFull": { - "en": "B-control Energy Manager", - "de": "B-control Energy Manager", - "ru": "B-control Energy Manager" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.b-control-em", - "installs": 173, - "weekDownloads": 14, - "stars": 5, - "issues": 9, - "score": 1 - }, "batrium-bms": { "title": { "de": "batrium-bms", @@ -4074,59 +4041,43 @@ }, "branch": "main", "github": "https://github.com/bembelstemmer/ioBroker.batrium-bms", - "installs": 4, - "weekDownloads": 10, + "installs": 5, + "weekDownloads": 11, "stars": 4, - "issues": 0, + "issues": 2, "score": 1 }, - "bydhvs": { + "b-control-em": { "title": { - "de": "bydhvs", - "en": "bydhvs", - "ru": "bydhvs", - "zh-cn": "bydhvs" + "de": "b-control-em", + "en": "b-control-em", + "ru": "b-control-em", + "zh-cn": "b-control-em" }, - "content": "adapterref/iobroker.bydhvs/README.md", - "icon": "adapterref/iobroker.bydhvs/bydhvs.png", - "keywords": "byd hvs battery pv", - "authors": "Christian ", + "content": "adapterref/iobroker.b-control-em/README.md", + "icon": "adapterref/iobroker.b-control-em/bcontrol.png", + "keywords": "B-control, bcontrol, energy, manager, Energy Manager, Busch-Jäger, EM, metering, power, consumption, smartmeter", + "authors": "hobbyquaker ", "license": "MIT", - "published": "2021-04-09T16:56:30.596Z", - "version": "1.4.0", - "latestVersion": "1.4.1", - "materialize": true, - "compact": true, + "published": "2015-01-02T17:10:47.222Z", + "version": "0.3.1", + "latestVersion": "0.3.1", "description": { - "en": "BYD HVS Battery poll data", - "de": "BYD HVS Batterieabfragedaten", - "ru": "BYD HVS Данные опроса аккумулятора", - "pt": "Dados de sondagem da bateria BYD HVS", - "nl": "BYD HVS Battery poll-gegevens", - "fr": "BYD HVS Battery poll data", - "it": "BYD HVS Dati di polling della batteria", - "es": "Datos de sondeo de la batería BYD HVS", - "pl": "Dane ankietowe dotyczące baterii BYD HVS", - "zh-cn": "比亚迪HVS电池民意调查数据" + "en": "Polls data from B-control Energy Manager", + "de": "Holt Daten vom B-control Energy Manager", + "ru": "Polls data from B-control Energy Manager" }, "titleFull": { - "en": "BYD HVS Battery", - "de": "BYD HVS Batterie", - "ru": "BYD HVS аккумулятор", - "pt": "Bateria BYD HVS", - "nl": "BYD HVS-batterij", - "fr": "Batterie BYD HVS", - "it": "Batteria BYD HVS", - "es": "Batería BYD HVS", - "pl": "Akumulator BYD HVS", - "zh-cn": "比亚迪HVS电池" + "en": "B-control Energy Manager", + "de": "B-control Energy Manager", + "ru": "B-control Energy Manager" }, "branch": "master", - "github": "https://github.com/ChristianH17/ioBroker.bydhvs", - "installs": 1242, - "weekDownloads": 163, - "stars": 13, - "issues": 21, + "github": "https://github.com/ioBroker/ioBroker.b-control-em", + "installs": 178, + "weekDownloads": 16, + "stars": 5, + "issues": 9, "score": 1 }, "deyeidc": { @@ -4143,7 +4094,7 @@ "license": "MIT", "published": "2023-03-21T19:04:21.353Z", "version": "0.0.11", - "latestVersion": "0.0.11", + "latestVersion": "0.0.12", "compact": true, "description": { "en": "Data Collector vor Deye-compatible Inverter", @@ -4173,9 +4124,9 @@ }, "branch": "main", "github": "https://github.com/raschy/ioBroker.deyeidc", - "installs": 700, - "weekDownloads": 107, - "stars": 18, + "installs": 743, + "weekDownloads": 141, + "stars": 19, "issues": 1, "score": 1 }, @@ -4222,8 +4173,8 @@ }, "branch": "master", "github": "https://github.com/xenon-s/ioBroker.device-reminder", - "installs": 5590, - "weekDownloads": 247, + "installs": 5608, + "weekDownloads": 261, "stars": 25, "issues": 34, "score": 1 @@ -4270,25 +4221,109 @@ }, "branch": "main", "github": "https://github.com/Newan/ioBroker.ecoflow", - "installs": 243, - "weekDownloads": 11, + "installs": 250, + "weekDownloads": 9, "stars": 8, "issues": 7, "score": 1 }, - "energymanager": { + "bydhvs": { "title": { - "de": "energymanager", - "en": "energymanager", - "ru": "energymanager", - "zh-cn": "energymanager" + "de": "bydhvs", + "en": "bydhvs", + "ru": "bydhvs", + "zh-cn": "bydhvs" }, - "content": "adapterref/iobroker.energymanager/README.md", - "icon": "adapterref/iobroker.energymanager/energymanager.png", - "installs": 280, - "weekDownloads": 32, - "stars": 9, - "issues": 4, + "content": "adapterref/iobroker.bydhvs/README.md", + "icon": "adapterref/iobroker.bydhvs/bydhvs.png", + "keywords": "byd hvs battery pv", + "authors": "Christian ", + "license": "MIT", + "published": "2021-04-09T16:56:30.596Z", + "version": "1.4.0", + "latestVersion": "1.4.2", + "materialize": true, + "compact": true, + "description": { + "en": "BYD HVS Battery poll data", + "de": "BYD HVS Batterieabfragedaten", + "ru": "BYD HVS Данные опроса аккумулятора", + "pt": "Dados de sondagem da bateria BYD HVS", + "nl": "BYD HVS Battery poll-gegevens", + "fr": "BYD HVS Battery poll data", + "it": "BYD HVS Dati di polling della batteria", + "es": "Datos de sondeo de la batería BYD HVS", + "pl": "Dane ankietowe dotyczące baterii BYD HVS", + "zh-cn": "比亚迪HVS电池民意调查数据" + }, + "titleFull": { + "en": "BYD HVS Battery", + "de": "BYD HVS Batterie", + "ru": "BYD HVS аккумулятор", + "pt": "Bateria BYD HVS", + "nl": "BYD HVS-batterij", + "fr": "Batterie BYD HVS", + "it": "Batteria BYD HVS", + "es": "Batería BYD HVS", + "pl": "Akumulator BYD HVS", + "zh-cn": "比亚迪HVS电池" + }, + "branch": "master", + "github": "https://github.com/ChristianH17/ioBroker.bydhvs", + "installs": 1288, + "weekDownloads": 105, + "stars": 14, + "issues": 20, + "score": 1 + }, + "envertech-pv": { + "title": { + "de": "envertech-pv", + "en": "envertech-pv", + "ru": "envertech-pv", + "zh-cn": "envertech-pv" + }, + "content": "adapterref/iobroker.envertech-pv/README.md", + "icon": "adapterref/iobroker.envertech-pv/envertech-pv.png", + "keywords": "Envertech, Envertec, envertecportal.com, envertecportal, Envertec.com, microinverter, EVB300, EVB202, EVB201, evt720, evt560, evt360, evt300", + "authors": "adcrafter27 , mcm1957 ", + "license": "MIT", + "published": "2020-04-20T13:26:56.236Z", + "version": "1.0.2", + "latestVersion": "1.0.2", + "compact": true, + "description": { + "en": "Adapter to read data from www.envertecportal.com", + "de": "Adapter zum Auslesen von Daten von www.envertecportal.com", + "ru": "Адаптер для чтения данных с www.envertecportal.com", + "pt": "Adaptador para ler dados de www.envertecportal.com", + "nl": "Adapter om gegevens uit te lezen van www.envertecportal.com", + "fr": "Adaptateur pour lire les données de www.envertecportal.com", + "it": "Adattatore per leggere i dati da www.envertecportal.com", + "es": "Adaptador para leer datos de www.envertecportal.com", + "pl": "Adapter do odczytu danych z www.envertecportal.com", + "uk": "Адаптер для читання даних з www.envertecportal.com", + "zh-cn": "从 www.envertecportal.com 读取数据的适配器" + }, + "titleFull": { + "en": "Envertech-PV", + "de": "Envertech-PV", + "ru": "Envertech-PV", + "pt": "Envertech-PV", + "nl": "Envertech-PV", + "fr": "Envertech-PV", + "it": "Envertech-PV", + "es": "Envertech-PV", + "pl": "Envertech-PV", + "uk": "Енвертех-ПВ", + "zh-cn": "D. 全 技术" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.envertech-pv", + "installs": 176, + "weekDownloads": 19, + "stars": 4, + "issues": 16, "score": 1 }, "evcc": { @@ -4334,8 +4369,8 @@ }, "branch": "main", "github": "https://github.com/Newan/ioBroker.evcc", - "installs": 804, - "weekDownloads": 50, + "installs": 858, + "weekDownloads": 63, "stars": 7, "issues": 5, "score": 1 @@ -4383,62 +4418,12 @@ }, "branch": "master", "github": "https://github.com/DrozmotiX/ioBroker.discovergy", - "installs": 529, - "weekDownloads": 22, + "installs": 532, + "weekDownloads": 38, "stars": 16, "issues": 24, "score": 1 }, - "envertech-pv": { - "title": { - "de": "envertech-pv", - "en": "envertech-pv", - "ru": "envertech-pv", - "zh-cn": "envertech-pv" - }, - "content": "adapterref/iobroker.envertech-pv/README.md", - "icon": "adapterref/iobroker.envertech-pv/envertech-pv.png", - "keywords": "Envertech, Envertec, envertecportal.com, envertecportal, Envertec.com, microinverter, EVB300, EVB202, EVB201, evt720, evt560, evt360, evt300", - "authors": "adcrafter27 , mcm1957 ", - "license": "MIT", - "published": "2020-04-20T13:26:56.236Z", - "version": "1.0.2", - "latestVersion": "1.0.2", - "compact": true, - "description": { - "en": "Adapter to read data from www.envertecportal.com", - "de": "Adapter zum Auslesen von Daten von www.envertecportal.com", - "ru": "Адаптер для чтения данных с www.envertecportal.com", - "pt": "Adaptador para ler dados de www.envertecportal.com", - "nl": "Adapter om gegevens uit te lezen van www.envertecportal.com", - "fr": "Adaptateur pour lire les données de www.envertecportal.com", - "it": "Adattatore per leggere i dati da www.envertecportal.com", - "es": "Adaptador para leer datos de www.envertecportal.com", - "pl": "Adapter do odczytu danych z www.envertecportal.com", - "uk": "Адаптер для читання даних з www.envertecportal.com", - "zh-cn": "从 www.envertecportal.com 读取数据的适配器" - }, - "titleFull": { - "en": "Envertech-PV", - "de": "Envertech-PV", - "ru": "Envertech-PV", - "pt": "Envertech-PV", - "nl": "Envertech-PV", - "fr": "Envertech-PV", - "it": "Envertech-PV", - "es": "Envertech-PV", - "pl": "Envertech-PV", - "uk": "Енвертех-ПВ", - "zh-cn": "D. 全 技术" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.envertech-pv", - "installs": 172, - "weekDownloads": 7, - "stars": 4, - "issues": 16, - "score": 1 - }, "fronius-solarweb": { "title": { "de": "fronius-solarweb", @@ -4482,61 +4467,25 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.fronius-solarweb", - "installs": 1382, - "weekDownloads": 54, + "installs": 1430, + "weekDownloads": 80, "stars": 2, "issues": 6, "score": 1 }, - "growatt": { + "energymanager": { "title": { - "de": "growatt", - "en": "growatt", - "ru": "growatt", - "zh-cn": "growatt" - }, - "content": "adapterref/iobroker.growatt/README.md", - "icon": "adapterref/iobroker.growatt/growatt.png", - "keywords": "growatt, shine, shinephone, shineapi, solarenergy, home automation, solar power, solar power plant, solaranlage", - "authors": "PLCHome", - "license": "MIT", - "published": "2020-08-18T21:27:22.026Z", - "version": "3.2.1", - "latestVersion": "3.2.1", - "materialize": true, - "compact": true, - "description": { - "en": "ioBroker Growatt Adapter to communiacte with ShineAPI", - "de": "ioBroker Growatt Adapter zur Kommunikation mit ShineAPI", - "ru": "Адаптер ioBroker Growatt для связи с ShineAPI", - "pt": "Adaptador ioBroker Growatt para comunicação com ShineAPI", - "nl": "ioBroker Growatt-adapter voor communicatie met ShineAPI", - "fr": "ioBroker Growatt Adaptateur pour communiquer avec ShineAPI", - "it": "Adattatore per Growatt ioBroker da comunicare con ShineAPI", - "es": "Adaptador ioBroker Growatt para comunicarse con ShineAPI", - "pl": "ioBroker Growatt Adapter do komunikacji z ShineAPI", - "uk": "ioBroker Growatt адаптер для комунікації з ShineAPI", - "zh-cn": "ioBroker Growatt适配器可与ShineAPI通信" - }, - "titleFull": { - "en": "Growatt Shine API", - "de": "Growatt Shine API", - "ru": "Growatt Shine API", - "pt": "API Growatt Shine", - "nl": "Growatt Shine API", - "fr": "API Growatt Shine", - "it": "Growatt Shine API", - "es": "API Growatt Shine", - "pl": "Growatt Shine API", - "uk": "Growatt Shine API", - "zh-cn": "Growatt Shine API" + "de": "energymanager", + "en": "energymanager", + "ru": "energymanager", + "zh-cn": "energymanager" }, - "branch": "master", - "github": "https://github.com/PLCHome/ioBroker.growatt", - "installs": 1490, - "weekDownloads": 262, - "stars": 14, - "issues": 0, + "content": "adapterref/iobroker.energymanager/README.md", + "icon": "adapterref/iobroker.energymanager/energymanager.png", + "installs": 283, + "weekDownloads": 50, + "stars": 9, + "issues": 4, "score": 1 }, "fronius": { @@ -4552,7 +4501,7 @@ "authors": "ldittmar , nkleber78, schweigel", "license": "MIT", "published": "2017-02-23T23:25:42.603Z", - "version": "1.1.3", + "version": "2.0.2", "latestVersion": "2.0.2", "materialize": true, "compact": true, @@ -4584,21 +4533,72 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.fronius", - "installs": 2985, - "weekDownloads": 98, + "installs": 3010, + "weekDownloads": 540, "stars": 13, "issues": 28, "score": 1 }, - "janitza-gridvis": { + "growatt": { "title": { - "de": "janitza-gridvis", - "en": "janitza-gridvis", - "ru": "janitza-gridvis", - "zh-cn": "janitza-gridvis" + "de": "growatt", + "en": "growatt", + "ru": "growatt", + "zh-cn": "growatt" }, - "content": "adapterref/iobroker.janitza-gridvis/README.md", - "icon": "adapterref/iobroker.janitza-gridvis/janitza-gridvis.png", + "content": "adapterref/iobroker.growatt/README.md", + "icon": "adapterref/iobroker.growatt/growatt.png", + "keywords": "growatt, shine, shinephone, shineapi, solarenergy, home automation, solar power, solar power plant, solaranlage", + "authors": "PLCHome", + "license": "MIT", + "published": "2020-08-18T21:27:22.026Z", + "version": "3.2.1", + "latestVersion": "3.2.1", + "materialize": true, + "compact": true, + "description": { + "en": "ioBroker Growatt Adapter to communiacte with ShineAPI", + "de": "ioBroker Growatt Adapter zur Kommunikation mit ShineAPI", + "ru": "Адаптер ioBroker Growatt для связи с ShineAPI", + "pt": "Adaptador ioBroker Growatt para comunicação com ShineAPI", + "nl": "ioBroker Growatt-adapter voor communicatie met ShineAPI", + "fr": "ioBroker Growatt Adaptateur pour communiquer avec ShineAPI", + "it": "Adattatore per Growatt ioBroker da comunicare con ShineAPI", + "es": "Adaptador ioBroker Growatt para comunicarse con ShineAPI", + "pl": "ioBroker Growatt Adapter do komunikacji z ShineAPI", + "uk": "ioBroker Growatt адаптер для комунікації з ShineAPI", + "zh-cn": "ioBroker Growatt适配器可与ShineAPI通信" + }, + "titleFull": { + "en": "Growatt Shine API", + "de": "Growatt Shine API", + "ru": "Growatt Shine API", + "pt": "API Growatt Shine", + "nl": "Growatt Shine API", + "fr": "API Growatt Shine", + "it": "Growatt Shine API", + "es": "API Growatt Shine", + "pl": "Growatt Shine API", + "uk": "Growatt Shine API", + "zh-cn": "Growatt Shine API" + }, + "branch": "master", + "github": "https://github.com/PLCHome/ioBroker.growatt", + "installs": 1512, + "weekDownloads": 282, + "stars": 14, + "issues": 0, + "score": 1 + }, + "janitza-gridvis": { + "title": { + "de": "janitza-gridvis", + "en": "janitza-gridvis", + "ru": "janitza-gridvis", + "zh-cn": "janitza-gridvis" + }, + "content": "adapterref/iobroker.janitza-gridvis/README.md", + "icon": "adapterref/iobroker.janitza-gridvis/janitza-gridvis.png", "keywords": "Energymanagementsystem, Energymeter, Janitza, GridVis, consumption, delivered", "authors": "BenAhrdt ", "license": "MIT", @@ -4634,59 +4634,61 @@ }, "branch": "main", "github": "https://github.com/BenAhrdt/ioBroker.janitza-gridvis", - "installs": 83, - "weekDownloads": 7, + "installs": 89, + "weekDownloads": 74, "stars": -1, "issues": 0, "score": 1 }, - "legrand-ecocompteur": { + "lg-ess-home": { "title": { - "de": "legrand-ecocompteur", - "en": "legrand-ecocompteur", - "ru": "legrand-ecocompteur", - "zh-cn": "legrand-ecocompteur" + "de": "lg-ess-home", + "en": "lg-ess-home", + "ru": "lg-ess-home", + "zh-cn": "lg-ess-home" }, - "content": "adapterref/iobroker.legrand-ecocompteur/README.md", - "icon": "adapterref/iobroker.legrand-ecocompteur/legrand-ecocompteur.png", - "keywords": "Legrand, energy, power, measurement", - "authors": "Robin Rainton ", + "content": "adapterref/iobroker.lg-ess-home/README.md", + "icon": "adapterref/iobroker.lg-ess-home/lg-ess-home.png", + "keywords": "LG-ESS, home automation", + "authors": "Morluktom ", "license": "MIT", - "published": "2020-05-11T16:35:46.498Z", - "version": "1.0.0", - "latestVersion": "1.0.0", + "published": "2020-12-05T23:57:52.763Z", + "version": "0.2.3", + "latestVersion": "0.2.3", "materialize": true, "compact": true, "description": { - "en": "Adapter for the Legrand Ecocompteur module (aka. Legrand Measurement Concentrator EMDX³ 412000).", - "de": "Adapter für das Legrand Ecocompteur-Modul (auch bekannt als Legrand Measurement Concentrator EMDX³ 412000).", - "ru": "Адаптер для модуля Legrand Ecocompteur (также известный как измерительный концентратор Legrand EMDX³ 412000).", - "pt": "Adaptador para o módulo Legrand Ecocompteur (também conhecido como Legrand Measurement Concentrator EMDX³ 412000).", - "nl": "Adapter voor de Legrand Ecocompteur-module (ook bekend als Legrand Meetconcentrator EMDX³ 412000).", - "fr": "Adaptateur pour le module Ecocompteur Legrand (alias. Concentrateur de mesure Legrand EMDX³ 412000).", - "it": "Adattatore per il modulo Legrand Ecocompteur (alias Legrand Measurement Concentrator EMDX³ 412000).", - "es": "Adaptador para el módulo Legrand Ecocompteur (también conocido como Legrand Measurement Concentrator EMDX³ 412000).", - "pl": "Adapter do modułu Legrand Ecocompteur (alias. Legrand Measurement Concentrator EMDX³ 412000).", - "zh-cn": "Legrand Ecocompteur模块的适配器(又名Legrand测量集中器EMDX³412000)。" + "en": "Adapter to read data from a LG ESS inverter.", + "de": "Adapter zum Lesen von Daten von einem LG ESS-Wechselrichter.", + "ru": "Адаптер для чтения данных с инвертора LG ESS.", + "pt": "Adaptador para ler dados de um inversor LG ESS.", + "nl": "Adapter om gegevens van een LG ESS-omvormer te lezen.", + "fr": "Adaptateur pour lire les données d'un onduleur LG ESS.", + "it": "Adattatore per leggere i dati da un inverter LG ESS.", + "es": "Adaptador para leer datos de un inversor LG ESS.", + "pl": "Adapter do odczytu danych z falownika LG ESS.", + "zh-cn": "用于从LG ESS逆变器读取数据的适配器。", + "uk": "Адаптер для читання даних з інвертора LG ESS." }, "titleFull": { - "en": "Legrand Ecocompteur", - "de": "Legrand Ecocompteur", - "ru": "Legrand Ecocompteur", - "pt": "Legrand Ecocompteur", - "nl": "Legrand Ecocompteur", - "fr": "Ecocompteur Legrand", - "it": "Legrand Ecocompteur", - "es": "Ecocompteur Legrand", - "pl": "Legrand Ecocompteur", - "zh-cn": "罗格朗生态公司" + "en": "LG ESS Home Hybrid Inverter", + "de": "LG ESS Home Hybrid Wechselrichter", + "ru": "Гибридный инвертор LG ESS для дома", + "pt": "LG ESS Home Hybrid Inverter", + "nl": "LG ESS Home hybride omvormer", + "fr": "Onduleur hybride LG ESS Home", + "it": "Inverter ibrido LG ESS Home", + "es": "Inversor híbrido doméstico LG ESS", + "pl": "Domowy falownik hybrydowy LG ESS", + "zh-cn": "LG ESS家庭混合逆变器", + "uk": "Домашній гібридний інвертор LG ESS" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.legrand-ecocompteur", - "installs": 7, - "weekDownloads": 2, - "stars": 2, - "issues": 4, + "github": "https://github.com/Morluktom/ioBroker.lg-ess-home", + "installs": 126, + "weekDownloads": 24, + "stars": 5, + "issues": 1, "score": 1 }, "letrika_comgw": { @@ -4733,109 +4735,108 @@ "branch": "master", "github": "https://github.com/AWhiteKnight/ioBroker.letrika_comgw", "installs": 11, - "weekDownloads": 0, + "weekDownloads": 8, "stars": -1, "issues": 2, "score": 1 }, - "lg-ess-home": { + "kostal-piko-ba": { "title": { - "de": "lg-ess-home", - "en": "lg-ess-home", - "ru": "lg-ess-home", - "zh-cn": "lg-ess-home" + "de": "kostal-piko-ba", + "en": "kostal-piko-ba", + "ru": "kostal-piko-ba", + "zh-cn": "kostal-piko-ba" }, - "content": "adapterref/iobroker.lg-ess-home/README.md", - "icon": "adapterref/iobroker.lg-ess-home/lg-ess-home.png", - "keywords": "LG-ESS, home automation", - "authors": "Morluktom ", + "content": "adapterref/iobroker.kostal-piko-ba/README.md", + "icon": "adapterref/iobroker.kostal-piko-ba/picoba.png", + "keywords": "Kostal, Piko, Piko-BA, Piko MP, Piko MP plus, inverter, solar", + "authors": "Christian Hombach ", "license": "MIT", - "published": "2020-12-05T23:57:52.763Z", - "version": "0.2.3", - "latestVersion": "0.2.3", - "materialize": true, + "published": "2020-06-15T21:43:05.795Z", + "version": "3.0.6", + "latestVersion": "3.0.7", "compact": true, "description": { - "en": "Adapter to read data from a LG ESS inverter.", - "de": "Adapter zum Lesen von Daten von einem LG ESS-Wechselrichter.", - "ru": "Адаптер для чтения данных с инвертора LG ESS.", - "pt": "Adaptador para ler dados de um inversor LG ESS.", - "nl": "Adapter om gegevens van een LG ESS-omvormer te lezen.", - "fr": "Adaptateur pour lire les données d'un onduleur LG ESS.", - "it": "Adattatore per leggere i dati da un inverter LG ESS.", - "es": "Adaptador para leer datos de un inversor LG ESS.", - "pl": "Adapter do odczytu danych z falownika LG ESS.", - "zh-cn": "用于从LG ESS逆变器读取数据的适配器。", - "uk": "Адаптер для читання даних з інвертора LG ESS." + "en": "Adapter for reading Kostal Piko (BA) data", + "de": "Adapter zum Lesen von Kostal Piko (BA) Daten", + "ru": "Адаптер для чтения данных Kostal Piko (BA)", + "pt": "Adaptador para leitura de dados Kostal Piko (BA)", + "nl": "Adapter voor het lezen van Kostal Piko (BA) gegevens", + "fr": "Adaptateur pour la lecture des données Kostal Piko (BA)", + "it": "Adattatore per la lettura dei dati Kostal Piko (BA)", + "es": "Adaptador para leer datos de Kostal Piko (BA)", + "pl": "Adapter do odczytu danych Kostal Piko (BA)", + "uk": "Адаптер для читання даних Костал Піко (BA)", + "zh-cn": "阅读Kostal Piko BA数据" }, "titleFull": { - "en": "LG ESS Home Hybrid Inverter", - "de": "LG ESS Home Hybrid Wechselrichter", - "ru": "Гибридный инвертор LG ESS для дома", - "pt": "LG ESS Home Hybrid Inverter", - "nl": "LG ESS Home hybride omvormer", - "fr": "Onduleur hybride LG ESS Home", - "it": "Inverter ibrido LG ESS Home", - "es": "Inversor híbrido doméstico LG ESS", - "pl": "Domowy falownik hybrydowy LG ESS", - "zh-cn": "LG ESS家庭混合逆变器", - "uk": "Домашній гібридний інвертор LG ESS" + "en": "Kostal PikoBA", + "de": "Kostal PikoBA", + "ru": "Костал ПиКОБА", + "pt": "Kostal PikoBA", + "nl": "Kostal PikoBA", + "fr": "Kostal PikoBA", + "it": "Kostal PikoBA", + "es": "Kostal PikoBA", + "pl": "Kostal PikoBA", + "uk": "Kostal PikoBA", + "zh-cn": "科斯塔尔皮科巴" }, "branch": "master", - "github": "https://github.com/Morluktom/ioBroker.lg-ess-home", - "installs": 128, - "weekDownloads": 18, - "stars": 5, - "issues": 1, + "github": "https://github.com/hombach/ioBroker.kostal-piko-ba/master/README.md", + "installs": 405, + "weekDownloads": 225, + "stars": 8, + "issues": 0, "score": 1 }, - "mercury": { + "legrand-ecocompteur": { "title": { - "de": "mercury", - "en": "mercury", - "ru": "mercury", - "zh-cn": "mercury" + "de": "legrand-ecocompteur", + "en": "legrand-ecocompteur", + "ru": "legrand-ecocompteur", + "zh-cn": "legrand-ecocompteur" }, - "content": "adapterref/iobroker.mercury/README.md", - "icon": "adapterref/iobroker.mercury/mercury.png", - "keywords": "Mercury, electric meter", - "authors": "instalator ", + "content": "adapterref/iobroker.legrand-ecocompteur/README.md", + "icon": "adapterref/iobroker.legrand-ecocompteur/legrand-ecocompteur.png", + "keywords": "Legrand, energy, power, measurement", + "authors": "Robin Rainton ", "license": "MIT", - "published": "2019-12-07T11:24:55.470Z", - "version": "0.1.6", - "latestVersion": "0.1.6", + "published": "2020-05-11T16:35:46.498Z", + "version": "1.0.0", + "latestVersion": "1.0.0", "materialize": true, "compact": true, "description": { - "en": "Receiving data from electricity meters Mercury", - "de": "Empfangen von Daten von Stromzählern Quecksilber", - "ru": "Получение данных от электросчетчиков Меркурий", - "pt": "Recebendo dados de contadores de eletricidade Mercury", - "nl": "Gegevens ontvangen van elektriciteitsmeters Mercury", - "fr": "Réception des données des compteurs d'électricité Mercury", - "it": "Ricezione di dati dai contatori elettrici Mercury", - "es": "Recepción de datos de medidores de electricidad Mercurio", - "pl": "Odbieranie danych z liczników energii elektrycznej Merkury", - "zh-cn": "从电表接收数据汞" + "en": "Adapter for the Legrand Ecocompteur module (aka. Legrand Measurement Concentrator EMDX³ 412000).", + "de": "Adapter für das Legrand Ecocompteur-Modul (auch bekannt als Legrand Measurement Concentrator EMDX³ 412000).", + "ru": "Адаптер для модуля Legrand Ecocompteur (также известный как измерительный концентратор Legrand EMDX³ 412000).", + "pt": "Adaptador para o módulo Legrand Ecocompteur (também conhecido como Legrand Measurement Concentrator EMDX³ 412000).", + "nl": "Adapter voor de Legrand Ecocompteur-module (ook bekend als Legrand Meetconcentrator EMDX³ 412000).", + "fr": "Adaptateur pour le module Ecocompteur Legrand (alias. Concentrateur de mesure Legrand EMDX³ 412000).", + "it": "Adattatore per il modulo Legrand Ecocompteur (alias Legrand Measurement Concentrator EMDX³ 412000).", + "es": "Adaptador para el módulo Legrand Ecocompteur (también conocido como Legrand Measurement Concentrator EMDX³ 412000).", + "pl": "Adapter do modułu Legrand Ecocompteur (alias. Legrand Measurement Concentrator EMDX³ 412000).", + "zh-cn": "Legrand Ecocompteur模块的适配器(又名Legrand测量集中器EMDX³412000)。" }, "titleFull": { - "en": "Mercury electric meter", - "de": "Quecksilber-Stromzähler", - "ru": "Меркурий электросчетчик", - "pt": "Medidor elétrico de mercúrio", - "nl": "Kwik elektrische meter", - "fr": "Compteur électrique à mercure", - "it": "Contatore elettrico al mercurio", - "es": "Medidor electrico de mercurio", - "pl": "Miernik elektryczny rtęci", - "zh-cn": "汞电表" + "en": "Legrand Ecocompteur", + "de": "Legrand Ecocompteur", + "ru": "Legrand Ecocompteur", + "pt": "Legrand Ecocompteur", + "nl": "Legrand Ecocompteur", + "fr": "Ecocompteur Legrand", + "it": "Legrand Ecocompteur", + "es": "Ecocompteur Legrand", + "pl": "Legrand Ecocompteur", + "zh-cn": "罗格朗生态公司" }, "branch": "master", - "github": "https://github.com/instalator/ioBroker.mercury", - "installs": 47, - "weekDownloads": 4, - "stars": -1, - "issues": 6, + "github": "https://github.com/iobroker-community-adapters/ioBroker.legrand-ecocompteur", + "installs": 7, + "weekDownloads": 10, + "stars": 2, + "issues": 15, "score": 1 }, "mbus": { @@ -4881,108 +4882,109 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.mbus", - "installs": 717, - "weekDownloads": 46, + "installs": 729, + "weekDownloads": 50, "stars": 11, "issues": 14, "score": 1 }, - "myenergi": { + "mercury": { "title": { - "de": "myenergi", - "en": "myenergi", - "ru": "myenergi", - "zh-cn": "myenergi" + "de": "mercury", + "en": "mercury", + "ru": "mercury", + "zh-cn": "mercury" }, - "content": "adapterref/iobroker.myenergi/README.md", - "icon": "adapterref/iobroker.myenergi/myenergi.png", - "keywords": "myenergi, zappi, eddi", - "authors": "TA2k ", + "content": "adapterref/iobroker.mercury/README.md", + "icon": "adapterref/iobroker.mercury/mercury.png", + "keywords": "Mercury, electric meter", + "authors": "instalator ", "license": "MIT", - "published": "2022-12-05T08:17:45.489Z", - "version": "0.0.3", - "latestVersion": "0.0.3", + "published": "2019-12-07T11:24:55.470Z", + "version": "0.1.6", + "latestVersion": "0.1.6", + "materialize": true, "compact": true, "description": { - "en": "Adapter for Myenergi devices", - "de": "Adapter für Myenergi-Geräte", - "ru": "Адаптер для устройств Myenergi", - "pt": "Adaptador para dispositivos Myenergi", - "nl": "Adapter voor Myenergi-apparaten", - "fr": "Adaptateur pour appareils Myenergi", - "it": "Adattatore per dispositivi Myenergi", - "es": "Adaptador para dispositivos Myenergi", - "pl": "Adapter do urządzeń Myenergi", - "zh-cn": "Myenergi 设备适配器" + "en": "Receiving data from electricity meters Mercury", + "de": "Empfangen von Daten von Stromzählern Quecksilber", + "ru": "Получение данных от электросчетчиков Меркурий", + "pt": "Recebendo dados de contadores de eletricidade Mercury", + "nl": "Gegevens ontvangen van elektriciteitsmeters Mercury", + "fr": "Réception des données des compteurs d'électricité Mercury", + "it": "Ricezione di dati dai contatori elettrici Mercury", + "es": "Recepción de datos de medidores de electricidad Mercurio", + "pl": "Odbieranie danych z liczników energii elektrycznej Merkury", + "zh-cn": "从电表接收数据汞" }, "titleFull": { - "en": "Myenergi", - "de": "Myenergi", - "ru": "Myenergi", - "pt": "Minhaenergia", - "nl": "Myenergi", - "fr": "Myénergi", - "it": "Myenergi", - "es": "myenergi", - "pl": "Myenergi", - "zh-cn": "美能吉" + "en": "Mercury electric meter", + "de": "Quecksilber-Stromzähler", + "ru": "Меркурий электросчетчик", + "pt": "Medidor elétrico de mercúrio", + "nl": "Kwik elektrische meter", + "fr": "Compteur électrique à mercure", + "it": "Contatore elettrico al mercurio", + "es": "Medidor electrico de mercurio", + "pl": "Miernik elektryczny rtęci", + "zh-cn": "汞电表" }, - "branch": "main", - "github": "https://github.com/iobroker-community-adapters/ioBroker.myenergi", - "installs": 237, - "weekDownloads": 12, - "stars": 2, - "issues": 7, + "branch": "master", + "github": "https://github.com/instalator/ioBroker.mercury", + "installs": 49, + "weekDownloads": 36, + "stars": -1, + "issues": 6, "score": 1 }, - "kostal-piko-ba": { + "opendtu": { "title": { - "de": "kostal-piko-ba", - "en": "kostal-piko-ba", - "ru": "kostal-piko-ba", - "zh-cn": "kostal-piko-ba" + "de": "opendtu", + "en": "opendtu", + "ru": "opendtu", + "zh-cn": "opendtu" }, - "content": "adapterref/iobroker.kostal-piko-ba/README.md", - "icon": "adapterref/iobroker.kostal-piko-ba/picoba.png", - "keywords": "Kostal, Piko, Piko-BA, Piko MP, Piko MP plus, inverter, solar", - "authors": "Christian Hombach ", + "content": "adapterref/iobroker.opendtu/README.md", + "icon": "adapterref/iobroker.opendtu/opendtu.png", + "keywords": "OpenDTU, Solar", + "authors": "Dennis Rathjen ", "license": "MIT", - "published": "2020-06-15T21:43:05.795Z", - "version": "3.0.6", - "latestVersion": "3.0.6", + "published": "2023-02-17T20:41:33.905Z", + "version": "0.1.7", + "latestVersion": "1.0.0", "compact": true, "description": { - "en": "Adapter for reading Kostal Piko (BA) data", - "de": "Adapter zum Lesen von Kostal Piko (BA) Daten", - "ru": "Адаптер для чтения данных Kostal Piko (BA)", - "pt": "Adaptador para leitura de dados Kostal Piko (BA)", - "nl": "Adapter voor het lezen van Kostal Piko (BA) gegevens", - "fr": "Adaptateur pour la lecture des données Kostal Piko (BA)", - "it": "Adattatore per la lettura dei dati Kostal Piko (BA)", - "es": "Adaptador para leer datos de Kostal Piko (BA)", - "pl": "Adapter do odczytu danych Kostal Piko (BA)", - "uk": "Адаптер для читання даних Костал Піко (BA)", - "zh-cn": "阅读Kostal Piko BA数据" + "en": "Adapter for the OpenDTU project", + "de": "Adapter for the OpenDTU project", + "ru": "Adapter for the OpenDTU project", + "pt": "Adapter for the OpenDTU project", + "nl": "Adapter for the OpenDTU project", + "fr": "Adapter for the OpenDTU project", + "it": "Adapter for the OpenDTU project", + "es": "Adapter for the OpenDTU project", + "pl": "Adapter for the OpenDTU project", + "zh-cn": "Adapter for the OpenDTU project", + "uk": "Адаптер для проекту OpenDTU" }, "titleFull": { - "en": "Kostal PikoBA", - "de": "Kostal PikoBA", - "ru": "Костал ПиКОБА", - "pt": "Kostal PikoBA", - "nl": "Kostal PikoBA", - "fr": "Kostal PikoBA", - "it": "Kostal PikoBA", - "es": "Kostal PikoBA", - "pl": "Kostal PikoBA", - "uk": "Kostal PikoBA", - "zh-cn": "科斯塔尔皮科巴" + "en": "OpenDTU", + "de": "OpenDTU", + "ru": "OpenDTU", + "pt": "OpenDTU", + "nl": "OpenDTU", + "fr": "OpenDTU", + "it": "OpenDTU", + "es": "OpenDTU", + "pl": "OpenDTU", + "uk": "OpenDTU", + "zh-cn": "OpenDTU" }, - "branch": "master", - "github": "https://github.com/hombach/ioBroker.kostal-piko-ba/master/README.md", - "installs": 398, - "weekDownloads": 127, - "stars": 8, - "issues": 0, + "branch": "main", + "github": "https://github.com/o0shojo0o/ioBroker.opendtu", + "installs": 979, + "weekDownloads": 200, + "stars": 17, + "issues": 2, "score": 1 }, "ocpp": { @@ -5028,109 +5030,58 @@ }, "branch": "main", "github": "https://github.com/foxriver76/ioBroker.ocpp", - "installs": 460, - "weekDownloads": 28, + "installs": 464, + "weekDownloads": 54, "stars": 13, "issues": 3, "score": 1 }, - "opendtu": { + "myenergi": { "title": { - "de": "opendtu", - "en": "opendtu", - "ru": "opendtu", - "zh-cn": "opendtu" + "de": "myenergi", + "en": "myenergi", + "ru": "myenergi", + "zh-cn": "myenergi" }, - "content": "adapterref/iobroker.opendtu/README.md", - "icon": "adapterref/iobroker.opendtu/opendtu.png", - "keywords": "OpenDTU, Solar", - "authors": "Dennis Rathjen ", + "content": "adapterref/iobroker.myenergi/README.md", + "icon": "adapterref/iobroker.myenergi/myenergi.png", + "keywords": "myenergi, zappi, eddi", + "authors": "TA2k ", "license": "MIT", - "published": "2023-02-17T20:41:33.905Z", - "version": "0.1.7", - "latestVersion": "0.1.8", + "published": "2022-12-05T08:17:45.489Z", + "version": "0.0.3", + "latestVersion": "0.0.3", "compact": true, "description": { - "en": "Adapter for the OpenDTU project", - "de": "Adapter for the OpenDTU project", - "ru": "Adapter for the OpenDTU project", - "pt": "Adapter for the OpenDTU project", - "nl": "Adapter for the OpenDTU project", - "fr": "Adapter for the OpenDTU project", - "it": "Adapter for the OpenDTU project", - "es": "Adapter for the OpenDTU project", - "pl": "Adapter for the OpenDTU project", - "zh-cn": "Adapter for the OpenDTU project", - "uk": "Адаптер для проекту OpenDTU" + "en": "Adapter for Myenergi devices", + "de": "Adapter für Myenergi-Geräte", + "ru": "Адаптер для устройств Myenergi", + "pt": "Adaptador para dispositivos Myenergi", + "nl": "Adapter voor Myenergi-apparaten", + "fr": "Adaptateur pour appareils Myenergi", + "it": "Adattatore per dispositivi Myenergi", + "es": "Adaptador para dispositivos Myenergi", + "pl": "Adapter do urządzeń Myenergi", + "zh-cn": "Myenergi 设备适配器" }, "titleFull": { - "en": "OpenDTU", - "de": "OpenDTU", - "ru": "OpenDTU", - "pt": "OpenDTU", - "nl": "OpenDTU", - "fr": "OpenDTU", - "it": "OpenDTU", - "es": "OpenDTU", - "pl": "OpenDTU", - "uk": "OpenDTU", - "zh-cn": "OpenDTU" + "en": "Myenergi", + "de": "Myenergi", + "ru": "Myenergi", + "pt": "Minhaenergia", + "nl": "Myenergi", + "fr": "Myénergi", + "it": "Myenergi", + "es": "myenergi", + "pl": "Myenergi", + "zh-cn": "美能吉" }, "branch": "main", - "github": "https://github.com/o0shojo0o/ioBroker.opendtu", - "installs": 891, - "weekDownloads": 265, - "stars": 17, - "issues": 2, - "score": 1 - }, - "plenticore": { - "title": { - "de": "plenticore", - "en": "plenticore", - "ru": "plenticore", - "zh-cn": "plenticore" - }, - "content": "adapterref/iobroker.plenticore/README.md", - "icon": "adapterref/iobroker.plenticore/plenticore.png", - "keywords": "kostal, plenticore, api, inverter", - "authors": "Marius Burkard ", - "license": "MIT", - "published": "2020-01-16T15:57:55.228Z", - "version": "2.2.0", - "latestVersion": "2.3.1", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter to communicate with a KOSTAL Plenticore Plus via local network (non-modbus)", - "de": "Adapter um mit einem KOSTAL Plenticore Plus im lokalen Netzwerk (nicht via modbus) zu kommunizieren", - "ru": "Адаптер для связи с KOSTAL Plenticore Plus через локальную сеть (не по протоколу Modbus)", - "pt": "Adaptador para se comunicar com um KOSTAL Plenticore Plus via rede local (não modbus)", - "nl": "Adapter voor communicatie met een KOSTAL Plenticore Plus via lokaal netwerk (niet-modbus)", - "fr": "Adaptateur pour communiquer avec un KOSTAL Plenticore Plus via un réseau local (non modbus)", - "it": "Adattatore per comunicare con un KOSTAL Plenticore Plus tramite rete locale (non modbus)", - "es": "Adaptador para comunicarse con KOSTAL Plenticore Plus a través de la red local (no modbus)", - "pl": "Adapter do komunikacji z KOSTAL Plenticore Plus za pośrednictwem sieci lokalnej (non-modbus)", - "zh-cn": "通过本地网络(非Modbus)与KOSTAL Plenticore Plus进行通信的适配器" - }, - "titleFull": { - "en": "KOSTAL Plenticore API", - "de": "KOSTAL Plenticore API", - "ru": "KOSTAL Plenticore API", - "pt": "API do KOSTAL Plenticore", - "nl": "KOSTAL Plenticore API", - "fr": "API KOSTAL Plenticore", - "it": "API KOSTAL Plenticore", - "es": "API de Plenticore de KOSTAL", - "pl": "KOSTAL Plenticore API", - "zh-cn": "KOSTAL Plenticore API" - }, - "branch": "master", - "github": "https://github.com/pixcept/ioBroker.plenticore", - "installs": 1599, - "weekDownloads": 184, - "stars": 20, - "issues": 17, + "github": "https://github.com/iobroker-community-adapters/ioBroker.myenergi", + "installs": 245, + "weekDownloads": 13, + "stars": 5, + "issues": 0, "score": 1 }, "powerfox2": { @@ -5176,8 +5127,8 @@ }, "branch": "main", "github": "https://github.com/ax-led/ioBroker.powerfox2", - "installs": 1178, - "weekDownloads": 37, + "installs": 1189, + "weekDownloads": 51, "stars": 7, "issues": 5, "score": 1 @@ -5195,7 +5146,7 @@ "authors": "Patrick Walther , Matthias Kleine , STROMDAO GmbH ", "license": "MIT", "published": "2022-02-23T07:41:55.766Z", - "version": "2.7.1", + "version": "2.8.1", "latestVersion": "2.8.1", "compact": true, "description": { @@ -5226,211 +5177,59 @@ }, "branch": "main", "github": "https://github.com/iobroker-community-adapters/ioBroker.pvforecast", - "installs": 4982, - "weekDownloads": 437, + "installs": 5074, + "weekDownloads": 2133, "stars": 19, - "issues": 4, - "score": 1 - }, - "sanext": { - "title": { - "de": "sanext", - "en": "sanext", - "ru": "sanext", - "zh-cn": "sanext" - }, - "content": "adapterref/iobroker.sanext/README.md", - "icon": "adapterref/iobroker.sanext/sanext.png", - "keywords": "Sanext, heat meter", - "authors": "instalator ", - "license": "MIT", - "published": "2020-04-10T05:58:34.384Z", - "version": "0.0.5", - "latestVersion": "0.0.5", - "materialize": true, - "compact": true, - "description": { - "en": "Receiving data from heat meters Sanext", - "de": "Receiving data from heat meters Sanext", - "ru": "Receiving data from heat meters Sanext", - "pt": "Receiving data from heat meters Sanext", - "nl": "Receiving data from heat meters Sanext", - "fr": "Receiving data from heat meters Sanext", - "it": "Receiving data from heat meters Sanext", - "es": "Receiving data from heat meters Sanext", - "pl": "Receiving data from heat meters Sanext", - "zh-cn": "Receiving data from heat meters Sanext" - }, - "titleFull": { - "en": "Sanext heat meter", - "de": "Sanext heat meter", - "ru": "Sanext heat meter", - "pt": "Sanext heat meter", - "nl": "Sanext heat meter", - "fr": "Sanext heat meter", - "it": "Sanext heat meter", - "es": "Sanext heat meter", - "pl": "Sanext heat meter", - "zh-cn": "Sanext heat meter" - }, - "branch": "master", - "github": "https://github.com/instalator/ioBroker.sanext", - "installs": 3, - "weekDownloads": 0, - "stars": -1, - "issues": 0, - "score": 1 - }, - "semp": { - "title": { - "de": "semp", - "en": "semp", - "ru": "semp", - "zh-cn": "semp" - }, - "content": "adapterref/iobroker.semp/README.md", - "icon": "adapterref/iobroker.semp/semp.png", - "keywords": "SMA, SunnyPortal, SEMP", - "authors": "René G. ", - "license": "MIT", - "published": "2022-10-01T16:08:44.287Z", - "version": "1.3.4", - "latestVersion": "1.3.9", - "materialize": true, - "compact": true, - "description": { - "en": "interface to SMA SunnyPortal via SunnyHomeManager and SEMP", - "de": "Schnittstelle zu SMA SunnyPortal über SunnyHomeManager und SEMP", - "ru": "интерфейс к SMA SunnyPortal через SunnyHomeManager и SEMP", - "pt": "interface para SMA SunnyPortal via SunnyHomeManager e SEMP", - "nl": "interface naar SMA SunnyPortal via SunnyHomeManager en SEMP", - "fr": "interface avec SMA SunnyPortal via SunnyHomeManager et SEMP", - "it": "interfaccia a SMA SunnyPortal tramite SunnyHomeManager e SEMP", - "es": "interfaz con SMA SunnyPortal a través de SunnyHomeManager y SEMP", - "pl": "interfejs do SMA SunnyPortal przez SunnyHomeManager i SEMP", - "zh-cn": "通过 SunnyHomeManager 和 SEMP 连接到 SMA SunnyPortal", - "uk": "інтерфейс до SMA SunnyPortal через SunnyHomeManager і SEMP" - }, - "titleFull": { - "en": "SMA SEMP gateway", - "de": "SMA SEMP-Gateway", - "ru": "Шлюз SMA SEMP", - "pt": "Gateway SMA SEMP", - "nl": "SMA SEMP-gateway", - "fr": "Passerelle SMA SEMP", - "it": "Gateway SMA SEMP", - "es": "Puerta de enlace SMA SEMP", - "pl": "Bramka SMA SEMP", - "zh-cn": "SMA SEMP 网关", - "uk": "Шлюз SMA SEMP" - }, - "branch": "master", - "github": "https://github.com/rg-engineering/ioBroker.semp", - "installs": 681, - "weekDownloads": 258, - "stars": 7, - "issues": 14, - "score": 1 - }, - "pvoutputorg": { - "title": { - "de": "pvoutputorg", - "en": "pvoutputorg", - "ru": "pvoutputorg", - "zh-cn": "pvoutputorg" - }, - "content": "adapterref/iobroker.pvoutputorg/README.md", - "icon": "adapterref/iobroker.pvoutputorg/pvoutputorg.png", - "keywords": "PvOutput.org", - "authors": "René G. ", - "license": "MIT", - "published": "2022-04-24T12:24:06.144Z", - "version": "1.8.9", - "latestVersion": "1.8.9", - "materialize": true, - "compact": true, - "description": { - "en": "PvOutput.org Adapter: reads and writes data on PVOutput.org. supports different System-Ids", - "de": "PvOutput.org Adapter: liest und schreibt Daten auf PVOutput.org. ", - "ru": "Адаптер PvOutput.org: читает и записывает данные на PVOutput.org. ", - "pt": "Adaptador PvOutput.org: lê e grava dados em PVOutput.org. ", - "nl": "PvOutput.org Adapter: leest en schrijft gegevens op PVOutput.org. ", - "fr": "Adaptateur PvOutput.org : lit et écrit des données sur PVOutput.org. ", - "it": "Adattatore PvOutput.org: legge e scrive dati su PVOutput.org. ", - "es": "Adaptador PvOutput.org: lee y escribe datos en PVOutput.org. ", - "pl": "Adapter PvOutput.org: odczytuje i zapisuje dane na PVOutput.org. ", - "zh-cn": "PvOutput.org 适配器:在 PVOutput.org 上读取和写入数据。", - "uk": "Адаптер PvOutput.org: читає та записує дані на PVOutput.org. підтримує різні ідентифікатори системи" - }, - "titleFull": { - "en": "interface to PVOutput.org", - "de": "Schnittstelle zu PVOutput.org", - "ru": "интерфейс к PVOutput.org", - "pt": "interface para PVOutput.org", - "nl": "interface naar PVOutput.org", - "fr": "interface vers PVOutput.org", - "it": "interfaccia a PVOutput.org", - "es": "interfaz con PVOutput.org", - "pl": "interfejs do PVOutput.org", - "zh-cn": "PVOutput.org 的接口", - "uk": "інтерфейс до PVOutput.org" - }, - "branch": "master", - "github": "https://github.com/rg-engineering/ioBroker.pvoutputorg", - "installs": 69, - "weekDownloads": 20, - "stars": -1, - "issues": 11, + "issues": 6, "score": 1 }, - "solarlog": { + "pylontech": { "title": { - "de": "solarlog", - "en": "solarlog", - "ru": "solarlog", - "zh-cn": "solarlog" + "de": "pylontech", + "en": "pylontech", + "ru": "pylontech", + "zh-cn": "pylontech" }, - "content": "adapterref/iobroker.solarlog/README.md", - "icon": "adapterref/iobroker.solarlog/solarlog.png", - "keywords": "solarlog, photovoltaics, solar, energy, sun", - "authors": "forelleblau ", + "content": "adapterref/iobroker.pylontech/README.md", + "icon": "adapterref/iobroker.pylontech/pylontech.png", + "keywords": "battery, pylontech, photovoltaics, inverter, energy storage system, growatt, victron", + "authors": "PLCHome ", "license": "MIT", - "published": "2018-11-28T19:52:32.339Z", - "version": "2.2.6", - "latestVersion": "2.2.8", - "materialize": true, + "published": "2023-09-30T17:33:19.145Z", + "version": "-.-.-", + "latestVersion": "0.0.6", "compact": true, "description": { - "en": "Monitor your solarlog meter", - "de": "Überwachen Sie Ihren Solarlog-Meter", - "ru": "Контролируйте свой солнечный метр", - "pt": "Monitorar o medidor solar", - "nl": "Monitor je zonnelogmeter", - "fr": "Surveillez votre compteur solaire", - "it": "Monitora il tuo contatore solare", - "es": "Monitoree su medidor de solarlog", - "pl": "Pamiętnik słoneczny", - "zh-cn": "监测你的太阳能参数" - }, - "titleFull": { - "en": "solarlogMonitor", - "de": "solarlogMonitor", - "ru": "солнечный блогМонитор", - "pt": "máquina de montagem automática", - "nl": "solarlogMonitor", - "fr": "solarlogMonitor", - "it": "solarlogMonitor", - "es": "solarlogMonitor", - "pl": "solarlogmonitor", - "zh-cn": "太阳能标志Monitor" + "en": "Query the cell voltages and the status of pylontech batteries via the console", + "de": "Abfrage der Zellspannungen und des Status von pylontech-Batterien über die Konsole", + "ru": "Запросите напряжение клеток и статус пилонтех-батареи через консоль", + "pt": "Consultar as tensões celulares e o status das baterias pilontech através do console", + "nl": "Vraag de cellen voltages en de status van pylontech batterijen via de console", + "fr": "Query the cell tensions and the status of pylontech batteries via the console", + "it": "Accosta le tensioni cellulari e lo stato delle batterie pilotecniche tramite la console", + "es": "Consultar los voltajes celulares y el estado de las baterías pilontech a través de la consola", + "pl": "Query napięcia komórek i status baterii pylontech poprzez konsolę", + "uk": "Перегляньте напруги клітин і статус батарей піронетех через консоль", + "zh-cn": "2. 通过宫颈部划分电池组和电池组的地位" + }, + "titleFull": { + "en": "Pylontech health", + "de": "Pylontech Gesundheit", + "ru": "Pylontech здоровье", + "pt": "Saúde da Pylontech", + "nl": "Pylontech gezondheid", + "fr": "Santé Pylontech", + "it": "Salute di Pylontech", + "es": "Salud de Pylontech", + "pl": "Plontech health", + "uk": "Пілонтех здоров'я", + "zh-cn": "Pylontech Health" }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.solarlog", - "installs": 872, - "weekDownloads": 188, - "stars": 12, - "issues": 2, - "score": 1 + "branch": "main", + "github": "https://github.com/PLCHome/ioBroker.pylontech", + "installs": 18, + "weekDownloads": 273, + "stars": -1 }, "senec": { "title": { @@ -5446,7 +5245,7 @@ "license": "MIT", "published": "2020-03-03T16:24:24.147Z", "version": "-.-.-", - "latestVersion": "1.6.5", + "latestVersion": "1.6.7", "compact": true, "description": { "en": "This adapter reads available values from a Senec Home V2.1 (and later) system using lala.cgi", @@ -5476,18 +5275,51 @@ }, "branch": "master", "github": "https://github.com/nobl/ioBroker.senec", - "installs": 692, - "weekDownloads": 148, + "installs": 697, + "weekDownloads": 237, "stars": 25, - "issues": 3, + "issues": 6, "score": 1 }, - "rct": { + "smappee": { "title": { - "de": "rct", - "en": "rct", - "ru": "rct", - "zh-cn": "rct" + "de": "smappee", + "en": "smappee", + "ru": "smappee", + "zh-cn": "smappee" + }, + "content": "adapterref/iobroker.smappee/README.md", + "icon": "adapterref/iobroker.smappee/smappee.png", + "keywords": "smappee, smarthome, energy, smartmeter, water", + "authors": "forelleblau ", + "license": "MIT", + "published": "2019-01-27T13:58:27.573Z", + "version": "0.2.6", + "latestVersion": "0.2.6", + "materialize": true, + "compact": true, + "description": { + "en": "Monitor and control your smappee device", + "de": "Überwache und steuere deinen Smappee" + }, + "titleFull": { + "en": "smappeeMonitor", + "de": "smappeeMonitor" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.smappee", + "installs": 156, + "weekDownloads": 60, + "stars": 3, + "issues": 4, + "score": 1 + }, + "rct": { + "title": { + "de": "rct", + "en": "rct", + "ru": "rct", + "zh-cn": "rct" }, "content": "adapterref/iobroker.rct/README.md", "icon": "adapterref/iobroker.rct/rct-logo.square.png", @@ -5527,394 +5359,329 @@ }, "branch": "main", "github": "https://github.com/aruttkamp/ioBroker.rct", - "installs": 163, - "weekDownloads": 107, + "installs": 168, + "weekDownloads": 53, "stars": 11, - "issues": 3, + "issues": 4, "score": 1 }, - "sonnen": { + "plenticore": { "title": { - "de": "sonnen", - "en": "sonnen", - "ru": "sonnen", - "zh-cn": "sonnen" + "de": "plenticore", + "en": "plenticore", + "ru": "plenticore", + "zh-cn": "plenticore" }, - "content": "adapterref/iobroker.sonnen/README.md", - "icon": "adapterref/iobroker.sonnen/sonnen.png", - "keywords": "sonnen, photovoltaics, solar, energy, sun", - "authors": "Moritz Heusinger ", + "content": "adapterref/iobroker.plenticore/README.md", + "icon": "adapterref/iobroker.plenticore/plenticore.png", + "keywords": "kostal, plenticore, api, inverter", + "authors": "Marius Burkard ", "license": "MIT", - "published": "2018-08-02T23:05:38.370Z", - "version": "1.16.0", - "latestVersion": "1.16.0", + "published": "2020-01-16T15:57:55.228Z", + "version": "2.2.0", + "latestVersion": "2.3.1", "materialize": true, "compact": true, "description": { - "en": "Monitor your sonnen battery", - "de": "Überwache deine sonnen Batterie" + "en": "Adapter to communicate with a KOSTAL Plenticore Plus via local network (non-modbus)", + "de": "Adapter um mit einem KOSTAL Plenticore Plus im lokalen Netzwerk (nicht via modbus) zu kommunizieren", + "ru": "Адаптер для связи с KOSTAL Plenticore Plus через локальную сеть (не по протоколу Modbus)", + "pt": "Adaptador para se comunicar com um KOSTAL Plenticore Plus via rede local (não modbus)", + "nl": "Adapter voor communicatie met een KOSTAL Plenticore Plus via lokaal netwerk (niet-modbus)", + "fr": "Adaptateur pour communiquer avec un KOSTAL Plenticore Plus via un réseau local (non modbus)", + "it": "Adattatore per comunicare con un KOSTAL Plenticore Plus tramite rete locale (non modbus)", + "es": "Adaptador para comunicarse con KOSTAL Plenticore Plus a través de la red local (no modbus)", + "pl": "Adapter do komunikacji z KOSTAL Plenticore Plus za pośrednictwem sieci lokalnej (non-modbus)", + "zh-cn": "通过本地网络(非Modbus)与KOSTAL Plenticore Plus进行通信的适配器" }, "titleFull": { - "en": "sonnenBattery", - "de": "sonnenBatterie" + "en": "KOSTAL Plenticore API", + "de": "KOSTAL Plenticore API", + "ru": "KOSTAL Plenticore API", + "pt": "API do KOSTAL Plenticore", + "nl": "KOSTAL Plenticore API", + "fr": "API KOSTAL Plenticore", + "it": "API KOSTAL Plenticore", + "es": "API de Plenticore de KOSTAL", + "pl": "KOSTAL Plenticore API", + "zh-cn": "KOSTAL Plenticore API" }, "branch": "master", - "github": "https://github.com/foxriver76/ioBroker.sonnen", - "installs": 680, - "weekDownloads": 32, - "stars": 15, - "issues": 10, + "github": "https://github.com/pixcept/ioBroker.plenticore", + "installs": 1611, + "weekDownloads": 89, + "stars": 20, + "issues": 18, "score": 1 }, - "solaredge": { + "sma-em": { "title": { - "de": "solaredge", - "en": "solaredge", - "ru": "solaredge", - "zh-cn": "solaredge" + "de": "sma-em", + "en": "sma-em", + "ru": "sma-em", + "zh-cn": "sma-em" }, - "content": "adapterref/iobroker.solaredge/README.md", - "icon": "adapterref/iobroker.solaredge/solaredge.png", - "keywords": "solaredge, energy, power, api, monitoring", - "authors": "92lleo ", + "content": "adapterref/iobroker.sma-em/README.md", + "icon": "adapterref/iobroker.sma-em/sma-em.png", + "keywords": "SMA Energy Meter, Sunny Home Manager", + "authors": "Marcolotti , pdbjjens ", "license": "MIT", - "published": "2019-12-25T14:10:46.226Z", - "version": "-.-.-", - "latestVersion": "1.0.1", + "published": "2017-10-16T20:20:01.941Z", + "version": "1.0.0", + "latestVersion": "1.0.0", "materialize": true, "compact": true, "description": { - "en": "Get data from solaredge monitoring portal", - "de": "Rufen Sie Daten vom Solaredge-Überwachungsportal ab", - "ru": "Получить данные с портала мониторинга Solaredge", - "pt": "Obter dados do portal de monitoramento solaredge", - "nl": "Gegevens ophalen uit de portal voor solaredge-monitoring", - "fr": "Obtenez les données du portail de surveillance Solaredge", - "it": "Ottieni dati dal portale di monitoraggio di Solaredge", - "es": "Obtenga datos del portal de monitoreo de solaredge", - "pl": "Uzyskaj dane z portalu monitorowania Solaredge", - "zh-cn": "从solaredge监控门户获取数据" + "en": "ioBroker sma-em Adapter", + "de": "ioBroker Sma-em Adapter", + "ru": "ioBroker Sma-em драйвер как образец", + "pt": "Modelo de adaptador para o ioBroker", + "fr": "ioBroker adaptateur modèle", + "nl": "ioBroker Sma-em Adapter", + "it": "Adattatore sma-em ioBroker", + "es": "Adaptador ioBroker sma-em", + "pl": "Adapter ioBroker sma-em", + "uk": "ioBroker sma-em адаптер", + "zh-cn": "ioBroker sma-em 适配器" }, "titleFull": { - "en": "Solaredge Monitoring", - "de": "Solaredge-Überwachung", - "ru": "Мониторинг Solaredge", - "pt": "Solaredge Monitoring", - "nl": "Solaredge Monitoring", - "fr": "Surveillance de Solaredge", - "it": "Monitoraggio di Solaredge", - "es": "Monitoreo Solaredge", - "pl": "Monitorowanie Solaredge", - "zh-cn": "Solaredge监控" + "en": "SMA Energy Meter", + "de": "SMA Energiezähler", + "ru": "Счетчик энергии SMA", + "pt": "Medidor de energia SMA", + "nl": "SMA Energiemeter", + "fr": "Compteur d'énergie SMA", + "it": "Contatore di energia SMA", + "es": "Medidor de energía SMA", + "pl": "Licznik energii SMA", + "zh-cn": "SMA能量计", + "uk": "Лічильник енергії SMA" }, "branch": "master", - "github": "https://github.com/92lleo/ioBroker.solaredge", - "installs": 399, - "weekDownloads": 27, - "stars": 9, - "issues": 9, + "github": "https://github.com/iobroker-community-adapters/ioBroker.sma-em", + "installs": 1560, + "weekDownloads": 113, + "stars": 23, + "issues": 1, "score": 1 }, - "sourceanalytix": { + "semp": { "title": { - "de": "sourceanalytix", - "en": "sourceanalytix", - "ru": "sourceanalytix", - "zh-cn": "sourceanalytix" + "de": "semp", + "en": "semp", + "ru": "semp", + "zh-cn": "semp" }, - "content": "adapterref/iobroker.sourceanalytix/README.md", - "icon": "adapterref/iobroker.sourceanalytix/sourceanalytix.png", - "keywords": "energy, power, analytics, consumption, meassurement, data", - "authors": "DutchmanNL ", + "content": "adapterref/iobroker.semp/README.md", + "icon": "adapterref/iobroker.semp/semp.png", + "keywords": "SMA, SunnyPortal, SEMP", + "authors": "René G. ", "license": "MIT", - "published": "2019-01-14T08:59:38.991Z", - "version": "-.-.-", - "latestVersion": "0.4.14", + "published": "2022-10-01T16:08:44.287Z", + "version": "1.3.4", + "latestVersion": "1.3.9", "materialize": true, "compact": true, "description": { - "en": "Detailed statistics of your energy, gas and liquid consumption. Allows annual report and details according to weekly, monthly and quarterly consumption data.", - "de": "Detaillierte Statistiken Ihres Energie-, Gas- und Flüssigkeitsverbrauchs. Ermöglicht Jahresberichte und Details gemäß wöchentlichen, monatlichen und vierteljährlichen Verbrauchsdaten.", - "ru": "Подробная статистика вашего потребления энергии, газа и жидкости. Позволяет годовой отчет и подробную информацию в соответствии с еженедельными, ежемесячными и квартальными данными потребления.", - "pt": "Estatísticas detalhadas de seu consumo de energia, gás e líquido. Permite relatório anual e detalhes de acordo com dados de consumo semanais, mensais e trimestrais.", - "nl": "Gedetailleerde statistieken van uw energie-, gas- en vloeistofverbruik. Staat jaarverslag en details toe op basis van wekelijkse, maandelijkse en driemaandelijkse verbruiksgegevens.", - "fr": "Statistiques détaillées de votre consommation d'énergie, de gaz et de liquide. Permet un rapport annuel et des détails selon les données de consommation hebdomadaires, mensuelles et trimestrielles.", - "it": "Statistiche dettagliate sul consumo di energia, gas e liquidi. Consente report e dettagli annuali in base ai dati di consumo settimanali, mensili e trimestrali.", - "es": "Estadísticas detalladas de su consumo de energía, gas y líquido. Permite informes anuales y detalles según datos de consumo semanal, mensual y trimestral.", - "pl": "Szczegółowe statystyki zużycia energii, gazu i cieczy. Umożliwia raport roczny i szczegóły zgodnie z tygodniowymi, miesięcznymi i kwartalnymi danymi dotyczącymi zużycia.", - "zh-cn": "您的能源,气体和液体消耗的详细统计信息。允许根据每周,每月和每季度的消费数据提供年度报告和详细信息。" + "en": "interface to SMA SunnyPortal via SunnyHomeManager and SEMP", + "de": "Schnittstelle zu SMA SunnyPortal über SunnyHomeManager und SEMP", + "ru": "интерфейс к SMA SunnyPortal через SunnyHomeManager и SEMP", + "pt": "interface para SMA SunnyPortal via SunnyHomeManager e SEMP", + "nl": "interface naar SMA SunnyPortal via SunnyHomeManager en SEMP", + "fr": "interface avec SMA SunnyPortal via SunnyHomeManager et SEMP", + "it": "interfaccia a SMA SunnyPortal tramite SunnyHomeManager e SEMP", + "es": "interfaz con SMA SunnyPortal a través de SunnyHomeManager y SEMP", + "pl": "interfejs do SMA SunnyPortal przez SunnyHomeManager i SEMP", + "zh-cn": "通过 SunnyHomeManager 和 SEMP 连接到 SMA SunnyPortal", + "uk": "інтерфейс до SMA SunnyPortal через SunnyHomeManager і SEMP" }, "titleFull": { - "en": "SourceAnalytix", - "de": "SourceAnalytix", - "ru": "SourceAnalytix", - "pt": "SourceAnalytix", - "nl": "SourceAnalytix", - "fr": "SourceAnalytix", - "it": "SourceAnalytix", - "es": "SourceAnalytix", - "pl": "SourceAnalytix", - "zh-cn": "SourceAnalytix" + "en": "SMA SEMP gateway", + "de": "SMA SEMP-Gateway", + "ru": "Шлюз SMA SEMP", + "pt": "Gateway SMA SEMP", + "nl": "SMA SEMP-gateway", + "fr": "Passerelle SMA SEMP", + "it": "Gateway SMA SEMP", + "es": "Puerta de enlace SMA SEMP", + "pl": "Bramka SMA SEMP", + "zh-cn": "SMA SEMP 网关", + "uk": "Шлюз SMA SEMP" }, - "branch": "main", - "github": "https://github.com/DrozmotiX/ioBroker.sourceanalytix", - "installs": 5361, - "weekDownloads": 70, - "stars": 63, - "issues": 96, + "branch": "master", + "github": "https://github.com/rg-engineering/ioBroker.semp", + "installs": 719, + "weekDownloads": 193, + "stars": 7, + "issues": 14, "score": 1 }, - "solarmanpv": { + "sanext": { "title": { - "de": "solarmanpv", - "en": "solarmanpv", - "ru": "solarmanpv", - "zh-cn": "solarmanpv" + "de": "sanext", + "en": "sanext", + "ru": "sanext", + "zh-cn": "sanext" }, - "content": "adapterref/iobroker.solarmanpv/README.md", - "icon": "adapterref/iobroker.solarmanpv/solarmanpv.png", - "keywords": "solar, balcony power plant, mi600", - "authors": "raschy ", + "content": "adapterref/iobroker.sanext/README.md", + "icon": "adapterref/iobroker.sanext/sanext.png", + "keywords": "Sanext, heat meter", + "authors": "instalator ", "license": "MIT", - "published": "2022-07-11T18:00:00.990Z", - "version": "0.5.0", - "latestVersion": "0.5.1", + "published": "2020-04-10T05:58:34.384Z", + "version": "0.0.5", + "latestVersion": "0.0.5", + "materialize": true, "compact": true, "description": { - "en": "Reading data from balcony power plant", - "de": "Auslesen von Daten aus dem Balkonkraftwerk", - "ru": "Чтение данных с балконной электростанции", - "pt": "Lendo dados da usina de varanda", - "nl": "Gegevens lezen van balkoncentrale", - "fr": "Lecture des données de la centrale électrique du balcon", - "it": "Lettura dei dati dalla centrale elettrica del balcone", - "es": "Lectura de datos de la planta de energía del balcón", - "pl": "Odczytywanie danych z elektrowni balkonowej", - "zh-cn": "从阳台电厂读取数据", - "uk": "Зчитування даних з балконної електростанції" + "en": "Receiving data from heat meters Sanext", + "de": "Receiving data from heat meters Sanext", + "ru": "Receiving data from heat meters Sanext", + "pt": "Receiving data from heat meters Sanext", + "nl": "Receiving data from heat meters Sanext", + "fr": "Receiving data from heat meters Sanext", + "it": "Receiving data from heat meters Sanext", + "es": "Receiving data from heat meters Sanext", + "pl": "Receiving data from heat meters Sanext", + "zh-cn": "Receiving data from heat meters Sanext" }, "titleFull": { - "en": "Solarman PV", - "de": "Solarman PV", - "ru": "Соларман ПВ", - "pt": "Solarman fotovoltaico", - "nl": "Solarman PV", - "fr": "PV Solarman", - "it": "Solarman PV", - "es": "fotovoltaica solarman", - "pl": "Solarman PV", - "zh-cn": "太阳能光伏", - "uk": "Соларман П.В" + "en": "Sanext heat meter", + "de": "Sanext heat meter", + "ru": "Sanext heat meter", + "pt": "Sanext heat meter", + "nl": "Sanext heat meter", + "fr": "Sanext heat meter", + "it": "Sanext heat meter", + "es": "Sanext heat meter", + "pl": "Sanext heat meter", + "zh-cn": "Sanext heat meter" }, - "branch": "main", - "github": "https://github.com/raschy/ioBroker.solarmanpv", - "installs": 1504, - "weekDownloads": 90, - "stars": 17, - "issues": 2, + "branch": "master", + "github": "https://github.com/instalator/ioBroker.sanext", + "installs": 3, + "weekDownloads": 4, + "stars": -1, + "issues": 0, "score": 1 }, - "tibberlink": { + "pvoutputorg": { "title": { - "de": "tibberlink", - "en": "tibberlink", - "ru": "tibberlink", - "zh-cn": "tibberlink" + "de": "pvoutputorg", + "en": "pvoutputorg", + "ru": "pvoutputorg", + "zh-cn": "pvoutputorg" }, - "content": "adapterref/iobroker.tibberlink/README.md", - "icon": "adapterref/iobroker.tibberlink/tibberlink.png", - "keywords": "power, energy, Tibber", - "authors": "Hombach ", - "license": "GPL-3.0-only", - "published": "2023-07-16T14:02:26.576Z", - "version": "0.3.2", - "latestVersion": "0.4.1", + "content": "adapterref/iobroker.pvoutputorg/README.md", + "icon": "adapterref/iobroker.pvoutputorg/pvoutputorg.png", + "keywords": "PvOutput.org", + "authors": "René G. ", + "license": "MIT", + "published": "2022-04-24T12:24:06.144Z", + "version": "1.8.9", + "latestVersion": "1.8.9", "materialize": true, "compact": true, "description": { - "en": "Links Tibber API data to be used in ioBroker", - "de": "Verknüpft Tibber API-Daten zur Verwendung in ioBroker", - "ru": "Ссылки на данные Tibber API для использования в ioBroker", - "pt": "Vincula os dados da API do Tibber para serem usados no ioBroker", - "nl": "Koppelt Tibber API-gegevens om te worden gebruikt in ioBroker", - "fr": "Liaisons des données de l'API Tibber à utiliser dans ioBroker", - "it": "Collega i dati dell'API di Tibber da utilizzare in ioBroker", - "es": "Enlaza los datos de la API de Tibber para ser utilizados en ioBroker", - "pl": "Łączy dane z API Tibber do użycia w ioBroker", - "uk": "Посилання на дані Tibber API для використання в ioBroker", - "zh-cn": "连接Tibber API数据以在ioBroker中使用" + "en": "PvOutput.org Adapter: reads and writes data on PVOutput.org. supports different System-Ids", + "de": "PvOutput.org Adapter: liest und schreibt Daten auf PVOutput.org. ", + "ru": "Адаптер PvOutput.org: читает и записывает данные на PVOutput.org. ", + "pt": "Adaptador PvOutput.org: lê e grava dados em PVOutput.org. ", + "nl": "PvOutput.org Adapter: leest en schrijft gegevens op PVOutput.org. ", + "fr": "Adaptateur PvOutput.org : lit et écrit des données sur PVOutput.org. ", + "it": "Adattatore PvOutput.org: legge e scrive dati su PVOutput.org. ", + "es": "Adaptador PvOutput.org: lee y escribe datos en PVOutput.org. ", + "pl": "Adapter PvOutput.org: odczytuje i zapisuje dane na PVOutput.org. ", + "zh-cn": "PvOutput.org 适配器:在 PVOutput.org 上读取和写入数据。", + "uk": "Адаптер PvOutput.org: читає та записує дані на PVOutput.org. підтримує різні ідентифікатори системи" }, "titleFull": { - "en": "Tibber Link", - "de": "Tibber Link", - "ru": "Тиббер Ссылка", - "pt": "Tibber Link", - "nl": "Tibber Link", - "fr": "Tibber Link", - "it": "Tibber Link", - "es": "Tibber Link", - "pl": "Tibber Link", - "uk": "Посилання", - "zh-cn": "网络联系" + "en": "interface to PVOutput.org", + "de": "Schnittstelle zu PVOutput.org", + "ru": "интерфейс к PVOutput.org", + "pt": "interface para PVOutput.org", + "nl": "interface naar PVOutput.org", + "fr": "interface vers PVOutput.org", + "it": "interfaccia a PVOutput.org", + "es": "interfaz con PVOutput.org", + "pl": "interfejs do PVOutput.org", + "zh-cn": "PVOutput.org 的接口", + "uk": "інтерфейс до PVOutput.org" }, - "branch": "main", - "github": "https://github.com/Hombach/ioBroker.tibberlink", - "installs": 745, - "weekDownloads": 1014, - "stars": 4, - "issues": 8, + "branch": "master", + "github": "https://github.com/rg-engineering/ioBroker.pvoutputorg", + "installs": 69, + "weekDownloads": 59, + "stars": -1, + "issues": 11, "score": 1 }, - "solax": { + "e3dc-rscp": { "title": { - "de": "solax", - "en": "solax", - "ru": "solax", - "zh-cn": "solax" + "de": "e3dc-rscp", + "en": "e3dc-rscp", + "ru": "e3dc-rscp", + "zh-cn": "e3dc-rscp" }, - "content": "adapterref/iobroker.solax/README.md", - "icon": "adapterref/iobroker.solax/solax.png", - "keywords": "Solax, PV, Photovoltaics, Inverter", - "authors": "simatec ", - "license": "MIT", - "published": "2021-06-02T12:26:08.406Z", - "version": "0.7.7", - "latestVersion": "0.7.7", + "content": "adapterref/iobroker.e3dc-rscp/README.md", + "icon": "adapterref/iobroker.e3dc-rscp/e3dc-rscp.png", + "keywords": "E3/DC, power station, energy, RSCP", + "authors": "Ulrich Kick ", + "license": "GPL-3.0-only", + "published": "2021-10-17T08:28:17.980Z", + "version": "1.2.3", + "latestVersion": "1.2.3", "materialize": true, "compact": true, "description": { - "en": "Solax Inverter API Cloud or Local Connection", - "de": "Solax Inverter API Cloud oder lokale Verbindung", - "ru": "Облачное или локальное подключение API-интерфейса Solax Inverter", - "pt": "Solax Inverter API Cloud ou Conexão Local", - "nl": "Solax Inverter API Cloud of lokale verbinding", - "fr": "Solax Inverter API Cloud ou connexion locale", - "it": "Solax Inverter API Cloud o Connessione locale", - "es": "Solax Inverter API Nube o conexión local", - "pl": "Solax Inverter API Cloud lub połączenie lokalne", - "uk": "Solax Inverter API Хмарне або локальне підключення", - "zh-cn": "Solax 逆变器 API 云或本地连接" + "en": "Control E3/DC power station using RSCP protocol", + "de": "Steuern Sie das E3/DC-Kraftwerk mithilfe des RSCP-Protokolls", + "ru": "Управление электростанцией E3/DC по протоколу RSCP", + "pt": "Controle da estação de energia E3/DC usando o protocolo RSCP", + "nl": "Bedien de E3/DC-krachtcentrale met behulp van het RSCP-protocol", + "fr": "Contrôlez la centrale électrique E3/DC en utilisant le protocole RSCP", + "it": "Controllare la centrale E3/DC utilizzando il protocollo RSCP", + "es": "Control de la central eléctrica E3/DC mediante protocolo RSCP", + "pl": "Sterowanie elektrownią E3/DC za pomocą protokołu RSCP", + "zh-cn": "使用RSCP协议控制E3/DC电站", + "uk": "Керуйте електростанцією E3/DC за допомогою протоколу RSCP" }, "titleFull": { - "en": "Solax", - "de": "Solax", - "ru": "Solax", - "pt": "Solax", - "nl": "Solax", - "fr": "Solax", - "it": "Solax", - "es": "Solax", - "pl": "Solax", - "uk": "Solax", - "zh-cn": "Solax" + "en": "E3/DC RSCP", + "de": "E3/DC RSCP", + "ru": "E3/DC RSCP", + "pt": "E3/DC RSCP", + "nl": "E3/DC RSCP", + "fr": "E3/DC RSCP", + "it": "E3/DC RSCP", + "es": "E3/DC RSCP", + "pl": "E3/DC RSCP", + "zh-cn": "E3/DC RSCP", + "uk": "E3/DC RSCP" }, "branch": "master", - "github": "https://github.com/simatec/ioBroker.solax", - "installs": 632, - "weekDownloads": 238, - "stars": 13, - "issues": 3, + "github": "https://github.com/git-kick/ioBroker.e3dc-rscp", + "installs": 1005, + "weekDownloads": 123, + "stars": 23, + "issues": 6, "score": 1 }, - "sma-em": { + "solarviewdatareader": { "title": { - "de": "sma-em", - "en": "sma-em", - "ru": "sma-em", - "zh-cn": "sma-em" + "de": "solarviewdatareader", + "en": "solarviewdatareader", + "ru": "solarviewdatareader", + "zh-cn": "solarviewdatareader" }, - "content": "adapterref/iobroker.sma-em/README.md", - "icon": "adapterref/iobroker.sma-em/sma-em.png", - "keywords": "SMA Energy Meter, Sunny Home Manager", - "authors": "Marcolotti , pdbjjens ", + "content": "adapterref/iobroker.solarviewdatareader/README.md", + "icon": "adapterref/iobroker.solarviewdatareader/solarviewdatareader.png", + "keywords": "SolarView, Data Logger, Photovoltaik", + "authors": "Achim Fürhoff ", "license": "MIT", - "published": "2017-10-16T20:20:01.941Z", - "version": "1.0.0", - "latestVersion": "1.0.0", - "materialize": true, - "compact": true, - "description": { - "en": "ioBroker sma-em Adapter", - "de": "ioBroker Sma-em Adapter", - "ru": "ioBroker Sma-em драйвер как образец", - "pt": "Modelo de adaptador para o ioBroker", - "fr": "ioBroker adaptateur modèle", - "nl": "ioBroker Sma-em Adapter", - "it": "Adattatore sma-em ioBroker", - "es": "Adaptador ioBroker sma-em", - "pl": "Adapter ioBroker sma-em", - "uk": "ioBroker sma-em адаптер", - "zh-cn": "ioBroker sma-em 适配器" - }, - "titleFull": { - "en": "SMA Energy Meter", - "de": "SMA Energiezähler", - "ru": "Счетчик энергии SMA", - "pt": "Medidor de energia SMA", - "nl": "SMA Energiemeter", - "fr": "Compteur d'énergie SMA", - "it": "Contatore di energia SMA", - "es": "Medidor de energía SMA", - "pl": "Licznik energii SMA", - "zh-cn": "SMA能量计", - "uk": "Лічильник енергії SMA" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.sma-em", - "installs": 1504, - "weekDownloads": 154, - "stars": 23, - "issues": 1, - "score": 1 - }, - "smappee": { - "title": { - "de": "smappee", - "en": "smappee", - "ru": "smappee", - "zh-cn": "smappee" - }, - "content": "adapterref/iobroker.smappee/README.md", - "icon": "adapterref/iobroker.smappee/smappee.png", - "keywords": "smappee, smarthome, energy, smartmeter, water", - "authors": "forelleblau ", - "license": "MIT", - "published": "2019-01-27T13:58:27.573Z", - "version": "0.2.6", - "latestVersion": "0.2.6", - "materialize": true, - "compact": true, - "description": { - "en": "Monitor and control your smappee device", - "de": "Überwache und steuere deinen Smappee" - }, - "titleFull": { - "en": "smappeeMonitor", - "de": "smappeeMonitor" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.smappee", - "installs": 160, - "weekDownloads": 6, - "stars": 3, - "issues": 4, - "score": 1 - }, - "solarviewdatareader": { - "title": { - "de": "solarviewdatareader", - "en": "solarviewdatareader", - "ru": "solarviewdatareader", - "zh-cn": "solarviewdatareader" - }, - "content": "adapterref/iobroker.solarviewdatareader/README.md", - "icon": "adapterref/iobroker.solarviewdatareader/solarviewdatareader.png", - "keywords": "SolarView, Data Logger, Photovoltaik", - "authors": "Achim Fürhoff ", - "license": "MIT", - "published": "2020-03-14T22:24:44.697Z", - "version": "1.0.7", - "latestVersion": "1.0.7", + "published": "2020-03-14T22:24:44.697Z", + "version": "1.0.7", + "latestVersion": "1.0.7", "materialize": true, "compact": true, "description": { @@ -5943,7 +5710,7 @@ }, "branch": "master", "github": "https://github.com/afuerhoff/ioBroker.solarviewdatareader", - "installs": 278, + "installs": 274, "weekDownloads": 20, "stars": 4, "issues": 8, @@ -5991,135 +5758,372 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.smartmeter", - "installs": 6252, - "weekDownloads": 185, + "installs": 6306, + "weekDownloads": 229, "stars": 32, "issues": 27, "score": 1 }, - "wireless-mbus": { + "solaredge": { "title": { - "de": "wireless-mbus", - "en": "wireless-mbus", - "ru": "wireless-mbus", - "zh-cn": "wireless-mbus" + "de": "solaredge", + "en": "solaredge", + "ru": "solaredge", + "zh-cn": "solaredge" }, - "content": "adapterref/iobroker.wireless-mbus/README.md", - "icon": "adapterref/iobroker.wireless-mbus/wireless-mbus.png", - "keywords": "iobroker, wmbus, measure, mbus, wireless, meter, oms", - "authors": "Christian Landvogt ", - "license": "GPL-2.0-only", - "published": "2021-10-02T21:18:26.325Z", - "version": "0.9.1", - "latestVersion": "0.9.1", + "content": "adapterref/iobroker.solaredge/README.md", + "icon": "adapterref/iobroker.solaredge/solaredge.png", + "keywords": "solaredge, energy, power, api, monitoring", + "authors": "92lleo ", + "license": "MIT", + "published": "2019-12-25T14:10:46.226Z", + "version": "-.-.-", + "latestVersion": "1.0.1", "materialize": true, "compact": true, "description": { - "en": "Receive data from Wireless Meter-Bus (wM-Bus) devices like gas or electricity meters", - "de": "Empfange Daten von Wireless Meter-Bus (wM-Bus) Geräten (zB Gas- oder Stromzähler)", - "ru": "Получение данных от устройств Wireless Meter-Bus (wM-Bus), таких как счетчики газа или электроэнергии", - "pt": "Receber dados de dispositivos Wireless Meter-Bus (wM-Bus), como medidores de gás ou eletricidade", - "nl": "Gegevens ontvangen van Wireless Meter-Bus (wM-Bus) apparaten zoals gas- of elektriciteitsmeters", - "fr": "Recevoir des données d'appareils Wireless Meter-Bus (wM-Bus) comme des compteurs de gaz ou d'électricité", - "it": "Ricevi dati da dispositivi Wireless Meter-Bus (wM-Bus) come contatori di gas o elettricità", - "es": "Reciba datos de dispositivos Wireless Meter-Bus (wM-Bus) como medidores de gas o electricidad", - "pl": "Odbieraj dane z urządzeń Wireless Meter-Bus (wM-Bus), takich jak liczniki gazu lub energii elektrycznej", - "zh-cn": "从无线仪表总线 (wM-Bus) 设备(如燃气表或电表)接收数据" + "en": "Get data from solaredge monitoring portal", + "de": "Rufen Sie Daten vom Solaredge-Überwachungsportal ab", + "ru": "Получить данные с портала мониторинга Solaredge", + "pt": "Obter dados do portal de monitoramento solaredge", + "nl": "Gegevens ophalen uit de portal voor solaredge-monitoring", + "fr": "Obtenez les données du portail de surveillance Solaredge", + "it": "Ottieni dati dal portale di monitoraggio di Solaredge", + "es": "Obtenga datos del portal de monitoreo de solaredge", + "pl": "Uzyskaj dane z portalu monitorowania Solaredge", + "zh-cn": "从solaredge监控门户获取数据" }, "titleFull": { - "en": "Wireless M-Bus", - "de": "Wireless M-Bus", - "ru": "Wireless M-Bus", - "pt": "Wireless M-Bus", - "nl": "Wireless M-Bus", - "fr": "Wireless M-Bus", - "it": "Wireless M-Bus", - "es": "Wireless M-Bus", - "pl": "Wireless M-Bus", - "zh-cn": "Wireless M-Bus" + "en": "Solaredge Monitoring", + "de": "Solaredge-Überwachung", + "ru": "Мониторинг Solaredge", + "pt": "Solaredge Monitoring", + "nl": "Solaredge Monitoring", + "fr": "Surveillance de Solaredge", + "it": "Monitoraggio di Solaredge", + "es": "Monitoreo Solaredge", + "pl": "Monitorowanie Solaredge", + "zh-cn": "Solaredge监控" }, "branch": "master", - "github": "https://github.com/lvogt/ioBroker.wireless-mbus", - "installs": 238, - "weekDownloads": 37, - "stars": -1 + "github": "https://github.com/92lleo/ioBroker.solaredge", + "installs": 409, + "weekDownloads": 15, + "stars": 9, + "issues": 9, + "score": 1 }, - "voltoplus": { + "solarmanpv": { "title": { - "de": "voltoplus", - "en": "voltoplus", - "ru": "voltoplus", - "zh-cn": "voltoplus" + "de": "solarmanpv", + "en": "solarmanpv", + "ru": "solarmanpv", + "zh-cn": "solarmanpv" }, - "content": "adapterref/iobroker.voltoplus/README.md", - "icon": "adapterref/iobroker.voltoplus/voltoplus.png", - "keywords": "Energy meter, VoltoPlus", - "authors": "Jey Cee ", + "content": "adapterref/iobroker.solarmanpv/README.md", + "icon": "adapterref/iobroker.solarmanpv/solarmanpv.png", + "keywords": "solar, balcony power plant, mi600", + "authors": "raschy ", "license": "MIT", - "published": "2022-08-09T05:55:27.212Z", - "version": "0.1.3", - "latestVersion": "0.1.3", + "published": "2022-07-11T18:00:00.990Z", + "version": "0.5.0", + "latestVersion": "0.5.1", "compact": true, "description": { - "en": "Get actual data from VoltoPlus energy meter.", - "de": "Erhalten Sie aktuelle Daten vom VoltoPlus-Energiezähler.", - "ru": "Получите актуальные данные от счетчика энергии VoltoPlus.", - "pt": "Obtenha dados reais do medidor de energia VoltoPlus.", - "nl": "Krijg actuele gegevens van de VoltoPlus energiemeter.", - "fr": "Obtenez les données réelles du compteur d'énergie VoltoPlus.", - "it": "Ottieni i dati effettivi dal contatore di energia VoltoPlus.", - "es": "Obtenga datos reales del medidor de energía VoltoPlus.", - "pl": "Uzyskaj aktualne dane z licznika energii VoltoPlus.", - "zh-cn": "从 VoltoPlus 电能表获取实际数据。" + "en": "Reading data from balcony power plant", + "de": "Auslesen von Daten aus dem Balkonkraftwerk", + "ru": "Чтение данных с балконной электростанции", + "pt": "Lendo dados da usina de varanda", + "nl": "Gegevens lezen van balkoncentrale", + "fr": "Lecture des données de la centrale électrique du balcon", + "it": "Lettura dei dati dalla centrale elettrica del balcone", + "es": "Lectura de datos de la planta de energía del balcón", + "pl": "Odczytywanie danych z elektrowni balkonowej", + "zh-cn": "从阳台电厂读取数据", + "uk": "Зчитування даних з балконної електростанції" }, "titleFull": { - "en": "VoltoPlus", - "de": "VoltoPlus", - "ru": "ВольтоПлюс", - "pt": "Volto Plus", - "nl": "VoltoPlus", - "fr": "VoltoPlus", - "it": "Volto Plus", - "es": "Volto Plus", - "pl": "VoltoPlus", - "zh-cn": "VoltoPlus" + "en": "Solarman PV", + "de": "Solarman PV", + "ru": "Соларман ПВ", + "pt": "Solarman fotovoltaico", + "nl": "Solarman PV", + "fr": "PV Solarman", + "it": "Solarman PV", + "es": "fotovoltaica solarman", + "pl": "Solarman PV", + "zh-cn": "太阳能光伏", + "uk": "Соларман П.В" }, "branch": "main", - "github": "https://github.com/Jey-Cee/ioBroker.voltoplus", - "installs": 9, - "weekDownloads": 8, - "stars": 1, - "issues": 0, + "github": "https://github.com/raschy/ioBroker.solarmanpv", + "installs": 1524, + "weekDownloads": 107, + "stars": 17, + "issues": 2, "score": 1 }, - "vedirect": { + "sonnen": { "title": { - "de": "vedirect", - "en": "vedirect", - "ru": "vedirect", - "zh-cn": "vedirect" + "de": "sonnen", + "en": "sonnen", + "ru": "sonnen", + "zh-cn": "sonnen" }, - "content": "adapterref/iobroker.vedirect/README.md", - "icon": "adapterref/iobroker.vedirect/vedirect.png", - "keywords": "energy, connection, pv, solar, victron", - "authors": "DutchmanNL ", + "content": "adapterref/iobroker.sonnen/README.md", + "icon": "adapterref/iobroker.sonnen/sonnen.png", + "keywords": "sonnen, photovoltaics, solar, energy, sun", + "authors": "Moritz Heusinger ", "license": "MIT", - "published": "2019-10-07T20:42:03.231Z", - "version": "-.-.-", - "latestVersion": "0.3.0", + "published": "2018-08-02T23:05:38.370Z", + "version": "1.16.0", + "latestVersion": "1.16.0", "materialize": true, "compact": true, "description": { - "en": "Read VE.direct data from Victron Solar Chargers", - "de": "Lesen Sie VE.direct-Daten von Victron Solar Chargers", - "ru": "Считайте данные VE.direct с Victron Solar Chargers.", - "pt": "Leia os dados VE.direct dos Victron Solar Chargers", - "nl": "Lees VE.direct-gegevens van Victron Solar Chargers", - "fr": "Lire les données VE.direct de Victron Solar Chargers", - "it": "Leggi i dati VE.direct dai caricatori solari Victron", - "es": "Lea los datos VE.direct de los cargadores solares Victron", - "pl": "Odczytaj dane VE.direct z ładowarki słonecznej Victron", - "zh-cn": "从Victron太阳能充电器读取VE.direct数据" + "en": "Monitor your sonnen battery", + "de": "Überwache deine sonnen Batterie" + }, + "titleFull": { + "en": "sonnenBattery", + "de": "sonnenBatterie" + }, + "branch": "master", + "github": "https://github.com/foxriver76/ioBroker.sonnen", + "installs": 692, + "weekDownloads": 94, + "stars": 15, + "issues": 10, + "score": 1 + }, + "solarlog": { + "title": { + "de": "solarlog", + "en": "solarlog", + "ru": "solarlog", + "zh-cn": "solarlog" + }, + "content": "adapterref/iobroker.solarlog/README.md", + "icon": "adapterref/iobroker.solarlog/solarlog.png", + "keywords": "solarlog, photovoltaics, solar, energy, sun", + "authors": "forelleblau ", + "license": "MIT", + "published": "2018-11-28T19:52:32.339Z", + "version": "2.2.6", + "latestVersion": "2.2.8", + "materialize": true, + "compact": true, + "description": { + "en": "Monitor your solarlog meter", + "de": "Überwachen Sie Ihren Solarlog-Meter", + "ru": "Контролируйте свой солнечный метр", + "pt": "Monitorar o medidor solar", + "nl": "Monitor je zonnelogmeter", + "fr": "Surveillez votre compteur solaire", + "it": "Monitora il tuo contatore solare", + "es": "Monitoree su medidor de solarlog", + "pl": "Pamiętnik słoneczny", + "zh-cn": "监测你的太阳能参数" + }, + "titleFull": { + "en": "solarlogMonitor", + "de": "solarlogMonitor", + "ru": "солнечный блогМонитор", + "pt": "máquina de montagem automática", + "nl": "solarlogMonitor", + "fr": "solarlogMonitor", + "it": "solarlogMonitor", + "es": "solarlogMonitor", + "pl": "solarlogmonitor", + "zh-cn": "太阳能标志Monitor" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.solarlog", + "installs": 868, + "weekDownloads": 84, + "stars": 11, + "issues": 3, + "score": 1 + }, + "tibberlink": { + "title": { + "de": "tibberlink", + "en": "tibberlink", + "ru": "tibberlink", + "zh-cn": "tibberlink" + }, + "content": "adapterref/iobroker.tibberlink/README.md", + "icon": "adapterref/iobroker.tibberlink/tibberlink.png", + "keywords": "power, energy, Tibber", + "authors": "Hombach ", + "license": "GPL-3.0-only", + "published": "2023-07-16T14:02:26.576Z", + "version": "0.4.1", + "latestVersion": "1.0.0", + "materialize": true, + "compact": true, + "description": { + "en": "Links Tibber API data to be used in ioBroker", + "de": "Verknüpft Tibber API-Daten zur Verwendung in ioBroker", + "ru": "Ссылки на данные Tibber API для использования в ioBroker", + "pt": "Vincula os dados da API do Tibber para serem usados no ioBroker", + "nl": "Koppelt Tibber API-gegevens om te worden gebruikt in ioBroker", + "fr": "Liaisons des données de l'API Tibber à utiliser dans ioBroker", + "it": "Collega i dati dell'API di Tibber da utilizzare in ioBroker", + "es": "Enlaza los datos de la API de Tibber para ser utilizados en ioBroker", + "pl": "Łączy dane z API Tibber do użycia w ioBroker", + "uk": "Посилання на дані Tibber API для використання в ioBroker", + "zh-cn": "连接Tibber API数据以在ioBroker中使用" + }, + "titleFull": { + "en": "Tibber Link", + "de": "Tibber Link", + "ru": "Тиббер Ссылка", + "pt": "Tibber Link", + "nl": "Tibber Link", + "fr": "Tibber Link", + "it": "Tibber Link", + "es": "Tibber Link", + "pl": "Tibber Link", + "uk": "Посилання", + "zh-cn": "网络联系" + }, + "branch": "main", + "github": "https://github.com/Hombach/ioBroker.tibberlink", + "installs": 850, + "weekDownloads": 697, + "stars": 6, + "issues": 5, + "score": 1 + }, + "solax": { + "title": { + "de": "solax", + "en": "solax", + "ru": "solax", + "zh-cn": "solax" + }, + "content": "adapterref/iobroker.solax/README.md", + "icon": "adapterref/iobroker.solax/solax.png", + "keywords": "Solax, PV, Photovoltaics, Inverter", + "authors": "simatec ", + "license": "MIT", + "published": "2021-06-02T12:26:08.406Z", + "version": "0.7.7", + "latestVersion": "0.7.7", + "materialize": true, + "compact": true, + "description": { + "en": "Solax Inverter API Cloud or Local Connection", + "de": "Solax Inverter API Cloud oder lokale Verbindung", + "ru": "Облачное или локальное подключение API-интерфейса Solax Inverter", + "pt": "Solax Inverter API Cloud ou Conexão Local", + "nl": "Solax Inverter API Cloud of lokale verbinding", + "fr": "Solax Inverter API Cloud ou connexion locale", + "it": "Solax Inverter API Cloud o Connessione locale", + "es": "Solax Inverter API Nube o conexión local", + "pl": "Solax Inverter API Cloud lub połączenie lokalne", + "uk": "Solax Inverter API Хмарне або локальне підключення", + "zh-cn": "Solax 逆变器 API 云或本地连接" + }, + "titleFull": { + "en": "Solax", + "de": "Solax", + "ru": "Solax", + "pt": "Solax", + "nl": "Solax", + "fr": "Solax", + "it": "Solax", + "es": "Solax", + "pl": "Solax", + "uk": "Solax", + "zh-cn": "Solax" + }, + "branch": "master", + "github": "https://github.com/simatec/ioBroker.solax", + "installs": 648, + "weekDownloads": 138, + "stars": 13, + "issues": 5, + "score": 1 + }, + "sourceanalytix": { + "title": { + "de": "sourceanalytix", + "en": "sourceanalytix", + "ru": "sourceanalytix", + "zh-cn": "sourceanalytix" + }, + "content": "adapterref/iobroker.sourceanalytix/README.md", + "icon": "adapterref/iobroker.sourceanalytix/sourceanalytix.png", + "keywords": "energy, power, analytics, consumption, meassurement, data", + "authors": "DutchmanNL ", + "license": "MIT", + "published": "2019-01-14T08:59:38.991Z", + "version": "-.-.-", + "latestVersion": "0.4.14", + "materialize": true, + "compact": true, + "description": { + "en": "Detailed statistics of your energy, gas and liquid consumption. Allows annual report and details according to weekly, monthly and quarterly consumption data.", + "de": "Detaillierte Statistiken Ihres Energie-, Gas- und Flüssigkeitsverbrauchs. Ermöglicht Jahresberichte und Details gemäß wöchentlichen, monatlichen und vierteljährlichen Verbrauchsdaten.", + "ru": "Подробная статистика вашего потребления энергии, газа и жидкости. Позволяет годовой отчет и подробную информацию в соответствии с еженедельными, ежемесячными и квартальными данными потребления.", + "pt": "Estatísticas detalhadas de seu consumo de energia, gás e líquido. Permite relatório anual e detalhes de acordo com dados de consumo semanais, mensais e trimestrais.", + "nl": "Gedetailleerde statistieken van uw energie-, gas- en vloeistofverbruik. Staat jaarverslag en details toe op basis van wekelijkse, maandelijkse en driemaandelijkse verbruiksgegevens.", + "fr": "Statistiques détaillées de votre consommation d'énergie, de gaz et de liquide. Permet un rapport annuel et des détails selon les données de consommation hebdomadaires, mensuelles et trimestrielles.", + "it": "Statistiche dettagliate sul consumo di energia, gas e liquidi. Consente report e dettagli annuali in base ai dati di consumo settimanali, mensili e trimestrali.", + "es": "Estadísticas detalladas de su consumo de energía, gas y líquido. Permite informes anuales y detalles según datos de consumo semanal, mensual y trimestral.", + "pl": "Szczegółowe statystyki zużycia energii, gazu i cieczy. Umożliwia raport roczny i szczegóły zgodnie z tygodniowymi, miesięcznymi i kwartalnymi danymi dotyczącymi zużycia.", + "zh-cn": "您的能源,气体和液体消耗的详细统计信息。允许根据每周,每月和每季度的消费数据提供年度报告和详细信息。" + }, + "titleFull": { + "en": "SourceAnalytix", + "de": "SourceAnalytix", + "ru": "SourceAnalytix", + "pt": "SourceAnalytix", + "nl": "SourceAnalytix", + "fr": "SourceAnalytix", + "it": "SourceAnalytix", + "es": "SourceAnalytix", + "pl": "SourceAnalytix", + "zh-cn": "SourceAnalytix" + }, + "branch": "main", + "github": "https://github.com/DrozmotiX/ioBroker.sourceanalytix", + "installs": 5389, + "weekDownloads": 130, + "stars": 63, + "issues": 96, + "score": 1 + }, + "vedirect": { + "title": { + "de": "vedirect", + "en": "vedirect", + "ru": "vedirect", + "zh-cn": "vedirect" + }, + "content": "adapterref/iobroker.vedirect/README.md", + "icon": "adapterref/iobroker.vedirect/vedirect.png", + "keywords": "energy, connection, pv, solar, victron", + "authors": "DutchmanNL ", + "license": "MIT", + "published": "2019-10-07T20:42:03.231Z", + "version": "-.-.-", + "latestVersion": "0.3.0", + "materialize": true, + "compact": true, + "description": { + "en": "Read VE.direct data from Victron Solar Chargers", + "de": "Lesen Sie VE.direct-Daten von Victron Solar Chargers", + "ru": "Считайте данные VE.direct с Victron Solar Chargers.", + "pt": "Leia os dados VE.direct dos Victron Solar Chargers", + "nl": "Lees VE.direct-gegevens van Victron Solar Chargers", + "fr": "Lire les données VE.direct de Victron Solar Chargers", + "it": "Leggi i dati VE.direct dai caricatori solari Victron", + "es": "Lea los datos VE.direct de los cargadores solares Victron", + "pl": "Odczytaj dane VE.direct z ładowarki słonecznej Victron", + "zh-cn": "从Victron太阳能充电器读取VE.direct数据" }, "titleFull": { "en": "Vedirect", @@ -6135,10 +6139,10 @@ }, "branch": "master", "github": "https://github.com/DrozmotiX/ioBroker.vedirect", - "installs": 200, + "installs": 201, "weekDownloads": 21, "stars": 5, - "issues": 17, + "issues": 18, "score": 1 }, "virtualpowermeter": { @@ -6184,62 +6188,106 @@ }, "branch": "master", "github": "https://github.com/Omega236/ioBroker.virtualpowermeter", - "installs": 1378, - "weekDownloads": 39, + "installs": 1357, + "weekDownloads": 57, "stars": 7, "issues": 13, "score": 1 }, - "e3dc-rscp": { + "voltoplus": { "title": { - "de": "e3dc-rscp", - "en": "e3dc-rscp", - "ru": "e3dc-rscp", - "zh-cn": "e3dc-rscp" + "de": "voltoplus", + "en": "voltoplus", + "ru": "voltoplus", + "zh-cn": "voltoplus" }, - "content": "adapterref/iobroker.e3dc-rscp/README.md", - "icon": "adapterref/iobroker.e3dc-rscp/e3dc-rscp.png", - "keywords": "E3/DC, power station, energy, RSCP", - "authors": "Ulrich Kick ", - "license": "GPL-3.0-only", - "published": "2021-10-17T08:28:17.980Z", - "version": "1.2.3", - "latestVersion": "1.2.3", + "content": "adapterref/iobroker.voltoplus/README.md", + "icon": "adapterref/iobroker.voltoplus/voltoplus.png", + "keywords": "Energy meter, VoltoPlus", + "authors": "Jey Cee ", + "license": "MIT", + "published": "2022-08-09T05:55:27.212Z", + "version": "0.1.3", + "latestVersion": "0.1.3", + "compact": true, + "description": { + "en": "Get actual data from VoltoPlus energy meter.", + "de": "Erhalten Sie aktuelle Daten vom VoltoPlus-Energiezähler.", + "ru": "Получите актуальные данные от счетчика энергии VoltoPlus.", + "pt": "Obtenha dados reais do medidor de energia VoltoPlus.", + "nl": "Krijg actuele gegevens van de VoltoPlus energiemeter.", + "fr": "Obtenez les données réelles du compteur d'énergie VoltoPlus.", + "it": "Ottieni i dati effettivi dal contatore di energia VoltoPlus.", + "es": "Obtenga datos reales del medidor de energía VoltoPlus.", + "pl": "Uzyskaj aktualne dane z licznika energii VoltoPlus.", + "zh-cn": "从 VoltoPlus 电能表获取实际数据。" + }, + "titleFull": { + "en": "VoltoPlus", + "de": "VoltoPlus", + "ru": "ВольтоПлюс", + "pt": "Volto Plus", + "nl": "VoltoPlus", + "fr": "VoltoPlus", + "it": "Volto Plus", + "es": "Volto Plus", + "pl": "VoltoPlus", + "zh-cn": "VoltoPlus" + }, + "branch": "main", + "github": "https://github.com/Jey-Cee/ioBroker.voltoplus", + "installs": 9, + "weekDownloads": 7, + "stars": 1, + "issues": 0, + "score": 1 + }, + "wireless-mbus": { + "title": { + "de": "wireless-mbus", + "en": "wireless-mbus", + "ru": "wireless-mbus", + "zh-cn": "wireless-mbus" + }, + "content": "adapterref/iobroker.wireless-mbus/README.md", + "icon": "adapterref/iobroker.wireless-mbus/wireless-mbus.png", + "keywords": "iobroker, wmbus, measure, mbus, wireless, meter, oms", + "authors": "Christian Landvogt ", + "license": "GPL-2.0-only", + "published": "2021-10-02T21:18:26.325Z", + "version": "0.9.1", + "latestVersion": "0.9.1", "materialize": true, "compact": true, "description": { - "en": "Control E3/DC power station using RSCP protocol", - "de": "Steuern Sie das E3/DC-Kraftwerk mithilfe des RSCP-Protokolls", - "ru": "Управление электростанцией E3/DC по протоколу RSCP", - "pt": "Controle da estação de energia E3/DC usando o protocolo RSCP", - "nl": "Bedien de E3/DC-krachtcentrale met behulp van het RSCP-protocol", - "fr": "Contrôlez la centrale électrique E3/DC en utilisant le protocole RSCP", - "it": "Controllare la centrale E3/DC utilizzando il protocollo RSCP", - "es": "Control de la central eléctrica E3/DC mediante protocolo RSCP", - "pl": "Sterowanie elektrownią E3/DC za pomocą protokołu RSCP", - "zh-cn": "使用RSCP协议控制E3/DC电站", - "uk": "Керуйте електростанцією E3/DC за допомогою протоколу RSCP" + "en": "Receive data from Wireless Meter-Bus (wM-Bus) devices like gas or electricity meters", + "de": "Empfange Daten von Wireless Meter-Bus (wM-Bus) Geräten (zB Gas- oder Stromzähler)", + "ru": "Получение данных от устройств Wireless Meter-Bus (wM-Bus), таких как счетчики газа или электроэнергии", + "pt": "Receber dados de dispositivos Wireless Meter-Bus (wM-Bus), como medidores de gás ou eletricidade", + "nl": "Gegevens ontvangen van Wireless Meter-Bus (wM-Bus) apparaten zoals gas- of elektriciteitsmeters", + "fr": "Recevoir des données d'appareils Wireless Meter-Bus (wM-Bus) comme des compteurs de gaz ou d'électricité", + "it": "Ricevi dati da dispositivi Wireless Meter-Bus (wM-Bus) come contatori di gas o elettricità", + "es": "Reciba datos de dispositivos Wireless Meter-Bus (wM-Bus) como medidores de gas o electricidad", + "pl": "Odbieraj dane z urządzeń Wireless Meter-Bus (wM-Bus), takich jak liczniki gazu lub energii elektrycznej", + "zh-cn": "从无线仪表总线 (wM-Bus) 设备(如燃气表或电表)接收数据" }, "titleFull": { - "en": "E3/DC RSCP", - "de": "E3/DC RSCP", - "ru": "E3/DC RSCP", - "pt": "E3/DC RSCP", - "nl": "E3/DC RSCP", - "fr": "E3/DC RSCP", - "it": "E3/DC RSCP", - "es": "E3/DC RSCP", - "pl": "E3/DC RSCP", - "zh-cn": "E3/DC RSCP", - "uk": "E3/DC RSCP" + "en": "Wireless M-Bus", + "de": "Wireless M-Bus", + "ru": "Wireless M-Bus", + "pt": "Wireless M-Bus", + "nl": "Wireless M-Bus", + "fr": "Wireless M-Bus", + "it": "Wireless M-Bus", + "es": "Wireless M-Bus", + "pl": "Wireless M-Bus", + "zh-cn": "Wireless M-Bus" }, "branch": "master", - "github": "https://github.com/git-kick/ioBroker.e3dc-rscp", - "installs": 997, - "weekDownloads": 109, - "stars": 23, - "issues": 6, - "score": 1 + "github": "https://github.com/lvogt/ioBroker.wireless-mbus", + "installs": 238, + "weekDownloads": 81, + "stars": -1 }, "resol": { "title": { @@ -6286,8 +6334,8 @@ }, "branch": "master", "github": "https://github.com/grizzelbee/ioBroker.resol", - "installs": 243, - "weekDownloads": 20, + "installs": 250, + "weekDownloads": 32, "stars": 2, "issues": 11, "score": 1 @@ -6307,56 +6355,6 @@ "pl": "Ogród" }, "pages": { - "hydrawise": { - "title": { - "de": "hydrawise", - "en": "hydrawise", - "ru": "hydrawise", - "zh-cn": "hydrawise" - }, - "content": "adapterref/iobroker.hydrawise/README.md", - "icon": "adapterref/iobroker.hydrawise/hydrawise.jpg", - "keywords": "hydrawise, hunter, irrigation, watering, garden", - "authors": "SentiQ ", - "license": "MIT", - "published": "2023-05-24T13:14:57.841Z", - "version": "-.-.-", - "latestVersion": "0.2.2", - "compact": true, - "description": { - "en": "Adapter to control the Hydrawise irrigation control system", - "de": "Adapter to control the Hydrawise irrigation control system", - "ru": "Adapter to control the Hydrawise irrigation control system", - "pt": "Adapter to control the Hydrawise irrigation control system", - "nl": "Adapter to control the Hydrawise irrigation control system", - "fr": "Adapter to control the Hydrawise irrigation control system", - "it": "Adapter to control the Hydrawise irrigation control system", - "es": "Adapter to control the Hydrawise irrigation control system", - "pl": "Adapter to control the Hydrawise irrigation control system", - "uk": "Adapter to control the Hydrawise irrigation control system", - "zh-cn": "Adapter to control the Hydrawise irrigation control system" - }, - "titleFull": { - "en": "Hydrawise", - "de": "Hydrawise", - "ru": "Hydrawise", - "pt": "Hydrawise", - "nl": "Hydrawise", - "fr": "Hydrawise", - "it": "Hydrawise", - "es": "Hydrawise", - "pl": "Hydrawise", - "uk": "Hydrawise", - "zh-cn": "Hydrawise" - }, - "branch": "main", - "github": "https://github.com/SentiQ/ioBroker.hydrawise", - "installs": 49, - "weekDownloads": 95, - "stars": 4, - "issues": 3, - "score": 1 - }, "imow": { "title": { "de": "imow", @@ -6400,61 +6398,12 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.imow", - "installs": 104, + "installs": 102, "weekDownloads": 3, "stars": 2, "issues": 3, "score": 1 }, - "landroid": { - "title": { - "de": "landroid", - "en": "landroid", - "ru": "landroid", - "zh-cn": "landroid" - }, - "content": "adapterref/iobroker.landroid/README.md", - "icon": "adapterref/iobroker.landroid/landroid.png", - "keywords": "landroid, worx, mower", - "authors": "ldittmar ", - "license": "MIT", - "published": "2017-02-08T23:54:56.311Z", - "version": "1.0.3", - "latestVersion": "1.0.3", - "materialize": true, - "compact": true, - "description": { - "en": "This is an ioBroker adapter for your Worx Landroid mowing machine. It have been tested with a Landroid WG796E.", - "de": "Dies ist ein ioBroker-Adapter für Ihre Worx Landroid-Mähmaschine. Es wurde mit einem Landroid WG796E getestet.", - "ru": "Это адаптер ioBroker для вашей косилки Worx Landroid. Он был протестирован с Landroid WG796E.", - "pt": "Este é um adaptador ioBroker para a sua gadanheira Worx Landroid. Foi testado com um Landroid WG796E.", - "it": "Questo è un adattatore ioBroker per la tua falciatrice Landro Worx. È stato testato con un Landroid WG796E.", - "pl": "Jest to adapter ioBroker do Twojej kosiarki Worx Landroid. Został przetestowany z urządzeniem Landroid WG796E.", - "fr": "Ceci est un adaptateur ioBroker pour votre tondeuse Worx Landroid. Il a été testé avec un Landroid WG796E.", - "es": "Este es un adaptador ioBroker para su máquina segadora Worx Landroid. Se ha probado con un Landroid WG796E.", - "nl": "Dit is een ioBroker-adapter voor uw Worx Landroid-maaimachine. Het is getest met een Landroid WG796E.", - "zh-cn": "这是适用于Worx Landroid割草机的ioBroker适配器。 它已经过Landroid WG796E的测试。" - }, - "titleFull": { - "en": "Worx Landroid mower", - "de": "Worx Landroid Rasenmäher", - "ru": "Газонокосилка Worx Landroid", - "pt": "Cortador de grama Worx Landroid", - "it": "Tosaerba Worx Landroid", - "pl": "Kosiarka do trawy Worx Landroid", - "fr": "Tondeuse à gazon Worx Landroid", - "es": "Cortacésped WORX Landroid", - "nl": "Worx Landroid grasmaaier", - "zh-cn": "Worx Landroid割草機" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.landroid", - "installs": 822, - "weekDownloads": 15, - "stars": 50, - "issues": 5, - "score": 1 - }, "linktap": { "title": { "de": "linktap", @@ -6500,60 +6449,208 @@ "branch": "master", "github": "https://github.com/Smart-Gang/ioBroker.linktap", "installs": 166, - "weekDownloads": 51, + "weekDownloads": 29, "stars": -1, - "issues": 0, + "issues": 1, "score": 1 }, - "netro": { + "hydrawise": { "title": { - "de": "netro", - "en": "netro", - "ru": "netro", - "zh-cn": "netro" + "de": "hydrawise", + "en": "hydrawise", + "ru": "hydrawise", + "zh-cn": "hydrawise" }, - "content": "adapterref/iobroker.netro/README.md", - "icon": "adapterref/iobroker.netro/netro.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "realhawker ", + "content": "adapterref/iobroker.hydrawise/README.md", + "icon": "adapterref/iobroker.hydrawise/hydrawise.jpg", + "keywords": "hydrawise, hunter, irrigation, watering, garden", + "authors": "SentiQ ", "license": "MIT", - "published": "2021-09-27T20:33:40.591Z", + "published": "2023-05-24T13:14:57.841Z", "version": "-.-.-", - "latestVersion": "0.0.7", - "materialize": true, + "latestVersion": "0.2.2", "compact": true, "description": { - "en": "Adapter for Netro components", - "de": "Adapter für Netro-Komponenten", - "ru": "Адаптер для компонентов Netro", - "pt": "Adaptador para componentes Netro", - "nl": "Adapter voor Netro-componenten", - "fr": "Adaptateur pour composants Netro", - "it": "Adattatore per componenti Netro", - "es": "Adaptador para componentes Netro", - "pl": "Adapter do komponentów Netro", - "zh-cn": "Netro 组件的适配器" - }, - "titleFull": { - "en": "Netro", - "de": "Netro", - "ru": "Нетро", - "pt": "Netro", - "nl": "Netro", - "fr": "Réseau", - "it": "Netro", - "es": "Netro", + "en": "Adapter to control the Hydrawise irrigation control system", + "de": "Adapter to control the Hydrawise irrigation control system", + "ru": "Adapter to control the Hydrawise irrigation control system", + "pt": "Adapter to control the Hydrawise irrigation control system", + "nl": "Adapter to control the Hydrawise irrigation control system", + "fr": "Adapter to control the Hydrawise irrigation control system", + "it": "Adapter to control the Hydrawise irrigation control system", + "es": "Adapter to control the Hydrawise irrigation control system", + "pl": "Adapter to control the Hydrawise irrigation control system", + "uk": "Adapter to control the Hydrawise irrigation control system", + "zh-cn": "Adapter to control the Hydrawise irrigation control system" + }, + "titleFull": { + "en": "Hydrawise", + "de": "Hydrawise", + "ru": "Hydrawise", + "pt": "Hydrawise", + "nl": "Hydrawise", + "fr": "Hydrawise", + "it": "Hydrawise", + "es": "Hydrawise", + "pl": "Hydrawise", + "uk": "Hydrawise", + "zh-cn": "Hydrawise" + }, + "branch": "main", + "github": "https://github.com/SentiQ/ioBroker.hydrawise", + "installs": 54, + "weekDownloads": 19, + "stars": 4, + "issues": 3, + "score": 1 + }, + "landroid": { + "title": { + "de": "landroid", + "en": "landroid", + "ru": "landroid", + "zh-cn": "landroid" + }, + "content": "adapterref/iobroker.landroid/README.md", + "icon": "adapterref/iobroker.landroid/landroid.png", + "keywords": "landroid, worx, mower", + "authors": "ldittmar ", + "license": "MIT", + "published": "2017-02-08T23:54:56.311Z", + "version": "1.0.3", + "latestVersion": "1.0.3", + "materialize": true, + "compact": true, + "description": { + "en": "This is an ioBroker adapter for your Worx Landroid mowing machine. It have been tested with a Landroid WG796E.", + "de": "Dies ist ein ioBroker-Adapter für Ihre Worx Landroid-Mähmaschine. Es wurde mit einem Landroid WG796E getestet.", + "ru": "Это адаптер ioBroker для вашей косилки Worx Landroid. Он был протестирован с Landroid WG796E.", + "pt": "Este é um adaptador ioBroker para a sua gadanheira Worx Landroid. Foi testado com um Landroid WG796E.", + "it": "Questo è un adattatore ioBroker per la tua falciatrice Landro Worx. È stato testato con un Landroid WG796E.", + "pl": "Jest to adapter ioBroker do Twojej kosiarki Worx Landroid. Został przetestowany z urządzeniem Landroid WG796E.", + "fr": "Ceci est un adaptateur ioBroker pour votre tondeuse Worx Landroid. Il a été testé avec un Landroid WG796E.", + "es": "Este es un adaptador ioBroker para su máquina segadora Worx Landroid. Se ha probado con un Landroid WG796E.", + "nl": "Dit is een ioBroker-adapter voor uw Worx Landroid-maaimachine. Het is getest met een Landroid WG796E.", + "zh-cn": "这是适用于Worx Landroid割草机的ioBroker适配器。 它已经过Landroid WG796E的测试。" + }, + "titleFull": { + "en": "Worx Landroid mower", + "de": "Worx Landroid Rasenmäher", + "ru": "Газонокосилка Worx Landroid", + "pt": "Cortador de grama Worx Landroid", + "it": "Tosaerba Worx Landroid", + "pl": "Kosiarka do trawy Worx Landroid", + "fr": "Tondeuse à gazon Worx Landroid", + "es": "Cortacésped WORX Landroid", + "nl": "Worx Landroid grasmaaier", + "zh-cn": "Worx Landroid割草機" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.landroid", + "installs": 825, + "weekDownloads": 21, + "stars": 51, + "issues": 2, + "score": 1 + }, + "netro": { + "title": { + "de": "netro", + "en": "netro", + "ru": "netro", + "zh-cn": "netro" + }, + "content": "adapterref/iobroker.netro/README.md", + "icon": "adapterref/iobroker.netro/netro.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "realhawker ", + "license": "MIT", + "published": "2021-09-27T20:33:40.591Z", + "version": "-.-.-", + "latestVersion": "0.0.7", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for Netro components", + "de": "Adapter für Netro-Komponenten", + "ru": "Адаптер для компонентов Netro", + "pt": "Adaptador para componentes Netro", + "nl": "Adapter voor Netro-componenten", + "fr": "Adaptateur pour composants Netro", + "it": "Adattatore per componenti Netro", + "es": "Adaptador para componentes Netro", + "pl": "Adapter do komponentów Netro", + "zh-cn": "Netro 组件的适配器" + }, + "titleFull": { + "en": "Netro", + "de": "Netro", + "ru": "Нетро", + "pt": "Netro", + "nl": "Netro", + "fr": "Réseau", + "it": "Netro", + "es": "Netro", "pl": "Netro", "zh-cn": "内特罗" }, "branch": "master", "github": "https://github.com/realhawker/ioBroker.netro", "installs": 4, - "weekDownloads": 0, + "weekDownloads": 7, "stars": 2, "issues": 15, "score": 1 }, + "smartgarden": { + "title": { + "de": "smartgarden", + "en": "smartgarden", + "ru": "smartgarden", + "zh-cn": "smartgarden" + }, + "content": "adapterref/iobroker.smartgarden/README.md", + "icon": "adapterref/iobroker.smartgarden/smartgarden.png", + "keywords": "gardena, smart, smartgarden", + "authors": "jpgorganizer", + "license": "CC-BY-NC-SA-4.0", + "published": "2020-04-25T17:30:23.734Z", + "version": "2.0.0", + "latestVersion": "2.0.0", + "materialize": true, + "compact": true, + "description": { + "en": "Gardena smart system adapter", + "de": "Gardena Smart System Adapter", + "ru": "адаптер для умной системы Gardena", + "pt": "um adaptador para o sistema inteligente Gardena", + "nl": "een adapter voor Gardena smart system", + "fr": "un adaptateur pour système intelligent Gardena", + "it": "un adattatore per il sistema intelligente Gardena", + "es": "un adaptador para el sistema inteligente de Gardena", + "pl": "adapter do inteligentnego systemu Gardena", + "zh-cn": "Gardena智能系统的适配器" + }, + "titleFull": { + "en": "smartGarden for Gardena smart system", + "de": "smartGarden für Gardena Smart System", + "ru": "smartGarden для умной системы Gardena", + "pt": "smartGarden para sistema inteligente Gardena", + "nl": "smartGarden voor Gardena smart system", + "fr": "smartGarden pour système intelligent Gardena", + "it": "smartGarden per Gardena smart system", + "es": "smartGarden para el sistema inteligente Gardena", + "pl": "smartGarden dla inteligentnego systemu Gardena", + "zh-cn": "smartGarden 用于Gardena智能系统" + }, + "branch": "master", + "github": "https://github.com/jpgorganizer/ioBroker.smartgarden", + "installs": 2278, + "weekDownloads": 80, + "stars": 21, + "issues": 3, + "score": 1 + }, "robonect": { "title": { "de": "robonect", @@ -6568,7 +6665,7 @@ "license": "MIT", "published": "2020-03-15T11:08:37.046Z", "version": "1.1.5", - "latestVersion": "1.2.0", + "latestVersion": "1.3.3", "materialize": true, "compact": true, "description": { @@ -6599,8 +6696,8 @@ }, "branch": "master", "github": "https://github.com/Grizzelbee/ioBroker.robonect", - "installs": 729, - "weekDownloads": 256, + "installs": 736, + "weekDownloads": 382, "stars": 1, "issues": 11, "score": 1 @@ -6648,61 +6745,12 @@ }, "branch": "master", "github": "https://github.com/StrathCole/ioBroker.rainbird", - "installs": 146, - "weekDownloads": 1, + "installs": 138, + "weekDownloads": 7, "stars": 11, "issues": 12, "score": 1 }, - "smartgarden": { - "title": { - "de": "smartgarden", - "en": "smartgarden", - "ru": "smartgarden", - "zh-cn": "smartgarden" - }, - "content": "adapterref/iobroker.smartgarden/README.md", - "icon": "adapterref/iobroker.smartgarden/smartgarden.png", - "keywords": "gardena, smart, smartgarden", - "authors": "jpgorganizer", - "license": "CC-BY-NC-SA-4.0", - "published": "2020-04-25T17:30:23.734Z", - "version": "2.0.0", - "latestVersion": "2.0.0", - "materialize": true, - "compact": true, - "description": { - "en": "Gardena smart system adapter", - "de": "Gardena Smart System Adapter", - "ru": "адаптер для умной системы Gardena", - "pt": "um adaptador para o sistema inteligente Gardena", - "nl": "een adapter voor Gardena smart system", - "fr": "un adaptateur pour système intelligent Gardena", - "it": "un adattatore per il sistema intelligente Gardena", - "es": "un adaptador para el sistema inteligente de Gardena", - "pl": "adapter do inteligentnego systemu Gardena", - "zh-cn": "Gardena智能系统的适配器" - }, - "titleFull": { - "en": "smartGarden for Gardena smart system", - "de": "smartGarden für Gardena Smart System", - "ru": "smartGarden для умной системы Gardena", - "pt": "smartGarden para sistema inteligente Gardena", - "nl": "smartGarden voor Gardena smart system", - "fr": "smartGarden pour système intelligent Gardena", - "it": "smartGarden per Gardena smart system", - "es": "smartGarden para el sistema inteligente Gardena", - "pl": "smartGarden dla inteligentnego systemu Gardena", - "zh-cn": "smartGarden 用于Gardena智能系统" - }, - "branch": "master", - "github": "https://github.com/jpgorganizer/ioBroker.smartgarden", - "installs": 2286, - "weekDownloads": 54, - "stars": 21, - "issues": 2, - "score": 1 - }, "sprinklecontrol": { "title": { "de": "sprinklecontrol", @@ -6746,8 +6794,8 @@ }, "branch": "master", "github": "https://github.com/Dirk-Peter-md/ioBroker.sprinklecontrol", - "installs": 721, - "weekDownloads": 20, + "installs": 717, + "weekDownloads": 45, "stars": 16, "issues": 9, "score": 1 @@ -6796,10 +6844,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.worx", - "installs": 3854, - "weekDownloads": 260, + "installs": 3846, + "weekDownloads": 295, "stars": 51, - "issues": 4, + "issues": 2, "score": 1 } } @@ -6817,55 +6865,148 @@ "pl": "Generał" }, "pages": { - "apg-info": { + "acme": { "title": { - "de": "apg-info", - "en": "apg-info", - "ru": "apg-info", - "zh-cn": "apg-info" + "de": "acme", + "en": "acme", + "ru": "acme", + "zh-cn": "acme" }, - "content": "adapterref/iobroker.apg-info/README.md", - "icon": "adapterref/iobroker.apg-info/apg-info.png", - "keywords": "APG, Austrian Power Grid, Stromspitzen, Powermonitor, Spitzenzeiten, Hochlast, Day ahead preis, PHELIX-AT Day-Ahead, EPEX Spot AT, Strompreis", - "authors": "HGlab01 ", + "content": "adapterref/iobroker.acme/README.md", + "icon": "adapterref/iobroker.acme/acme.png", + "keywords": "certificate, SSL, ACME", + "authors": "Robin Rainton ", "license": "MIT", - "published": "2023-03-24T10:39:50.539Z", - "version": "0.0.1", - "latestVersion": "0.0.3", - "materialize": true, + "published": "2023-01-29T19:26:44.452Z", + "version": "0.1.0", + "latestVersion": "0.1.0", "compact": true, "description": { - "en": "Austrian Power Grid (APG) Info", - "de": "Austrian Power Grid (APG) Informationen", - "ru": "Информация об Австрийской энергосистеме (APG)", - "pt": "Informações da rede elétrica austríaca (APG)", - "nl": "Oostenrijkse Power Grid (APG) Info", - "fr": "Infos sur le réseau électrique autrichien (APG)", - "it": "Informazioni sulla rete elettrica austriaca (APG).", - "es": "Información de la red eléctrica austriaca (APG)", - "pl": "Informacje o austriackiej sieci energetycznej (APG).", - "uk": "Інформація про австрійську електромережу (APG).", - "zh-cn": "奥地利电网 (APG) 信息" + "en": "Generates certificates using ACME challenges", + "de": "Generiert Zertifikatsbündel mithilfe von ACME-Herausforderungen", + "ru": "Генерирует пакеты сертификатов, используя вызовы ACME.", + "pt": "Gera pacotes de certificados usando desafios ACME", + "nl": "Genereert certificaatbundels met behulp van ACME-uitdagingen", + "fr": "Génère des ensembles de certificats à l'aide des défis ACME", + "it": "Genera pacchetti di certificati utilizzando le sfide ACME", + "es": "Genera paquetes de certificados usando desafíos ACME", + "pl": "Generuje pakiety certyfikatów przy użyciu wyzwań ACME", + "zh-cn": "使用 ACME 挑战生成证书包" }, "titleFull": { - "en": "Austrian Power Grid (APG) Info", - "de": "Austrian Power Grid (APG) Informationen", - "ru": "Информация об Австрийской энергосистеме (APG)", - "pt": "Informações da rede elétrica austríaca (APG)", - "nl": "Oostenrijkse Power Grid (APG) Info", - "fr": "Infos sur le réseau électrique autrichien (APG)", - "it": "Informazioni sulla rete elettrica austriaca (APG).", - "es": "Información de la red eléctrica austriaca (APG)", - "pl": "Informacje o austriackiej sieci energetycznej (APG).", - "uk": "Інформація про австрійську електромережу (APG).", - "zh-cn": "奥地利电网 (APG) 信息" + "en": "ACME", + "de": "ACME", + "ru": "ACME", + "pt": "ACME", + "nl": "ACME", + "fr": "ACME", + "it": "ACME", + "es": "ACME", + "pl": "ACME", + "zh-cn": "ACME" }, "branch": "main", - "github": "https://github.com/HGlab01/ioBroker.apg-info", - "installs": 21, - "weekDownloads": 127, - "stars": -1, - "issues": 0, + "github": "https://github.com/iobroker-community-adapters/ioBroker.acme", + "installs": 155, + "weekDownloads": 35, + "stars": 3, + "issues": 6, + "score": 1 + }, + "alias-manager": { + "title": { + "de": "alias-manager", + "en": "alias-manager", + "ru": "alias-manager", + "zh-cn": "alias-manager" + }, + "content": "adapterref/iobroker.alias-manager/README.md", + "icon": "adapterref/iobroker.alias-manager/alias-manager.png", + "keywords": "Alias", + "authors": "Sebastian Bormann ", + "license": "MIT", + "published": "2021-01-01T12:18:07.405Z", + "version": "1.2.6", + "latestVersion": "1.2.6", + "materialize": true, + "compact": true, + "description": { + "en": "Manages and creates aliases", + "de": "Verwaltet und erstellt Aliase", + "ru": "Управляет и создает псевдонимы", + "pt": "Gerencia e cria aliases", + "nl": "Beheert en maakt aliassen", + "fr": "Gère et crée des alias", + "it": "Gestisce e crea alias", + "es": "Administra y crea alias", + "pl": "Zarządza i tworzy aliasy", + "zh-cn": "管理和创建别名" + }, + "titleFull": { + "en": "Alias-Manager", + "de": "Alias-Manager", + "ru": "Алиас-менеджер", + "pt": "Alias-Manager", + "nl": "Alias-Manager", + "fr": "Alias-Manager", + "it": "Alias-manager", + "es": "Gerente de alias", + "pl": "Alias-Manager", + "zh-cn": "别名经理" + }, + "branch": "master", + "github": "https://github.com/sbormann/ioBroker.alias-manager", + "installs": 5675, + "weekDownloads": 1330, + "stars": 11, + "issues": 12, + "score": 1 + }, + "admin": { + "title": { + "de": "admin", + "en": "admin", + "ru": "admin", + "zh-cn": "admin" + }, + "content": "adapterref/iobroker.admin/README.md", + "icon": "adapterref/iobroker.admin/admin.png", + "keywords": "setup, config, update, upgrade, system, konfiguration, administration, einrichtung, wartung", + "authors": "bluefox , hobbyquaker ", + "license": "MIT", + "published": "2014-12-04T18:45:44.907Z", + "version": "6.10.1", + "latestVersion": "6.10.4", + "materialize": true, + "compact": true, + "description": { + "en": "The configuration of ioBroker via Web-Interface", + "de": "Die Konfiguration von ioBroker über das Web-Interface", + "ru": "Конфигурация ioBroker через веб-интерфейс", + "pt": "A configuração do ioBroker via Web-Interface", + "fr": "La configuration de ioBroker via Web-Interface", + "nl": "De configuratie van ioBroker via de webinterface", + "it": "La configurazione di ioBroker tramite interfaccia Web", + "zh-cn": "配置ioBroker的Web界面" + }, + "titleFull": { + "en": "Admin", + "de": "Admin", + "ru": "Админ", + "pt": "Admin", + "pl": "Admin", + "fr": "Admin", + "nl": "Admin", + "it": "Admin", + "es": "Admin", + "zh-cn": "Admin" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.admin", + "installs": 75035, + "weekDownloads": 9793, + "stars": 263, + "issues": 74, "score": 1 }, "backitup": { @@ -6882,7 +7023,7 @@ "license": "MIT", "published": "2018-06-29T15:39:03.465Z", "version": "2.8.1", - "latestVersion": "2.8.1", + "latestVersion": "2.8.2", "materialize": true, "compact": true, "description": { @@ -6913,12 +7054,63 @@ }, "branch": "master", "github": "https://github.com/simatec/ioBroker.backitup", - "installs": 65400, - "weekDownloads": 17175, + "installs": 65994, + "weekDownloads": 8712, "stars": 59, "issues": 2, "score": 1 }, + "apg-info": { + "title": { + "de": "apg-info", + "en": "apg-info", + "ru": "apg-info", + "zh-cn": "apg-info" + }, + "content": "adapterref/iobroker.apg-info/README.md", + "icon": "adapterref/iobroker.apg-info/apg-info.png", + "keywords": "APG, Austrian Power Grid, Stromspitzen, Powermonitor, Spitzenzeiten, Hochlast, Day ahead, PHELIX-AT Day-Ahead, PHELIX-DE Day-Ahead, EPEX Spot, Strompreis, EXAA, Strompreis", + "authors": "HGlab01 ", + "license": "MIT", + "published": "2023-03-24T10:39:50.539Z", + "version": "0.0.3", + "latestVersion": "0.0.6", + "materialize": true, + "compact": true, + "description": { + "en": "Power Grid (APG) Info for Austria (Österreich) and Germany (Deutschland)", + "de": "Power Grid (APG) Info for Austria (Österreich) and Germany (Deutschland)", + "ru": "Информация об Австрийской энергосистеме (APG)", + "pt": "Informações da rede elétrica austríaca (APG)", + "nl": "Oostenrijkse Power Grid (APG) Info", + "fr": "Infos sur le réseau électrique autrichien (APG)", + "it": "Informazioni sulla rete elettrica austriaca (APG).", + "es": "Información de la red eléctrica austriaca (APG)", + "pl": "Informacje o austriackiej sieci energetycznej (APG).", + "uk": "Інформація про австрійську електромережу (APG).", + "zh-cn": "奥地利电网 (APG) 信息" + }, + "titleFull": { + "en": "Power Grid (APG) Info (AT+DE)", + "de": "Power Grid (APG) Info (AT+DE)", + "ru": "Информация об Австрийской энергосистеме (APG)", + "pt": "Informações da rede elétrica austríaca (APG)", + "nl": "Oostenrijkse Power Grid (APG) Info", + "fr": "Infos sur le réseau électrique autrichien (APG)", + "it": "Informazioni sulla rete elettrica austriaca (APG).", + "es": "Información de la red eléctrica austriaca (APG)", + "pl": "Informacje o austriackiej sieci energetycznej (APG).", + "uk": "Інформація про австрійську електромережу (APG).", + "zh-cn": "奥地利电网 (APG) 信息" + }, + "branch": "main", + "github": "https://github.com/HGlab01/ioBroker.apg-info", + "installs": 37, + "weekDownloads": 479, + "stars": 1, + "issues": 0, + "score": 1 + }, "discovery": { "title": { "de": "discovery", @@ -6933,7 +7125,7 @@ "license": "MIT", "published": "2017-03-15T12:16:13.934Z", "version": "3.1.0", - "latestVersion": "4.1.0", + "latestVersion": "4.2.0", "materialize": true, "compact": true, "description": { @@ -6962,57 +7154,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.discovery", - "installs": 72185, - "weekDownloads": 3335, + "installs": 72651, + "weekDownloads": 4474, "stars": 26, - "issues": 11, - "score": 1 - }, - "admin": { - "title": { - "de": "admin", - "en": "admin", - "ru": "admin", - "zh-cn": "admin" - }, - "content": "adapterref/iobroker.admin/README.md", - "icon": "adapterref/iobroker.admin/admin.png", - "keywords": "setup, config, update, upgrade, system, konfiguration, administration, einrichtung, wartung", - "authors": "bluefox , hobbyquaker ", - "license": "MIT", - "published": "2014-12-04T18:45:44.907Z", - "version": "6.10.1", - "latestVersion": "6.10.4", - "materialize": true, - "compact": true, - "description": { - "en": "The configuration of ioBroker via Web-Interface", - "de": "Die Konfiguration von ioBroker über das Web-Interface", - "ru": "Конфигурация ioBroker через веб-интерфейс", - "pt": "A configuração do ioBroker via Web-Interface", - "fr": "La configuration de ioBroker via Web-Interface", - "nl": "De configuratie van ioBroker via de webinterface", - "it": "La configurazione di ioBroker tramite interfaccia Web", - "zh-cn": "配置ioBroker的Web界面" - }, - "titleFull": { - "en": "Admin", - "de": "Admin", - "ru": "Админ", - "pt": "Admin", - "pl": "Admin", - "fr": "Admin", - "nl": "Admin", - "it": "Admin", - "es": "Admin", - "zh-cn": "Admin" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.admin", - "installs": 74587, - "weekDownloads": 22398, - "stars": 263, - "issues": 74, + "issues": 13, "score": 1 }, "devices": { @@ -7056,124 +7201,27 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.devices", - "installs": 10025, - "weekDownloads": 403, - "stars": 177, - "issues": 26, + "installs": 10072, + "weekDownloads": 460, + "stars": 178, + "issues": 27, "score": 1 }, - "alias-manager": { + "moma": { "title": { - "de": "alias-manager", - "en": "alias-manager", - "ru": "alias-manager", - "zh-cn": "alias-manager" + "de": "moma", + "en": "moma", + "ru": "moma", + "zh-cn": "moma" }, - "content": "adapterref/iobroker.alias-manager/README.md", - "icon": "adapterref/iobroker.alias-manager/alias-manager.png", - "keywords": "Alias", - "authors": "Sebastian Bormann ", + "content": "adapterref/iobroker.moma/README.md", + "icon": "adapterref/iobroker.moma/moma.png", + "keywords": "monitoring, maintenance, systeminfo", + "authors": "AWhiteKnight ", "license": "MIT", - "published": "2021-01-01T12:18:07.405Z", - "version": "1.2.4", - "latestVersion": "1.2.6", - "materialize": true, - "compact": true, - "description": { - "en": "Manages and creates aliases", - "de": "Verwaltet und erstellt Aliase", - "ru": "Управляет и создает псевдонимы", - "pt": "Gerencia e cria aliases", - "nl": "Beheert en maakt aliassen", - "fr": "Gère et crée des alias", - "it": "Gestisce e crea alias", - "es": "Administra y crea alias", - "pl": "Zarządza i tworzy aliasy", - "zh-cn": "管理和创建别名" - }, - "titleFull": { - "en": "Alias-Manager", - "de": "Alias-Manager", - "ru": "Алиас-менеджер", - "pt": "Alias-Manager", - "nl": "Alias-Manager", - "fr": "Alias-Manager", - "it": "Alias-manager", - "es": "Gerente de alias", - "pl": "Alias-Manager", - "zh-cn": "别名经理" - }, - "branch": "master", - "github": "https://github.com/sbormann/ioBroker.alias-manager", - "installs": 5591, - "weekDownloads": 193, - "stars": 11, - "issues": 11, - "score": 1 - }, - "acme": { - "title": { - "de": "acme", - "en": "acme", - "ru": "acme", - "zh-cn": "acme" - }, - "content": "adapterref/iobroker.acme/README.md", - "icon": "adapterref/iobroker.acme/acme.png", - "keywords": "certificate, SSL, ACME", - "authors": "Robin Rainton ", - "license": "MIT", - "published": "2023-01-29T19:26:44.452Z", - "version": "0.1.0", - "latestVersion": "0.1.0", - "compact": true, - "description": { - "en": "Generates certificates using ACME challenges", - "de": "Generiert Zertifikatsbündel mithilfe von ACME-Herausforderungen", - "ru": "Генерирует пакеты сертификатов, используя вызовы ACME.", - "pt": "Gera pacotes de certificados usando desafios ACME", - "nl": "Genereert certificaatbundels met behulp van ACME-uitdagingen", - "fr": "Génère des ensembles de certificats à l'aide des défis ACME", - "it": "Genera pacchetti di certificati utilizzando le sfide ACME", - "es": "Genera paquetes de certificados usando desafíos ACME", - "pl": "Generuje pakiety certyfikatów przy użyciu wyzwań ACME", - "zh-cn": "使用 ACME 挑战生成证书包" - }, - "titleFull": { - "en": "ACME", - "de": "ACME", - "ru": "ACME", - "pt": "ACME", - "nl": "ACME", - "fr": "ACME", - "it": "ACME", - "es": "ACME", - "pl": "ACME", - "zh-cn": "ACME" - }, - "branch": "main", - "github": "https://github.com/iobroker-community-adapters/ioBroker.acme", - "installs": 124, - "weekDownloads": 33, - "stars": 3, - "issues": 6, - "score": 1 - }, - "moma": { - "title": { - "de": "moma", - "en": "moma", - "ru": "moma", - "zh-cn": "moma" - }, - "content": "adapterref/iobroker.moma/README.md", - "icon": "adapterref/iobroker.moma/moma.png", - "keywords": "monitoring, maintenance, systeminfo", - "authors": "AWhiteKnight ", - "license": "MIT", - "published": "2018-10-22T06:35:36.319Z", - "version": "1.2.9", - "latestVersion": "1.2.9", + "published": "2018-10-22T06:35:36.319Z", + "version": "1.2.9", + "latestVersion": "1.2.9", "materialize": true, "compact": true, "description": { @@ -7202,8 +7250,8 @@ }, "branch": "master", "github": "https://github.com/AWhiteKnight/ioBroker.moma", - "installs": 1857, - "weekDownloads": 39, + "installs": 1858, + "weekDownloads": 86, "stars": 4, "issues": 17, "score": 1 @@ -7252,10 +7300,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.pid", - "installs": 40, - "weekDownloads": 6, + "installs": 43, + "weekDownloads": 5, "stars": 1, - "issues": 19, + "issues": 21, "score": 1 }, "web": { @@ -7272,7 +7320,7 @@ "license": "MIT", "published": "2015-01-02T20:45:26.654Z", "version": "6.1.2", - "latestVersion": "6.1.2", + "latestVersion": "6.1.4", "materialize": true, "compact": true, "description": { @@ -7301,10 +7349,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.web", - "installs": 56169, - "weekDownloads": 9495, + "installs": 56531, + "weekDownloads": 7091, "stars": 44, - "issues": 25, + "issues": 29, "score": 1 } } @@ -7365,9 +7413,9 @@ }, "branch": "master", "github": "https://github.com/PfisterDaniel/ioBroker.apple-find-me", - "installs": 1093, - "weekDownloads": 65, - "stars": 21, + "installs": 1114, + "weekDownloads": 61, + "stars": 22, "issues": 8, "score": 1 }, @@ -7394,8 +7442,8 @@ "titleFull": "EgiGeoZone Adapter", "branch": "master", "github": "https://github.com/BasGo/ioBroker.egigeozone", - "installs": 254, - "weekDownloads": 6, + "installs": 253, + "weekDownloads": 24, "stars": 2, "issues": 9, "score": 1 @@ -7445,8 +7493,8 @@ }, "branch": "main", "github": "https://github.com/HGlab01/ioBroker.followthesun", - "installs": 2595, - "weekDownloads": 213, + "installs": 2613, + "weekDownloads": 200, "stars": 10, "issues": 2, "score": 1 @@ -7493,61 +7541,12 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.geofency", - "installs": 1152, - "weekDownloads": 48, + "installs": 1160, + "weekDownloads": 56, "stars": 19, "issues": 4, "score": 1 }, - "places": { - "title": { - "de": "places", - "en": "places", - "ru": "places", - "zh-cn": "places" - }, - "content": "adapterref/iobroker.places/README.md", - "icon": "adapterref/iobroker.places/places.png", - "keywords": "iobroker, geofence, egigeozone, geofency, locations, places, coordinates, gps", - "authors": "BasGo ", - "license": "MIT", - "published": "2018-03-14T13:54:23.398Z", - "version": "1.1.2", - "latestVersion": "1.1.2", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for analyzing location information", - "de": "Adapter zum Analysieren von Standortinformationen", - "ru": "Адаптер для анализа информации о местоположении", - "pt": "Adaptador para análise de informações de localização", - "nl": "Adapter voor het analyseren van locatie-informatie", - "fr": "Adaptateur pour analyser des informations de localisation", - "it": "Adattatore per analizzare le informazioni sulla posizione", - "es": "Adaptador para analizar información de ubicación", - "pl": "Adapter do analizy informacji o lokalizacji", - "zh-cn": "用于分析位置信息的适配器" - }, - "titleFull": { - "en": "Location analysis for GPS coordinates", - "de": "Standortanalyse für GPS-Koordinaten", - "ru": "Анализ местоположения для координат GPS", - "pt": "Análise de localização para coordenadas GPS", - "nl": "Locatieanalyse voor GPS-coördinaten", - "fr": "Analyse de localisation pour les coordonnées GPS", - "it": "Analisi della posizione per le coordinate GPS", - "es": "Análisis de ubicación para coordenadas de GPS", - "pl": "Analiza lokalizacji dla współrzędnych GPS", - "zh-cn": "GPS坐标的位置分析" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.places", - "installs": 573, - "weekDownloads": 15, - "stars": 5, - "issues": 3, - "score": 1 - }, "owntracks": { "title": { "de": "owntracks", @@ -7591,12 +7590,61 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.owntracks", - "installs": 619, - "weekDownloads": 19, + "installs": 613, + "weekDownloads": 43, "stars": 13, "issues": 8, "score": 1 }, + "places": { + "title": { + "de": "places", + "en": "places", + "ru": "places", + "zh-cn": "places" + }, + "content": "adapterref/iobroker.places/README.md", + "icon": "adapterref/iobroker.places/places.png", + "keywords": "iobroker, geofence, egigeozone, geofency, locations, places, coordinates, gps", + "authors": "BasGo ", + "license": "MIT", + "published": "2018-03-14T13:54:23.398Z", + "version": "1.1.2", + "latestVersion": "1.1.2", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for analyzing location information", + "de": "Adapter zum Analysieren von Standortinformationen", + "ru": "Адаптер для анализа информации о местоположении", + "pt": "Adaptador para análise de informações de localização", + "nl": "Adapter voor het analyseren van locatie-informatie", + "fr": "Adaptateur pour analyser des informations de localisation", + "it": "Adattatore per analizzare le informazioni sulla posizione", + "es": "Adaptador para analizar información de ubicación", + "pl": "Adapter do analizy informacji o lokalizacji", + "zh-cn": "用于分析位置信息的适配器" + }, + "titleFull": { + "en": "Location analysis for GPS coordinates", + "de": "Standortanalyse für GPS-Koordinaten", + "ru": "Анализ местоположения для координат GPS", + "pt": "Análise de localização para coordenadas GPS", + "nl": "Locatieanalyse voor GPS-coördinaten", + "fr": "Analyse de localisation pour les coordonnées GPS", + "it": "Analisi della posizione per le coordinate GPS", + "es": "Análisis de ubicación para coordenadas de GPS", + "pl": "Analiza lokalizacji dla współrzędnych GPS", + "zh-cn": "GPS坐标的位置分析" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.places", + "installs": 568, + "weekDownloads": 30, + "stars": 5, + "issues": 3, + "score": 1 + }, "radar-trap": { "title": { "de": "radar-trap", @@ -7611,7 +7659,7 @@ "license": "MIT", "published": "2023-05-17T22:25:20.807Z", "version": "-.-.-", - "latestVersion": "1.0.4", + "latestVersion": "1.0.7", "materialize": true, "compact": true, "description": { @@ -7642,78 +7690,28 @@ }, "branch": "master", "github": "https://github.com/Steiger04/ioBroker.radar-trap", - "installs": 33, - "weekDownloads": 7, + "installs": 36, + "weekDownloads": 24, "stars": 2, "issues": 1, "score": 1 }, - "tractive-gps": { + "traccar": { "title": { - "de": "tractive-gps", - "en": "tractive-gps", - "ru": "tractive-gps", - "zh-cn": "tractive-gps" + "de": "traccar", + "en": "traccar", + "ru": "traccar", + "zh-cn": "traccar" }, - "content": "adapterref/iobroker.tractive-gps/README.md", - "icon": "adapterref/iobroker.tractive-gps/tractive-gps.png", - "keywords": "tractive, gps, geoposition, geolocation, tracking, dog, cat, pet", - "authors": "xXBJXx ", + "content": "adapterref/iobroker.traccar/README.md", + "icon": "adapterref/iobroker.traccar/traccar.png", + "keywords": "gps, traccar", + "authors": "Dennis Rathjen ", "license": "MIT", - "published": "2023-02-05T19:16:53.677Z", - "version": "-.-.-", - "latestVersion": "0.1.2", - "compact": true, - "description": { - "en": "This adapter allows you to connect to the Tractive GPS service and retrieve the location of your pets.", - "de": "Mit diesem Adapter können Sie eine Verbindung zum Tractive-GPS-Dienst herstellen und den Standort Ihrer Haustiere abrufen.", - "ru": "Этот адаптер позволяет подключиться к службе Tractive GPS и получить данные о местонахождении ваших питомцев.", - "pt": "Este adaptador permite-lhe ligar-se ao serviço Tractive GPS e recuperar a localização dos seus animais de estimação.", - "nl": "Met deze adapter kunt u verbinding maken met de Tractive GPS service en de locatie van uw huisdieren opvragen.", - "fr": "Cet adaptateur vous permet de vous connecter au service GPS Tractive et de récupérer la localisation de vos animaux domestiques.", - "it": "Questo adattatore consente di connettersi al servizio Tractive GPS e recuperare la posizione dei tuoi animali domestici.", - "es": "Este adaptador le permite conectarse al servicio Tractive GPS y recuperar la ubicación de sus mascotas.", - "pl": "Ten adapter pozwala połączyć się z usługą Tractive GPS i otrzymać lokalizację swoich zwierząt.", - "uk": "Цей адаптер дозволяє підключитися до служби Tractive GPS і отримати місцезнаходження ваших тварин.", - "zh-cn": "此适配器允许您连接到Tractive GPS服务并检索您的宠物的位置。" - }, - "titleFull": { - "en": "Tractive GPS", - "de": "Tractive GPS", - "ru": "Tractive GPS", - "pt": "Tractive GPS", - "nl": "Tractive GPS", - "fr": "Tractive GPS", - "it": "Tractive GPS", - "es": "Tractive GPS", - "pl": "Tractive GPS", - "uk": "Tractive GPS", - "zh-cn": "Tractive GPS" - }, - "branch": "main", - "github": "https://github.com/xXBJXx/ioBroker.tractive-gps", - "installs": 24, - "weekDownloads": 1, - "stars": 1, - "issues": 2, - "score": 1 - }, - "traccar": { - "title": { - "de": "traccar", - "en": "traccar", - "ru": "traccar", - "zh-cn": "traccar" - }, - "content": "adapterref/iobroker.traccar/README.md", - "icon": "adapterref/iobroker.traccar/traccar.png", - "keywords": "gps, traccar", - "authors": "Dennis Rathjen ", - "license": "MIT", - "published": "2021-03-08T19:41:51.664Z", - "version": "0.0.12", - "latestVersion": "1.1.2", - "materialize": true, + "published": "2021-03-08T19:41:51.664Z", + "version": "0.0.12", + "latestVersion": "1.1.2", + "materialize": true, "compact": true, "description": { "en": "Connects to a Traccar server to fetch geo positions of connected devices", @@ -7743,10 +7741,60 @@ }, "branch": "master", "github": "https://github.com/o0shojo0o/ioBroker.traccar", - "installs": 436, - "weekDownloads": 19, + "installs": 432, + "weekDownloads": 26, "stars": 10, - "issues": 9, + "issues": 4, + "score": 1 + }, + "tractive-gps": { + "title": { + "de": "tractive-gps", + "en": "tractive-gps", + "ru": "tractive-gps", + "zh-cn": "tractive-gps" + }, + "content": "adapterref/iobroker.tractive-gps/README.md", + "icon": "adapterref/iobroker.tractive-gps/tractive-gps.png", + "keywords": "tractive, gps, geoposition, geolocation, tracking, dog, cat, pet", + "authors": "xXBJXx ", + "license": "MIT", + "published": "2023-02-05T19:16:53.677Z", + "version": "-.-.-", + "latestVersion": "0.1.2", + "compact": true, + "description": { + "en": "This adapter allows you to connect to the Tractive GPS service and retrieve the location of your pets.", + "de": "Mit diesem Adapter können Sie eine Verbindung zum Tractive-GPS-Dienst herstellen und den Standort Ihrer Haustiere abrufen.", + "ru": "Этот адаптер позволяет подключиться к службе Tractive GPS и получить данные о местонахождении ваших питомцев.", + "pt": "Este adaptador permite-lhe ligar-se ao serviço Tractive GPS e recuperar a localização dos seus animais de estimação.", + "nl": "Met deze adapter kunt u verbinding maken met de Tractive GPS service en de locatie van uw huisdieren opvragen.", + "fr": "Cet adaptateur vous permet de vous connecter au service GPS Tractive et de récupérer la localisation de vos animaux domestiques.", + "it": "Questo adattatore consente di connettersi al servizio Tractive GPS e recuperare la posizione dei tuoi animali domestici.", + "es": "Este adaptador le permite conectarse al servicio Tractive GPS y recuperar la ubicación de sus mascotas.", + "pl": "Ten adapter pozwala połączyć się z usługą Tractive GPS i otrzymać lokalizację swoich zwierząt.", + "uk": "Цей адаптер дозволяє підключитися до служби Tractive GPS і отримати місцезнаходження ваших тварин.", + "zh-cn": "此适配器允许您连接到Tractive GPS服务并检索您的宠物的位置。" + }, + "titleFull": { + "en": "Tractive GPS", + "de": "Tractive GPS", + "ru": "Tractive GPS", + "pt": "Tractive GPS", + "nl": "Tractive GPS", + "fr": "Tractive GPS", + "it": "Tractive GPS", + "es": "Tractive GPS", + "pl": "Tractive GPS", + "uk": "Tractive GPS", + "zh-cn": "Tractive GPS" + }, + "branch": "main", + "github": "https://github.com/xXBJXx/ioBroker.tractive-gps", + "installs": 27, + "weekDownloads": 7, + "stars": 1, + "issues": 2, "score": 1 } } @@ -7764,6 +7812,55 @@ "pl": "Sprzęt komputerowy" }, "pages": { + "adb": { + "title": { + "de": "adb", + "en": "adb", + "ru": "adb", + "zh-cn": "adb" + }, + "content": "adapterref/iobroker.adb/README.md", + "icon": "adapterref/iobroker.adb/adb.png", + "keywords": "ioBroker, adb, android", + "authors": "om2804 ", + "license": "MIT", + "published": "2020-05-29T15:00:18.120Z", + "version": "0.0.7", + "latestVersion": "0.0.7", + "materialize": true, + "compact": true, + "description": { + "en": "Android Debug Bridge", + "de": "Android Debug Bridge", + "ru": "Android Debug Bridge", + "pt": "Ponte de depuração do Android", + "nl": "Android Debug Bridge", + "fr": "Pont de débogage Android", + "it": "Android Debug Bridge", + "es": "Puente de depuración de Android", + "pl": "Android Debug Bridge", + "zh-cn": "Android调试桥" + }, + "titleFull": { + "en": "Android Debug Bridge", + "de": "Android Debug Bridge", + "ru": "Android Debug Bridge", + "pt": "Ponte de depuração do Android", + "nl": "Android Debug Bridge", + "fr": "Pont de débogage Android", + "it": "Android Debug Bridge", + "es": "Puente de depuración de Android", + "pl": "Android Debug Bridge", + "zh-cn": "Android调试桥" + }, + "branch": "master", + "github": "https://github.com/om2804/ioBroker.adb", + "installs": 237, + "weekDownloads": 48, + "stars": 5, + "issues": 2, + "score": 1 + }, "asuswrt": { "title": { "de": "asuswrt", @@ -7798,109 +7895,109 @@ }, "branch": "master", "github": "https://github.com/mcdhrts/ioBroker.asuswrt", - "installs": 260, - "weekDownloads": 3, + "installs": 258, + "weekDownloads": 19, "stars": 1, "issues": 4, "score": 1 }, - "bambulab": { + "ble": { "title": { - "de": "bambulab", - "en": "bambulab", - "ru": "bambulab", - "zh-cn": "bambulab" + "de": "ble", + "en": "ble", + "ru": "ble", + "zh-cn": "ble" }, - "content": "adapterref/iobroker.bambulab/README.md", - "icon": "adapterref/iobroker.bambulab/bambulab.png", - "keywords": "bambulab, 3d-printing", - "authors": "DutchmanNL ", + "content": "adapterref/iobroker.ble/README.md", + "icon": "adapterref/iobroker.ble/ble.png", + "keywords": "bluetooth, BLE, beacon", + "authors": "AlCalzone ", "license": "MIT", - "published": "2023-07-23T19:38:16.393Z", - "version": "-.-.-", - "latestVersion": "0.1.5", - "compact": true, + "published": "2017-09-05T15:57:13.123Z", + "version": "0.13.4", + "latestVersion": "0.13.4", + "materialize": true, + "compact": false, "description": { - "en": "Connects to Bambulab 3d printers to retrieve data of current print and control main aspects", - "de": "Verbindet sich mit Bambulab-3D-Druckern, um Daten des aktuellen Drucks abzurufen und Hauptaspekte zu steuern", - "ru": "Подключается к 3D-принтерам Bambulab для получения данных о текущей печати и управления основными аспектами.", - "pt": "Conecta-se às impressoras 3D Bambulab para recuperar dados de impressão atual e controlar os principais aspectos", - "nl": "Maakt verbinding met Bambulab 3D-printers om gegevens op te halen over de huidige afdruk- en controleaspecten", - "fr": "Se connecte aux imprimantes 3d Bambulab pour récupérer les données d'impression en cours et contrôler les principaux aspects", - "it": "Si collega alle stampanti 3D Bambulab per recuperare i dati della stampa corrente e controllare gli aspetti principali", - "es": "Se conecta a impresoras 3d Bambulab para recuperar datos de impresión actual y controlar aspectos principales", - "pl": "Łączy się z drukarkami 3D Bambulab, aby pobierać dane dotyczące bieżącego drukowania i kontrolować główne aspekty", - "uk": "Підключається до 3d-принтерів Bambulab для отримання даних поточного друку та контролю основних аспектів", - "zh-cn": "连接到 Bambulab 3D 打印机以检索当前打印的数据并控制主要方面" + "en": "Monitor Bluetooth Low Energy (BLE) beacons", + "de": "Überwacht Bluetooth Low Energy (BLE) beacons", + "ru": "Монитор Bluetooth низкой энергии (BLE) маяки", + "pt": "Monitor de Bluetooth Low Energy (BLE) beacons", + "nl": "Monitor Bluetooth Low Energy (BLE) beacons", + "fr": "Moniteur Bluetooth Low Energy (BLE) balises", + "it": "Monitor Bluetooth Low Energy (BLE) beacon", + "es": "Monitor de Bluetooth de Baja Energía (BLE) las balizas", + "pl": "Monitor Bluetooth low energy (BLE) latarnie", + "zh-cn": "监测蓝牙低能源(BLE)信标" }, "titleFull": { - "en": "Bambulab 3d Printer integration", - "de": "Integration des Bambulab 3D-Druckers", - "ru": "Интеграция с 3D-принтером Bambulab", - "pt": "Integração da impressora 3D Bambulab", - "nl": "Bambulab 3D Printer integratie", - "fr": "Intégration de l'imprimante 3d Bambulab", - "it": "Integrazione della stampante 3d Bambulab", - "es": "Integración de la impresora 3d Bambulab", - "pl": "Integracja drukarki 3D Bambulab", - "uk": "Інтеграція 3d принтера Bambulab", - "zh-cn": "Bambulab 3D 打印机集成" + "en": "Bluetooth Low Energy (BLE)", + "de": "Bluetooth-Niedrigenergie (BLE)", + "ru": "Bluetooth с низким энергопотреблением (BLE)", + "pt": "Bluetooth de baixa energia (BLE)", + "nl": "Bluetooth lage energie (BLE)", + "fr": "Bluetooth à faible consommation d'énergie (BLE)", + "it": "Bluetooth a bassa energia (BLE)", + "es": "Bluetooth de baja energía (BLE)", + "pl": "Niskoenergetyczna łączność Bluetooth (BLE)", + "zh-cn": "低功耗蓝牙 (BLE)" }, - "branch": "main", - "github": "https://github.com/DrozmotiX/ioBroker.bambulab", - "installs": 89, - "weekDownloads": 13, - "stars": 5, - "issues": 10, + "branch": "master", + "github": "https://github.com/AlCalzone/ioBroker.ble", + "installs": 3626, + "weekDownloads": 216, + "stars": 41, + "issues": 66, "score": 1 }, - "canbus": { + "atlas-scientific-ezo-i2c": { "title": { - "de": "canbus", - "en": "canbus", - "ru": "canbus", - "zh-cn": "canbus" + "de": "atlas-scientific-ezo-i2c", + "en": "atlas-scientific-ezo-i2c", + "ru": "atlas-scientific-ezo-i2c", + "zh-cn": "atlas-scientific-ezo-i2c" }, - "content": "adapterref/iobroker.canbus/README.md", - "icon": "adapterref/iobroker.canbus/canbus.png", - "keywords": "can, bus, can-bus, network", - "authors": "Peter Müller ", - "license": "CC-BY-NC-SA-4.0", - "published": "2020-11-09T16:39:01.835Z", - "version": "1.3.1", - "latestVersion": "1.3.1", - "materialize": true, + "content": "adapterref/iobroker.atlas-scientific-ezo-i2c/README.md", + "icon": "adapterref/iobroker.atlas-scientific-ezo-i2c/atlas-scientific-ezo-i2c.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "Buzze11 ", + "license": "Apache-2.0", + "published": "2023-06-06T10:15:55.914Z", + "version": "2.3.0", + "latestVersion": "2.3.0", "compact": true, "description": { - "en": "CAN Bus integration", - "de": "CAN-Bus-Integration", - "ru": "Интеграция с шиной CAN", - "pt": "Integração de barramento CAN", - "nl": "CAN Bus-integratie", - "fr": "Intégration CAN Bus", - "it": "Integrazione CAN Bus", - "es": "Integración de bus CAN", - "pl": "Integracja z magistralą CAN", - "zh-cn": "CAN总线集成" + "en": "atlas-scientific-ezo-i2c", + "de": "atlas-scientific-ezo-i2c", + "ru": "атлас-научный-ezo-i2c", + "pt": "atlas-científico-ezo-i2c", + "nl": "atlas-wetenschappelijk-ezo-i2c", + "fr": "atlas-scientifique-ezo-i2c", + "it": "atlas-scientifico-ezo-i2c", + "es": "atlas-cientifico-ezo-i2c", + "pl": "atlas-naukowy-ezo-i2c", + "zh-cn": "地图集-科学-ezo-i2c", + "uk": "atlas-scientific-ezo-i2c" }, "titleFull": { - "en": "CAN-Bus", - "de": "CAN-Bus", - "ru": "CAN-Bus", - "pt": "Ônibus pode", - "nl": "CAN-bus", - "fr": "CAN-Bus", - "it": "CAN-Bus", - "es": "Puede transportar", - "pl": "Magistrala CAN", - "zh-cn": "CAN总线" + "en": "Atlas Scientific EZO", + "de": "Atlas Scientific EZO", + "ru": "Атлас Научная ЭЗО", + "pt": "Atlas Científico EZO", + "nl": "Atlas Wetenschappelijke EZO", + "fr": "Atlas Scientifique EZO", + "it": "Atlante scientifico EZO", + "es": "EZO científico de Atlas", + "pl": "Atlas Scientific EZO", + "zh-cn": "阿特拉斯科学 EZO", + "uk": "Atlas Scientific EZO" }, "branch": "master", - "github": "https://github.com/crycode-de/ioBroker.canbus", - "installs": 285, - "weekDownloads": 10, - "stars": 9, - "issues": 3, + "github": "https://github.com/Buzze11/ioBroker.atlas-scientific-ezo-i2c", + "installs": 7, + "weekDownloads": 18, + "stars": 4, + "issues": 6, "score": 1 }, "apcups": { @@ -7948,62 +8045,12 @@ }, "branch": "master", "github": "https://github.com/xhunter74/ioBroker.apcups", - "installs": 562, - "weekDownloads": 23, + "installs": 584, + "weekDownloads": 49, "stars": 3, "issues": 0, "score": 1 }, - "atlas-scientific-ezo-i2c": { - "title": { - "de": "atlas-scientific-ezo-i2c", - "en": "atlas-scientific-ezo-i2c", - "ru": "atlas-scientific-ezo-i2c", - "zh-cn": "atlas-scientific-ezo-i2c" - }, - "content": "adapterref/iobroker.atlas-scientific-ezo-i2c/README.md", - "icon": "adapterref/iobroker.atlas-scientific-ezo-i2c/atlas-scientific-ezo-i2c.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "Buzze11 ", - "license": "Apache-2.0", - "published": "2023-06-06T10:15:55.914Z", - "version": "2.3.0", - "latestVersion": "2.3.0", - "compact": true, - "description": { - "en": "atlas-scientific-ezo-i2c", - "de": "atlas-scientific-ezo-i2c", - "ru": "атлас-научный-ezo-i2c", - "pt": "atlas-científico-ezo-i2c", - "nl": "atlas-wetenschappelijk-ezo-i2c", - "fr": "atlas-scientifique-ezo-i2c", - "it": "atlas-scientifico-ezo-i2c", - "es": "atlas-cientifico-ezo-i2c", - "pl": "atlas-naukowy-ezo-i2c", - "zh-cn": "地图集-科学-ezo-i2c", - "uk": "atlas-scientific-ezo-i2c" - }, - "titleFull": { - "en": "Atlas Scientific EZO", - "de": "Atlas Scientific EZO", - "ru": "Атлас Научная ЭЗО", - "pt": "Atlas Científico EZO", - "nl": "Atlas Wetenschappelijke EZO", - "fr": "Atlas Scientifique EZO", - "it": "Atlante scientifico EZO", - "es": "EZO científico de Atlas", - "pl": "Atlas Scientific EZO", - "zh-cn": "阿特拉斯科学 EZO", - "uk": "Atlas Scientific EZO" - }, - "branch": "master", - "github": "https://github.com/Buzze11/ioBroker.atlas-scientific-ezo-i2c", - "installs": 6, - "weekDownloads": 19, - "stars": 4, - "issues": 5, - "score": 1 - }, "deconz": { "title": { "de": "deconz", @@ -8031,7 +8078,8 @@ "it": "Si collega al software deConz che è una soluzione gateway per ZigBee. deConz funziona con ConBee USB stick e RaspBee modul per Raspberry Pi, anch'esso di Dresden-Elektronik.", "es": "Se conecta al software deConz que es una solución de puerta de enlace para ZigBee. deConz funciona con el dispositivo USB ConBee y el módulo RaspBee para Raspberry Pi, que también es de Dresden-Elektronik.", "pl": "Łączy się z oprogramowaniem deConz, które jest rozwiązaniem bramkowym dla ZigBee. deConz współpracuje z pamięcią USB ConBee i modułem RaspBee dla Raspberry Pi, który jest również z firmy Dresden-Elektronik.", - "zh-cn": "deConz与ConBee USB棒和Raspberry Pi的RaspBee模块一起使用,后者也是来自Dresden-Elektronik。" + "zh-cn": "deConz与ConBee USB棒和Raspberry Pi的RaspBee模块一起使用,后者也是来自Dresden-Elektronik。", + "uk": "Підключається до програмного забезпечення deConz, яке є шлюзом для ZigBee. deConz працює з USB-накопичувачем ConBee і модулем RaspBee для Raspberry Pi, який також виготовляється Dresden-Elektronik." }, "titleFull": { "en": "deConz ZigBee", @@ -8043,49 +8091,17 @@ "it": "deConz ZigBee", "es": "deConz ZigBee", "pl": "deConz ZigBee", - "zh-cn": "deConz ZigBee" + "zh-cn": "deConz ZigBee", + "uk": "deConz ZigBee" }, "branch": "master", "github": "https://github.com/Jey-Cee/ioBroker.deconz", - "installs": 8505, - "weekDownloads": 163, + "installs": 8496, + "weekDownloads": 227, "stars": 175, "issues": 26, "score": 1 }, - "amazon-dash": { - "title": { - "de": "amazon-dash", - "en": "amazon-dash", - "ru": "amazon-dash", - "zh-cn": "amazon-dash" - }, - "content": "adapterref/iobroker.amazon-dash/README.md", - "icon": "adapterref/iobroker.amazon-dash/amazon-dash.png", - "keywords": "amazon-dash", - "authors": "Patrick Arns ", - "license": "MIT", - "published": "2016-09-05T19:03:16.756Z", - "version": "1.2.0", - "latestVersion": "1.2.0", - "materialize": true, - "compact": true, - "description": { - "de": "Adapter für Amazon Dash buttons", - "en": "Adapter for Amazon Dash buttons", - "ru": "Драйвер для подключения Amazon Dash кнопок" - }, - "titleFull": { - "en": "Amazon Dash-Button" - }, - "branch": "master", - "github": "https://github.com/PArns/ioBroker.amazon-dash", - "installs": 565, - "weekDownloads": 25, - "stars": 11, - "issues": 10, - "score": 1 - }, "ds18b20": { "title": { "de": "ds18b20", @@ -8131,61 +8147,12 @@ }, "branch": "master", "github": "https://github.com/crycode-de/ioBroker.ds18b20", - "installs": 1133, - "weekDownloads": 118, + "installs": 1134, + "weekDownloads": 159, "stars": 4, "issues": 1, "score": 1 }, - "adb": { - "title": { - "de": "adb", - "en": "adb", - "ru": "adb", - "zh-cn": "adb" - }, - "content": "adapterref/iobroker.adb/README.md", - "icon": "adapterref/iobroker.adb/adb.png", - "keywords": "ioBroker, adb, android", - "authors": "om2804 ", - "license": "MIT", - "published": "2020-05-29T15:00:18.120Z", - "version": "0.0.7", - "latestVersion": "0.0.7", - "materialize": true, - "compact": true, - "description": { - "en": "Android Debug Bridge", - "de": "Android Debug Bridge", - "ru": "Android Debug Bridge", - "pt": "Ponte de depuração do Android", - "nl": "Android Debug Bridge", - "fr": "Pont de débogage Android", - "it": "Android Debug Bridge", - "es": "Puente de depuración de Android", - "pl": "Android Debug Bridge", - "zh-cn": "Android调试桥" - }, - "titleFull": { - "en": "Android Debug Bridge", - "de": "Android Debug Bridge", - "ru": "Android Debug Bridge", - "pt": "Ponte de depuração do Android", - "nl": "Android Debug Bridge", - "fr": "Pont de débogage Android", - "it": "Android Debug Bridge", - "es": "Puente de depuración de Android", - "pl": "Android Debug Bridge", - "zh-cn": "Android调试桥" - }, - "branch": "master", - "github": "https://github.com/om2804/ioBroker.adb", - "installs": 239, - "weekDownloads": 12, - "stars": 5, - "issues": 2, - "score": 1 - }, "ebus": { "title": { "de": "ebus", @@ -8231,8 +8198,8 @@ }, "branch": "master", "github": "https://github.com/rg-engineering/ioBroker.ebus", - "installs": 709, - "weekDownloads": 91, + "installs": 726, + "weekDownloads": 100, "stars": 11, "issues": 13, "score": 1 @@ -8272,465 +8239,270 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.ekey", - "installs": 307, - "weekDownloads": 16, + "installs": 313, + "weekDownloads": 14, "stars": 7, "issues": 10, "score": 1 }, - "esphome": { + "fritzdect": { "title": { - "de": "esphome", - "en": "esphome", - "ru": "esphome", - "zh-cn": "esphome" + "de": "fritzdect", + "en": "fritzdect", + "ru": "fritzdect", + "zh-cn": "fritzdect" }, - "content": "adapterref/iobroker.esphome/README.md", - "icon": "adapterref/iobroker.esphome/esphome.png", - "keywords": "ESPHome, ESP, ESP32", - "authors": "DutchmanNL ", + "content": "adapterref/iobroker.fritzdect/README.md", + "icon": "adapterref/iobroker.fritzdect/fritzdect_logo.png", + "keywords": "DECT ULE, lighting, heating, switching, fritzbox, AVM", + "authors": "foxthefox ", "license": "MIT", - "published": "2021-02-27T21:34:45.736Z", - "version": "-.-.-", - "latestVersion": "0.2.4", + "published": "2017-01-21T22:19:40.633Z", + "version": "2.3.1", + "latestVersion": "2.4.1", "materialize": true, "compact": true, "description": { - "en": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome", - "de": "Steuern Sie Ihren ESP8266 / ESP32 mit einfachen, aber leistungsstarken Konfigurationsdateien, die von ESPHome erstellt und verwaltet werden", - "ru": "Управляйте своим ESP8266 / ESP32 с помощью простых, но мощных файлов конфигурации, созданных и управляемых ESPHome", - "pt": "Controle seu ESP8266 / ESP32 com arquivos de configuração simples, mas poderosos, criados e gerenciados por ESPHome", - "nl": "Beheer uw ESP8266 / ESP32 met eenvoudige maar krachtige configuratiebestanden die zijn gemaakt en beheerd door ESPHome", - "fr": "Contrôlez votre ESP8266 / ESP32 avec des fichiers de configuration simples mais puissants créés et gérés par ESPHome", - "it": "Controlla il tuo ESP8266 / ESP32 con file di configurazione semplici ma potenti creati e gestiti da ESPHome", - "es": "Controle su ESP8266 / ESP32 con archivos de configuración simples pero potentes creados y administrados por ESPHome", - "pl": "Steruj ESP8266 / ESP32 za pomocą prostych, ale potężnych plików konfiguracyjnych utworzonych i zarządzanych przez ESPHome", - "zh-cn": "使用由ESPHome创建和管理的简单但功能强大的配置文件控制ESP8266 / ESP32" + "en": "connects DECT ULE devices (fritzdect) to ioBroker", + "de": "verbindet DECT ULE Geräte (fritzdect) mit ioBroker", + "ru": "подключает устройства DECT ULE (fritzdect) к ioBroker", + "pt": "conecta dispositivos DECT ULE (fritzdect) ao ioBroker", + "nl": "verbindt DECT ULE apparaten met ioBroker", + "fr": "connecte les appareils DECT ULE (fritzdect) à ioBroker", + "it": "collega i dispositivi DECT ULE (fritzdect) a ioBroker", + "es": "conecta dispositivos DECT ULE (fritzdect) a ioBroker", + "pl": "łączy DECT ULE (fritzdect) z ioBrokerem", + "uk": "з'єднання пристроїв DECT ULE (фрицдект) до ioBroker", + "zh-cn": "broker的连接" }, "titleFull": { - "en": "Control ESPHome managed devices", - "de": "Steuern Sie von ESPHome verwaltete Geräte", - "ru": "Управление устройствами ESPHome", - "pt": "Controlar dispositivos gerenciados ESPHome", - "nl": "Beheer door ESPHome beheerde apparaten", - "fr": "Contrôle des appareils gérés ESPHome", - "it": "Controlla i dispositivi gestiti da ESPHome", - "es": "Controle los dispositivos administrados por ESPHome", - "pl": "Kontroluj urządzenia zarządzane przez ESPHome", - "zh-cn": "控制ESPHome受管设备" + "en": "fritzbox dect ", + "de": "fritzbox dect", + "ru": "fritzbox дект", + "pt": "fritzbox dect", + "nl": "flitzbox dect", + "fr": "fritzbox dect", + "it": "fritzbox dect", + "es": "fritzbox dect", + "pl": "fritzbox dect", + "uk": "фріцбокс дект", + "zh-cn": "摩茨箱" }, - "branch": "main", - "github": "https://github.com/DrozmotiX/ioBroker.esphome", - "installs": 1013, - "weekDownloads": 24, - "stars": 22, - "issues": 46, - "score": 1 - }, - "ble": { + "branch": "master", + "github": "https://github.com/foxthefox/ioBroker.fritzdect", + "installs": 13362, + "weekDownloads": 784, + "stars": 32, + "issues": 18, + "score": 1 + }, + "amazon-dash": { "title": { - "de": "ble", - "en": "ble", - "ru": "ble", - "zh-cn": "ble" + "de": "amazon-dash", + "en": "amazon-dash", + "ru": "amazon-dash", + "zh-cn": "amazon-dash" }, - "content": "adapterref/iobroker.ble/README.md", - "icon": "adapterref/iobroker.ble/ble.png", - "keywords": "bluetooth, BLE, beacon", - "authors": "AlCalzone ", + "content": "adapterref/iobroker.amazon-dash/README.md", + "icon": "adapterref/iobroker.amazon-dash/amazon-dash.png", + "keywords": "amazon-dash", + "authors": "Patrick Arns ", "license": "MIT", - "published": "2017-09-05T15:57:13.123Z", - "version": "0.13.4", - "latestVersion": "0.13.4", + "published": "2016-09-05T19:03:16.756Z", + "version": "1.2.0", + "latestVersion": "1.2.0", "materialize": true, - "compact": false, + "compact": true, "description": { - "en": "Monitor Bluetooth Low Energy (BLE) beacons", - "de": "Überwacht Bluetooth Low Energy (BLE) beacons", - "ru": "Монитор Bluetooth низкой энергии (BLE) маяки", - "pt": "Monitor de Bluetooth Low Energy (BLE) beacons", - "nl": "Monitor Bluetooth Low Energy (BLE) beacons", - "fr": "Moniteur Bluetooth Low Energy (BLE) balises", - "it": "Monitor Bluetooth Low Energy (BLE) beacon", - "es": "Monitor de Bluetooth de Baja Energía (BLE) las balizas", - "pl": "Monitor Bluetooth low energy (BLE) latarnie", - "zh-cn": "监测蓝牙低能源(BLE)信标" + "de": "Adapter für Amazon Dash buttons", + "en": "Adapter for Amazon Dash buttons", + "ru": "Драйвер для подключения Amazon Dash кнопок" }, "titleFull": { - "en": "Bluetooth Low Energy (BLE)", - "de": "Bluetooth-Niedrigenergie (BLE)", - "ru": "Bluetooth с низким энергопотреблением (BLE)", - "pt": "Bluetooth de baixa energia (BLE)", - "nl": "Bluetooth lage energie (BLE)", - "fr": "Bluetooth à faible consommation d'énergie (BLE)", - "it": "Bluetooth a bassa energia (BLE)", - "es": "Bluetooth de baja energía (BLE)", - "pl": "Niskoenergetyczna łączność Bluetooth (BLE)", - "zh-cn": "低功耗蓝牙 (BLE)" + "en": "Amazon Dash-Button" }, "branch": "master", - "github": "https://github.com/AlCalzone/ioBroker.ble", - "installs": 3641, - "weekDownloads": 174, - "stars": 41, - "issues": 66, + "github": "https://github.com/PArns/ioBroker.amazon-dash", + "installs": 562, + "weekDownloads": 32, + "stars": 11, + "issues": 10, "score": 1 }, - "fritzdect": { + "heytech": { "title": { - "de": "fritzdect", - "en": "fritzdect", - "ru": "fritzdect", - "zh-cn": "fritzdect" + "de": "heytech", + "en": "heytech", + "ru": "heytech", + "zh-cn": "heytech" }, - "content": "adapterref/iobroker.fritzdect/README.md", - "icon": "adapterref/iobroker.fritzdect/fritzdect_logo.png", - "keywords": "DECT ULE, lighting, heating, switching, fritzbox, AVM", - "authors": "foxthefox ", + "content": "adapterref/iobroker.heytech/README.md", + "icon": "adapterref/iobroker.heytech/heytech.png", + "keywords": "iobroker, shutter, shutter control, heytech,", + "authors": "Jey Cee, Ansgar Schulte", "license": "MIT", - "published": "2017-01-21T22:19:40.633Z", - "version": "2.3.1", - "latestVersion": "2.4.1", + "published": "2019-04-10T21:59:47.753Z", + "version": "1.0.6", + "latestVersion": "1.0.6", "materialize": true, "compact": true, "description": { - "en": "connects DECT ULE devices (fritzdect) to ioBroker", - "de": "verbindet DECT ULE Geräte (fritzdect) mit ioBroker", - "ru": "подключает устройства DECT ULE (fritzdect) к ioBroker", - "pt": "conecta dispositivos DECT ULE (fritzdect) ao ioBroker", - "nl": "verbindt DECT ULE apparaten met ioBroker", - "fr": "connecte les appareils DECT ULE (fritzdect) à ioBroker", - "it": "collega i dispositivi DECT ULE (fritzdect) a ioBroker", - "es": "conecta dispositivos DECT ULE (fritzdect) a ioBroker", - "pl": "łączy DECT ULE (fritzdect) z ioBrokerem", - "uk": "з'єднання пристроїв DECT ULE (фрицдект) до ioBroker", - "zh-cn": "broker的连接" + "en": "Connect to and control HEYtech devices. https://rolladensteuerung.de/", + "de": "Anschließen und Steuern von HEYtech-Geräten. https://rolladensteuerung.de/", + "ru": "Подключайтесь и управляйте устройствами HEYtech. https://rolladensteuerung.de/", + "pt": "Conecte e controle dispositivos HEYtech. https://rolladensteuerung.de/", + "nl": "Maak verbinding met HEYtech-apparaten en bedien deze. https://rolladensteuerung.de/", + "fr": "Connectez-vous à et contrôlez les appareils HEYtech. https://rolladensteuerung.de/", + "it": "Connetti e controlla i dispositivi HEYtech. https://rolladensteuerung.de/", + "es": "Conectar y controlar dispositivos HEYtech. https://rolladensteuerung.de/", + "pl": "Połącz się i kontroluj urządzenia HEYtech. https://rolladensteuerung.de/", + "zh-cn": "连接并控制HEYtech设备" }, "titleFull": { - "en": "fritzbox dect ", - "de": "fritzbox dect", - "ru": "fritzbox дект", - "pt": "fritzbox dect", - "nl": "flitzbox dect", - "fr": "fritzbox dect", - "it": "fritzbox dect", - "es": "fritzbox dect", - "pl": "fritzbox dect", - "uk": "фріцбокс дект", - "zh-cn": "摩茨箱" + "en": "HEYtech", + "de": "HEYtech", + "ru": "HEYtech", + "pt": "HEYtech", + "nl": "HEYtech", + "fr": "HEYtech", + "it": "HEYtech", + "es": "HEYtech", + "pl": "HEYtech", + "zh-cn": "HEYtech" }, "branch": "master", - "github": "https://github.com/foxthefox/ioBroker.fritzdect", - "installs": 13253, - "weekDownloads": 1081, - "stars": 32, - "issues": 18, + "github": "https://github.com/Jey-Cee/ioBroker.heytech", + "installs": 27, + "weekDownloads": 21, + "stars": 4, + "issues": 2, "score": 1 }, - "beckhoff": { + "hs100": { "title": { - "de": "beckhoff", - "en": "beckhoff", - "ru": "beckhoff", - "zh-cn": "beckhoff" + "de": "hs100", + "en": "hs100", + "ru": "hs100", + "zh-cn": "hs100" }, - "content": "adapterref/iobroker.beckhoff/README.md", - "icon": "adapterref/iobroker.beckhoff/beckhoff.png", - "keywords": "beckhoff, ads, plc, sps, steuerung, twincat", - "authors": "dkleber89 ", + "content": "adapterref/iobroker.hs100/README.md", + "icon": "adapterref/iobroker.hs100/hs100.png", + "keywords": "ioBroker, hs100, tp-link, home automation", + "authors": "arteck ", "license": "MIT", - "published": "2018-11-01T17:44:00.917Z", - "version": "1.5.2", - "latestVersion": "1.5.2", + "published": "2017-08-08T19:55:36.776Z", + "version": "2.1.2", + "latestVersion": "2.1.2", "materialize": true, "compact": true, "description": { - "en": "ioBroker Beckhoff TwinCat ADS Adapter to communicate with Beckhoff Automation System", - "de": "ioBroker Beckhoff TwinCat ADS Adapter für den Datenaustausch mit einer Beckhoff Steuerung", - "ru": "ioBroker компания Beckhoff TwinCAT с АДС адаптер для связи с системой автоматизации компании Beckhoff ", - "pt": "ioBroker Beckhoff TwinCat ANÚNCIOS Adaptador para se comunicar com Beckhoff Sistema de Automação", - "nl": "ioBroker Beckhoff TwinCat ADVERTENTIES Adapter te kunnen communiceren met Beckhoff Automation-Systeem", - "fr": "ioBroker Beckhoff TwinCat ANNONCES Adaptateur pour communiquer avec Beckhoff Automation Système", - "it": "ioBroker Beckhoff TwinCat ANNUNCI Adapter di comunicare con il Sistema di Automazione Beckhoff", - "es": "ioBroker Beckhoff TwinCat ANUNCIOS Adaptador para comunicarse con Beckhoff Automation System", - "pl": "ioBroker firma Beckhoff TwinCAT z TD adapter do komunikacji z systemem sterowania firmy Beckhoff ", - "zh-cn": "ioBroker面实时传递到自动化控制系统中。器的广告通信方面的自动化系统", - "uk": "Адаптер ioBroker Beckhoff TwinCat ADS для зв’язку із системою автоматизації Beckhoff" + "en": "connects TP-Link Plugs and Bulbs to ioBroker", + "de": "verbindet TP-Link Geräte mit ioBroker", + "ru": "подключает устройства TP-Link Plugs к ioBroker", + "pt": "liga dispositivos TP-Link Plugs a ioBroker", + "nl": "verbindt TP-Link Plugs met ioBroker", + "fr": "connecte les périphériques TP-Link Plugs à ioBroker", + "it": "collega i dispositivi TP-Link Plugs a ioBroker", + "es": "conecta dispositivos TP-Link Plugs a ioBroker", + "pl": "łączy urządzenia TP-Link Plugs z ioBroker" }, "titleFull": { - "en": "Beckhoff TwinCat ADS", - "de": "Beckhoff TwinCat ADS", - "ru": "Объявления компании Beckhoff TwinCAT с ", - "pt": "Beckhoff TwinCat ANÚNCIOS", - "nl": "Beckhoff TwinCat ADVERTENTIES", - "fr": "Beckhoff TwinCat ANNONCES", - "it": "Beckhoff TwinCat ANNUNCI", - "es": "Beckhoff TwinCat ANUNCIOS", - "pl": "Ogłoszenia firmy Beckhoff TwinCAT z ", - "zh-cn": "面广告实时传递到自动化控制系统中。", - "uk": "Beckhoff TwinCat ADS" + "en": "hs100", + "de": "hs100", + "ru": "hs100", + "pt": "hs100", + "nl": "hs100", + "fr": "hs100", + "it": "hs100", + "es": "hs100", + "pl": "hs100" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.beckhoff", - "installs": 261, - "weekDownloads": 8, - "stars": 18, - "issues": 7, + "github": "https://github.com/arteck/ioBroker.hs100", + "installs": 2546, + "weekDownloads": 111, + "stars": 16, + "issues": 9, "score": 1 }, - "extron": { + "hp-ilo": { "title": { - "de": "extron", - "en": "extron", - "ru": "extron", - "zh-cn": "extron" + "de": "hp-ilo", + "en": "hp-ilo", + "ru": "hp-ilo", + "zh-cn": "hp-ilo" }, - "content": "adapterref/iobroker.extron/README.md", - "icon": "adapterref/iobroker.extron/extron.png", - "keywords": "extron", - "authors": "Bannsaenger , mschlgl ", - "license": "CC-BY-NC-4.0", - "published": "2021-01-10T01:09:45.392Z", - "version": "-.-.-", - "latestVersion": "0.2.0", + "content": "adapterref/iobroker.hp-ilo/README.md", + "icon": "adapterref/iobroker.hp-ilo/hp-ilo.png", + "keywords": "hp-ilo, HP, Hewlett-Packard, Hewlett, Packard, ILO, Integrated, Lights-out", + "authors": "Sebastian Schultz ", + "license": "MIT", + "published": "2018-04-12T00:00:39.833Z", + "version": "1.0.6", + "latestVersion": "1.0.6", "materialize": true, "compact": true, "description": { - "en": "Extron SIS adapter", - "de": "Extron SIS-Adapter", - "ru": "Адаптер Extron SIS", - "pt": "Adaptador Extron SIS", - "nl": "Extron SIS-adapter", - "fr": "Adaptateur SIS Extron", - "it": "Adattatore SIS di Extron", - "es": "Adaptador SIS de Extron", - "pl": "Adapter Extron SIS", - "zh-cn": "Extron SIS适配器" - }, - "titleFull": { - "en": "Extron SIS", - "de": "Extron SIS", - "ru": "Extron SIS", - "pt": "Extron SIS", - "nl": "Extron SIS", - "fr": "Extron SIS", - "it": "Extron SIS", - "es": "Extron SIS", - "pl": "Extron SIS", - "zh-cn": "Extron SIS" - }, - "branch": "master", - "github": "https://github.com/Bannsaenger/ioBroker.extron", - "installs": 6, - "weekDownloads": 1, - "stars": 1, - "issues": 1, - "score": 1 - }, - "enocean": { - "title": { - "de": "enocean", - "en": "enocean", - "ru": "enocean", - "zh-cn": "enocean" - }, - "content": "adapterref/iobroker.enocean/README.md", - "icon": "adapterref/iobroker.enocean/enocean.png", - "keywords": "EnOcean, Love", - "authors": "Jey Cee ", - "license": "CC-BY-NC-3.0", - "published": "2018-04-29T15:50:19.699Z", - "version": "-.-.-", - "latestVersion": "0.9.0", - "materialize": true, - "compact": true, - "description": { - "en": "Connects EnOcean devices via USB/Serial devices with TCM300 Chips", - "de": "Verbindet EnOcean-Geräte über USB / Seriell-Geräte mit TCM300-Chips", - "ru": "Подключает устройства EnOcean через USB / последовательные устройства с чипами TCM300", - "pt": "Conecta dispositivos EnOcean via dispositivos USB / Serial com chips TCM300", - "nl": "Verbindt EnOcean-apparaten via USB / seriële apparaten met TCM300-chips", - "fr": "Connecte les appareils EnOcean via des appareils USB / série avec des puces TCM300", - "it": "Collega i dispositivi EnOcean tramite dispositivi USB / seriali con chip TCM300", - "es": "Conecta dispositivos EnOcean a través de dispositivos USB / serie con chips TCM300", - "pl": "Łączy urządzenia EnOcean za pośrednictwem urządzeń USB / szeregowych z chipami TCM300", - "zh-cn": "通过带有TCM300芯片的USB /串行设备连接EnOcean设备" - }, - "titleFull": { - "en": "EnOcean", - "de": "EnOcean", - "ru": "EnOcean", - "pt": "EnOcean", - "nl": "EnOcean", - "fr": "EnOcean", - "it": "EnOcean", - "es": "EnOcean", - "pl": "EnOcean", - "zh-cn": "EnOcean" - }, - "branch": "master", - "github": "https://github.com/jey-cee/ioBroker.enocean", - "installs": 365, - "weekDownloads": 37, - "stars": 22, - "issues": 20, - "score": 1 - }, - "hs100": { - "title": { - "de": "hs100", - "en": "hs100", - "ru": "hs100", - "zh-cn": "hs100" - }, - "content": "adapterref/iobroker.hs100/README.md", - "icon": "adapterref/iobroker.hs100/hs100.png", - "keywords": "ioBroker, hs100, tp-link, home automation", - "authors": "arteck ", - "license": "MIT", - "published": "2017-08-08T19:55:36.776Z", - "version": "2.1.2", - "latestVersion": "2.1.2", - "materialize": true, - "compact": true, - "description": { - "en": "connects TP-Link Plugs and Bulbs to ioBroker", - "de": "verbindet TP-Link Geräte mit ioBroker", - "ru": "подключает устройства TP-Link Plugs к ioBroker", - "pt": "liga dispositivos TP-Link Plugs a ioBroker", - "nl": "verbindt TP-Link Plugs met ioBroker", - "fr": "connecte les périphériques TP-Link Plugs à ioBroker", - "it": "collega i dispositivi TP-Link Plugs a ioBroker", - "es": "conecta dispositivos TP-Link Plugs a ioBroker", - "pl": "łączy urządzenia TP-Link Plugs z ioBroker" - }, - "titleFull": { - "en": "hs100", - "de": "hs100", - "ru": "hs100", - "pt": "hs100", - "nl": "hs100", - "fr": "hs100", - "it": "hs100", - "es": "hs100", - "pl": "hs100" - }, - "branch": "master", - "github": "https://github.com/arteck/ioBroker.hs100", - "installs": 2552, - "weekDownloads": 52, - "stars": 16, - "issues": 5, - "score": 1 - }, - "hp-ilo": { - "title": { - "de": "hp-ilo", - "en": "hp-ilo", - "ru": "hp-ilo", - "zh-cn": "hp-ilo" - }, - "content": "adapterref/iobroker.hp-ilo/README.md", - "icon": "adapterref/iobroker.hp-ilo/hp-ilo.png", - "keywords": "hp-ilo, HP, Hewlett-Packard, Hewlett, Packard, ILO, Integrated, Lights-out", - "authors": "Sebastian Schultz ", - "license": "MIT", - "published": "2018-04-12T00:00:39.833Z", - "version": "1.0.6", - "latestVersion": "1.0.6", - "materialize": true, - "compact": true, - "description": { - "en": "Reads temperature data of Hewlett-Packard servers with Integrated Lights-out (ILO)", - "de": "Liest Temperaturdaten von Hewlett-Packard Servern mit Integrated Lights-out (ILO) aus", - "ru": "Reads temperature data of Hewlett-Packard servers with Integrated Lights-out (ILO)" + "en": "Reads temperature data of Hewlett-Packard servers with Integrated Lights-out (ILO)", + "de": "Liest Temperaturdaten von Hewlett-Packard Servern mit Integrated Lights-out (ILO) aus", + "ru": "Reads temperature data of Hewlett-Packard servers with Integrated Lights-out (ILO)" }, "titleFull": "HP ILO", "branch": "master", "github": "https://github.com/SebastianSchultz/iobroker.hp-ilo", "installs": 236, - "weekDownloads": 10, + "weekDownloads": 20, "stars": 4, "issues": 6, "score": 1 }, - "hilink": { - "title": { - "de": "hilink", - "en": "hilink", - "ru": "hilink", - "zh-cn": "hilink" - }, - "content": "adapterref/iobroker.hilink/README.md", - "icon": "adapterref/iobroker.hilink/hilink.png", - "keywords": "hilink, vis, GUI, graphical, scada", - "authors": "bondrogeen ", - "license": "MIT", - "published": "2017-09-23T22:28:29.721Z", - "version": "-.-.-", - "latestVersion": "0.2.7", - "materialize": true, - "description": { - "en": "ioBroker hilink Adapter", - "de": "ioBroker Hilink Adapter", - "ru": "ioBroker Hilink драйвер" - }, - "titleFull": "Hilink", - "branch": "master", - "github": "https://github.com/bondrogeen/iobroker.hilink", - "installs": 33, - "weekDownloads": 2, - "stars": 3, - "issues": 13, - "score": 1 - }, - "heytech": { + "hmip": { "title": { - "de": "heytech", - "en": "heytech", - "ru": "heytech", - "zh-cn": "heytech" + "de": "hmip", + "en": "hmip", + "ru": "hmip", + "zh-cn": "hmip" }, - "content": "adapterref/iobroker.heytech/README.md", - "icon": "adapterref/iobroker.heytech/heytech.png", - "keywords": "iobroker, shutter, shutter control, heytech,", - "authors": "Jey Cee, Ansgar Schulte", + "content": "adapterref/iobroker.hmip/README.md", + "icon": "adapterref/iobroker.hmip/homematic.png", + "keywords": "hardware, homematic, hm", + "authors": "jogibear9988 ", "license": "MIT", - "published": "2019-04-10T21:59:47.753Z", - "version": "1.0.6", - "latestVersion": "1.0.6", + "published": "2019-01-17T19:47:03.713Z", + "version": "1.20.0", + "latestVersion": "1.20.0", "materialize": true, "compact": true, "description": { - "en": "Connect to and control HEYtech devices. https://rolladensteuerung.de/", - "de": "Anschließen und Steuern von HEYtech-Geräten. https://rolladensteuerung.de/", - "ru": "Подключайтесь и управляйте устройствами HEYtech. https://rolladensteuerung.de/", - "pt": "Conecte e controle dispositivos HEYtech. https://rolladensteuerung.de/", - "nl": "Maak verbinding met HEYtech-apparaten en bedien deze. https://rolladensteuerung.de/", - "fr": "Connectez-vous à et contrôlez les appareils HEYtech. https://rolladensteuerung.de/", - "it": "Connetti e controlla i dispositivi HEYtech. https://rolladensteuerung.de/", - "es": "Conectar y controlar dispositivos HEYtech. https://rolladensteuerung.de/", - "pl": "Połącz się i kontroluj urządzenia HEYtech. https://rolladensteuerung.de/", - "zh-cn": "连接并控制HEYtech设备" + "en": "HomeMaticIP Cloud AccessPoint", + "de": "HomeMatic IP Cloud-Zugriffspunkt", + "ru": "Точка доступа HomeMatic IP Cloud", + "pt": "Ponto de acesso da nuvem IP da HomeMatic", + "nl": "HomeMatic IP Cloud Access Point", + "fr": "Point d'accès IP HomeMatic Cloud", + "it": "HomeMatic IP Cloud Access Point", + "es": "Punto de acceso HomeMatic IP Cloud", + "pl": "Punkt dostępu do chmury internetowej HomeMatic", + "zh-cn": "HomeMatic IP云接入点" }, "titleFull": { - "en": "HEYtech", - "de": "HEYtech", - "ru": "HEYtech", - "pt": "HEYtech", - "nl": "HEYtech", - "fr": "HEYtech", - "it": "HEYtech", - "es": "HEYtech", - "pl": "HEYtech", - "zh-cn": "HEYtech" + "en": "HomeMaticIP Cloud AccessPoint", + "de": "HomeMatic IP Cloud-Zugriffspunkt", + "ru": "Точка доступа HomeMatic IP Cloud", + "pt": "Ponto de acesso da nuvem IP da HomeMatic", + "nl": "HomeMatic IP Cloud Access Point", + "fr": "Point d'accès IP HomeMatic Cloud", + "it": "HomeMatic IP Cloud Access Point", + "es": "Punto de acceso HomeMatic IP Cloud", + "pl": "Punkt dostępu do chmury internetowej HomeMatic", + "zh-cn": "HomeMatic IP云接入点" }, "branch": "master", - "github": "https://github.com/Jey-Cee/ioBroker.heytech", - "installs": 26, - "weekDownloads": 4, - "stars": 4, - "issues": 2, + "github": "https://github.com/iobroker-community-adapters/ioBroker.hmip", + "installs": 6226, + "weekDownloads": 270, + "stars": 30, + "issues": 31, "score": 1 }, "i2c": { @@ -8777,122 +8549,22 @@ "branch": "master", "github": "https://github.com/UncleSamSwiss/ioBroker.i2c", "installs": 659, - "weekDownloads": 85, + "weekDownloads": 51, "stars": 18, "issues": 41, "score": 1 }, - "hmip": { + "jeelink": { "title": { - "de": "hmip", - "en": "hmip", - "ru": "hmip", - "zh-cn": "hmip" + "de": "jeelink", + "en": "jeelink", + "ru": "jeelink", + "zh-cn": "jeelink" }, - "content": "adapterref/iobroker.hmip/README.md", - "icon": "adapterref/iobroker.hmip/homematic.png", - "keywords": "hardware, homematic, hm", - "authors": "jogibear9988 ", - "license": "MIT", - "published": "2019-01-17T19:47:03.713Z", - "version": "1.20.0", - "latestVersion": "1.20.0", - "materialize": true, - "compact": true, - "description": { - "en": "HomeMaticIP Cloud AccessPoint", - "de": "HomeMatic IP Cloud-Zugriffspunkt", - "ru": "Точка доступа HomeMatic IP Cloud", - "pt": "Ponto de acesso da nuvem IP da HomeMatic", - "nl": "HomeMatic IP Cloud Access Point", - "fr": "Point d'accès IP HomeMatic Cloud", - "it": "HomeMatic IP Cloud Access Point", - "es": "Punto de acceso HomeMatic IP Cloud", - "pl": "Punkt dostępu do chmury internetowej HomeMatic", - "zh-cn": "HomeMatic IP云接入点" - }, - "titleFull": { - "en": "HomeMaticIP Cloud AccessPoint", - "de": "HomeMatic IP Cloud-Zugriffspunkt", - "ru": "Точка доступа HomeMatic IP Cloud", - "pt": "Ponto de acesso da nuvem IP da HomeMatic", - "nl": "HomeMatic IP Cloud Access Point", - "fr": "Point d'accès IP HomeMatic Cloud", - "it": "HomeMatic IP Cloud Access Point", - "es": "Punto de acceso HomeMatic IP Cloud", - "pl": "Punkt dostępu do chmury internetowej HomeMatic", - "zh-cn": "HomeMatic IP云接入点" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.hmip", - "installs": 6144, - "weekDownloads": 171, - "stars": 30, - "issues": 31, - "score": 1 - }, - "klf200": { - "title": { - "de": "klf200", - "en": "klf200", - "ru": "klf200", - "zh-cn": "klf200" - }, - "content": "adapterref/iobroker.klf200/README.md", - "icon": "adapterref/iobroker.klf200/klf200.png", - "keywords": "KLF-200, VELUX", - "authors": "Michael Schroeder ", - "license": "MIT", - "published": "2018-08-05T19:05:55.098Z", - "version": "1.0.1", - "latestVersion": "1.0.1", - "materialize": true, - "compact": true, - "description": { - "en": "Controls products and scenes connected to a KLF-200 interface", - "de": "Steuert Produkte und Szenen, die an eine KLF-200-Schnittstelle angeschlossen sind", - "ru": "Управляет продуктами и сценами, подключенными к интерфейсу KLF-200", - "pt": "Controla produtos e cenas conectadas a uma interface KLF-200", - "nl": "Bestuurt producten en scènes die zijn aangesloten op een KLF-200-interface", - "fr": "Contrôle des produits et des scènes connectés à une interface KLF-200", - "it": "Controlla i prodotti e le scene connesse a un'interfaccia KLF-200", - "es": "Controla productos y escenas conectadas a una interfaz KLF-200", - "pl": "Kontroluje produkty i sceny podłączone do interfejsu KLF-200", - "zh-cn": "控制连接到KLF-200接口的产品和场景", - "uk": "Керує продуктами та сценами, підключеними до інтерфейсу KLF-200" - }, - "titleFull": { - "en": "KLF-200", - "de": "KLF-200", - "ru": "KLF-200", - "pt": "KLF-200", - "nl": "KLF-200", - "fr": "KLF-200", - "it": "KLF-200", - "es": "KLF-200", - "pl": "KLF-200", - "zh-cn": "KLF-200", - "uk": "КЛФ-200" - }, - "branch": "master", - "github": "https://github.com/MiSchroe/ioBroker.klf200", - "installs": 969, - "weekDownloads": 41, - "stars": 16, - "issues": 18, - "score": 1 - }, - "jeelink": { - "title": { - "de": "jeelink", - "en": "jeelink", - "ru": "jeelink", - "zh-cn": "jeelink" - }, - "content": "adapterref/iobroker.jeelink/README.md", - "icon": "adapterref/iobroker.jeelink/jeelab_logo.png", - "keywords": "jeelink, openenergy, RFM, LaCrosse, emonTH", - "authors": "foxthefox ", + "content": "adapterref/iobroker.jeelink/README.md", + "icon": "adapterref/iobroker.jeelink/jeelab_logo.png", + "keywords": "jeelink, openenergy, RFM, LaCrosse, emonTH", + "authors": "foxthefox ", "license": "MIT", "published": "2017-01-22T15:51:48.773Z", "version": "0.1.4", @@ -8927,8 +8599,8 @@ }, "branch": "master", "github": "https://github.com/foxthefox/ioBroker.jeelink", - "installs": 494, - "weekDownloads": 121, + "installs": 488, + "weekDownloads": 45, "stars": -1 }, "kecontact": { @@ -8976,10 +8648,58 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.kecontact", - "installs": 685, - "weekDownloads": 41, + "installs": 702, + "weekDownloads": 94, "stars": 9, - "issues": 0, + "issues": 1, + "score": 1 + }, + "loqed": { + "title": { + "de": "loqed", + "en": "loqed", + "ru": "loqed", + "zh-cn": "loqed" + }, + "content": "adapterref/iobroker.loqed/README.md", + "icon": "adapterref/iobroker.loqed/loqed.png", + "keywords": "LOQED, smart lock, alarm", + "authors": "foxriver76 ", + "license": "MIT", + "published": "2022-09-09T13:01:39.877Z", + "version": "0.3.1", + "latestVersion": "0.3.1", + "compact": true, + "description": { + "en": "Control LOQED smart locks", + "de": "Steuern Sie LOQED Smart Locks", + "ru": "Управляйте умными замками LOQED", + "pt": "Controlar fechaduras inteligentes LOQED", + "nl": "Bedien LOQED slimme sloten", + "fr": "Contrôlez les serrures intelligentes LOQED", + "it": "Controlla le serrature intelligenti LOQED", + "es": "Controle las cerraduras inteligentes LOQED", + "pl": "Sterowanie inteligentnymi zamkami LOQED", + "zh-cn": "控制 LOQED 智能锁" + }, + "titleFull": { + "en": "LOQED", + "de": "LOQED", + "ru": "LOQED", + "pt": "LOQED", + "nl": "LOQED", + "fr": "LOQED", + "it": "LOQED", + "es": "LOQED", + "pl": "LOQED", + "zh-cn": "LOQED" + }, + "branch": "main", + "github": "https://github.com/foxriver76/ioBroker.loqed", + "installs": 438, + "weekDownloads": 61, + "stars": -1, + "issues": 2, "score": 1 }, "lametric": { @@ -9027,70 +8747,164 @@ "branch": "master", "github": "https://github.com/klein0r/ioBroker.lametric", "installs": 418, - "weekDownloads": 77, + "weekDownloads": 71, "stars": 14, - "issues": 3, + "issues": 4, "score": 1 }, - "megad": { + "bambulab": { "title": { - "de": "megad", - "en": "megad", - "ru": "megad", - "zh-cn": "megad" + "de": "bambulab", + "en": "bambulab", + "ru": "bambulab", + "zh-cn": "bambulab" }, - "content": "adapterref/iobroker.megad/README.md", - "icon": "adapterref/iobroker.megad/megad.png", - "keywords": "Mega-D, communication", - "authors": "bluefox ", + "content": "adapterref/iobroker.bambulab/README.md", + "icon": "adapterref/iobroker.bambulab/bambulab.png", + "keywords": "bambulab, 3d-printing", + "authors": "DutchmanNL ", "license": "MIT", - "published": "2015-03-20T23:02:25.119Z", - "version": "1.2.1", - "latestVersion": "1.2.1", + "published": "2023-07-23T19:38:16.393Z", + "version": "-.-.-", + "latestVersion": "0.1.5", + "compact": true, "description": { - "en": "Lets control the MegaD-328 over ethernet/internet (http://www.ab-log.ru/smart-house/ethernet/megad-328)", - "de": "Ermöglicht die steuerung von MegaD-328 über Ethernet/Internet (http://www.ab-log.ru/smart-house/ethernet/megad-328)", - "ru": "Позволяет управлять MegaD-328 через ethernet/интернет (http://www.ab-log.ru/smart-house/ethernet/megad-328)" + "en": "Connects to Bambulab 3d printers to retrieve data of current print and control main aspects", + "de": "Verbindet sich mit Bambulab-3D-Druckern, um Daten des aktuellen Drucks abzurufen und Hauptaspekte zu steuern", + "ru": "Подключается к 3D-принтерам Bambulab для получения данных о текущей печати и управления основными аспектами.", + "pt": "Conecta-se às impressoras 3D Bambulab para recuperar dados de impressão atual e controlar os principais aspectos", + "nl": "Maakt verbinding met Bambulab 3D-printers om gegevens op te halen over de huidige afdruk- en controleaspecten", + "fr": "Se connecte aux imprimantes 3d Bambulab pour récupérer les données d'impression en cours et contrôler les principaux aspects", + "it": "Si collega alle stampanti 3D Bambulab per recuperare i dati della stampa corrente e controllare gli aspetti principali", + "es": "Se conecta a impresoras 3d Bambulab para recuperar datos de impresión actual y controlar aspectos principales", + "pl": "Łączy się z drukarkami 3D Bambulab, aby pobierać dane dotyczące bieżącego drukowania i kontrolować główne aspekty", + "uk": "Підключається до 3d-принтерів Bambulab для отримання даних поточного друку та контролю основних аспектів", + "zh-cn": "连接到 Bambulab 3D 打印机以检索当前打印的数据并控制主要方面" }, - "titleFull": "Mega-D Adapter", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.megad", - "installs": 37, - "weekDownloads": 2, - "stars": 1, - "issues": 16, + "titleFull": { + "en": "Bambulab 3d Printer integration", + "de": "Integration des Bambulab 3D-Druckers", + "ru": "Интеграция с 3D-принтером Bambulab", + "pt": "Integração da impressora 3D Bambulab", + "nl": "Bambulab 3D Printer integratie", + "fr": "Intégration de l'imprimante 3d Bambulab", + "it": "Integrazione della stampante 3d Bambulab", + "es": "Integración de la impresora 3d Bambulab", + "pl": "Integracja drukarki 3D Bambulab", + "uk": "Інтеграція 3d принтера Bambulab", + "zh-cn": "Bambulab 3D 打印机集成" + }, + "branch": "main", + "github": "https://github.com/DrozmotiX/ioBroker.bambulab", + "installs": 97, + "weekDownloads": 12, + "stars": 7, + "issues": 14, "score": 1 }, - "megaesp": { + "beckhoff": { "title": { - "de": "megaesp", - "en": "megaesp", - "ru": "megaesp", - "zh-cn": "megaesp" + "de": "beckhoff", + "en": "beckhoff", + "ru": "beckhoff", + "zh-cn": "beckhoff" }, - "content": "adapterref/iobroker.megaesp/README.md", - "icon": "adapterref/iobroker.megaesp/megad.png", - "keywords": "Mega-ESP, communication", - "authors": "aushaus ", + "content": "adapterref/iobroker.beckhoff/README.md", + "icon": "adapterref/iobroker.beckhoff/beckhoff.png", + "keywords": "beckhoff, ads, plc, sps, steuerung, twincat", + "authors": "dkleber89 ", "license": "MIT", - "published": "2017-03-16T07:01:19.216Z", - "version": "0.1.0", - "latestVersion": "0.1.0", + "published": "2018-11-01T17:44:00.917Z", + "version": "1.5.2", + "latestVersion": "1.5.2", + "materialize": true, + "compact": true, "description": { - "en": "Lets control the Mega-ESP over ethernet/internet (http://www.ab-log.ru/forum/viewtopic.php?f=1&t=1130)", - "de": "Ermöglicht die steuerung von Mega-ESP über Ethernet/Internet (http://www.ab-log.ru/forum/viewtopic.php?f=1&t=1130)", - "ru": "Позволяет управлять Mega-ESP через ethernet/интернет (http://www.ab-log.ru/forum/viewtopic.php?f=1&t=1130)" - }, - "titleFull": "Mega-ESP Adapter", - "branch": "master", - "github": "https://github.com/ausHaus/ioBroker.megaesp", - "installs": 320, - "weekDownloads": 9, - "stars": 3, - "issues": 11, - "score": 1 - }, - "megadd": { + "en": "ioBroker Beckhoff TwinCat ADS Adapter to communicate with Beckhoff Automation System", + "de": "ioBroker Beckhoff TwinCat ADS Adapter für den Datenaustausch mit einer Beckhoff Steuerung", + "ru": "ioBroker компания Beckhoff TwinCAT с АДС адаптер для связи с системой автоматизации компании Beckhoff ", + "pt": "ioBroker Beckhoff TwinCat ANÚNCIOS Adaptador para se comunicar com Beckhoff Sistema de Automação", + "nl": "ioBroker Beckhoff TwinCat ADVERTENTIES Adapter te kunnen communiceren met Beckhoff Automation-Systeem", + "fr": "ioBroker Beckhoff TwinCat ANNONCES Adaptateur pour communiquer avec Beckhoff Automation Système", + "it": "ioBroker Beckhoff TwinCat ANNUNCI Adapter di comunicare con il Sistema di Automazione Beckhoff", + "es": "ioBroker Beckhoff TwinCat ANUNCIOS Adaptador para comunicarse con Beckhoff Automation System", + "pl": "ioBroker firma Beckhoff TwinCAT z TD adapter do komunikacji z systemem sterowania firmy Beckhoff ", + "zh-cn": "ioBroker面实时传递到自动化控制系统中。器的广告通信方面的自动化系统", + "uk": "Адаптер ioBroker Beckhoff TwinCat ADS для зв’язку із системою автоматизації Beckhoff" + }, + "titleFull": { + "en": "Beckhoff TwinCat ADS", + "de": "Beckhoff TwinCat ADS", + "ru": "Объявления компании Beckhoff TwinCAT с ", + "pt": "Beckhoff TwinCat ANÚNCIOS", + "nl": "Beckhoff TwinCat ADVERTENTIES", + "fr": "Beckhoff TwinCat ANNONCES", + "it": "Beckhoff TwinCat ANNUNCI", + "es": "Beckhoff TwinCat ANUNCIOS", + "pl": "Ogłoszenia firmy Beckhoff TwinCAT z ", + "zh-cn": "面广告实时传递到自动化控制系统中。", + "uk": "Beckhoff TwinCat ADS" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.beckhoff", + "installs": 258, + "weekDownloads": 51, + "stars": 18, + "issues": 7, + "score": 1 + }, + "klf200": { + "title": { + "de": "klf200", + "en": "klf200", + "ru": "klf200", + "zh-cn": "klf200" + }, + "content": "adapterref/iobroker.klf200/README.md", + "icon": "adapterref/iobroker.klf200/klf200.png", + "keywords": "KLF-200, VELUX", + "authors": "Michael Schroeder ", + "license": "MIT", + "published": "2018-08-05T19:05:55.098Z", + "version": "1.0.1", + "latestVersion": "1.0.1", + "materialize": true, + "compact": true, + "description": { + "en": "Controls products and scenes connected to a KLF-200 interface", + "de": "Steuert Produkte und Szenen, die an eine KLF-200-Schnittstelle angeschlossen sind", + "ru": "Управляет продуктами и сценами, подключенными к интерфейсу KLF-200", + "pt": "Controla produtos e cenas conectadas a uma interface KLF-200", + "nl": "Bestuurt producten en scènes die zijn aangesloten op een KLF-200-interface", + "fr": "Contrôle des produits et des scènes connectés à une interface KLF-200", + "it": "Controlla i prodotti e le scene connesse a un'interfaccia KLF-200", + "es": "Controla productos y escenas conectadas a una interfaz KLF-200", + "pl": "Kontroluje produkty i sceny podłączone do interfejsu KLF-200", + "zh-cn": "控制连接到KLF-200接口的产品和场景", + "uk": "Керує продуктами та сценами, підключеними до інтерфейсу KLF-200" + }, + "titleFull": { + "en": "KLF-200", + "de": "KLF-200", + "ru": "KLF-200", + "pt": "KLF-200", + "nl": "KLF-200", + "fr": "KLF-200", + "it": "KLF-200", + "es": "KLF-200", + "pl": "KLF-200", + "zh-cn": "KLF-200", + "uk": "КЛФ-200" + }, + "branch": "master", + "github": "https://github.com/MiSchroe/ioBroker.klf200", + "installs": 956, + "weekDownloads": 45, + "stars": 16, + "issues": 18, + "score": 1 + }, + "megadd": { "title": { "de": "megadd", "en": "megadd", @@ -9114,106 +8928,58 @@ "branch": "master", "github": "https://github.com/ausHaus/ioBroker.megadd", "installs": 49, - "weekDownloads": 1, + "weekDownloads": 11, "stars": 1, "issues": 16, "score": 1 }, - "linux-control": { + "extron": { "title": { - "de": "linux-control", - "en": "linux-control", - "ru": "linux-control", - "zh-cn": "linux-control" + "de": "extron", + "en": "extron", + "ru": "extron", + "zh-cn": "extron" }, - "content": "adapterref/iobroker.linux-control/README.md", - "icon": "adapterref/iobroker.linux-control/linux-control.png", - "keywords": "linux, control, ssh, remote", - "authors": "Scrounger ", - "license": "MIT", - "published": "2020-05-15T20:33:21.015Z", - "version": "1.1.5", - "latestVersion": "1.1.5", + "content": "adapterref/iobroker.extron/README.md", + "icon": "adapterref/iobroker.extron/extron.png", + "keywords": "extron", + "authors": "Bannsaenger , mschlgl ", + "license": "CC-BY-NC-4.0", + "published": "2021-01-10T01:09:45.392Z", + "version": "-.-.-", + "latestVersion": "0.2.0", "materialize": true, "compact": true, "description": { - "en": "Controlling Linux devices and information about your system", - "de": "Steuern von Linux-Geräten und Informationen zu Ihrem System", - "ru": "Управление устройствами Linux и информацией о вашей системе", - "pt": "Controlando dispositivos Linux e informações sobre seu sistema", - "nl": "Controle van Linux-apparaten en informatie over uw systeem", - "fr": "Contrôle des périphériques Linux et des informations sur votre système", - "it": "Controllo dei dispositivi Linux e informazioni sul sistema", - "es": "Control de dispositivos Linux e información sobre su sistema", - "pl": "Kontrolowanie urządzeń z systemem Linux i informacji o systemie", - "zh-cn": "控制Linux设备和有关系统的信息" + "en": "Extron SIS adapter", + "de": "Extron SIS-Adapter", + "ru": "Адаптер Extron SIS", + "pt": "Adaptador Extron SIS", + "nl": "Extron SIS-adapter", + "fr": "Adaptateur SIS Extron", + "it": "Adattatore SIS di Extron", + "es": "Adaptador SIS de Extron", + "pl": "Adapter Extron SIS", + "zh-cn": "Extron SIS适配器" }, "titleFull": { - "en": "Linux Control", - "de": "Linux Control", - "ru": "Linux Control", - "pt": "Linux Control", - "nl": "Linux Control", - "fr": "Linux Control", - "it": "Linux Control", - "es": "Linux Control", - "pl": "Linux Control", - "zh-cn": "Linux Control" + "en": "Extron SIS", + "de": "Extron SIS", + "ru": "Extron SIS", + "pt": "Extron SIS", + "nl": "Extron SIS", + "fr": "Extron SIS", + "it": "Extron SIS", + "es": "Extron SIS", + "pl": "Extron SIS", + "zh-cn": "Extron SIS" }, "branch": "master", - "github": "https://github.com/Scrounger/ioBroker.linux-control", - "installs": 2378, - "weekDownloads": 192, - "stars": 5, - "issues": 13, - "score": 1 - }, - "loqed": { - "title": { - "de": "loqed", - "en": "loqed", - "ru": "loqed", - "zh-cn": "loqed" - }, - "content": "adapterref/iobroker.loqed/README.md", - "icon": "adapterref/iobroker.loqed/loqed.png", - "keywords": "LOQED, smart lock, alarm", - "authors": "foxriver76 ", - "license": "MIT", - "published": "2022-09-09T13:01:39.877Z", - "version": "0.3.1", - "latestVersion": "0.3.1", - "compact": true, - "description": { - "en": "Control LOQED smart locks", - "de": "Steuern Sie LOQED Smart Locks", - "ru": "Управляйте умными замками LOQED", - "pt": "Controlar fechaduras inteligentes LOQED", - "nl": "Bedien LOQED slimme sloten", - "fr": "Contrôlez les serrures intelligentes LOQED", - "it": "Controlla le serrature intelligenti LOQED", - "es": "Controle las cerraduras inteligentes LOQED", - "pl": "Sterowanie inteligentnymi zamkami LOQED", - "zh-cn": "控制 LOQED 智能锁" - }, - "titleFull": { - "en": "LOQED", - "de": "LOQED", - "ru": "LOQED", - "pt": "LOQED", - "nl": "LOQED", - "fr": "LOQED", - "it": "LOQED", - "es": "LOQED", - "pl": "LOQED", - "zh-cn": "LOQED" - }, - "branch": "main", - "github": "https://github.com/foxriver76/ioBroker.loqed", - "installs": 445, - "weekDownloads": 23, - "stars": -1, - "issues": 2, + "github": "https://github.com/Bannsaenger/ioBroker.extron", + "installs": 6, + "weekDownloads": 28, + "stars": 1, + "issues": 1, "score": 1 }, "mihome-plug": { @@ -9246,47 +9012,12 @@ "titleFull": "mihome-plug", "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.mihome-plug", - "installs": 229, - "weekDownloads": 10, + "installs": 226, + "weekDownloads": 14, "stars": 8, "issues": 22, "score": 1 }, - "mikrotik": { - "title": { - "de": "mikrotik", - "en": "mikrotik", - "ru": "mikrotik", - "zh-cn": "mikrotik" - }, - "content": "adapterref/iobroker.mikrotik/README.md", - "icon": "adapterref/iobroker.mikrotik/mikrotik.png", - "keywords": "ioBroker, mikrotik", - "authors": "instalator ", - "license": "MIT", - "published": "2017-07-27T16:46:54.455Z", - "version": "1.1.1", - "latestVersion": "1.1.1", - "materialize": true, - "description": { - "en": "ioBroker mikrotik Adapter", - "de": "ioBroker Mikrotik Adapter", - "ru": "ioBroker Mikrotik драйвер", - "pt": "Modelo de adaptador para o ioBroker", - "fr": "ioBroker adaptateur modèle", - "nl": "ioBroker Mikrotik Adapter" - }, - "titleFull": { - "en": "MikroTik Router" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/iobroker.mikrotik", - "installs": 313, - "weekDownloads": 10, - "stars": 1, - "issues": 2, - "score": 1 - }, "nuki-extended": { "title": { "de": "nuki-extended", @@ -9330,66 +9061,18 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.nuki-extended", - "installs": 2270, - "weekDownloads": 69, + "installs": 2296, + "weekDownloads": 117, "stars": 28, "issues": 27, "score": 1 }, - "nut": { + "nuki": { "title": { - "de": "nut", - "en": "nut", - "ru": "nut", - "zh-cn": "nut" - }, - "content": "adapterref/iobroker.nut/README.md", - "icon": "adapterref/iobroker.nut/nut.png", - "keywords": "iobroker, nut, ups, usv", - "authors": "Apollon77 ", - "license": "MIT", - "published": "2016-07-06T10:12:46.812Z", - "version": "1.6.0", - "latestVersion": "1.6.0", - "compact": true, - "description": { - "en": "Read all data from your UPS/USV via nut protocol", - "de": "Lesen Sie alle Daten von Ihrer USV / USV über das Mutterprotokoll", - "ru": "Считайте все данные с вашего UPS / USV по протоколу Nut", - "pt": "Leia todos os dados do seu UPS / USV via protocolo nut", - "nl": "Lees alle gegevens van uw UPS / USV via een moer-protocol", - "fr": "Lisez toutes les données de votre UPS / USV via le protocole d'écrou", - "it": "Leggi tutti i dati dal tuo UPS / USV tramite protocollo dado", - "es": "Lea todos los datos de su UPS / USV a través del protocolo de tuerca", - "pl": "Odczytaj wszystkie dane z UPS / USV za pomocą protokołu NUT", - "zh-cn": "通过螺母协议从UPS / USV读取所有数据" - }, - "titleFull": { - "en": "Network UPS", - "de": "Netzwerk-USV", - "ru": "Сетевой ИБП", - "pt": "UPS de rede", - "nl": "Netwerk-UPS", - "fr": "Réseau UPS", - "it": "UPS di rete", - "es": "UPS de red", - "pl": "Sieciowy UPS", - "zh-cn": "网络不间断电源" - }, - "branch": "master", - "github": "https://github.com/Apollon77/ioBroker.nut", - "installs": 2241, - "weekDownloads": 81, - "stars": 9, - "issues": 5, - "score": 1 - }, - "nuki": { - "title": { - "de": "nuki", - "en": "nuki", - "ru": "nuki", - "zh-cn": "nuki" + "de": "nuki", + "en": "nuki", + "ru": "nuki", + "zh-cn": "nuki" }, "content": "adapterref/iobroker.nuki/README.md", "icon": "adapterref/iobroker.nuki/nuki-logo.png", @@ -9427,59 +9110,165 @@ }, "branch": "master", "github": "https://github.com/smaragdschlange/ioBroker.nuki", - "installs": 1897, - "weekDownloads": 31, + "installs": 1915, + "weekDownloads": 77, "stars": 28, - "issues": 26, + "issues": 27, "score": 1 }, - "noolitef": { + "megad": { "title": { - "de": "noolitef", - "en": "noolitef", - "ru": "noolitef", - "zh-cn": "noolitef" + "de": "megad", + "en": "megad", + "ru": "megad", + "zh-cn": "megad" }, - "content": "adapterref/iobroker.noolitef/README.md", - "icon": "adapterref/iobroker.noolitef/noolitef.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "Pavel Tsytovich ", + "content": "adapterref/iobroker.megad/README.md", + "icon": "adapterref/iobroker.megad/megad.png", + "keywords": "Mega-D, communication", + "authors": "bluefox ", "license": "MIT", - "published": "2020-01-23T10:33:27.582Z", - "version": "-.-.-", - "latestVersion": "0.0.4", + "published": "2015-03-20T23:02:25.119Z", + "version": "1.2.1", + "latestVersion": "1.2.1", + "description": { + "en": "Lets control the MegaD-328 over ethernet/internet (http://www.ab-log.ru/smart-house/ethernet/megad-328)", + "de": "Ermöglicht die steuerung von MegaD-328 über Ethernet/Internet (http://www.ab-log.ru/smart-house/ethernet/megad-328)", + "ru": "Позволяет управлять MegaD-328 через ethernet/интернет (http://www.ab-log.ru/smart-house/ethernet/megad-328)" + }, + "titleFull": "Mega-D Adapter", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.megad", + "installs": 33, + "weekDownloads": 27, + "stars": 1, + "issues": 16, + "score": 1 + }, + "megaesp": { + "title": { + "de": "megaesp", + "en": "megaesp", + "ru": "megaesp", + "zh-cn": "megaesp" + }, + "content": "adapterref/iobroker.megaesp/README.md", + "icon": "adapterref/iobroker.megaesp/megad.png", + "keywords": "Mega-ESP, communication", + "authors": "aushaus ", + "license": "MIT", + "published": "2017-03-16T07:01:19.216Z", + "version": "0.1.0", + "latestVersion": "0.1.0", + "description": { + "en": "Lets control the Mega-ESP over ethernet/internet (http://www.ab-log.ru/forum/viewtopic.php?f=1&t=1130)", + "de": "Ermöglicht die steuerung von Mega-ESP über Ethernet/Internet (http://www.ab-log.ru/forum/viewtopic.php?f=1&t=1130)", + "ru": "Позволяет управлять Mega-ESP через ethernet/интернет (http://www.ab-log.ru/forum/viewtopic.php?f=1&t=1130)" + }, + "titleFull": "Mega-ESP Adapter", + "branch": "master", + "github": "https://github.com/ausHaus/ioBroker.megaesp", + "installs": 328, + "weekDownloads": 15, + "stars": 3, + "issues": 11, + "score": 1 + }, + "linux-control": { + "title": { + "de": "linux-control", + "en": "linux-control", + "ru": "linux-control", + "zh-cn": "linux-control" + }, + "content": "adapterref/iobroker.linux-control/README.md", + "icon": "adapterref/iobroker.linux-control/linux-control.png", + "keywords": "linux, control, ssh, remote", + "authors": "Scrounger ", + "license": "MIT", + "published": "2020-05-15T20:33:21.015Z", + "version": "1.1.5", + "latestVersion": "1.1.5", "materialize": true, "compact": true, "description": { - "en": "This adapter integrated Noolite-F device into iobroker", - "de": "Dieser Adapter hat das Noolite-F-Gerät in den Iobroker integriert", - "ru": "Этот адаптер интегрировал устройство Noolite-F в iobroker", - "pt": "Este adaptador integrou o dispositivo Noolite-F ao iobroker", - "nl": "Dit in de adapter geïntegreerde Noolite-F-apparaat in iobroker", - "fr": "Cet adaptateur a intégré le périphérique Noolite-F à iobroker", - "it": "Questo adattatore ha integrato il dispositivo Noolite-F in iobroker", - "es": "Este adaptador integró el dispositivo Noolite-F en iobroker", - "pl": "Ten adapter zintegrował urządzenie Noolite-F z iobroker", - "zh-cn": "该适配器将Noolite-F设备集成到iobroker中" + "en": "Controlling Linux devices and information about your system", + "de": "Steuern von Linux-Geräten und Informationen zu Ihrem System", + "ru": "Управление устройствами Linux и информацией о вашей системе", + "pt": "Controlando dispositivos Linux e informações sobre seu sistema", + "nl": "Controle van Linux-apparaten en informatie over uw systeem", + "fr": "Contrôle des périphériques Linux et des informations sur votre système", + "it": "Controllo dei dispositivi Linux e informazioni sul sistema", + "es": "Control de dispositivos Linux e información sobre su sistema", + "pl": "Kontrolowanie urządzeń z systemem Linux i informacji o systemie", + "zh-cn": "控制Linux设备和有关系统的信息" }, "titleFull": { - "en": "Noolite-F device protocol support", - "de": "Unterstützung des Noolite-F-Geräteprotokolls", - "ru": "Поддержка протокола устройства Noolite-F", - "pt": "Suporte ao protocolo de dispositivo Noolite-F", - "nl": "Noolite-F apparaatprotocolondersteuning", - "fr": "Prise en charge du protocole d'appareil Noolite-F", - "it": "Supporto del protocollo per dispositivi Noolite-F", - "es": "Soporte de protocolo del dispositivo Noolite-F", - "pl": "Obsługa protokołu urządzeń Noolite-F", - "zh-cn": "Noolite-F设备协议支持" + "en": "Linux Control", + "de": "Linux Control", + "ru": "Linux Control", + "pt": "Linux Control", + "nl": "Linux Control", + "fr": "Linux Control", + "it": "Linux Control", + "es": "Linux Control", + "pl": "Linux Control", + "zh-cn": "Linux Control" }, "branch": "master", - "github": "https://github.com/paveltsytovich/ioBroker.noolitef", - "installs": 2, - "weekDownloads": 0, - "stars": 2, - "issues": 21, + "github": "https://github.com/Scrounger/ioBroker.linux-control", + "installs": 2393, + "weekDownloads": 195, + "stars": 5, + "issues": 15, + "score": 1 + }, + "nut": { + "title": { + "de": "nut", + "en": "nut", + "ru": "nut", + "zh-cn": "nut" + }, + "content": "adapterref/iobroker.nut/README.md", + "icon": "adapterref/iobroker.nut/nut.png", + "keywords": "iobroker, nut, ups, usv", + "authors": "Apollon77 ", + "license": "MIT", + "published": "2016-07-06T10:12:46.812Z", + "version": "1.6.0", + "latestVersion": "1.6.0", + "compact": true, + "description": { + "en": "Read all data from your UPS/USV via nut protocol", + "de": "Lesen Sie alle Daten von Ihrer USV / USV über das Mutterprotokoll", + "ru": "Считайте все данные с вашего UPS / USV по протоколу Nut", + "pt": "Leia todos os dados do seu UPS / USV via protocolo nut", + "nl": "Lees alle gegevens van uw UPS / USV via een moer-protocol", + "fr": "Lisez toutes les données de votre UPS / USV via le protocole d'écrou", + "it": "Leggi tutti i dati dal tuo UPS / USV tramite protocollo dado", + "es": "Lea todos los datos de su UPS / USV a través del protocolo de tuerca", + "pl": "Odczytaj wszystkie dane z UPS / USV za pomocą protokołu NUT", + "zh-cn": "通过螺母协议从UPS / USV读取所有数据" + }, + "titleFull": { + "en": "Network UPS", + "de": "Netzwerk-USV", + "ru": "Сетевой ИБП", + "pt": "UPS de rede", + "nl": "Netwerk-UPS", + "fr": "Réseau UPS", + "it": "UPS di rete", + "es": "UPS de red", + "pl": "Sieciowy UPS", + "zh-cn": "网络不间断电源" + }, + "branch": "master", + "github": "https://github.com/Apollon77/ioBroker.nut", + "installs": 2246, + "weekDownloads": 87, + "stars": 9, + "issues": 5, "score": 1 }, "oilfox": { @@ -9524,8 +9313,8 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.oilfox", - "installs": 416, - "weekDownloads": 107, + "installs": 414, + "weekDownloads": 55, "stars": 8, "issues": 0, "score": 1 @@ -9574,156 +9363,203 @@ }, "branch": "master", "github": "https://github.com/klein0r/ioBroker.octoprint", - "installs": 2946, - "weekDownloads": 105, + "installs": 2938, + "weekDownloads": 121, "stars": 38, "issues": 8, "score": 1 }, - "owfs": { + "mikrotik": { "title": { - "de": "owfs", - "en": "owfs", - "ru": "owfs", - "zh-cn": "owfs" + "de": "mikrotik", + "en": "mikrotik", + "ru": "mikrotik", + "zh-cn": "mikrotik" }, - "content": "adapterref/iobroker.owfs/README.md", - "icon": "adapterref/iobroker.owfs/owfs.png", - "keywords": "owfs, one wire, 1wire", - "authors": "bluefox ", + "content": "adapterref/iobroker.mikrotik/README.md", + "icon": "adapterref/iobroker.mikrotik/mikrotik.png", + "keywords": "ioBroker, mikrotik", + "authors": "instalator ", "license": "MIT", - "published": "2015-04-16T21:20:18.623Z", - "version": "0.7.0", - "latestVersion": "0.7.0", + "published": "2017-07-27T16:46:54.455Z", + "version": "1.1.1", + "latestVersion": "1.1.1", "materialize": true, - "compact": true, "description": { - "en": "Allows to read 1wire sensors", - "de": "Ermöglicht das Lesen von 1-Draht-Sensoren", - "ru": "Позволяет читать 1-проводные датчики", - "pt": "Permite ler sensores de 1 fio", - "nl": "Maakt het mogelijk om 1wire-sensoren te lezen", - "fr": "Permet de lire les capteurs 1wire", - "it": "Permette di leggere i sensori 1wire", - "es": "Permite leer 1 sensores de cable", - "pl": "Umożliwia odczyt 1 czujników przewodowych", - "zh-cn": "允许读取1wire传感器" + "en": "ioBroker mikrotik Adapter", + "de": "ioBroker Mikrotik Adapter", + "ru": "ioBroker Mikrotik драйвер", + "pt": "Modelo de adaptador para o ioBroker", + "fr": "ioBroker adaptateur modèle", + "nl": "ioBroker Mikrotik Adapter" }, "titleFull": { - "en": "1Wire OWFS", - "de": "1Wire-OWFS", - "ru": "1Wire OWFS", - "pt": "1 Fio OWFS", - "nl": "1Draad OWFS", - "fr": "OWFS à 1 fil", - "it": "1 filo OWFS", - "es": "1 cable OWFS", - "pl": "1Wire OWFS", - "zh-cn": "1Wire OWFS" + "en": "MikroTik Router" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.owfs", - "installs": 573, - "weekDownloads": 19, - "stars": 4, - "issues": 13, + "github": "https://github.com/iobroker-community-adapters/iobroker.mikrotik", + "installs": 315, + "weekDownloads": 35, + "stars": 1, + "issues": 2, "score": 1 }, - "opentherm": { + "canbus": { "title": { - "de": "opentherm", - "en": "opentherm", - "ru": "opentherm", - "zh-cn": "opentherm" + "de": "canbus", + "en": "canbus", + "ru": "canbus", + "zh-cn": "canbus" }, - "content": "adapterref/iobroker.opentherm/README.md", - "icon": "adapterref/iobroker.opentherm/opentherm.png", - "keywords": "heating, opentherm", - "authors": "DutchmanNL ", - "license": "MIT", - "published": "2018-12-08T23:32:27.551Z", - "version": "-.-.-", - "latestVersion": "0.2.5", + "content": "adapterref/iobroker.canbus/README.md", + "icon": "adapterref/iobroker.canbus/canbus.png", + "keywords": "can, bus, can-bus, network", + "authors": "Peter Müller ", + "license": "CC-BY-NC-SA-4.0", + "published": "2020-11-09T16:39:01.835Z", + "version": "1.3.1", + "latestVersion": "1.3.1", "materialize": true, "compact": true, "description": { - "en": "Controlling the central heating system by OpenTherm Gateway", - "de": "Controlling the central heating system by OpenTherm Gateway", - "ru": "Controlling the central heating system by OpenTherm Gateway", - "pt": "Controlling the central heating system by OpenTherm Gateway", - "nl": "Controlling the central heating system by OpenTherm Gateway", - "fr": "Controlling the central heating system by OpenTherm Gateway", - "it": "Controlling the central heating system by OpenTherm Gateway", - "es": "Controlling the central heating system by OpenTherm Gateway", - "pl": "Controlling the central heating system by OpenTherm Gateway", - "zh-cn": "Controlling the central heating system by OpenTherm Gateway" + "en": "CAN Bus integration", + "de": "CAN-Bus-Integration", + "ru": "Интеграция с шиной CAN", + "pt": "Integração de barramento CAN", + "nl": "CAN Bus-integratie", + "fr": "Intégration CAN Bus", + "it": "Integrazione CAN Bus", + "es": "Integración de bus CAN", + "pl": "Integracja z magistralą CAN", + "zh-cn": "CAN总线集成" }, "titleFull": { - "en": "OpenTherm Gateway", - "de": "OpenTherm Gateway", - "ru": "OpenTherm Gateway", - "pt": "OpenTherm Gateway", - "nl": "OpenTherm Gateway", - "fr": "OpenTherm Gateway", - "it": "OpenTherm Gateway", - "es": "OpenTherm Gateway", - "pl": "OpenTherm Gateway", - "zh-cn": "OpenTherm Gateway" + "en": "CAN-Bus", + "de": "CAN-Bus", + "ru": "CAN-Bus", + "pt": "Ônibus pode", + "nl": "CAN-bus", + "fr": "CAN-Bus", + "it": "CAN-Bus", + "es": "Puede transportar", + "pl": "Magistrala CAN", + "zh-cn": "CAN总线" }, "branch": "master", - "github": "https://github.com/DrozmotiX/ioBroker.opentherm", - "installs": 27, - "weekDownloads": 3, - "stars": 5, - "issues": 27, + "github": "https://github.com/crycode-de/ioBroker.canbus", + "installs": 285, + "weekDownloads": 38, + "stars": 9, + "issues": 2, "score": 1 }, - "omron-fins": { + "enocean": { "title": { - "de": "omron-fins", - "en": "omron-fins", - "ru": "omron-fins", - "zh-cn": "omron-fins" + "de": "enocean", + "en": "enocean", + "ru": "enocean", + "zh-cn": "enocean" }, - "content": "adapterref/iobroker.omron-fins/README.md", - "icon": "adapterref/iobroker.omron-fins/omron-fins.png", - "keywords": "SPS, FINS, Omron", - "authors": "thebam ", - "license": "MIT", - "published": "2021-01-01T20:12:37.861Z", + "content": "adapterref/iobroker.enocean/README.md", + "icon": "adapterref/iobroker.enocean/enocean.png", + "keywords": "EnOcean, Love", + "authors": "Jey Cee ", + "license": "CC-BY-NC-3.0", + "published": "2018-04-29T15:50:19.699Z", "version": "-.-.-", - "latestVersion": "0.0.2", + "latestVersion": "0.9.0", "materialize": true, "compact": true, "description": { - "en": "Anbindung für Omron SPS mittels FINS Protokoll", - "de": "Anbindung für Omron SPS mittels FINS Protokoll", - "ru": "Защитные перчатки Omron SPS FINS Protokoll", - "pt": "Anbindung für Omron SPS mittels FINS Protokoll", - "nl": "Anbindung für Omron SPS wanten FINS Protokoll", - "fr": "Anbindung für Omron SPS moufles FINS Protokoll", - "it": "Anbindung für Omron SPS mittels FINS Protokoll", - "es": "Anbindung für Omron SPS mittels ALETAS Protokoll", - "pl": "Anbindung für Omron Rękawice jednopalcowe SPS FINS Protokoll", - "zh-cn": "AnbindungfürOmron SPS手套FINS Protokoll" + "en": "Connects EnOcean devices via USB/Serial devices with TCM300 Chips", + "de": "Verbindet EnOcean-Geräte über USB / Seriell-Geräte mit TCM300-Chips", + "ru": "Подключает устройства EnOcean через USB / последовательные устройства с чипами TCM300", + "pt": "Conecta dispositivos EnOcean via dispositivos USB / Serial com chips TCM300", + "nl": "Verbindt EnOcean-apparaten via USB / seriële apparaten met TCM300-chips", + "fr": "Connecte les appareils EnOcean via des appareils USB / série avec des puces TCM300", + "it": "Collega i dispositivi EnOcean tramite dispositivi USB / seriali con chip TCM300", + "es": "Conecta dispositivos EnOcean a través de dispositivos USB / serie con chips TCM300", + "pl": "Łączy urządzenia EnOcean za pośrednictwem urządzeń USB / szeregowych z chipami TCM300", + "zh-cn": "通过带有TCM300芯片的USB /串行设备连接EnOcean设备" }, "titleFull": { - "en": "Omron-ins", - "de": "Omron-FINS", - "ru": "Омрон-плавники", - "pt": "Omron-barbatanas", - "nl": "Omron-vinnen", - "fr": "Omron-ailerons", - "it": "Omron-pinne", - "es": "Aletas Omron", - "pl": "Płetwy Omron", - "zh-cn": "欧姆龙鳍" + "en": "EnOcean", + "de": "EnOcean", + "ru": "EnOcean", + "pt": "EnOcean", + "nl": "EnOcean", + "fr": "EnOcean", + "it": "EnOcean", + "es": "EnOcean", + "pl": "EnOcean", + "zh-cn": "EnOcean" }, "branch": "master", - "github": "https://github.com/TheBam1990/ioBroker.omron-fins", - "installs": 2, - "weekDownloads": 15, - "stars": 1, + "github": "https://github.com/jey-cee/ioBroker.enocean", + "installs": 361, + "weekDownloads": 57, + "stars": 22, + "issues": 20, + "score": 1 + }, + "hilink": { + "title": { + "de": "hilink", + "en": "hilink", + "ru": "hilink", + "zh-cn": "hilink" + }, + "content": "adapterref/iobroker.hilink/README.md", + "icon": "adapterref/iobroker.hilink/hilink.png", + "keywords": "hilink, vis, GUI, graphical, scada", + "authors": "bondrogeen ", + "license": "MIT", + "published": "2017-09-23T22:28:29.721Z", + "version": "-.-.-", + "latestVersion": "0.2.7", + "materialize": true, + "description": { + "en": "ioBroker hilink Adapter", + "de": "ioBroker Hilink Adapter", + "ru": "ioBroker Hilink драйвер" + }, + "titleFull": "Hilink", + "branch": "master", + "github": "https://github.com/bondrogeen/iobroker.hilink", + "installs": 31, + "weekDownloads": 8, + "stars": 3, + "issues": 13, + "score": 1 + }, + "paw": { + "title": { + "de": "paw", + "en": "paw", + "ru": "paw", + "zh-cn": "paw" + }, + "content": "adapterref/iobroker.paw/README.md", + "icon": "adapterref/iobroker.paw/paw.png", + "keywords": "paw, android, tablet", + "authors": "bondrogeen ", + "license": "MIT", + "published": "2017-04-27T19:59:30.722Z", + "version": "0.3.2", + "latestVersion": "0.3.2", + "materialize": true, + "compact": true, + "description": { + "en": "Android Device Management", + "de": "Android Geräte-Management", + "ru": "Управление android устройством" + }, + "titleFull": "PAW", + "branch": "master", + "github": "https://github.com/bondrogeen/iobroker.paw", + "installs": 830, + "weekDownloads": 22, + "stars": 14, "issues": 16, "score": 1 }, @@ -9769,21 +9605,144 @@ }, "branch": "master", "github": "https://github.com/ioBroker-community-adapters/ioBroker.opi", - "installs": 121, - "weekDownloads": 12, + "installs": 123, + "weekDownloads": 20, "stars": 2, "issues": 17, "score": 1 }, - "pixelit": { + "owfs": { "title": { - "de": "pixelit", - "en": "pixelit", - "ru": "pixelit", - "zh-cn": "pixelit" + "de": "owfs", + "en": "owfs", + "ru": "owfs", + "zh-cn": "owfs" }, - "content": "adapterref/iobroker.pixelit/README.md", - "icon": "adapterref/iobroker.pixelit/pixelit.png", + "content": "adapterref/iobroker.owfs/README.md", + "icon": "adapterref/iobroker.owfs/owfs.png", + "keywords": "owfs, one wire, 1wire", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-04-16T21:20:18.623Z", + "version": "0.7.0", + "latestVersion": "0.7.0", + "materialize": true, + "compact": true, + "description": { + "en": "Allows to read 1wire sensors", + "de": "Ermöglicht das Lesen von 1-Draht-Sensoren", + "ru": "Позволяет читать 1-проводные датчики", + "pt": "Permite ler sensores de 1 fio", + "nl": "Maakt het mogelijk om 1wire-sensoren te lezen", + "fr": "Permet de lire les capteurs 1wire", + "it": "Permette di leggere i sensori 1wire", + "es": "Permite leer 1 sensores de cable", + "pl": "Umożliwia odczyt 1 czujników przewodowych", + "zh-cn": "允许读取1wire传感器" + }, + "titleFull": { + "en": "1Wire OWFS", + "de": "1Wire-OWFS", + "ru": "1Wire OWFS", + "pt": "1 Fio OWFS", + "nl": "1Draad OWFS", + "fr": "OWFS à 1 fil", + "it": "1 filo OWFS", + "es": "1 cable OWFS", + "pl": "1Wire OWFS", + "zh-cn": "1Wire OWFS" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.owfs", + "installs": 582, + "weekDownloads": 33, + "stars": 4, + "issues": 14, + "score": 1 + }, + "esphome": { + "title": { + "de": "esphome", + "en": "esphome", + "ru": "esphome", + "zh-cn": "esphome" + }, + "content": "adapterref/iobroker.esphome/README.md", + "icon": "adapterref/iobroker.esphome/esphome.png", + "keywords": "ESPHome, ESP, ESP32", + "authors": "DutchmanNL ", + "license": "MIT", + "published": "2021-02-27T21:34:45.736Z", + "version": "-.-.-", + "latestVersion": "0.2.4", + "materialize": true, + "compact": true, + "description": { + "en": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome", + "de": "Steuern Sie Ihren ESP8266 / ESP32 mit einfachen, aber leistungsstarken Konfigurationsdateien, die von ESPHome erstellt und verwaltet werden", + "ru": "Управляйте своим ESP8266 / ESP32 с помощью простых, но мощных файлов конфигурации, созданных и управляемых ESPHome", + "pt": "Controle seu ESP8266 / ESP32 com arquivos de configuração simples, mas poderosos, criados e gerenciados por ESPHome", + "nl": "Beheer uw ESP8266 / ESP32 met eenvoudige maar krachtige configuratiebestanden die zijn gemaakt en beheerd door ESPHome", + "fr": "Contrôlez votre ESP8266 / ESP32 avec des fichiers de configuration simples mais puissants créés et gérés par ESPHome", + "it": "Controlla il tuo ESP8266 / ESP32 con file di configurazione semplici ma potenti creati e gestiti da ESPHome", + "es": "Controle su ESP8266 / ESP32 con archivos de configuración simples pero potentes creados y administrados por ESPHome", + "pl": "Steruj ESP8266 / ESP32 za pomocą prostych, ale potężnych plików konfiguracyjnych utworzonych i zarządzanych przez ESPHome", + "zh-cn": "使用由ESPHome创建和管理的简单但功能强大的配置文件控制ESP8266 / ESP32" + }, + "titleFull": { + "en": "Control ESPHome managed devices", + "de": "Steuern Sie von ESPHome verwaltete Geräte", + "ru": "Управление устройствами ESPHome", + "pt": "Controlar dispositivos gerenciados ESPHome", + "nl": "Beheer door ESPHome beheerde apparaten", + "fr": "Contrôle des appareils gérés ESPHome", + "it": "Controlla i dispositivi gestiti da ESPHome", + "es": "Controle los dispositivos administrados por ESPHome", + "pl": "Kontroluj urządzenia zarządzane przez ESPHome", + "zh-cn": "控制ESPHome受管设备" + }, + "branch": "main", + "github": "https://github.com/DrozmotiX/ioBroker.esphome", + "installs": 1008, + "weekDownloads": 77, + "stars": 22, + "issues": 46, + "score": 1 + }, + "piface": { + "title": { + "de": "piface", + "en": "piface", + "ru": "piface", + "zh-cn": "piface" + }, + "content": "adapterref/iobroker.piface/README.md", + "icon": "adapterref/iobroker.piface/piface.png", + "keywords": "piface, raspberry, addon", + "authors": "Lars Weimar ", + "license": "MIT", + "published": "2016-04-29T12:31:59.913Z", + "version": "1.0.0", + "latestVersion": "1.0.0", + "description": "Control PiFace Board", + "titleFull": "PiFace addon", + "branch": "master", + "github": "https://github.com/eisbaeeer/iobroker.piface", + "installs": 19, + "weekDownloads": 6, + "stars": -1, + "issues": 13, + "score": 1 + }, + "pixelit": { + "title": { + "de": "pixelit", + "en": "pixelit", + "ru": "pixelit", + "zh-cn": "pixelit" + }, + "content": "adapterref/iobroker.pixelit/README.md", + "icon": "adapterref/iobroker.pixelit/pixelit.png", "keywords": "pixelit, dot matix, matrix array", "authors": "Dennis Rathjen ", "license": "MIT", @@ -9820,113 +9779,158 @@ }, "branch": "master", "github": "https://github.com/pixelit-project/ioBroker.pixelit", - "installs": 141, - "weekDownloads": 110, + "installs": 142, + "weekDownloads": 33, "stars": 4, "issues": 0, "score": 1 }, - "piface": { + "noolitef": { "title": { - "de": "piface", - "en": "piface", - "ru": "piface", - "zh-cn": "piface" + "de": "noolitef", + "en": "noolitef", + "ru": "noolitef", + "zh-cn": "noolitef" }, - "content": "adapterref/iobroker.piface/README.md", - "icon": "adapterref/iobroker.piface/piface.png", - "keywords": "piface, raspberry, addon", - "authors": "Lars Weimar ", + "content": "adapterref/iobroker.noolitef/README.md", + "icon": "adapterref/iobroker.noolitef/noolitef.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "Pavel Tsytovich ", "license": "MIT", - "published": "2016-04-29T12:31:59.913Z", - "version": "1.0.0", - "latestVersion": "1.0.0", - "description": "Control PiFace Board", - "titleFull": "PiFace addon", + "published": "2020-01-23T10:33:27.582Z", + "version": "-.-.-", + "latestVersion": "0.0.4", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter integrated Noolite-F device into iobroker", + "de": "Dieser Adapter hat das Noolite-F-Gerät in den Iobroker integriert", + "ru": "Этот адаптер интегрировал устройство Noolite-F в iobroker", + "pt": "Este adaptador integrou o dispositivo Noolite-F ao iobroker", + "nl": "Dit in de adapter geïntegreerde Noolite-F-apparaat in iobroker", + "fr": "Cet adaptateur a intégré le périphérique Noolite-F à iobroker", + "it": "Questo adattatore ha integrato il dispositivo Noolite-F in iobroker", + "es": "Este adaptador integró el dispositivo Noolite-F en iobroker", + "pl": "Ten adapter zintegrował urządzenie Noolite-F z iobroker", + "zh-cn": "该适配器将Noolite-F设备集成到iobroker中" + }, + "titleFull": { + "en": "Noolite-F device protocol support", + "de": "Unterstützung des Noolite-F-Geräteprotokolls", + "ru": "Поддержка протокола устройства Noolite-F", + "pt": "Suporte ao protocolo de dispositivo Noolite-F", + "nl": "Noolite-F apparaatprotocolondersteuning", + "fr": "Prise en charge du protocole d'appareil Noolite-F", + "it": "Supporto del protocollo per dispositivi Noolite-F", + "es": "Soporte de protocolo del dispositivo Noolite-F", + "pl": "Obsługa protokołu urządzeń Noolite-F", + "zh-cn": "Noolite-F设备协议支持" + }, "branch": "master", - "github": "https://github.com/eisbaeeer/iobroker.piface", - "installs": 18, - "weekDownloads": 1, - "stars": -1, - "issues": 13, + "github": "https://github.com/paveltsytovich/ioBroker.noolitef", + "installs": 2, + "weekDownloads": 8, + "stars": 2, + "issues": 21, "score": 1 }, - "paw": { + "omron-fins": { "title": { - "de": "paw", - "en": "paw", - "ru": "paw", - "zh-cn": "paw" + "de": "omron-fins", + "en": "omron-fins", + "ru": "omron-fins", + "zh-cn": "omron-fins" }, - "content": "adapterref/iobroker.paw/README.md", - "icon": "adapterref/iobroker.paw/paw.png", - "keywords": "paw, android, tablet", - "authors": "bondrogeen ", + "content": "adapterref/iobroker.omron-fins/README.md", + "icon": "adapterref/iobroker.omron-fins/omron-fins.png", + "keywords": "SPS, FINS, Omron", + "authors": "thebam ", "license": "MIT", - "published": "2017-04-27T19:59:30.722Z", - "version": "0.3.2", - "latestVersion": "0.3.2", + "published": "2021-01-01T20:12:37.861Z", + "version": "-.-.-", + "latestVersion": "0.0.2", "materialize": true, "compact": true, "description": { - "en": "Android Device Management", - "de": "Android Geräte-Management", - "ru": "Управление android устройством" + "en": "Anbindung für Omron SPS mittels FINS Protokoll", + "de": "Anbindung für Omron SPS mittels FINS Protokoll", + "ru": "Защитные перчатки Omron SPS FINS Protokoll", + "pt": "Anbindung für Omron SPS mittels FINS Protokoll", + "nl": "Anbindung für Omron SPS wanten FINS Protokoll", + "fr": "Anbindung für Omron SPS moufles FINS Protokoll", + "it": "Anbindung für Omron SPS mittels FINS Protokoll", + "es": "Anbindung für Omron SPS mittels ALETAS Protokoll", + "pl": "Anbindung für Omron Rękawice jednopalcowe SPS FINS Protokoll", + "zh-cn": "AnbindungfürOmron SPS手套FINS Protokoll" + }, + "titleFull": { + "en": "Omron-ins", + "de": "Omron-FINS", + "ru": "Омрон-плавники", + "pt": "Omron-barbatanas", + "nl": "Omron-vinnen", + "fr": "Omron-ailerons", + "it": "Omron-pinne", + "es": "Aletas Omron", + "pl": "Płetwy Omron", + "zh-cn": "欧姆龙鳍" }, - "titleFull": "PAW", "branch": "master", - "github": "https://github.com/bondrogeen/iobroker.paw", - "installs": 824, - "weekDownloads": 18, - "stars": 14, + "github": "https://github.com/TheBam1990/ioBroker.omron-fins", + "installs": 2, + "weekDownloads": 32, + "stars": 1, "issues": 16, "score": 1 }, - "rpi2": { + "opentherm": { "title": { - "de": "rpi2", - "en": "rpi2", - "ru": "rpi2", - "zh-cn": "rpi2" + "de": "opentherm", + "en": "opentherm", + "ru": "opentherm", + "zh-cn": "opentherm" }, - "content": "adapterref/iobroker.rpi2/README.md", - "icon": "adapterref/iobroker.rpi2/rpi.png", - "keywords": "ioBroker, monitoring, raspberry, orangepi, odroid, bananapi, gpio", - "authors": "Christian Baumgartner, husky-koglhof ", + "content": "adapterref/iobroker.opentherm/README.md", + "icon": "adapterref/iobroker.opentherm/opentherm.png", + "keywords": "heating, opentherm", + "authors": "DutchmanNL ", "license": "MIT", - "published": "2016-10-23T14:16:37.202Z", - "version": "1.3.2", - "latestVersion": "1.3.2", + "published": "2018-12-08T23:32:27.551Z", + "version": "-.-.-", + "latestVersion": "0.2.5", "materialize": true, + "compact": true, "description": { - "en": "RPI-Monitor", - "de": "RPI-Monitor", - "ru": "RPI-монитор", - "pt": "RPI-Monitor", - "nl": "RPI-Monitor", - "fr": "RPI-Monitor", - "it": "RPI-Monitor", - "es": "RPI-Monitor", - "pl": "Monitor RPI", - "zh-cn": "RPI-监视器" + "en": "Controlling the central heating system by OpenTherm Gateway", + "de": "Controlling the central heating system by OpenTherm Gateway", + "ru": "Controlling the central heating system by OpenTherm Gateway", + "pt": "Controlling the central heating system by OpenTherm Gateway", + "nl": "Controlling the central heating system by OpenTherm Gateway", + "fr": "Controlling the central heating system by OpenTherm Gateway", + "it": "Controlling the central heating system by OpenTherm Gateway", + "es": "Controlling the central heating system by OpenTherm Gateway", + "pl": "Controlling the central heating system by OpenTherm Gateway", + "zh-cn": "Controlling the central heating system by OpenTherm Gateway" }, "titleFull": { - "en": "RPI-Monitor", - "de": "RPI-Monitor", - "ru": "RPI-монитор", - "pt": "RPI-Monitor", - "nl": "RPI-monitor", - "fr": "RPI-Moniteur", - "it": "RPI-Monitor", - "es": "Monitor RPI", - "pl": "Monitor RPI", - "zh-cn": "RPI-监视器" + "en": "OpenTherm Gateway", + "de": "OpenTherm Gateway", + "ru": "OpenTherm Gateway", + "pt": "OpenTherm Gateway", + "nl": "OpenTherm Gateway", + "fr": "OpenTherm Gateway", + "it": "OpenTherm Gateway", + "es": "OpenTherm Gateway", + "pl": "OpenTherm Gateway", + "zh-cn": "OpenTherm Gateway" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.rpi2", - "installs": 13023, - "weekDownloads": 331, - "stars": -1 + "github": "https://github.com/DrozmotiX/ioBroker.opentherm", + "installs": 27, + "weekDownloads": 10, + "stars": 5, + "issues": 27, + "score": 1 }, "sbfspot": { "title": { @@ -9973,12 +9977,58 @@ }, "branch": "master", "github": "https://github.com/rg-engineering/ioBroker.sbfspot", - "installs": 1095, - "weekDownloads": 86, + "installs": 1096, + "weekDownloads": 67, "stars": 6, "issues": 15, "score": 1 }, + "rpi2": { + "title": { + "de": "rpi2", + "en": "rpi2", + "ru": "rpi2", + "zh-cn": "rpi2" + }, + "content": "adapterref/iobroker.rpi2/README.md", + "icon": "adapterref/iobroker.rpi2/rpi.png", + "keywords": "ioBroker, monitoring, raspberry, orangepi, odroid, bananapi, gpio", + "authors": "Christian Baumgartner, husky-koglhof ", + "license": "MIT", + "published": "2016-10-23T14:16:37.202Z", + "version": "1.3.2", + "latestVersion": "1.3.2", + "materialize": true, + "description": { + "en": "RPI-Monitor", + "de": "RPI-Monitor", + "ru": "RPI-монитор", + "pt": "RPI-Monitor", + "nl": "RPI-Monitor", + "fr": "RPI-Monitor", + "it": "RPI-Monitor", + "es": "RPI-Monitor", + "pl": "Monitor RPI", + "zh-cn": "RPI-监视器" + }, + "titleFull": { + "en": "RPI-Monitor", + "de": "RPI-Monitor", + "ru": "RPI-монитор", + "pt": "RPI-Monitor", + "nl": "RPI-monitor", + "fr": "RPI-Moniteur", + "it": "RPI-Monitor", + "es": "Monitor RPI", + "pl": "Monitor RPI", + "zh-cn": "RPI-监视器" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.rpi2", + "installs": 13081, + "weekDownloads": 321, + "stars": -1 + }, "ring": { "title": { "de": "ring", @@ -9994,7 +10044,6 @@ "published": "2018-12-14T13:36:22.039Z", "version": "3.2.2", "latestVersion": "5.0.0-alpha.0", - "materialize": true, "compact": true, "description": { "en": "Ring Adapter", @@ -10024,57 +10073,57 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.ring", - "installs": 2430, - "weekDownloads": 264, + "installs": 2469, + "weekDownloads": 179, "stars": 27, "issues": 26, "score": 1 }, - "tinyrx4": { + "tinker": { "title": { - "de": "tinyrx4", - "en": "tinyrx4", - "ru": "tinyrx4", - "zh-cn": "tinyrx4" + "de": "tinker", + "en": "tinker", + "ru": "tinker", + "zh-cn": "tinker" }, - "content": "adapterref/iobroker.tinyrx4/README.md", - "icon": "adapterref/iobroker.tinyrx4/tinyRX4.png", - "keywords": "tinyrx4, meigrafd, Funksensor, Raspberry, tinytx4", - "authors": "bowao ", + "content": "adapterref/iobroker.tinker/README.md", + "icon": "adapterref/iobroker.tinker/tinker.png", + "keywords": "ioBroker, monitoring, tinker board", + "authors": "simatec ", "license": "MIT", - "published": "2019-08-09T19:16:19.154Z", - "version": "-.-.-", - "latestVersion": "1.0.0", + "published": "2018-07-10T12:20:15.468Z", + "version": "1.2.0", + "latestVersion": "1.2.0", "materialize": true, "compact": true, "description": { - "en": "Read wireless sensordata received via TinyRX4", - "de": "Einlesen der vom TinyRX4 empfangenen Funksensordaten", - "ru": "Чтение беспроводных сенсордат, полученных через TinyRX4", - "pt": "Leia sensordata sem fio recebido via TinyRX4", - "nl": "Lees draadloze sensordata ontvangen via TinyRX4", - "fr": "Lire les sensordata sans fil reçus via TinyRX4", - "it": "Leggi la sensordata wireless ricevuta tramite TinyRX4", - "es": "Lee sensordata inalámbrica recibida a través de TinyRX4", - "pl": "Odczytaj bezprzewodowe czujniki odebrane przez TinyRX4" + "en": "Tinker Board-Monitor for ioBroker", + "de": "Tinker Board-Monitor für ioBroker", + "ru": "Tinker Board-Monitor для ioBroker", + "pt": "Tinker Board-Monitor para ioBroker", + "nl": "Tinker Board-Monitor voor ioBroker", + "fr": "Tinker Board-Monitor pour ioBroker", + "it": "Tinker Board-Monitor per ioBroker", + "es": "Tinker Board-Monitor para ioBroker", + "pl": "Tinker Board-Monitor dla ioBroker" }, "titleFull": { - "en": "TinyRX4", - "de": "TinyRX4", - "ru": "TinyRX4", - "pt": "TinyRX4", - "nl": "TinyRX4", - "fr": "TinyRX4", - "it": "TinyRX4", - "es": "TinyRX4", - "pl": "TinyRX4" + "en": "Tinker Board-monitoring", + "de": "Tinker Board-Mointor", + "ru": "Мониторинг Tinker Board", + "pt": "Tinker Board-monitoring", + "nl": "Tinker Board-monitoring", + "fr": "Tinker Board-surveillance", + "it": "Monitoraggio della scheda Tinker", + "es": "Tinker Board-monitoring", + "pl": "Monitorowanie płyt Tinker" }, "branch": "master", - "github": "https://github.com/bowao/ioBroker.tinyrx4", - "installs": 2, - "weekDownloads": 4, - "stars": 1, - "issues": 6, + "github": "https://github.com/simatec/ioBroker.tinker", + "installs": 118, + "weekDownloads": 21, + "stars": 5, + "issues": 4, "score": 1 }, "tino": { @@ -10118,109 +10167,55 @@ }, "branch": "master", "github": "https://github.com/bowao/ioBroker.tino", - "installs": 6, - "weekDownloads": 13, + "installs": 7, + "weekDownloads": 17, "stars": 2, "issues": 4, "score": 1 }, - "tinker": { + "tinyrx4": { "title": { - "de": "tinker", - "en": "tinker", - "ru": "tinker", - "zh-cn": "tinker" + "de": "tinyrx4", + "en": "tinyrx4", + "ru": "tinyrx4", + "zh-cn": "tinyrx4" }, - "content": "adapterref/iobroker.tinker/README.md", - "icon": "adapterref/iobroker.tinker/tinker.png", - "keywords": "ioBroker, monitoring, tinker board", - "authors": "simatec ", + "content": "adapterref/iobroker.tinyrx4/README.md", + "icon": "adapterref/iobroker.tinyrx4/tinyRX4.png", + "keywords": "tinyrx4, meigrafd, Funksensor, Raspberry, tinytx4", + "authors": "bowao ", "license": "MIT", - "published": "2018-07-10T12:20:15.468Z", - "version": "1.2.0", - "latestVersion": "1.2.0", + "published": "2019-08-09T19:16:19.154Z", + "version": "-.-.-", + "latestVersion": "1.0.0", "materialize": true, "compact": true, "description": { - "en": "Tinker Board-Monitor for ioBroker", - "de": "Tinker Board-Monitor für ioBroker", - "ru": "Tinker Board-Monitor для ioBroker", - "pt": "Tinker Board-Monitor para ioBroker", - "nl": "Tinker Board-Monitor voor ioBroker", - "fr": "Tinker Board-Monitor pour ioBroker", - "it": "Tinker Board-Monitor per ioBroker", - "es": "Tinker Board-Monitor para ioBroker", - "pl": "Tinker Board-Monitor dla ioBroker" + "en": "Read wireless sensordata received via TinyRX4", + "de": "Einlesen der vom TinyRX4 empfangenen Funksensordaten", + "ru": "Чтение беспроводных сенсордат, полученных через TinyRX4", + "pt": "Leia sensordata sem fio recebido via TinyRX4", + "nl": "Lees draadloze sensordata ontvangen via TinyRX4", + "fr": "Lire les sensordata sans fil reçus via TinyRX4", + "it": "Leggi la sensordata wireless ricevuta tramite TinyRX4", + "es": "Lee sensordata inalámbrica recibida a través de TinyRX4", + "pl": "Odczytaj bezprzewodowe czujniki odebrane przez TinyRX4" }, "titleFull": { - "en": "Tinker Board-monitoring", - "de": "Tinker Board-Mointor", - "ru": "Мониторинг Tinker Board", - "pt": "Tinker Board-monitoring", - "nl": "Tinker Board-monitoring", - "fr": "Tinker Board-surveillance", - "it": "Monitoraggio della scheda Tinker", - "es": "Tinker Board-monitoring", - "pl": "Monitorowanie płyt Tinker" + "en": "TinyRX4", + "de": "TinyRX4", + "ru": "TinyRX4", + "pt": "TinyRX4", + "nl": "TinyRX4", + "fr": "TinyRX4", + "it": "TinyRX4", + "es": "TinyRX4", + "pl": "TinyRX4" }, "branch": "master", - "github": "https://github.com/simatec/ioBroker.tinker", - "installs": 120, - "weekDownloads": 2, - "stars": 5, - "issues": 4, - "score": 1 + "github": "https://github.com/bowao/ioBroker.tinyrx4" }, - "windows-control": { - "title": { - "de": "windows-control", - "en": "windows-control", - "ru": "windows-control", - "zh-cn": "windows-control" - }, - "content": "adapterref/iobroker.windows-control/README.md", - "icon": "adapterref/iobroker.windows-control/windows-control.png", - "keywords": "windows, control, microsoft, getadmin", - "authors": "Mic-M ", - "license": "MIT", - "published": "2020-03-28T08:47:26.008Z", - "version": "0.1.5", - "latestVersion": "0.1.5", - "materialize": true, - "compact": true, - "description": { - "en": "Controlling Microsoft Windows devices", - "de": "Steuern von Microsoft Windows-Geräten", - "ru": "Управление устройствами Microsoft Windows", - "pt": "Controlando dispositivos Microsoft Windows", - "nl": "Besturing van Microsoft Windows-apparaten", - "fr": "Contrôle des appareils Microsoft Windows", - "it": "Controllo dei dispositivi Microsoft Windows", - "es": "Control de dispositivos Microsoft Windows", - "pl": "Kontrolowanie urządzeń Microsoft Windows", - "zh-cn": "控制Microsoft Windows设备" - }, - "titleFull": { - "en": "Control Windows", - "de": "Windows steuern", - "ru": "Окна управления", - "pt": "Controlar o Windows", - "nl": "Beheer Windows", - "fr": "Fenêtres de contrôle", - "it": "Controlla Windows", - "es": "Control de Windows", - "pl": "Kontroluj Windows", - "zh-cn": "控制视窗" - }, - "branch": "master", - "github": "https://github.com/Mic-M/ioBroker.windows-control", - "installs": 1243, - "weekDownloads": 27, - "stars": 5, - "issues": 24, - "score": 1 - }, - "wallpanel": { + "wallpanel": { "title": { "de": "wallpanel", "en": "wallpanel", @@ -10263,12 +10258,59 @@ }, "branch": "main", "github": "https://github.com/xXBJXx/ioBroker.wallpanel", - "installs": 247, - "weekDownloads": 10, + "installs": 255, + "weekDownloads": 22, "stars": 3, "issues": 6, "score": 1 }, + "wiffi-wz": { + "title": { + "de": "wiffi-wz", + "en": "wiffi-wz", + "ru": "wiffi-wz", + "zh-cn": "wiffi-wz" + }, + "content": "adapterref/iobroker.wiffi-wz/README.md", + "icon": "adapterref/iobroker.wiffi-wz/wiffi-wz.png", + "keywords": "wiffi, wiffi-wz", + "authors": "Christian Vorholt ", + "license": "MIT", + "published": "2017-12-10T19:27:01.107Z", + "version": "2.2.1", + "latestVersion": "2.2.1", + "materialize": true, + "compact": true, + "description": { + "en": "ioBroker adapter for Wiffi-wz, Weatherman and Rainyman", + "de": "ioBroker Adapter für Wiffi-wz, Weatherman und Rainyman", + "ru": "адаптер ioBroker для Wiffi-wz, Weatherman и Rainyman", + "pt": "Adaptador ioBroker para Wiffi-wz, Weatherman e Rainyman", + "nl": "ioBroker-adapter voor Wiffi-wz, Weatherman en Rainyman", + "fr": "Adaptateur ioBroker pour Wiffi-wz, Weatherman et Rainyman", + "it": "adattatore ioBroker per Wiffi-wz, Weatherman e Rainyman", + "es": "Adaptador ioBroker para Wiffi-wz, Weatherman y Rainyman", + "pl": "Adapter ioBroker dla Wiffi-wz, Weatherman i Rainyman" + }, + "titleFull": { + "en": "wiffi-wz", + "de": "wiffi-wz", + "ru": "wiffi-wz", + "pt": "wiffi-wz", + "nl": "wiffi-wz", + "fr": "wiffi-wz", + "it": "wiffi-wz", + "es": "wiffi-wz", + "pl": "wiffi-wz" + }, + "branch": "master", + "github": "https://github.com/t4qjXH8N/ioBroker.wiffi-wz", + "installs": 391, + "weekDownloads": 26, + "stars": 7, + "issues": 33, + "score": 1 + }, "wiegand-tcpip": { "title": { "de": "wiegand-tcpip", @@ -10312,12 +10354,111 @@ }, "branch": "master", "github": "https://github.com/kbrausew/iobroker.wiegand-tcpip", - "installs": 72, - "weekDownloads": 1, + "installs": 71, + "weekDownloads": 7, "stars": 3, "issues": 0, "score": 1 }, + "windows-control": { + "title": { + "de": "windows-control", + "en": "windows-control", + "ru": "windows-control", + "zh-cn": "windows-control" + }, + "content": "adapterref/iobroker.windows-control/README.md", + "icon": "adapterref/iobroker.windows-control/windows-control.png", + "keywords": "windows, control, microsoft, getadmin", + "authors": "Mic-M ", + "license": "MIT", + "published": "2020-03-28T08:47:26.008Z", + "version": "0.1.5", + "latestVersion": "0.1.5", + "materialize": true, + "compact": true, + "description": { + "en": "Controlling Microsoft Windows devices", + "de": "Steuern von Microsoft Windows-Geräten", + "ru": "Управление устройствами Microsoft Windows", + "pt": "Controlando dispositivos Microsoft Windows", + "nl": "Besturing van Microsoft Windows-apparaten", + "fr": "Contrôle des appareils Microsoft Windows", + "it": "Controllo dei dispositivi Microsoft Windows", + "es": "Control de dispositivos Microsoft Windows", + "pl": "Kontrolowanie urządzeń Microsoft Windows", + "zh-cn": "控制Microsoft Windows设备" + }, + "titleFull": { + "en": "Control Windows", + "de": "Windows steuern", + "ru": "Окна управления", + "pt": "Controlar o Windows", + "nl": "Beheer Windows", + "fr": "Fenêtres de contrôle", + "it": "Controlla Windows", + "es": "Control de Windows", + "pl": "Kontroluj Windows", + "zh-cn": "控制视窗" + }, + "branch": "master", + "github": "https://github.com/Mic-M/ioBroker.windows-control", + "installs": 1245, + "weekDownloads": 35, + "stars": 5, + "issues": 24, + "score": 1 + }, + "zigbee2mqtt": { + "title": { + "de": "zigbee2mqtt", + "en": "zigbee2mqtt", + "ru": "zigbee2mqtt", + "zh-cn": "zigbee2mqtt" + }, + "content": "adapterref/iobroker.zigbee2mqtt/README.md", + "icon": "adapterref/iobroker.zigbee2mqtt/zigbee2mqtt.png", + "keywords": "zigbee, zigbee2mqtt, hue, tradfri, aqara, tuya", + "authors": "Dennis Rathjen ", + "license": "MIT", + "published": "2022-09-29T21:25:30.654Z", + "version": "2.13.1", + "latestVersion": "2.13.2", + "compact": true, + "description": { + "en": "Zigbee2MQTT adapter for ioBroker", + "de": "Zigbee2MQTT-Adapter für ioBroker", + "ru": "Адаптер Zigbee2MQTT для ioBroker", + "pt": "Adaptador Zigbee2MQTT para ioBroker", + "nl": "Zigbee2MQTT-adapter voor ioBroker", + "fr": "Adaptateur Zigbee2MQTT pour ioBroker", + "it": "Adattatore Zigbee2MQTT per ioBroker", + "es": "Adaptador Zigbee2MQTT para ioBroker", + "pl": "Adapter Zigbee2MQTT do ioBroker", + "zh-cn": "用于 ioBroker 的 Zigbee2MQTT 适配器", + "uk": "Адаптер Zigbee2MQTT для ioBroker" + }, + "titleFull": { + "en": "zigbee2mqtt", + "de": "zigbee2mqtt", + "ru": "зигби2мктт", + "pt": "zigbee2mqtt", + "nl": "zigbee2mqtt", + "fr": "zigbee2mqtt", + "it": "zigbee2mqtt", + "es": "zigbee2mqtt", + "pl": "zigbee2mqtt", + "zh-cn": "zigbee2mqtt", + "uk": "zigbee2mqtt" + }, + "branch": "main", + "github": "https://github.com/o0shojo0o/ioBroker.zigbee2mqtt", + "installs": 1546, + "weekDownloads": 287, + "stars": 178, + "issues": 27, + "score": 1 + }, "x-touch": { "title": { "de": "x-touch", @@ -10363,59 +10504,12 @@ }, "branch": "master", "github": "https://github.com/Bannsaenger/ioBroker.x-touch", - "installs": 6, - "weekDownloads": 1, + "installs": 5, + "weekDownloads": 21, "stars": 4, "issues": 6, "score": 1 }, - "wiffi-wz": { - "title": { - "de": "wiffi-wz", - "en": "wiffi-wz", - "ru": "wiffi-wz", - "zh-cn": "wiffi-wz" - }, - "content": "adapterref/iobroker.wiffi-wz/README.md", - "icon": "adapterref/iobroker.wiffi-wz/wiffi-wz.png", - "keywords": "wiffi, wiffi-wz", - "authors": "Christian Vorholt ", - "license": "MIT", - "published": "2017-12-10T19:27:01.107Z", - "version": "2.2.1", - "latestVersion": "2.2.1", - "materialize": true, - "compact": true, - "description": { - "en": "ioBroker adapter for Wiffi-wz, Weatherman and Rainyman", - "de": "ioBroker Adapter für Wiffi-wz, Weatherman und Rainyman", - "ru": "адаптер ioBroker для Wiffi-wz, Weatherman и Rainyman", - "pt": "Adaptador ioBroker para Wiffi-wz, Weatherman e Rainyman", - "nl": "ioBroker-adapter voor Wiffi-wz, Weatherman en Rainyman", - "fr": "Adaptateur ioBroker pour Wiffi-wz, Weatherman et Rainyman", - "it": "adattatore ioBroker per Wiffi-wz, Weatherman e Rainyman", - "es": "Adaptador ioBroker para Wiffi-wz, Weatherman y Rainyman", - "pl": "Adapter ioBroker dla Wiffi-wz, Weatherman i Rainyman" - }, - "titleFull": { - "en": "wiffi-wz", - "de": "wiffi-wz", - "ru": "wiffi-wz", - "pt": "wiffi-wz", - "nl": "wiffi-wz", - "fr": "wiffi-wz", - "it": "wiffi-wz", - "es": "wiffi-wz", - "pl": "wiffi-wz" - }, - "branch": "master", - "github": "https://github.com/t4qjXH8N/ioBroker.wiffi-wz", - "installs": 397, - "weekDownloads": 7, - "stars": 7, - "issues": 33, - "score": 1 - }, "zigbee": { "title": { "de": "zigbee", @@ -10461,68 +10555,18 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.zigbee", - "installs": 16064, - "weekDownloads": 1248, - "stars": 177, - "issues": 1, + "installs": 16127, + "weekDownloads": 1139, + "stars": 287, + "issues": 50, "score": 1 }, - "zigbee2mqtt": { + "zwave2": { "title": { - "de": "zigbee2mqtt", - "en": "zigbee2mqtt", - "ru": "zigbee2mqtt", - "zh-cn": "zigbee2mqtt" - }, - "content": "adapterref/iobroker.zigbee2mqtt/README.md", - "icon": "adapterref/iobroker.zigbee2mqtt/zigbee2mqtt.png", - "keywords": "zigbee, zigbee2mqtt, hue, tradfri, aqara, tuya", - "authors": "Dennis Rathjen ", - "license": "MIT", - "published": "2022-09-29T21:25:30.654Z", - "version": "2.13.1", - "latestVersion": "2.13.1", - "compact": true, - "description": { - "en": "Zigbee2MQTT adapter for ioBroker", - "de": "Zigbee2MQTT-Adapter für ioBroker", - "ru": "Адаптер Zigbee2MQTT для ioBroker", - "pt": "Adaptador Zigbee2MQTT para ioBroker", - "nl": "Zigbee2MQTT-adapter voor ioBroker", - "fr": "Adaptateur Zigbee2MQTT pour ioBroker", - "it": "Adattatore Zigbee2MQTT per ioBroker", - "es": "Adaptador Zigbee2MQTT para ioBroker", - "pl": "Adapter Zigbee2MQTT do ioBroker", - "zh-cn": "用于 ioBroker 的 Zigbee2MQTT 适配器", - "uk": "Адаптер Zigbee2MQTT для ioBroker" - }, - "titleFull": { - "en": "zigbee2mqtt", - "de": "zigbee2mqtt", - "ru": "зигби2мктт", - "pt": "zigbee2mqtt", - "nl": "zigbee2mqtt", - "fr": "zigbee2mqtt", - "it": "zigbee2mqtt", - "es": "zigbee2mqtt", - "pl": "zigbee2mqtt", - "zh-cn": "zigbee2mqtt", - "uk": "zigbee2mqtt" - }, - "branch": "main", - "github": "https://github.com/o0shojo0o/ioBroker.zigbee2mqtt", - "installs": 1491, - "weekDownloads": 308, - "stars": 175, - "issues": 26, - "score": 1 - }, - "zwave2": { - "title": { - "de": "zwave2", - "en": "zwave2", - "ru": "zwave2", - "zh-cn": "zwave2" + "de": "zwave2", + "en": "zwave2", + "ru": "zwave2", + "zh-cn": "zwave2" }, "content": "adapterref/iobroker.zwave2/README.md", "icon": "adapterref/iobroker.zwave2/zwave2.svg", @@ -10531,7 +10575,7 @@ "license": "MIT", "published": "2019-08-25T13:06:36.465Z", "version": "3.0.5", - "latestVersion": "3.0.5", + "latestVersion": "3.1.0", "materialize": true, "compact": true, "description": { @@ -10562,8 +10606,8 @@ }, "branch": "master", "github": "https://github.com/AlCalzone/ioBroker.zwave2", - "installs": 1458, - "weekDownloads": 50, + "installs": 1460, + "weekDownloads": 253, "stars": 22, "issues": 45, "score": 1 @@ -10627,8 +10671,8 @@ }, "branch": "main", "github": "https://github.com/DrozmotiX/ioBroker.coronavirus-statistics", - "installs": 2622, - "weekDownloads": 23, + "installs": 2581, + "weekDownloads": 86, "stars": 18, "issues": 2, "score": 1 @@ -10677,7 +10721,7 @@ "branch": "main", "github": "https://github.com/Chris-656/ioBroker.fitbit-fitness", "installs": 151, - "weekDownloads": 16, + "weekDownloads": 41, "stars": 3, "issues": 5, "score": 1 @@ -10724,8 +10768,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.garmin", - "installs": 165, - "weekDownloads": 19, + "installs": 186, + "weekDownloads": 22, "stars": 2, "issues": 1, "score": 1 @@ -10773,8 +10817,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.libre", - "installs": 105, - "weekDownloads": 4, + "installs": 112, + "weekDownloads": 10, "stars": -1, "issues": 4, "score": 1 @@ -10822,8 +10866,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.withings", - "installs": 822, - "weekDownloads": 16, + "installs": 820, + "weekDownloads": 33, "stars": 5, "issues": 7, "score": 1 @@ -10886,110 +10930,12 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.bestway", - "installs": 133, - "weekDownloads": 2, + "installs": 140, + "weekDownloads": 13, "stars": 2, "issues": 1, "score": 1 }, - "botslab360": { - "title": { - "de": "botslab360", - "en": "botslab360", - "ru": "botslab360", - "zh-cn": "botslab360" - }, - "content": "adapterref/iobroker.botslab360/README.md", - "icon": "adapterref/iobroker.botslab360/botslab360.png", - "keywords": "360, Vacuum, botslab", - "authors": "TA2k ", - "license": "MIT", - "published": "2022-12-05T08:20:05.547Z", - "version": "0.0.2", - "latestVersion": "0.0.2", - "compact": true, - "description": { - "en": "Adapter for Botslab 360 Vacuum", - "de": "Adapter für Botslab 360 Vakuum", - "ru": "Адаптер для пылесоса Botslab 360", - "pt": "Adaptador para Botslab 360 Vacuum", - "nl": "Adapter voor Botslab 360 Vacuüm", - "fr": "Adaptateur pour aspirateur Botslab 360", - "it": "Adattatore per aspirapolvere Botslab 360", - "es": "Adaptador para aspiradora Botslab 360", - "pl": "Adapter do odkurzacza Botslab 360", - "zh-cn": "Botslab 360 真空适配器" - }, - "titleFull": { - "en": "Botslab 360", - "de": "Botlab 360", - "ru": "Боцлаб 360", - "pt": "Botslab 360", - "nl": "Botslab 360", - "fr": "Botslab 360", - "it": "Botslab 360", - "es": "laboratorio de bots 360", - "pl": "Botslab 360", - "zh-cn": "机器人实验室 360" - }, - "branch": "main", - "github": "https://github.com/TA2k/ioBroker.botslab360", - "installs": 71, - "weekDownloads": 3, - "stars": 3, - "issues": 4, - "score": 1 - }, - "botvac": { - "title": { - "de": "botvac", - "en": "botvac", - "ru": "botvac", - "zh-cn": "botvac" - }, - "content": "adapterref/iobroker.botvac/README.md", - "icon": "adapterref/iobroker.botvac/botvac.png", - "keywords": "botvac, neato", - "authors": "Pmant ", - "license": "MIT", - "published": "2016-07-24T22:08:47.215Z", - "version": "1.0.0", - "latestVersion": "2.0.1", - "compact": false, - "description": { - "en": "ioBroker neato botvac Adapter\n", - "de": "ioBroker neato botvac Adapter\n", - "ru": "ioBroker neato botvac адаптер\n", - "pt": "adaptador de botato de ioBroker\n", - "nl": "ioBroker neato botvac Adapter\n", - "fr": "adaptateur de nato botvac ioBroker\n", - "it": "ioBroker neato botvac adattatore\n", - "es": "ioBroker neato botvac Adaptador\n", - "pl": "ioBroker neato Adapter\n", - "uk": "ioBroker neato botvac адаптер\n", - "zh-cn": "io Brokerato botc Adapter\n" - }, - "titleFull": { - "en": "Neato Botvac\n\n", - "de": "Neato Botvac\n\n", - "ru": "Неато Botvac\n\n", - "pt": "Neato Botvac\n\n", - "nl": "Neato Botvac\n\n", - "fr": "Neato Botvac\n\n", - "it": "Neato Botvac\n\n", - "es": "Neato Botvac\n\n", - "pl": "Neato Botvac\n\n", - "uk": "Неато Ботва\n\n", - "zh-cn": "Neato Botvac\n\n" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.botvac", - "installs": 521, - "weekDownloads": 164, - "stars": 8, - "issues": 6, - "score": 1 - }, "bring": { "title": { "de": "bring", @@ -11025,8 +10971,8 @@ }, "branch": "master", "github": "https://github.com/foxriver76/ioBroker.bring", - "installs": 2389, - "weekDownloads": 372, + "installs": 2385, + "weekDownloads": 198, "stars": 8, "issues": 13, "score": 1 @@ -11074,47 +11020,12 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.bwt", - "installs": 168, - "weekDownloads": 7, + "installs": 169, + "weekDownloads": 10, "stars": 4, "issues": 8, "score": 1 }, - "ecovacs-deebot": { - "title": { - "de": "ecovacs-deebot", - "en": "ecovacs-deebot", - "ru": "ecovacs-deebot", - "zh-cn": "ecovacs-deebot" - }, - "content": "adapterref/iobroker.ecovacs-deebot/README.md", - "icon": "adapterref/iobroker.ecovacs-deebot/ecovacs-deebot.png", - "keywords": "ioBroker, ecovacs, deebot, yeedi, ozmo, vacuum, Saugroboter", - "authors": "Sascha Hölzel ", - "license": "MIT", - "published": "2020-01-25T10:10:51.629Z", - "version": "1.4.13", - "latestVersion": "1.4.13", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for Ecovacs Deebot and yeedi vacuum cleaner", - "de": "Adapter für Ecovacs Deebot und yeedi Saugroboter", - "ru": "Адаптер для пылесоса Ecovacs Deebot" - }, - "titleFull": { - "en": "Ecovacs Deebot", - "de": "Ecovacs Deebot", - "ru": "Ecovacs Deebot" - }, - "branch": "master", - "github": "https://github.com/mrbungle64/ioBroker.ecovacs-deebot", - "installs": 2035, - "weekDownloads": 51, - "stars": 50, - "issues": 11, - "score": 1 - }, "bydbatt": { "title": { "de": "bydbatt", @@ -11157,108 +11068,143 @@ }, "branch": "master", "github": "https://github.com/arteck/ioBroker.bydbatt", - "installs": 623, - "weekDownloads": 20, + "installs": 642, + "weekDownloads": 37, "stars": 6, "issues": 1, "score": 1 }, - "gruenbeck": { + "botvac": { "title": { - "de": "gruenbeck", - "en": "gruenbeck", - "ru": "gruenbeck", - "zh-cn": "gruenbeck" + "de": "botvac", + "en": "botvac", + "ru": "botvac", + "zh-cn": "botvac" }, - "content": "adapterref/iobroker.gruenbeck/README.md", - "icon": "adapterref/iobroker.gruenbeck/gruenbeck.png", - "keywords": "gruenbeck, grünbeck, wasseraufbereitung, softliQ, SC18, SC23, SD18, SD23, SD21", - "authors": "TA2k ", + "content": "adapterref/iobroker.botvac/README.md", + "icon": "adapterref/iobroker.botvac/botvac.png", + "keywords": "botvac, neato", + "authors": "Pmant ", "license": "MIT", - "published": "2019-05-06T08:44:23.587Z", - "version": "0.0.42", - "latestVersion": "0.0.42", - "materialize": true, - "compact": true, + "published": "2016-07-24T22:08:47.215Z", + "version": "2.0.1", + "latestVersion": "2.0.1", + "compact": false, "description": { - "en": "An ioBroker adapter for Grünbeck Wasseraufbereitung devices.", - "de": "Ein ioBroker-Adapter für Grünbeck Wasseraufbereitungsanlagen.", - "ru": "Адаптер ioBroker для устройств Grünbeck Wasseraufbereitung.", - "pt": "Um adaptador ioBroker para dispositivos Grünbeck Wasseraufbereitung.", - "nl": "Een ioBroker-adapter voor apparaten van Grünbeck Wasseraufbereitung.", - "fr": "Un adaptateur ioBroker pour les appareils Grünbeck Wasseraufbereitung.", - "it": "Un adattatore ioBroker per dispositivi Grünbeck Wasseraufbereitung.", - "es": "Un adaptador ioBroker para dispositivos Grünbeck Wasseraufbereitung.", - "pl": "Adapter ioBroker do urządzeń Grünbeck Wasseraufbereitung.", - "zh-cn": "适用于GrünbeckWasseraufbereitung设备的ioBroker适配器。" + "en": "ioBroker neato botvac Adapter\n", + "de": "ioBroker neato botvac Adapter\n", + "ru": "ioBroker neato botvac адаптер\n", + "pt": "adaptador de botato de ioBroker\n", + "nl": "ioBroker neato botvac Adapter\n", + "fr": "adaptateur de nato botvac ioBroker\n", + "it": "ioBroker neato botvac adattatore\n", + "es": "ioBroker neato botvac Adaptador\n", + "pl": "ioBroker neato Adapter\n", + "uk": "ioBroker neato botvac адаптер\n", + "zh-cn": "io Brokerato botc Adapter\n" }, "titleFull": { - "en": "Grünbeck", - "de": "Grünbeck", - "ru": "Grünbeck", - "pt": "Grünbeck", - "nl": "Grünbeck", - "fr": "Grünbeck", - "it": "Grünbeck", - "es": "Grünbeck", - "pl": "Grünbeck", - "zh-cn": "Grünbeck" - }, - "branch": "master", - "github": "https://github.com/TA2k/ioBroker.gruenbeck", - "installs": 1236, - "weekDownloads": 39, - "stars": 8, + "en": "Neato Botvac\n\n", + "de": "Neato Botvac\n\n", + "ru": "Неато Botvac\n\n", + "pt": "Neato Botvac\n\n", + "nl": "Neato Botvac\n\n", + "fr": "Neato Botvac\n\n", + "it": "Neato Botvac\n\n", + "es": "Neato Botvac\n\n", + "pl": "Neato Botvac\n\n", + "uk": "Неато Ботва\n\n", + "zh-cn": "Neato Botvac\n\n" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.botvac", + "installs": 529, + "weekDownloads": 57, + "stars": 8, "issues": 6, "score": 1 }, - "homeconnect": { + "botslab360": { "title": { - "de": "homeconnect", - "en": "homeconnect", - "ru": "homeconnect", - "zh-cn": "homeconnect" + "de": "botslab360", + "en": "botslab360", + "ru": "botslab360", + "zh-cn": "botslab360" }, - "content": "adapterref/iobroker.homeconnect/README.md", - "icon": "adapterref/iobroker.homeconnect/homeconnect.png", - "keywords": "homeconnect, BSH, bosch, siemens, neff", + "content": "adapterref/iobroker.botslab360/README.md", + "icon": "adapterref/iobroker.botslab360/botslab360.png", + "keywords": "360, Vacuum, botslab", "authors": "TA2k ", "license": "MIT", - "published": "2018-10-11T03:59:49.298Z", - "version": "1.1.1", - "latestVersion": "1.1.1", + "published": "2022-12-05T08:20:05.547Z", + "version": "0.0.2", + "latestVersion": "0.0.2", + "compact": true, + "description": { + "en": "Adapter for Botslab 360 Vacuum", + "de": "Adapter für Botslab 360 Vakuum", + "ru": "Адаптер для пылесоса Botslab 360", + "pt": "Adaptador para Botslab 360 Vacuum", + "nl": "Adapter voor Botslab 360 Vacuüm", + "fr": "Adaptateur pour aspirateur Botslab 360", + "it": "Adattatore per aspirapolvere Botslab 360", + "es": "Adaptador para aspiradora Botslab 360", + "pl": "Adapter do odkurzacza Botslab 360", + "zh-cn": "Botslab 360 真空适配器" + }, + "titleFull": { + "en": "Botslab 360", + "de": "Botlab 360", + "ru": "Боцлаб 360", + "pt": "Botslab 360", + "nl": "Botslab 360", + "fr": "Botslab 360", + "it": "Botslab 360", + "es": "laboratorio de bots 360", + "pl": "Botslab 360", + "zh-cn": "机器人实验室 360" + }, + "branch": "main", + "github": "https://github.com/TA2k/ioBroker.botslab360", + "installs": 77, + "weekDownloads": 8, + "stars": 3, + "issues": 4, + "score": 1 + }, + "ecovacs-deebot": { + "title": { + "de": "ecovacs-deebot", + "en": "ecovacs-deebot", + "ru": "ecovacs-deebot", + "zh-cn": "ecovacs-deebot" + }, + "content": "adapterref/iobroker.ecovacs-deebot/README.md", + "icon": "adapterref/iobroker.ecovacs-deebot/ecovacs-deebot.png", + "keywords": "ioBroker, ecovacs, deebot, yeedi, ozmo, vacuum, Saugroboter", + "authors": "Sascha Hölzel ", + "license": "MIT", + "published": "2020-01-25T10:10:51.629Z", + "version": "1.4.13", + "latestVersion": "1.4.13", "materialize": true, "compact": true, "description": { - "en": "Adapter for Homeconnect devices", - "de": "Adapter für Homeconnect-Geräte", - "ru": "Адаптер для устройств Homeconnect", - "pt": "Adaptador para dispositivos Homeconnect", - "nl": "Adapter voor Homeconnect-apparaten", - "fr": "Adaptateur pour appareils Homeconnect", - "it": "Adattatore per dispositivi Homeconnect", - "es": "Adaptador para dispositivos Homeconnect", - "pl": "Adapter do urządzeń Homeconnect", - "zh-cn": "Homeconnect 设备的适配器" + "en": "Adapter for Ecovacs Deebot and yeedi vacuum cleaner", + "de": "Adapter für Ecovacs Deebot und yeedi Saugroboter", + "ru": "Адаптер для пылесоса Ecovacs Deebot" }, "titleFull": { - "en": "Homeconnect", - "de": "Homeconnect", - "ru": "Домашнее подключение", - "pt": "Homeconnect", - "nl": "Homeconnect", - "fr": "Homeconnect", - "it": "Connessione domestica", - "es": "Conectar a casa", - "pl": "Homeconnect", - "zh-cn": "家庭连接" + "en": "Ecovacs Deebot", + "de": "Ecovacs Deebot", + "ru": "Ecovacs Deebot" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.homeconnect", - "installs": 4961, - "weekDownloads": 152, - "stars": 2, - "issues": 0, + "github": "https://github.com/mrbungle64/ioBroker.ecovacs-deebot", + "installs": 2050, + "weekDownloads": 118, + "stars": 52, + "issues": 8, "score": 1 }, "hoover": { @@ -11304,12 +11250,60 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.hoover", - "installs": 204, - "weekDownloads": 6, + "installs": 205, + "weekDownloads": 14, "stars": 7, "issues": 8, "score": 1 }, + "homenet": { + "title": { + "de": "homenet", + "en": "homenet", + "ru": "homenet", + "zh-cn": "homenet" + }, + "content": "adapterref/iobroker.homenet/README.md", + "icon": "adapterref/iobroker.homenet/homenet.png", + "keywords": "Bauknecht, Home Net", + "authors": "TA2k ", + "license": "MIT", + "published": "2022-12-05T08:22:59.202Z", + "version": "0.0.2", + "latestVersion": "0.0.2", + "compact": true, + "description": { + "en": "Adapter for Bauknecht Home Net", + "de": "Adapter für Bauknecht Home Net", + "ru": "Адаптер для Bauknecht Home Net", + "pt": "Adaptador para Bauknecht Home Net", + "nl": "Adapter voor Bauknecht Thuisnet", + "fr": "Adaptateur pour Bauknecht Home Net", + "it": "Adattatore per Bauknecht Home Net", + "es": "Adaptador para Bauknecht Home Net", + "pl": "Adapter do Bauknecht Home Net", + "zh-cn": "Bauknecht 家庭网络适配器" + }, + "titleFull": { + "en": "Bauknecht Home Net", + "de": "Bauknecht Home Net", + "ru": "Баукнехт Home Net", + "pt": "Bauknecht Home Net", + "nl": "Bauknecht Home Net", + "fr": "Bauknecht Accueil.net", + "it": "Bauknecht Home Net", + "es": "Bauknecht Home Net", + "pl": "Strona główna Bauknecht", + "zh-cn": "Bauknecht Home Net" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.homenet", + "installs": 8, + "weekDownloads": 3, + "stars": -1, + "issues": 3, + "score": 1 + }, "hekr": { "title": { "de": "hekr", @@ -11354,71 +11348,121 @@ "branch": "master", "github": "https://github.com/TA2k/ioBroker.hekr", "installs": 31, - "weekDownloads": 0, + "weekDownloads": 7, "stars": 2, "issues": 4, "score": 1 }, - "homenet": { + "homeconnect": { "title": { - "de": "homenet", - "en": "homenet", - "ru": "homenet", - "zh-cn": "homenet" + "de": "homeconnect", + "en": "homeconnect", + "ru": "homeconnect", + "zh-cn": "homeconnect" }, - "content": "adapterref/iobroker.homenet/README.md", - "icon": "adapterref/iobroker.homenet/homenet.png", - "keywords": "Bauknecht, Home Net", + "content": "adapterref/iobroker.homeconnect/README.md", + "icon": "adapterref/iobroker.homeconnect/homeconnect.png", + "keywords": "homeconnect, BSH, bosch, siemens, neff", "authors": "TA2k ", "license": "MIT", - "published": "2022-12-05T08:22:59.202Z", - "version": "0.0.2", - "latestVersion": "0.0.2", + "published": "2018-10-11T03:59:49.298Z", + "version": "1.1.1", + "latestVersion": "1.1.1", + "materialize": true, "compact": true, "description": { - "en": "Adapter for Bauknecht Home Net", - "de": "Adapter für Bauknecht Home Net", - "ru": "Адаптер для Bauknecht Home Net", - "pt": "Adaptador para Bauknecht Home Net", - "nl": "Adapter voor Bauknecht Thuisnet", - "fr": "Adaptateur pour Bauknecht Home Net", - "it": "Adattatore per Bauknecht Home Net", - "es": "Adaptador para Bauknecht Home Net", - "pl": "Adapter do Bauknecht Home Net", - "zh-cn": "Bauknecht 家庭网络适配器" + "en": "Adapter for Homeconnect devices", + "de": "Adapter für Homeconnect-Geräte", + "ru": "Адаптер для устройств Homeconnect", + "pt": "Adaptador para dispositivos Homeconnect", + "nl": "Adapter voor Homeconnect-apparaten", + "fr": "Adaptateur pour appareils Homeconnect", + "it": "Adattatore per dispositivi Homeconnect", + "es": "Adaptador para dispositivos Homeconnect", + "pl": "Adapter do urządzeń Homeconnect", + "zh-cn": "Homeconnect 设备的适配器" }, "titleFull": { - "en": "Bauknecht Home Net", - "de": "Bauknecht Home Net", - "ru": "Баукнехт Home Net", - "pt": "Bauknecht Home Net", - "nl": "Bauknecht Home Net", - "fr": "Bauknecht Accueil.net", - "it": "Bauknecht Home Net", - "es": "Bauknecht Home Net", - "pl": "Strona główna Bauknecht", - "zh-cn": "Bauknecht Home Net" + "en": "Homeconnect", + "de": "Homeconnect", + "ru": "Домашнее подключение", + "pt": "Homeconnect", + "nl": "Homeconnect", + "fr": "Homeconnect", + "it": "Connessione domestica", + "es": "Conectar a casa", + "pl": "Homeconnect", + "zh-cn": "家庭连接" }, "branch": "master", - "github": "https://github.com/TA2k/ioBroker.homenet", - "installs": 9, - "weekDownloads": 1, - "stars": -1, - "issues": 3, + "github": "https://github.com/iobroker-community-adapters/ioBroker.homeconnect", + "installs": 5005, + "weekDownloads": 195, + "stars": 2, + "issues": 0, "score": 1 }, - "ikettle2": { + "gruenbeck": { "title": { - "de": "ikettle2", - "en": "ikettle2", - "ru": "ikettle2", - "zh-cn": "ikettle2" + "de": "gruenbeck", + "en": "gruenbeck", + "ru": "gruenbeck", + "zh-cn": "gruenbeck" }, - "content": "adapterref/iobroker.ikettle2/README.md", - "icon": "adapterref/iobroker.ikettle2/ikettle2.png", - "keywords": "smarter, ikettle 2.0, water heater", - "authors": "Jey Cee ", - "license": "MIT", + "content": "adapterref/iobroker.gruenbeck/README.md", + "icon": "adapterref/iobroker.gruenbeck/gruenbeck.png", + "keywords": "gruenbeck, grünbeck, wasseraufbereitung, softliQ, SC18, SC23, SD18, SD23, SD21", + "authors": "TA2k ", + "license": "MIT", + "published": "2019-05-06T08:44:23.587Z", + "version": "0.0.42", + "latestVersion": "0.0.42", + "materialize": true, + "compact": true, + "description": { + "en": "An ioBroker adapter for Grünbeck Wasseraufbereitung devices.", + "de": "Ein ioBroker-Adapter für Grünbeck Wasseraufbereitungsanlagen.", + "ru": "Адаптер ioBroker для устройств Grünbeck Wasseraufbereitung.", + "pt": "Um adaptador ioBroker para dispositivos Grünbeck Wasseraufbereitung.", + "nl": "Een ioBroker-adapter voor apparaten van Grünbeck Wasseraufbereitung.", + "fr": "Un adaptateur ioBroker pour les appareils Grünbeck Wasseraufbereitung.", + "it": "Un adattatore ioBroker per dispositivi Grünbeck Wasseraufbereitung.", + "es": "Un adaptador ioBroker para dispositivos Grünbeck Wasseraufbereitung.", + "pl": "Adapter ioBroker do urządzeń Grünbeck Wasseraufbereitung.", + "zh-cn": "适用于GrünbeckWasseraufbereitung设备的ioBroker适配器。" + }, + "titleFull": { + "en": "Grünbeck", + "de": "Grünbeck", + "ru": "Grünbeck", + "pt": "Grünbeck", + "nl": "Grünbeck", + "fr": "Grünbeck", + "it": "Grünbeck", + "es": "Grünbeck", + "pl": "Grünbeck", + "zh-cn": "Grünbeck" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.gruenbeck", + "installs": 1217, + "weekDownloads": 88, + "stars": 8, + "issues": 6, + "score": 1 + }, + "ikettle2": { + "title": { + "de": "ikettle2", + "en": "ikettle2", + "ru": "ikettle2", + "zh-cn": "ikettle2" + }, + "content": "adapterref/iobroker.ikettle2/README.md", + "icon": "adapterref/iobroker.ikettle2/ikettle2.png", + "keywords": "smarter, ikettle 2.0, water heater", + "authors": "Jey Cee ", + "license": "MIT", "published": "2021-04-20T09:25:17.280Z", "version": "1.0.1", "latestVersion": "1.0.1", @@ -11451,7 +11495,7 @@ "branch": "master", "github": "https://github.com/Jey-Cee/ioBroker.ikettle2", "installs": 15, - "weekDownloads": 0, + "weekDownloads": 2, "stars": 1, "issues": 1, "score": 1 @@ -11501,8 +11545,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.intex", - "installs": 93, - "weekDownloads": 36, + "installs": 92, + "weekDownloads": 35, "stars": 3, "issues": 0, "score": 1 @@ -11552,8 +11596,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.lg-thinq", - "installs": 1262, - "weekDownloads": 48, + "installs": 1275, + "weekDownloads": 60, "stars": 9, "issues": 0, "score": 1 @@ -11600,62 +11644,12 @@ }, "branch": "master", "github": "https://github.com/arteck/ioBroker.judoisoft", - "installs": 194, - "weekDownloads": 1, + "installs": 197, + "weekDownloads": 21, "stars": 7, "issues": 11, "score": 1 }, - "meater": { - "title": { - "de": "meater", - "en": "meater", - "ru": "meater", - "zh-cn": "meater" - }, - "content": "adapterref/iobroker.meater/README.md", - "icon": "adapterref/iobroker.meater/meater.png", - "keywords": "meater, thermometer, wireless, meat", - "authors": "Standarduser", - "license": "MIT", - "published": "2022-11-21T16:36:37.440Z", - "version": "1.0.2", - "latestVersion": "1.0.2", - "compact": true, - "description": { - "en": "Integrate you MEATER Thermometer into ioBroker via MEATER Cloud", - "de": "Integrieren Sie Ihr MEATER Thermometer über die MEATER Cloud in ioBroker", - "ru": "Интегрируйте свой термометр MEATER в ioBroker через MEATER Cloud", - "pt": "Integre seu MEATER Thermometer ao ioBroker via MEATER Cloud", - "nl": "Integreer uw MEATER-thermometer in ioBroker via MEATER Cloud", - "fr": "Intégrez votre thermomètre MEATER dans ioBroker via MEATER Cloud", - "it": "Integra il tuo termometro MEATER in ioBroker tramite MEATER Cloud", - "es": "Integre su termómetro MEATER en ioBroker a través de MEATER Cloud", - "pl": "Zintegruj termometr MEATER z ioBroker za pośrednictwem MEATER Cloud", - "zh-cn": "通过 MEATER Cloud 将您的 MEATER 温度计集成到 ioBroker", - "uk": "Інтегруйте свій термометр MEATER в ioBroker через хмару MEATER" - }, - "titleFull": { - "en": "MEATER Wireless Smart Meat Thermometer", - "de": "MEATER Wireless Smart Fleischthermometer", - "ru": "Беспроводной умный термометр для мяса MEATER", - "pt": "Termômetro de carne inteligente sem fio MEATER", - "nl": "MEATER Draadloze slimme vleesthermometer", - "fr": "Thermomètre à viande intelligent sans fil MEATER", - "it": "MEATER Termometro per carne intelligente wireless", - "es": "Termómetro inalámbrico inteligente para carne MEATER", - "pl": "Bezprzewodowy inteligentny termometr do mięsa MEATER", - "zh-cn": "MEATER 无线智能肉类温度计", - "uk": "Бездротовий смарт-термометр для м'яса MEATER" - }, - "branch": "main", - "github": "https://github.com/Standarduser/ioBroker.meater", - "installs": 162, - "weekDownloads": 76, - "stars": 2, - "issues": 0, - "score": 1 - }, "maveo": { "title": { "de": "maveo", @@ -11700,11 +11694,90 @@ "branch": "master", "github": "https://github.com/TA2k/ioBroker.maveo", "installs": 14, - "weekDownloads": 1, + "weekDownloads": 5, "stars": 1, "issues": 3, "score": 1 }, + "miele": { + "title": { + "de": "miele", + "en": "miele", + "ru": "miele", + "zh-cn": "miele" + }, + "content": "adapterref/iobroker.miele/README.md", + "icon": "adapterref/iobroker.miele/miele.png", + "keywords": "ioBroker, miele, Smart Home, miele@home, xgw 3000, xgw 2000", + "authors": "soef ", + "license": "MIT", + "published": "2016-01-23T09:52:24.818Z", + "version": "0.1.5", + "latestVersion": "0.1.5", + "description": { + "en": "Miele XGW 3000", + "de": "Miele XGW 3000", + "ru": "Miele XGW 3000" + }, + "titleFull": "Miele", + "branch": "master", + "github": "https://github.com/soef/iobroker.miele", + "installs": 560, + "weekDownloads": 86, + "stars": 19, + "issues": 15, + "score": 1 + }, + "meater": { + "title": { + "de": "meater", + "en": "meater", + "ru": "meater", + "zh-cn": "meater" + }, + "content": "adapterref/iobroker.meater/README.md", + "icon": "adapterref/iobroker.meater/meater.png", + "keywords": "meater, thermometer, wireless, meat", + "authors": "Standarduser", + "license": "MIT", + "published": "2022-11-21T16:36:37.440Z", + "version": "1.0.2", + "latestVersion": "1.0.2", + "compact": true, + "description": { + "en": "Integrate you MEATER Thermometer into ioBroker via MEATER Cloud", + "de": "Integrieren Sie Ihr MEATER Thermometer über die MEATER Cloud in ioBroker", + "ru": "Интегрируйте свой термометр MEATER в ioBroker через MEATER Cloud", + "pt": "Integre seu MEATER Thermometer ao ioBroker via MEATER Cloud", + "nl": "Integreer uw MEATER-thermometer in ioBroker via MEATER Cloud", + "fr": "Intégrez votre thermomètre MEATER dans ioBroker via MEATER Cloud", + "it": "Integra il tuo termometro MEATER in ioBroker tramite MEATER Cloud", + "es": "Integre su termómetro MEATER en ioBroker a través de MEATER Cloud", + "pl": "Zintegruj termometr MEATER z ioBroker za pośrednictwem MEATER Cloud", + "zh-cn": "通过 MEATER Cloud 将您的 MEATER 温度计集成到 ioBroker", + "uk": "Інтегруйте свій термометр MEATER в ioBroker через хмару MEATER" + }, + "titleFull": { + "en": "MEATER Wireless Smart Meat Thermometer", + "de": "MEATER Wireless Smart Fleischthermometer", + "ru": "Беспроводной умный термометр для мяса MEATER", + "pt": "Termômetro de carne inteligente sem fio MEATER", + "nl": "MEATER Draadloze slimme vleesthermometer", + "fr": "Thermomètre à viande intelligent sans fil MEATER", + "it": "MEATER Termometro per carne intelligente wireless", + "es": "Termómetro inalámbrico inteligente para carne MEATER", + "pl": "Bezprzewodowy inteligentny termometr do mięsa MEATER", + "zh-cn": "MEATER 无线智能肉类温度计", + "uk": "Бездротовий смарт-термометр для м'яса MEATER" + }, + "branch": "main", + "github": "https://github.com/Standarduser/ioBroker.meater", + "installs": 173, + "weekDownloads": 31, + "stars": 2, + "issues": 0, + "score": 1 + }, "mihome-vacuum": { "title": { "de": "mihome-vacuum", @@ -11748,42 +11821,115 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum", - "installs": 7589, - "weekDownloads": 2367, + "installs": 7560, + "weekDownloads": 670, "stars": 105, - "issues": 35, + "issues": 36, "score": 1 }, - "miele": { + "philips-air": { "title": { - "de": "miele", - "en": "miele", - "ru": "miele", - "zh-cn": "miele" + "de": "philips-air", + "en": "philips-air", + "ru": "philips-air", + "zh-cn": "philips-air" }, - "content": "adapterref/iobroker.miele/README.md", - "icon": "adapterref/iobroker.miele/miele.png", - "keywords": "ioBroker, miele, Smart Home, miele@home, xgw 3000, xgw 2000", - "authors": "soef ", + "content": "adapterref/iobroker.philips-air/README.md", + "icon": "adapterref/iobroker.philips-air/philips-air.png", + "keywords": "philips, air purifier", + "authors": "dogafox ", "license": "MIT", - "published": "2016-01-23T09:52:24.818Z", - "version": "0.1.5", - "latestVersion": "0.1.5", + "published": "2020-10-14T11:34:40.331Z", + "version": "1.0.3", + "latestVersion": "1.0.3", + "materialize": true, + "compact": true, "description": { - "en": "Miele XGW 3000", - "de": "Miele XGW 3000", - "ru": "Miele XGW 3000" + "en": "Connects Philips air purifier with ioBroker", + "de": "Verbindet den Philips Luftreiniger mit ioBroker", + "ru": "Соединяет очиститель воздуха Philips с ioBroker", + "pt": "Conecta purificador de ar Philips com ioBroker", + "nl": "Verbindt de Philips-luchtreiniger met ioBroker", + "fr": "Connecte le purificateur d'air Philips à ioBroker", + "it": "Collega il purificatore d'aria Philips a ioBroker", + "es": "Conecta el purificador de aire Philips con ioBroker", + "pl": "Łączy oczyszczacz powietrza Philips z ioBroker", + "zh-cn": "将飞利浦空气净化器与ioBroker连接", + "uk": "Підключає очищувач повітря Philips до ioBroker" + }, + "titleFull": { + "en": "Philips air purifier", + "de": "Philips Luftreiniger", + "ru": "Очиститель воздуха Philips", + "pt": "Purificador de ar Philips", + "nl": "Philips luchtreiniger", + "fr": "Purificateur d'air Philips", + "it": "Purificatore d'aria Philips", + "es": "Purificador de aire Philips", + "pl": "Oczyszczacz powietrza firmy Philips", + "zh-cn": "飞利浦空气净化器", + "uk": "Очищувач повітря Philips" }, - "titleFull": "Miele", "branch": "master", - "github": "https://github.com/soef/iobroker.miele", - "installs": 560, - "weekDownloads": 9, - "stars": 19, - "issues": 15, + "github": "https://github.com/iobroker-community-adapters/ioBroker.philips-air", + "installs": 395, + "weekDownloads": 21, + "stars": 6, + "issues": 7, "score": 1 }, - "roborock": { + "roomba": { + "title": { + "de": "roomba", + "en": "roomba", + "ru": "roomba", + "zh-cn": "roomba" + }, + "content": "adapterref/iobroker.roomba/README.md", + "icon": "adapterref/iobroker.roomba/roomba.png", + "keywords": "roomba, irobot", + "authors": "Zefau ", + "license": "MIT", + "published": "2018-11-24T12:34:00.018Z", + "version": "1.2.2", + "latestVersion": "1.2.2", + "materialize": true, + "compact": true, + "description": { + "en": "Connect your iRobot Roomba to ioBroker", + "de": "Verbinde deinen iRobot Roomba mit ioBroker", + "ru": "Подключите iRobot робот-пылесос Roomba для ioBroker", + "pt": "Ligar o iRobot Roomba para ioBroker", + "nl": "Sluit uw iRobot Roomba te ioBroker", + "fr": "Connectez votre iRobot Roomba à ioBroker", + "it": "Collegare il iRobot Roomba per ioBroker", + "es": "Conecte el iRobot Roomba para ioBroker", + "pl": "Podłącz iRobot Roomba dla ioBroker", + "uk": "Підключіть iRobot Roomba до ioBroker", + "zh-cn": "连接你的主要扫地以ioBroker" + }, + "titleFull": { + "en": "iRobot Roomba", + "de": "iRobot Roomba", + "ru": "iRobot Roomba", + "pt": "iRobot Roomba", + "nl": "iRobot Roomba", + "fr": "iRobot Roomba", + "it": "iRobot Roomba", + "es": "iRobot Roomba", + "pl": "iRobot Roomba", + "uk": "iRobot Roomba", + "zh-cn": "iRobot Roomba" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.roomba", + "installs": 1661, + "weekDownloads": 210, + "stars": 13, + "issues": 6, + "score": 1 + }, + "roborock": { "title": { "de": "roborock", "en": "roborock", @@ -11796,7 +11942,7 @@ "authors": "copystring ", "license": "MIT", "published": "2023-02-06T21:24:40.041Z", - "version": "0.3.1", + "version": "0.4.4", "latestVersion": "0.4.4", "compact": true, "description": { @@ -11827,8 +11973,8 @@ }, "branch": "main", "github": "https://github.com/copystring/ioBroker.roborock", - "installs": 582, - "weekDownloads": 491, + "installs": 680, + "weekDownloads": 223, "stars": 24, "issues": 3, "score": 1 @@ -11876,114 +12022,12 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.smartthings", - "installs": 2525, - "weekDownloads": 234, + "installs": 2563, + "weekDownloads": 127, "stars": 10, "issues": 12, "score": 1 }, - "roomba": { - "title": { - "de": "roomba", - "en": "roomba", - "ru": "roomba", - "zh-cn": "roomba" - }, - "content": "adapterref/iobroker.roomba/README.md", - "icon": "adapterref/iobroker.roomba/roomba.png", - "keywords": "roomba, irobot", - "authors": "Zefau ", - "license": "MIT", - "published": "2018-11-24T12:34:00.018Z", - "version": "1.2.2", - "latestVersion": "1.2.2", - "materialize": true, - "compact": true, - "description": { - "en": "Connect your iRobot Roomba to ioBroker", - "de": "Verbinde deinen iRobot Roomba mit ioBroker", - "ru": "Подключите iRobot робот-пылесос Roomba для ioBroker", - "pt": "Ligar o iRobot Roomba para ioBroker", - "nl": "Sluit uw iRobot Roomba te ioBroker", - "fr": "Connectez votre iRobot Roomba à ioBroker", - "it": "Collegare il iRobot Roomba per ioBroker", - "es": "Conecte el iRobot Roomba para ioBroker", - "pl": "Podłącz iRobot Roomba dla ioBroker", - "uk": "Підключіть iRobot Roomba до ioBroker", - "zh-cn": "连接你的主要扫地以ioBroker" - }, - "titleFull": { - "en": "iRobot Roomba", - "de": "iRobot Roomba", - "ru": "iRobot Roomba", - "pt": "iRobot Roomba", - "nl": "iRobot Roomba", - "fr": "iRobot Roomba", - "it": "iRobot Roomba", - "es": "iRobot Roomba", - "pl": "iRobot Roomba", - "uk": "iRobot Roomba", - "zh-cn": "iRobot Roomba" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.roomba", - "installs": 1679, - "weekDownloads": 492, - "stars": 13, - "issues": 6, - "score": 1 - }, - "philips-air": { - "title": { - "de": "philips-air", - "en": "philips-air", - "ru": "philips-air", - "zh-cn": "philips-air" - }, - "content": "adapterref/iobroker.philips-air/README.md", - "icon": "adapterref/iobroker.philips-air/philips-air.png", - "keywords": "philips, air purifier", - "authors": "dogafox ", - "license": "MIT", - "published": "2020-10-14T11:34:40.331Z", - "version": "1.0.3", - "latestVersion": "1.0.3", - "materialize": true, - "compact": true, - "description": { - "en": "Connects Philips air purifier with ioBroker", - "de": "Verbindet den Philips Luftreiniger mit ioBroker", - "ru": "Соединяет очиститель воздуха Philips с ioBroker", - "pt": "Conecta purificador de ar Philips com ioBroker", - "nl": "Verbindt de Philips-luchtreiniger met ioBroker", - "fr": "Connecte le purificateur d'air Philips à ioBroker", - "it": "Collega il purificatore d'aria Philips a ioBroker", - "es": "Conecta el purificador de aire Philips con ioBroker", - "pl": "Łączy oczyszczacz powietrza Philips z ioBroker", - "zh-cn": "将飞利浦空气净化器与ioBroker连接", - "uk": "Підключає очищувач повітря Philips до ioBroker" - }, - "titleFull": { - "en": "Philips air purifier", - "de": "Philips Luftreiniger", - "ru": "Очиститель воздуха Philips", - "pt": "Purificador de ar Philips", - "nl": "Philips luchtreiniger", - "fr": "Purificateur d'air Philips", - "it": "Purificatore d'aria Philips", - "es": "Purificador de aire Philips", - "pl": "Oczyszczacz powietrza firmy Philips", - "zh-cn": "飞利浦空气净化器", - "uk": "Очищувач повітря Philips" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.philips-air", - "installs": 388, - "weekDownloads": 12, - "stars": 6, - "issues": 7, - "score": 1 - }, "velux": { "title": { "de": "velux", @@ -12027,12 +12071,41 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.velux", - "installs": 620, - "weekDownloads": 34, + "installs": 628, + "weekDownloads": 26, "stars": 5, "issues": 7, "score": 1 }, + "vr200": { + "title": { + "de": "vr200", + "en": "vr200", + "ru": "vr200", + "zh-cn": "vr200" + }, + "content": "adapterref/iobroker.vr200/README.md", + "icon": "adapterref/iobroker.vr200/VR200.png", + "keywords": "Vorwerk, VR200", + "authors": "Eisbaeeer ", + "license": "MIT", + "published": "2018-02-23T05:43:30.838Z", + "version": "1.0.0", + "latestVersion": "1.0.0", + "description": { + "en": "ioBroker Vorwerk VR200 Adapter", + "de": "ioBroker Vorwerk VR200 Adapter", + "ru": "ioBroker Vorwerk VR200 драйвер как образец" + }, + "titleFull": "Vorwerk VR200 Adapter", + "branch": "master", + "github": "https://github.com/Eisbaeeer/ioBroker.vr200", + "installs": 416, + "weekDownloads": 14, + "stars": 3, + "issues": 2, + "score": 1 + }, "wlanthermo-nano": { "title": { "de": "wlanthermo-nano", @@ -12076,41 +12149,12 @@ }, "branch": "main", "github": "https://github.com/DrozmotiX/ioBroker.wlanthermo-nano", - "installs": 152, - "weekDownloads": 3, + "installs": 158, + "weekDownloads": 13, "stars": 3, "issues": 21, "score": 1 }, - "vr200": { - "title": { - "de": "vr200", - "en": "vr200", - "ru": "vr200", - "zh-cn": "vr200" - }, - "content": "adapterref/iobroker.vr200/README.md", - "icon": "adapterref/iobroker.vr200/VR200.png", - "keywords": "Vorwerk, VR200", - "authors": "Eisbaeeer ", - "license": "MIT", - "published": "2018-02-23T05:43:30.838Z", - "version": "1.0.0", - "latestVersion": "1.0.0", - "description": { - "en": "ioBroker Vorwerk VR200 Adapter", - "de": "ioBroker Vorwerk VR200 Adapter", - "ru": "ioBroker Vorwerk VR200 драйвер как образец" - }, - "titleFull": "Vorwerk VR200 Adapter", - "branch": "master", - "github": "https://github.com/Eisbaeeer/ioBroker.vr200", - "installs": 411, - "weekDownloads": 10, - "stars": 3, - "issues": 2, - "score": 1 - }, "mielecloudservice": { "title": { "de": "mielecloudservice", @@ -12156,8 +12200,8 @@ }, "branch": "master", "github": "https://github.com/Grizzelbee/ioBroker.mielecloudservice", - "installs": 1871, - "weekDownloads": 71, + "installs": 1874, + "weekDownloads": 112, "stars": 19, "issues": 15, "score": 1 @@ -12189,8 +12233,8 @@ }, "branch": "master", "github": "https://github.com/AlGu1/ioBroker.hombot", - "installs": 19, - "weekDownloads": 0, + "installs": 20, + "weekDownloads": 8, "stars": 6, "issues": 19, "score": 1 @@ -12252,8 +12296,8 @@ }, "branch": "main", "github": "https://github.com/Marco15453/ioBroker.cloudflare", - "installs": 36, - "weekDownloads": 11, + "installs": 40, + "weekDownloads": 7, "stars": -1, "issues": 0, "score": 1 @@ -12303,8 +12347,8 @@ }, "branch": "master", "github": "https://github.com/o0shojo0o/ioBroker.epson_ecotank_et_2750", - "installs": 310, - "weekDownloads": 5, + "installs": 319, + "weekDownloads": 23, "stars": 3, "issues": 0, "score": 1 @@ -12337,30 +12381,77 @@ "branch": "master", "github": "https://github.com/tikodu/ioBroker.epson_xp540", "installs": 27, - "weekDownloads": 2, + "weekDownloads": 9, "stars": -1, "issues": 20, "score": 1 }, - "fb-checkpresence": { + "fritzbox": { "title": { - "de": "fb-checkpresence", - "en": "fb-checkpresence", - "ru": "fb-checkpresence", - "zh-cn": "fb-checkpresence" + "de": "fritzbox", + "en": "fritzbox", + "ru": "fritzbox", + "zh-cn": "fritzbox" }, - "content": "adapterref/iobroker.fb-checkpresence/README.md", - "icon": "adapterref/iobroker.fb-checkpresence/fb-checkpresence.png", - "keywords": "presence, family, tr064, fritz.box, fritzbox", - "authors": "Achim Fürhoff ", + "content": "adapterref/iobroker.fritzbox/README.md", + "icon": "adapterref/iobroker.fritzbox/fritzbox.png", + "keywords": "fritzbox, cdr, callmonitor", + "authors": "ruhr , UncleSam ", "license": "MIT", - "published": "2020-01-21T20:44:43.062Z", - "version": "1.2.2", - "latestVersion": "1.2.2", - "materialize": true, - "compact": true, + "published": "2015-07-04T18:44:53.023Z", + "version": "0.5.0", + "latestVersion": "0.5.0", "description": { - "en": "The adapter checks the presence of family members over the fritzbox. You must fill in the name of the family member and the mac-address of the used device. The comment is optional and you can enable or disable the family member. The datapoint based on the member name.", + "en": "Adapter monitors the call information from Fritzbox via tcp, Port 1012 (Activate call monitor in the Fritzbox with #96*5*)", + "de": "Adapter überwacht die Anrufinformationen von Fritzbox über TCP, Port 1012 (Anrufüberwachung in der Fritzbox mit #96*5* aktivieren)", + "ru": "Адаптер отслеживает информацию о звонках из Fritzbox через tcp, порт 1012 (активируйте монитор звонков в Fritzbox с помощью #96*5*)", + "pt": "O adaptador monitora as informações de chamadas do Fritzbox via tcp, porta 1012 (Ative o monitor de chamadas no Fritzbox com #96*5*)", + "nl": "Adapter bewaakt de oproepinformatie van Fritzbox via tcp, poort 1012 (Activeer oproepmonitor in de Fritzbox met #96*5*)", + "fr": "L'adaptateur surveille les informations d'appel de Fritzbox via tcp, port 1012 (activez le moniteur d'appel dans la Fritzbox avec #96*5*)", + "it": "L'adattatore monitora le informazioni sulle chiamate da Fritzbox tramite TCP, Port 1012 (Attiva il monitoraggio delle chiamate nel Fritzbox con #96*5*)", + "es": "El adaptador monitorea la información de llamadas de Fritzbox a través de tcp, Puerto 1012 (Activar el monitor de llamadas en Fritzbox con #96*5*)", + "pl": "Adapter monitoruje informacje o połączeniach z Fritzbox przez tcp, Port 1012 (Aktywuj monitor połączeń we Fritzbox za pomocą #96*5*)", + "zh-cn": "适配器通过 tcp 端口 1012 监控 Fritzbox 的呼叫信息(使用 #96*5* 激活 Fritzbox 中的呼叫监控器)" + }, + "titleFull": { + "en": "fritzbox Adapter", + "de": "Fritzbox-Adapter", + "ru": "Адаптер для фрицбокса", + "pt": "adaptador fritzbox", + "nl": "fritzbox-adapter", + "fr": "Adaptateur fritzbox", + "it": "Adattatore per fritzbox", + "es": "Adaptador fritzbox", + "pl": "Adapter fritzbox", + "zh-cn": "弗里茨盒适配器" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.fritzbox", + "installs": 4543, + "weekDownloads": 317, + "stars": 16, + "issues": 15, + "score": 1 + }, + "fb-checkpresence": { + "title": { + "de": "fb-checkpresence", + "en": "fb-checkpresence", + "ru": "fb-checkpresence", + "zh-cn": "fb-checkpresence" + }, + "content": "adapterref/iobroker.fb-checkpresence/README.md", + "icon": "adapterref/iobroker.fb-checkpresence/fb-checkpresence.png", + "keywords": "presence, family, tr064, fritz.box, fritzbox", + "authors": "Achim Fürhoff ", + "license": "MIT", + "published": "2020-01-21T20:44:43.062Z", + "version": "1.2.2", + "latestVersion": "1.2.2", + "materialize": true, + "compact": true, + "description": { + "en": "The adapter checks the presence of family members over the fritzbox. You must fill in the name of the family member and the mac-address of the used device. The comment is optional and you can enable or disable the family member. The datapoint based on the member name.", "de": "Der Adapter prüft die Anwesenheit von Familienmitgliedern über die Fritzbox. ", "ru": "Адаптер проверяет присутствие членов семьи через fritzbox. ", "pt": "O adaptador verifica a presença de membros da família sobre o fritzbox. ", @@ -12387,10 +12478,60 @@ }, "branch": "master", "github": "https://github.com/afuerhoff/ioBroker.fb-checkpresence", - "installs": 6551, - "weekDownloads": 431, + "installs": 6568, + "weekDownloads": 380, "stars": 17, - "issues": 11, + "issues": 12, + "score": 1 + }, + "nsclient": { + "title": { + "de": "nsclient", + "en": "nsclient", + "ru": "nsclient", + "zh-cn": "nsclient" + }, + "content": "adapterref/iobroker.nsclient/README.md", + "icon": "adapterref/iobroker.nsclient/nsclient.png", + "keywords": "monitoring, nsclient++", + "authors": "mcm1957 ", + "license": "MIT", + "published": "2022-09-22T18:23:12.682Z", + "version": "0.1.2", + "latestVersion": "0.2.0", + "compact": true, + "description": { + "en": "This adapter monitors remote systems using NSClient++ agent.", + "de": "Dieser Adapter ermöglicht die Überwachung entfernter Systeme mittels NSClient++-Agenten.", + "ru": "Контролируйте удаленные системы с помощью агента NSClient++.", + "pt": "Monitore sistemas remotos usando o agente NSClient++.", + "nl": "Bewaak externe systemen met behulp van NSClient++ agent.", + "fr": "Surveillez les systèmes distants à l'aide de l'agent NSClient++.", + "it": "Monitora i sistemi remoti utilizzando l'agente NSClient++.", + "es": "Supervise los sistemas remotos mediante el agente NSClient++.", + "pl": "Monitoruj zdalne systemy za pomocą agenta NSClient++.", + "zh-cn": "使用 NSClient++ 代理监控远程系统。", + "uk": "Цей адаптер контролює віддалені системи за допомогою агента NSClient++." + }, + "titleFull": { + "en": "NSClient++ Monitor", + "de": "NSClient++-Monitor", + "ru": "Монитор NSClient++", + "pt": "Monitor NSClient++", + "nl": "NSClient++-monitor", + "fr": "Moniteur NSClient++", + "it": "Monitor NSClient++", + "es": "Monitor de NSClient++", + "pl": "Monitor NSClient++", + "zh-cn": "NSClient++ 监视器", + "uk": "Монітор NSClient++" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.nsclient", + "installs": 19, + "weekDownloads": 33, + "stars": 1, + "issues": 7, "score": 1 }, "epson_stylus_px830": { @@ -12432,107 +12573,59 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.epson_stylus_px830", - "installs": 65, - "weekDownloads": 7, + "installs": 60, + "weekDownloads": 9, "stars": 18, - "issues": 11, - "score": 1 - }, - "fritzbox": { - "title": { - "de": "fritzbox", - "en": "fritzbox", - "ru": "fritzbox", - "zh-cn": "fritzbox" - }, - "content": "adapterref/iobroker.fritzbox/README.md", - "icon": "adapterref/iobroker.fritzbox/fritzbox.png", - "keywords": "fritzbox, cdr, callmonitor", - "authors": "ruhr , UncleSam ", - "license": "MIT", - "published": "2015-07-04T18:44:53.023Z", - "version": "0.5.0", - "latestVersion": "0.5.0", - "description": { - "en": "Adapter monitors the call information from Fritzbox via tcp, Port 1012 (Activate call monitor in the Fritzbox with #96*5*)", - "de": "Adapter überwacht die Anrufinformationen von Fritzbox über TCP, Port 1012 (Anrufüberwachung in der Fritzbox mit #96*5* aktivieren)", - "ru": "Адаптер отслеживает информацию о звонках из Fritzbox через tcp, порт 1012 (активируйте монитор звонков в Fritzbox с помощью #96*5*)", - "pt": "O adaptador monitora as informações de chamadas do Fritzbox via tcp, porta 1012 (Ative o monitor de chamadas no Fritzbox com #96*5*)", - "nl": "Adapter bewaakt de oproepinformatie van Fritzbox via tcp, poort 1012 (Activeer oproepmonitor in de Fritzbox met #96*5*)", - "fr": "L'adaptateur surveille les informations d'appel de Fritzbox via tcp, port 1012 (activez le moniteur d'appel dans la Fritzbox avec #96*5*)", - "it": "L'adattatore monitora le informazioni sulle chiamate da Fritzbox tramite TCP, Port 1012 (Attiva il monitoraggio delle chiamate nel Fritzbox con #96*5*)", - "es": "El adaptador monitorea la información de llamadas de Fritzbox a través de tcp, Puerto 1012 (Activar el monitor de llamadas en Fritzbox con #96*5*)", - "pl": "Adapter monitoruje informacje o połączeniach z Fritzbox przez tcp, Port 1012 (Aktywuj monitor połączeń we Fritzbox za pomocą #96*5*)", - "zh-cn": "适配器通过 tcp 端口 1012 监控 Fritzbox 的呼叫信息(使用 #96*5* 激活 Fritzbox 中的呼叫监控器)" - }, - "titleFull": { - "en": "fritzbox Adapter", - "de": "Fritzbox-Adapter", - "ru": "Адаптер для фрицбокса", - "pt": "adaptador fritzbox", - "nl": "fritzbox-adapter", - "fr": "Adaptateur fritzbox", - "it": "Adattatore per fritzbox", - "es": "Adaptador fritzbox", - "pl": "Adapter fritzbox", - "zh-cn": "弗里茨盒适配器" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.fritzbox", - "installs": 4555, - "weekDownloads": 1032, - "stars": 16, - "issues": 15, + "issues": 13, "score": 1 }, - "nsclient": { + "onvif": { "title": { - "de": "nsclient", - "en": "nsclient", - "ru": "nsclient", - "zh-cn": "nsclient" + "de": "onvif", + "en": "onvif", + "ru": "onvif", + "zh-cn": "onvif" }, - "content": "adapterref/iobroker.nsclient/README.md", - "icon": "adapterref/iobroker.nsclient/nsclient.png", - "keywords": "monitoring, nsclient++", - "authors": "mcm1957 ", + "content": "adapterref/iobroker.onvif/README.md", + "icon": "adapterref/iobroker.onvif/onvif.png", + "keywords": "onvif, camera", + "authors": "TA2k ", "license": "MIT", - "published": "2022-09-22T18:23:12.682Z", - "version": "0.1.2", - "latestVersion": "0.2.0", + "published": "2018-12-11T14:47:57.551Z", + "version": "1.0.5", + "latestVersion": "1.0.5", "compact": true, "description": { - "en": "This adapter monitors remote systems using NSClient++ agent.", - "de": "Dieser Adapter ermöglicht die Überwachung entfernter Systeme mittels NSClient++-Agenten.", - "ru": "Контролируйте удаленные системы с помощью агента NSClient++.", - "pt": "Monitore sistemas remotos usando o agente NSClient++.", - "nl": "Bewaak externe systemen met behulp van NSClient++ agent.", - "fr": "Surveillez les systèmes distants à l'aide de l'agent NSClient++.", - "it": "Monitora i sistemi remoti utilizzando l'agente NSClient++.", - "es": "Supervise los sistemas remotos mediante el agente NSClient++.", - "pl": "Monitoruj zdalne systemy za pomocą agenta NSClient++.", - "zh-cn": "使用 NSClient++ 代理监控远程系统。", - "uk": "Цей адаптер контролює віддалені системи за допомогою агента NSClient++." + "en": "Adapter for onvif cameras", + "de": "Adapter für Onvif-Kameras", + "ru": "Адаптер для онвиф камер", + "pt": "Adaptador para câmeras onvif", + "nl": "Adapter voor onvif-camera's", + "fr": "Adaptateur pour caméras onvif", + "it": "Adattatore per telecamere onvif", + "es": "Adaptador para cámaras onvif", + "pl": "Adapter do kamer onvif", + "zh-cn": "onvif 相机适配器" }, "titleFull": { - "en": "NSClient++ Monitor", - "de": "NSClient++-Monitor", - "ru": "Монитор NSClient++", - "pt": "Monitor NSClient++", - "nl": "NSClient++-monitor", - "fr": "Moniteur NSClient++", - "it": "Monitor NSClient++", - "es": "Monitor de NSClient++", - "pl": "Monitor NSClient++", - "zh-cn": "NSClient++ 监视器", - "uk": "Монітор NSClient++" + "en": "Onvif", + "de": "Onvif", + "ru": "Онвиф", + "pt": "onvif", + "nl": "Onvif", + "fr": "Onvif", + "it": "Onvif", + "es": "Onvif", + "pl": "Onvif", + "uk": "Onvif", + "zh-cn": "Onvif" }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.nsclient", - "installs": 19, - "weekDownloads": 10, - "stars": 1, - "issues": 7, + "branch": "main", + "github": "https://github.com/iobroker-community-adapters/ioBroker.onvif", + "installs": 4134, + "weekDownloads": 174, + "stars": 2, + "issues": 8, "score": 1 }, "proxmox": { @@ -12579,10 +12672,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.proxmox", - "installs": 4168, - "weekDownloads": 241, + "installs": 4224, + "weekDownloads": 274, "stars": 25, - "issues": 13, + "issues": 15, "score": 1 }, "snmp": { @@ -12629,59 +12722,59 @@ }, "branch": "master", "github": "https://github.com/mcm1957/ioBroker.snmp", - "installs": 2232, - "weekDownloads": 111, + "installs": 2229, + "weekDownloads": 128, "stars": 8, - "issues": 15, + "issues": 17, "score": 1 }, - "onvif": { + "synology": { "title": { - "de": "onvif", - "en": "onvif", - "ru": "onvif", - "zh-cn": "onvif" + "de": "synology", + "en": "synology", + "ru": "synology", + "zh-cn": "synology" }, - "content": "adapterref/iobroker.onvif/README.md", - "icon": "adapterref/iobroker.onvif/onvif.png", - "keywords": "onvif, camera", - "authors": "TA2k ", + "content": "adapterref/iobroker.synology/README.md", + "icon": "adapterref/iobroker.synology/synology.png", + "keywords": "synology NAS control", + "authors": "instalator", "license": "MIT", - "published": "2018-12-11T14:47:57.551Z", - "version": "1.0.5", - "latestVersion": "1.0.5", - "compact": true, - "description": { - "en": "Adapter for onvif cameras", - "de": "Adapter für Onvif-Kameras", - "ru": "Адаптер для онвиф камер", - "pt": "Adaptador para câmeras onvif", - "nl": "Adapter voor onvif-camera's", - "fr": "Adaptateur pour caméras onvif", - "it": "Adattatore per telecamere onvif", - "es": "Adaptador para cámaras onvif", - "pl": "Adapter do kamer onvif", - "zh-cn": "onvif 相机适配器" + "published": "2017-10-05T15:57:51.199Z", + "version": "3.0.0", + "latestVersion": "3.0.1", + "materialize": true, + "compact": true, + "description": { + "en": "Get status and control your NAS Synology", + "de": "Erhalten Sie Status und steuern Sie Ihre NAS Synology", + "ru": "Позволяет получать статус и управлять NAS Synology", + "pt": "Obtenha status e controle sua NAS Synology", + "nl": "Krijg status en controleer uw NAS Synology", + "fr": "Obtenez le statut et contrôlez votre NAS Synology", + "it": "Ottieni lo stato e controlla la tua Synology NAS", + "es": "Obtenga el estado y controle su NAS Synology", + "pl": "Uzyskaj status i kontroluj swój NAS Synology", + "zh-cn": "获取状态并控制您的 NAS Synology" }, "titleFull": { - "en": "Onvif", - "de": "Onvif", - "ru": "Онвиф", - "pt": "onvif", - "nl": "Onvif", - "fr": "Onvif", - "it": "Onvif", - "es": "Onvif", - "pl": "Onvif", - "uk": "Onvif", - "zh-cn": "Onvif" + "en": "Synology NAS", + "de": "Synology NAS", + "ru": "Synology NAS", + "pt": "Synology NAS", + "nl": "Synology NAS", + "fr": "Synology NAS", + "it": "Synology NAS", + "es": "Synology NAS", + "pl": "Synology NAS", + "zh-cn": "Synology NAS" }, - "branch": "main", - "github": "https://github.com/iobroker-community-adapters/ioBroker.onvif", - "installs": 4122, - "weekDownloads": 163, - "stars": 2, - "issues": 8, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.synology", + "installs": 7574, + "weekDownloads": 1118, + "stars": 8, + "issues": 18, "score": 1 }, "speedport": { @@ -12728,60 +12821,11 @@ "branch": "master", "github": "https://github.com/hacki11/ioBroker.speedport", "installs": 60, - "weekDownloads": 3, + "weekDownloads": 6, "stars": 5, "issues": 23, "score": 1 }, - "synology": { - "title": { - "de": "synology", - "en": "synology", - "ru": "synology", - "zh-cn": "synology" - }, - "content": "adapterref/iobroker.synology/README.md", - "icon": "adapterref/iobroker.synology/synology.png", - "keywords": "synology NAS control", - "authors": "instalator", - "license": "MIT", - "published": "2017-10-05T15:57:51.199Z", - "version": "3.0.0", - "latestVersion": "3.0.0", - "materialize": true, - "compact": true, - "description": { - "en": "Get status and control your NAS Synology", - "de": "Erhalten Sie Status und steuern Sie Ihre NAS Synology", - "ru": "Позволяет получать статус и управлять NAS Synology", - "pt": "Obtenha status e controle sua NAS Synology", - "nl": "Krijg status en controleer uw NAS Synology", - "fr": "Obtenez le statut et contrôlez votre NAS Synology", - "it": "Ottieni lo stato e controlla la tua Synology NAS", - "es": "Obtenga el estado y controle su NAS Synology", - "pl": "Uzyskaj status i kontroluj swój NAS Synology", - "zh-cn": "获取状态并控制您的 NAS Synology" - }, - "titleFull": { - "en": "Synology NAS", - "de": "Synology NAS", - "ru": "Synology NAS", - "pt": "Synology NAS", - "nl": "Synology NAS", - "fr": "Synology NAS", - "it": "Synology NAS", - "es": "Synology NAS", - "pl": "Synology NAS", - "zh-cn": "Synology NAS" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.synology", - "installs": 7561, - "weekDownloads": 1406, - "stars": 8, - "issues": 18, - "score": 1 - }, "tr-064": { "title": { "de": "tr-064", @@ -12827,8 +12871,8 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.tr-064", - "installs": 23346, - "weekDownloads": 706, + "installs": 23411, + "weekDownloads": 897, "stars": 34, "issues": 36, "score": 1 @@ -12878,10 +12922,10 @@ }, "branch": "main", "github": "https://github.com/grizzelbee/ioBroker.wireguard", - "installs": 411, - "weekDownloads": 200, + "installs": 413, + "weekDownloads": 79, "stars": 4, - "issues": 0, + "issues": 2, "score": 1 } } @@ -12899,53 +12943,105 @@ "pl": "Systemy IoT" }, "pages": { - "alexa2": { + "awtrix-light": { "title": { - "de": "alexa2", - "en": "alexa2", - "ru": "alexa2", - "zh-cn": "alexa2" + "de": "awtrix-light", + "en": "awtrix-light", + "ru": "awtrix-light", + "zh-cn": "awtrix-light" }, - "content": "adapterref/iobroker.alexa2/README.md", - "icon": "adapterref/iobroker.alexa2/alexa.png", - "keywords": "alexa, amazon, amazon echo, echo dot, echo show", - "authors": "Apollon77 ", + "content": "adapterref/iobroker.awtrix-light/README.md", + "icon": "adapterref/iobroker.awtrix-light/awtrix-light.png", + "keywords": "hardware, clock, message, notification, awtrix, ulanzi, tc001", + "authors": "Matthias Kleine ", "license": "MIT", - "published": "2018-07-20T14:34:19.324Z", - "version": "3.25.2", - "latestVersion": "3.25.2", + "published": "2023-05-16T17:45:31.245Z", + "version": "0.8.0", + "latestVersion": "0.9.1", + "compact": true, + "description": { + "en": "Integrates your Ulanzi TC001 via HTTP", + "de": "Integriert Ihr Ulanzi TC001 über HTTP", + "ru": "Интегрирует ваш Ulanzi TC001 через HTTP", + "pt": "Integra seu Ulanzi TC001 via HTTP", + "nl": "Integreert uw Ulanzi TC001 via HTTP", + "fr": "Intègre votre Ulanzi TC001 via HTTP", + "it": "Integra il tuo Ulanzi TC001 tramite HTTP", + "es": "Integra tu Ulanzi TC001 vía HTTP", + "pl": "Integruje twój Ulanzi TC001 przez HTTP", + "uk": "Інтегрує ваш Ulanzi TC001 через HTTP", + "zh-cn": "通过 HTTP 集成您的乌兰子 TC001" + }, + "titleFull": { + "en": "Awtrix Light", + "de": "Awtrix Light", + "ru": "Awtrix Light", + "pt": "Awtrix Light", + "nl": "Awtrix Light", + "fr": "Awtrix Light", + "it": "Awtrix Light", + "es": "Awtrix Light", + "pl": "Awtrix Light", + "uk": "Awtrix Light", + "zh-cn": "Awtrix Light" + }, + "branch": "master", + "github": "https://github.com/klein0r/ioBroker.awtrix-light", + "installs": 1092, + "weekDownloads": 747, + "stars": 32, + "issues": 9, + "score": 1 + }, + "blebox": { + "title": { + "de": "blebox", + "en": "blebox", + "ru": "blebox", + "zh-cn": "blebox" + }, + "content": "adapterref/iobroker.blebox/README.md", + "icon": "adapterref/iobroker.blebox/blebox.png", + "keywords": "blebox", + "authors": "Kai van Nuis ", + "license": "MIT", + "published": "2022-01-16T11:53:23.457Z", + "version": "2.0.1", + "latestVersion": "2.0.1", "materialize": true, "compact": true, "description": { - "en": "Remote control for Alexa (Amazon Echo)", - "de": "Steuerung von Alexa (Amazon Echo)", - "ru": "Управление Alexa (Amazon Echo)", - "pt": "Controle remoto para Alexa (Amazon Echo)", - "nl": "Afstandsbediening voor Alexa (Amazon Echo)", - "fr": "Télécommande pour Alexa (Amazon Echo)", - "it": "Telecomando per Alexa (Amazon Echo)", - "es": "Control remoto para Alexa (Amazon Echo)", - "pl": "Pilot do Alexa (Amazon Echo)", - "zh-cn": "Alexa(Amazon Echo)的遥控器" + "en": "Adapter for blebox systems", + "de": "Adapter für Blebox-Systeme", + "ru": "Адаптер для blebox-систем", + "pt": "Adaptador para sistemas blebox", + "nl": "Adapter voor blebox-systemen", + "fr": "Adaptateur pour systèmes blebox", + "it": "Adattatore per sistemi blebox", + "es": "Adaptador para sistemas blebox", + "pl": "Adapter do systemów blebox", + "zh-cn": "blebox系统适配器", + "uk": "Адаптер для систем blebox" }, "titleFull": { - "en": "Alexa2 (Amazon Echo)", - "de": "Alexa2 (Amazon Echo)", - "ru": "Alexa2 (Amazon Echo)", - "pt": "Alexa2 (Amazon Echo)", - "nl": "Alexa2 (Amazon Echo)", - "fr": "Alexa2 (Amazon Echo)", - "it": "Alexa2 (Amazon Echo)", - "es": "Alexa2 (eco de Amazon)", - "pl": "Alexa2 (Amazon Echo)", - "zh-cn": "Alexa2(Amazon回声)" + "en": "Blebox", + "de": "Blebox", + "ru": "блебокс", + "pt": "Blebox", + "nl": "Blebox", + "fr": "Blébox", + "it": "Blebox", + "es": "Blebox", + "pl": "Blebox", + "zh-cn": "盲盒", + "uk": "Blebox" }, "branch": "master", - "github": "https://github.com/Apollon77/ioBroker.alexa2", - "installs": 22746, - "weekDownloads": 7935, - "stars": -1, - "issues": 0, + "github": "https://github.com/ka-vaNu/ioBroker.blebox", + "installs": 119, + "weekDownloads": 23, + "stars": 6, + "issues": 13, "score": 1 }, "anelhut": { @@ -12993,52 +13089,59 @@ }, "branch": "master", "github": "https://github.com/dan1-de/ioBroker.anelhut", - "installs": 44, - "weekDownloads": 19, + "installs": 43, + "weekDownloads": 40, "stars": -1, "issues": 0, "score": 1 }, - "broadlink2": { + "cul": { "title": { - "de": "broadlink2", - "en": "broadlink2", - "ru": "broadlink2", - "zh-cn": "broadlink2" - }, - "content": "adapterref/iobroker.broadlink2/README.md", - "icon": "adapterref/iobroker.broadlink2/broadlink2.png", - "keywords": "Broadlink, W-Lan, IR/RF, Remote, Switch, Plug, A1, RM2, RM3, SP1, SP2, RM4, LB1", - "authors": "Frank Joke ", - "license": "MIT", - "published": "2017-07-27T12:44:47.864Z", - "version": "2.1.5", - "latestVersion": "2.1.5", - "materialize": true, - "compact": false, - "description": { - "en": "Broadlink2 Adapter for multiple BroadLink wireless devices (RM++, SP++, A1)", - "de": "Broadlink2 Adapter für verschiedene Broadlink WLan-Geräte (RM++, SP++, A1)" + "de": "cul", + "en": "cul", + "ru": "cul", + "zh-cn": "cul" }, - "titleFull": { - "en": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", - "de": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-Protokoll-Geräte\"", - "ru": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-протокол устройства\"", - "pt": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", - "nl": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", - "fr": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", - "it": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol dispositivi\"", - "es": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) dispositivos W-Lan Broadlink-protocol\"", - "pl": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", - "uk": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol пристрої\"", - "zh-cn": "“连接2(RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol装置”" + "content": "adapterref/iobroker.cul/README.md", + "icon": "adapterref/iobroker.cul/busware.jpg", + "keywords": "cul, coc, cuno, FS20, MAX!, HMS, FHT, EM, ELV, 868, busware", + "authors": "hobbyquaker ", + "license": "GPL-2.0-or-later", + "published": "2015-04-16T19:14:41.319Z", + "version": "2.2.0", + "latestVersion": "2.2.0", + "materialize": true, + "compact": true, + "description": { + "en": "Javascript/Node.js based Busware CUL USB/culfw adapter", + "de": "Javascript/Node.js basierter Busware CUL USB/Culfw Adapter", + "ru": "Адаптер Busware CUL USB/culfw", + "pt": "Adaptador Bus/CUL USB/culfw baseado em Javascript/Node.js", + "nl": "Op Javascript/Node.js gebaseerde Busware CUL USB/culfw-adapter", + "fr": "Adaptateur USB/culfw Busware CUL basé sur Javascript/Node.js", + "it": "Adattatore Bus/Culfw CUL basato su Javascript/Node.js", + "es": "Adaptador USB/culfw Busware CUL basado en Javascript/Node.js", + "pl": "Adapter Busware CUL USB/culfw oparty na Javascript/Node.js", + "zh-cn": "基于Javascript/Node.js的Busware CUL USB/culfw适配器" + }, + "titleFull": { + "en": "CUL/culfw", + "de": "CUL/culfw", + "ru": "CUL/культура", + "pt": "CUL/culfw", + "nl": "CUL/culfw", + "fr": "CUL/culfw", + "it": "CUL/culf", + "es": "CUL/culfw", + "pl": "KUL/zapas", + "zh-cn": "CUL/culfw" }, "branch": "master", - "github": "https://github.com/frankjoke/ioBroker.broadlink2", - "installs": 3833, - "weekDownloads": 110, - "stars": 40, - "issues": 29, + "github": "https://github.com/ioBroker/ioBroker.cul", + "installs": 1077, + "weekDownloads": 50, + "stars": 1, + "issues": 6, "score": 1 }, "digitalstrom": { @@ -13084,12 +13187,54 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.digitalstrom", - "installs": 308, - "weekDownloads": 5, + "installs": 314, + "weekDownloads": 28, "stars": 7, "issues": 22, "score": 1 }, + "broadlink2": { + "title": { + "de": "broadlink2", + "en": "broadlink2", + "ru": "broadlink2", + "zh-cn": "broadlink2" + }, + "content": "adapterref/iobroker.broadlink2/README.md", + "icon": "adapterref/iobroker.broadlink2/broadlink2.png", + "keywords": "Broadlink, W-Lan, IR/RF, Remote, Switch, Plug, A1, RM2, RM3, SP1, SP2, RM4, LB1", + "authors": "Frank Joke ", + "license": "MIT", + "published": "2017-07-27T12:44:47.864Z", + "version": "2.1.5", + "latestVersion": "2.1.5", + "materialize": true, + "compact": false, + "description": { + "en": "Broadlink2 Adapter for multiple BroadLink wireless devices (RM++, SP++, A1)", + "de": "Broadlink2 Adapter für verschiedene Broadlink WLan-Geräte (RM++, SP++, A1)" + }, + "titleFull": { + "en": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", + "de": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-Protokoll-Geräte\"", + "ru": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-протокол устройства\"", + "pt": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", + "nl": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", + "fr": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", + "it": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol dispositivi\"", + "es": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) dispositivos W-Lan Broadlink-protocol\"", + "pl": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol devices\"", + "uk": "\"Broadlink2 (RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol пристрої\"", + "zh-cn": "“连接2(RM++, SP++, A1, T1, S1C, Beok313, Floureon, LB+) W-Lan Broadlink-protocol装置”" + }, + "branch": "master", + "github": "https://github.com/frankjoke/ioBroker.broadlink2", + "installs": 3865, + "weekDownloads": 125, + "stars": 40, + "issues": 31, + "score": 1 + }, "bshb": { "title": { "de": "bshb", @@ -13134,160 +13279,48 @@ }, "branch": "master", "github": "https://github.com/holomekc/ioBroker.bshb", - "installs": 2048, - "weekDownloads": 69, + "installs": 2070, + "weekDownloads": 116, "stars": 16, "issues": 14, "score": 1 }, - "cul": { - "title": { - "de": "cul", - "en": "cul", - "ru": "cul", - "zh-cn": "cul" - }, - "content": "adapterref/iobroker.cul/README.md", - "icon": "adapterref/iobroker.cul/busware.jpg", - "keywords": "cul, coc, cuno, FS20, MAX!, HMS, FHT, EM, ELV, 868, busware", - "authors": "hobbyquaker ", - "license": "GPL-2.0-or-later", - "published": "2015-04-16T19:14:41.319Z", - "version": "2.2.0", - "latestVersion": "2.2.0", - "materialize": true, - "compact": true, - "description": { - "en": "Javascript/Node.js based Busware CUL USB/culfw adapter", - "de": "Javascript/Node.js basierter Busware CUL USB/Culfw Adapter", - "ru": "Адаптер Busware CUL USB/culfw", - "pt": "Adaptador Bus/CUL USB/culfw baseado em Javascript/Node.js", - "nl": "Op Javascript/Node.js gebaseerde Busware CUL USB/culfw-adapter", - "fr": "Adaptateur USB/culfw Busware CUL basé sur Javascript/Node.js", - "it": "Adattatore Bus/Culfw CUL basato su Javascript/Node.js", - "es": "Adaptador USB/culfw Busware CUL basado en Javascript/Node.js", - "pl": "Adapter Busware CUL USB/culfw oparty na Javascript/Node.js", - "zh-cn": "基于Javascript/Node.js的Busware CUL USB/culfw适配器" - }, - "titleFull": { - "en": "CUL/culfw", - "de": "CUL/culfw", - "ru": "CUL/культура", - "pt": "CUL/culfw", - "nl": "CUL/culfw", - "fr": "CUL/culfw", - "it": "CUL/culf", - "es": "CUL/culfw", - "pl": "KUL/zapas", - "zh-cn": "CUL/culfw" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.cul", - "installs": 1078, - "weekDownloads": 28, - "stars": 1, - "issues": 6, - "score": 1 - }, - "awtrix-light": { - "title": { - "de": "awtrix-light", - "en": "awtrix-light", - "ru": "awtrix-light", - "zh-cn": "awtrix-light" - }, - "content": "adapterref/iobroker.awtrix-light/README.md", - "icon": "adapterref/iobroker.awtrix-light/awtrix-light.png", - "keywords": "hardware, clock, message, notification, awtrix, ulanzi, tc001", - "authors": "Matthias Kleine ", - "license": "MIT", - "published": "2023-05-16T17:45:31.245Z", - "version": "-.-.-", - "latestVersion": "0.8.0", - "compact": true, - "description": { - "en": "Integrates your Ulanzi TC001 via HTTP", - "de": "Integriert Ihr Ulanzi TC001 über HTTP", - "ru": "Интегрирует ваш Ulanzi TC001 через HTTP", - "pt": "Integra seu Ulanzi TC001 via HTTP", - "nl": "Integreert uw Ulanzi TC001 via HTTP", - "fr": "Intègre votre Ulanzi TC001 via HTTP", - "it": "Integra il tuo Ulanzi TC001 tramite HTTP", - "es": "Integra tu Ulanzi TC001 vía HTTP", - "pl": "Integruje twój Ulanzi TC001 przez HTTP", - "uk": "Інтегрує ваш Ulanzi TC001 через HTTP", - "zh-cn": "通过 HTTP 集成您的乌兰子 TC001" - }, - "titleFull": { - "en": "Awtrix Light", - "de": "Awtrix Light", - "ru": "Awtrix Light", - "pt": "Awtrix Light", - "nl": "Awtrix Light", - "fr": "Awtrix Light", - "it": "Awtrix Light", - "es": "Awtrix Light", - "pl": "Awtrix Light", - "uk": "Awtrix Light", - "zh-cn": "Awtrix Light" - }, - "branch": "master", - "github": "https://github.com/klein0r/ioBroker.awtrix-light", - "installs": 1015, - "weekDownloads": 98, - "stars": 32, - "issues": 9, - "score": 1 - }, - "blebox": { + "enet": { "title": { - "de": "blebox", - "en": "blebox", - "ru": "blebox", - "zh-cn": "blebox" + "de": "enet", + "en": "enet", + "ru": "enet", + "zh-cn": "enet" }, - "content": "adapterref/iobroker.blebox/README.md", - "icon": "adapterref/iobroker.blebox/blebox.png", - "keywords": "blebox", - "authors": "Kai van Nuis ", + "content": "adapterref/iobroker.enet/README.md", + "icon": "adapterref/iobroker.enet/enet.png", + "keywords": "ioBroker, Jung, Gira, eNet, smart home", + "authors": "SebastianSchultz ", "license": "MIT", - "published": "2022-01-16T11:53:23.457Z", - "version": "2.0.1", - "latestVersion": "2.0.1", + "published": "2018-01-08T12:46:49.219Z", + "version": "1.0.1", + "latestVersion": "1.0.1", "materialize": true, "compact": true, "description": { - "en": "Adapter for blebox systems", - "de": "Adapter für Blebox-Systeme", - "ru": "Адаптер для blebox-систем", - "pt": "Adaptador para sistemas blebox", - "nl": "Adapter voor blebox-systemen", - "fr": "Adaptateur pour systèmes blebox", - "it": "Adattatore per sistemi blebox", - "es": "Adaptador para sistemas blebox", - "pl": "Adapter do systemów blebox", - "zh-cn": "blebox系统适配器", - "uk": "Адаптер для систем blebox" + "en": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", + "de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server", + "ru": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", + "pt": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", + "fr": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", + "nl": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", + "it": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", + "es": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server" }, "titleFull": { - "en": "Blebox", - "de": "Blebox", - "ru": "блебокс", - "pt": "Blebox", - "nl": "Blebox", - "fr": "Blébox", - "it": "Blebox", - "es": "Blebox", - "pl": "Blebox", - "zh-cn": "盲盒", - "uk": "Blebox" + "de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server" }, "branch": "master", - "github": "https://github.com/ka-vaNu/ioBroker.blebox", - "installs": 121, - "weekDownloads": 1, - "stars": 6, - "issues": 13, + "github": "https://github.com/SebastianSchultz/ioBroker.enet", + "installs": 117, + "weekDownloads": 12, + "stars": 13, + "issues": 15, "score": 1 }, "doorbird": { @@ -13303,8 +13336,8 @@ "authors": "BuZZy1337 , Schmakus ", "license": "MIT", "published": "2018-06-26T19:02:07.676Z", - "version": "1.2.3", - "latestVersion": "1.2.4", + "version": "1.2.4", + "latestVersion": "1.3.0", "materialize": true, "compact": true, "description": { @@ -13335,48 +13368,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.doorbird", - "installs": 1270, - "weekDownloads": 121, + "installs": 1295, + "weekDownloads": 521, "stars": 15, - "issues": 3, - "score": 1 - }, - "enet": { - "title": { - "de": "enet", - "en": "enet", - "ru": "enet", - "zh-cn": "enet" - }, - "content": "adapterref/iobroker.enet/README.md", - "icon": "adapterref/iobroker.enet/enet.png", - "keywords": "ioBroker, Jung, Gira, eNet, smart home", - "authors": "SebastianSchultz ", - "license": "MIT", - "published": "2018-01-08T12:46:49.219Z", - "version": "1.0.1", - "latestVersion": "1.0.1", - "materialize": true, - "compact": true, - "description": { - "en": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", - "de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server", - "ru": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", - "pt": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", - "fr": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", - "nl": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", - "it": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server", - "es": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server" - }, - "titleFull": { - "de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server" - }, - "branch": "master", - "github": "https://github.com/SebastianSchultz/ioBroker.enet", - "installs": 117, - "weekDownloads": 2, - "stars": 13, - "issues": 15, + "issues": 4, "score": 1 }, "elero-usb-transmitter": { @@ -13422,163 +13417,12 @@ }, "branch": "master", "github": "https://github.com/marc2016/ioBroker.elero-usb-transmitter", - "installs": 15, - "weekDownloads": 3, - "stars": 1, - "issues": 2, - "score": 1 - }, - "g-homa": { - "title": { - "de": "g-homa", - "en": "g-homa", - "ru": "g-homa", - "zh-cn": "g-homa" - }, - "content": "adapterref/iobroker.g-homa/README.md", - "icon": "adapterref/iobroker.g-homa/g-homa.png", - "keywords": "g-homa", - "authors": "AlCalzone ", - "license": "MIT", - "published": "2017-08-23T11:28:42.347Z", - "version": "0.5.3", - "latestVersion": "0.5.3", - "compact": true, - "description": { - "en": "Control G-Homa WiFi plugs", - "de": "Steuerung von G-Homa WLAN-Steckdosen", - "ru": "Контрольные вилки G-Homa WiFi", - "pt": "Controle os plugues WiFi G-Homa", - "nl": "Bedien G-Homa WiFi-stekkers", - "fr": "Contrôler les prises WiFi G-Homa", - "it": "Controlla le prese WiFi G-Homa", - "es": "Controla los enchufes WiFi G-Homa", - "pl": "Kontroluj wtyczki G-Homa WiFi", - "zh-cn": "控制G-Homa WiFi插头" - }, - "titleFull": "G-Homa WiFi plugs", - "branch": "master", - "github": "https://github.com/AlCalzone/ioBroker.g-homa", - "installs": 376, - "weekDownloads": 11, - "stars": 1, - "issues": 10, - "score": 1 - }, - "haassohn": { - "title": { - "de": "haassohn", - "en": "haassohn", - "ru": "haassohn", - "zh-cn": "haassohn" - }, - "content": "adapterref/iobroker.haassohn/README.md", - "icon": "adapterref/iobroker.haassohn/haassohn.png", - "installs": 202, - "weekDownloads": 8, - "stars": 7, - "issues": 5, - "score": 1 - }, - "gira-iot": { - "title": { - "de": "gira-iot", - "en": "gira-iot", - "ru": "gira-iot", - "zh-cn": "gira-iot" - }, - "content": "adapterref/iobroker.gira-iot/README.md", - "icon": "adapterref/iobroker.gira-iot/gira-iot.png", - "keywords": "gira, x1, homeserver, iot", - "authors": "Matthias Kleine ", - "license": "MIT", - "published": "2022-04-29T10:47:59.847Z", - "version": "-.-.-", - "latestVersion": "0.3.0", - "compact": true, - "description": { - "en": "Integrate your Gira X1 or HomeServer", - "de": "Binden Sie Ihren Gira X1 oder HomeServer ein", - "ru": "Интегрируйте свой Gira X1 или HomeServer", - "pt": "Integre o seu Gira X1 ou HomeServer", - "nl": "Integreer uw Gira X1 of HomeServer", - "fr": "Intégrez votre Gira X1 ou HomeServer", - "it": "Integra il tuo Gira X1 o HomeServer", - "es": "Integre su Gira X1 o HomeServer", - "pl": "Zintegruj Gira X1 lub HomeServer", - "uk": "Інтегруйте Gira X1 або HomeServer", - "zh-cn": "集成您的 Gira X1 或 HomeServer" - }, - "titleFull": { - "en": "Gira IoT", - "de": "Gira IoT", - "ru": "Гира IoT", - "pt": "Gira IoT", - "nl": "Gira IoT", - "fr": "IdO Gira", - "it": "Gira IoT", - "es": "Gira IoT", - "pl": "Gira IoT", - "uk": "Gira IoT", - "zh-cn": "Gira 物联网" - }, - "branch": "master", - "github": "https://github.com/klein0r/ioBroker.gira-iot", - "installs": 158, + "installs": 14, "weekDownloads": 18, - "stars": 10, + "stars": 1, "issues": 2, "score": 1 }, - "hass-mqtt": { - "title": { - "de": "hass-mqtt", - "en": "hass-mqtt", - "ru": "hass-mqtt", - "zh-cn": "hass-mqtt" - }, - "content": "adapterref/iobroker.hass-mqtt/README.md", - "icon": "adapterref/iobroker.hass-mqtt/hass-mqtt.png", - "keywords": "mqtt, hass, homeassistant, discover", - "authors": "SchumyHao ", - "license": "MIT", - "published": "2019-05-06T05:34:29.685Z", - "version": "-.-.-", - "latestVersion": "0.0.7", - "materialize": true, - "compact": true, - "description": { - "en": "This adapter can discover devices followed hass mqtt discover protocol", - "de": "Dieser Adapter kann Geräte erkennen, denen das Protokoll mqtt discover folgt", - "ru": "Этот адаптер может обнаруживать устройства в соответствии с протоколом hass mqtt Discover", - "pt": "Este adaptador pode descobrir dispositivos seguidos pelo método hass mqtt discover", - "nl": "Deze adapter kan zoeken naar apparaten gevolgd hass mqtt discover-protocol", - "fr": "Cet adaptateur peut détecter les périphériques suivis par le protocole de découverte hass mqtt", - "it": "Questo adattatore può scoprire i dispositivi seguiti dal protocollo di rilevamento mqtt di hass", - "es": "Este adaptador puede descubrir dispositivos seguidos hass mqtt descubrir protocolo", - "pl": "Ten adapter może wykrywać urządzenia po protokole wykrywania hass mqtt", - "zh-cn": "该适配器可以发现遵循hass mqtt discover协议的设备" - }, - "titleFull": { - "en": "hass-mqtt", - "de": "hass-mqtt", - "ru": "Хасс-MQTT", - "pt": "hass-mqtt", - "nl": "hass-mqtt", - "fr": "hass-mqtt", - "it": "Hass-MQTT", - "es": "hass-mqtt", - "pl": "hass-mqtt", - "zh-cn": "HASS-MQTT" - }, - "branch": "master", - "github": "https://github.com/smarthomefans/ioBroker.hass-mqtt", - "installs": 218, - "weekDownloads": 5, - "stars": 7, - "issues": 21, - "score": 1 - }, "fhem": { "title": { "de": "fhem", @@ -13622,61 +13466,59 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.fhem", - "installs": 2641, - "weekDownloads": 212, + "installs": 2649, + "weekDownloads": 175, "stars": 15, "issues": 4, "score": 1 }, - "hass": { + "alexa2": { "title": { - "de": "hass", - "en": "hass", - "ru": "hass", - "zh-cn": "hass" + "de": "alexa2", + "en": "alexa2", + "ru": "alexa2", + "zh-cn": "alexa2" }, - "content": "adapterref/iobroker.hass/README.md", - "icon": "adapterref/iobroker.hass/hass.png", - "keywords": "HASS, Home, assistant", - "authors": "bluefox ", + "content": "adapterref/iobroker.alexa2/README.md", + "icon": "adapterref/iobroker.alexa2/alexa.png", + "keywords": "alexa, amazon, amazon echo, echo dot, echo show", + "authors": "Apollon77 ", "license": "MIT", - "published": "2020-12-13T16:51:06.118Z", - "version": "1.4.0", - "latestVersion": "1.4.0", + "published": "2018-07-20T14:34:19.324Z", + "version": "3.25.2", + "latestVersion": "3.25.2", "materialize": true, "compact": true, "description": { - "en": "Home Assistant connection for ioBroker", - "de": "Home Assistant Verbindung für ioBroker", - "ru": "Подключение Home Assistant для ioBroker", - "pt": "Conexão do Home Assistant para ioBroker", - "nl": "Home Assistant-verbinding voor ioBroker", - "fr": "Connexion Home Assistant pour ioBroker", - "it": "Connessione Home Assistant per ioBroker", - "es": "Conexión de Home Assistant para ioBroker", - "pl": "Połączenie Home Assistant dla ioBroker", - "zh-cn": "ioBroker 的家庭助理连接", - "uk": "Підключення Home Assistant для ioBroker" + "en": "Remote control for Alexa (Amazon Echo)", + "de": "Steuerung von Alexa (Amazon Echo)", + "ru": "Управление Alexa (Amazon Echo)", + "pt": "Controle remoto para Alexa (Amazon Echo)", + "nl": "Afstandsbediening voor Alexa (Amazon Echo)", + "fr": "Télécommande pour Alexa (Amazon Echo)", + "it": "Telecomando per Alexa (Amazon Echo)", + "es": "Control remoto para Alexa (Amazon Echo)", + "pl": "Pilot do Alexa (Amazon Echo)", + "zh-cn": "Alexa(Amazon Echo)的遥控器" }, "titleFull": { - "en": "Home Assistant", - "de": "Home-Assistent", - "ru": "Домашний помощник", - "pt": "Home Assistant", - "nl": "Thuisassistent", - "fr": "Assistante à domicile", - "it": "Assistente domiciliare", - "es": "Asistente de hogar", - "pl": "Asystent domowy", - "zh-cn": "家庭助理", - "uk": "Домашній помічник" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.hass", - "installs": 1959, - "weekDownloads": 105, - "stars": 18, - "issues": 6, + "en": "Alexa2 (Amazon Echo)", + "de": "Alexa2 (Amazon Echo)", + "ru": "Alexa2 (Amazon Echo)", + "pt": "Alexa2 (Amazon Echo)", + "nl": "Alexa2 (Amazon Echo)", + "fr": "Alexa2 (Amazon Echo)", + "it": "Alexa2 (Amazon Echo)", + "es": "Alexa2 (eco de Amazon)", + "pl": "Alexa2 (Amazon Echo)", + "zh-cn": "Alexa2(Amazon回声)" + }, + "branch": "master", + "github": "https://github.com/Apollon77/ioBroker.alexa2", + "installs": 22757, + "weekDownloads": 2342, + "stars": -1, + "issues": 0, "score": 1 }, "ham": { @@ -13721,12 +13563,178 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.ham", - "installs": 3224, - "weekDownloads": 83, + "installs": 3239, + "weekDownloads": 145, "stars": 28, "issues": 45, "score": 1 }, + "hass": { + "title": { + "de": "hass", + "en": "hass", + "ru": "hass", + "zh-cn": "hass" + }, + "content": "adapterref/iobroker.hass/README.md", + "icon": "adapterref/iobroker.hass/hass.png", + "keywords": "HASS, Home, assistant", + "authors": "bluefox ", + "license": "MIT", + "published": "2020-12-13T16:51:06.118Z", + "version": "1.4.0", + "latestVersion": "1.4.0", + "materialize": true, + "compact": true, + "description": { + "en": "Home Assistant connection for ioBroker", + "de": "Home Assistant Verbindung für ioBroker", + "ru": "Подключение Home Assistant для ioBroker", + "pt": "Conexão do Home Assistant para ioBroker", + "nl": "Home Assistant-verbinding voor ioBroker", + "fr": "Connexion Home Assistant pour ioBroker", + "it": "Connessione Home Assistant per ioBroker", + "es": "Conexión de Home Assistant para ioBroker", + "pl": "Połączenie Home Assistant dla ioBroker", + "zh-cn": "ioBroker 的家庭助理连接", + "uk": "Підключення Home Assistant для ioBroker" + }, + "titleFull": { + "en": "Home Assistant", + "de": "Home-Assistent", + "ru": "Домашний помощник", + "pt": "Home Assistant", + "nl": "Thuisassistent", + "fr": "Assistante à domicile", + "it": "Assistente domiciliare", + "es": "Asistente de hogar", + "pl": "Asystent domowy", + "zh-cn": "家庭助理", + "uk": "Домашній помічник" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.hass", + "installs": 1989, + "weekDownloads": 124, + "stars": 18, + "issues": 6, + "score": 1 + }, + "hm-rpc": { + "title": { + "de": "hm-rpc", + "en": "hm-rpc", + "ru": "hm-rpc", + "zh-cn": "hm-rpc" + }, + "content": "adapterref/iobroker.hm-rpc/README.md", + "icon": "adapterref/iobroker.hm-rpc/homematic.png", + "keywords": "homematic, bidcos, eq3, ELV, CCU, CCU1, CCU2, rpc, xmlrpc, homegear, binrpc, CUxD, FS20, FHT, HMS, EnOcean", + "authors": "hobbyquaker , Moritz Heusinger ", + "license": "MIT", + "published": "2015-01-02T23:35:36.140Z", + "version": "1.15.19", + "latestVersion": "1.15.19", + "materialize": true, + "compact": true, + "description": { + "en": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker", + "de": "Verbindet HomeMatic Interface-Prozesse (BidCos-Services, Homegear und CUxD) via XML-RPC oder BIN-RPC mit ioBroker", + "ru": "Подключает HomeMatic интерфейсы (BidCos-сервисы, Homegear и CUxD) через XML-RPC или BIN-RPC к ioBroker", + "pt": "Conecta HomeMatic Interface-Processes (BidCos-Services, Homegear e CUxD) via XML-RPC ou BIN-RPC para ioBroker", + "nl": "Verbindt HomeMatic Interface-processen (BidCos-Services, Homegear en CUxD) via XML-RPC of BIN-RPC met ioBroker", + "fr": "Connecte les processus d'interface HomeMatic (BidCos-Services, Homegear et CUxD) via XML-RPC ou BIN-RPC à ioBroker", + "it": "Collega l'interfaccia HomeMatic: i processi (BidCos-Services, Homegear e CUxD) tramite XML-RPC o BIN-RPC su ioBroker", + "es": "Conecta los Procesos de Interfaz HomeMatic (BidCos-Services, Homegear y CUxD) a través de XML-RPC o BIN-RPC a ioBroker", + "pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker", + "zh-cn": "通过 XML-RPC 或 BIN-RPC 将 HomeMatic 接口进程(BidCos-Services、Homegear 和 CUxD)连接到 ioBroker" + }, + "titleFull": { + "en": "HomeMatic RPC", + "de": "HomeMatic RPC", + "ru": "HomeMatic RPC", + "pt": "HomeMatic RPC", + "nl": "HomeMatic RPC", + "fr": "AccueilMatic RPC", + "it": "HomeMatic RPC", + "es": "HomeMatic RPC", + "pl": "HomeMatic RPC", + "zh-cn": "HomeMatic RPC" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.hm-rpc", + "installs": 19200, + "weekDownloads": 1278, + "stars": 60, + "issues": 22, + "score": 1 + }, + "homekit-controller": { + "title": { + "de": "homekit-controller", + "en": "homekit-controller", + "ru": "homekit-controller", + "zh-cn": "homekit-controller" + }, + "content": "adapterref/iobroker.homekit-controller/README.md", + "icon": "adapterref/iobroker.homekit-controller/homekit-controller.png", + "keywords": "homekit, hap", + "authors": "Ingo Fischer ", + "license": "MIT", + "published": "2021-10-19T06:12:29.636Z", + "version": "0.5.8", + "latestVersion": "0.5.8", + "materialize": true, + "compact": true, + "description": { + "en": "Pair and control HomeKit devices directly", + "de": "HomeKit-Geräte direkt koppeln und steuern", + "ru": "Сопряжение и управление устройствами HomeKit напрямую", + "pt": "Emparelhe e controle dispositivos HomeKit diretamente", + "nl": "Koppel en bedien HomeKit-apparaten rechtstreeks", + "fr": "Associez et contrôlez directement les appareils HomeKit", + "it": "Associa e controlla direttamente i dispositivi HomeKit", + "es": "Empareje y controle los dispositivos HomeKit directamente", + "pl": "Paruj i steruj bezpośrednio urządzeniami HomeKit", + "zh-cn": "直接配对和控制 HomeKit 设备", + "uk": "Створюйте пару та керуйте пристроями HomeKit безпосередньо" + }, + "titleFull": { + "en": "HomeKit Controller", + "de": "HomeKit-Controller", + "ru": "Контроллер HomeKit", + "pt": "Controlador HomeKit", + "nl": "HomeKit-controller", + "fr": "Contrôleur HomeKit", + "it": "Controller HomeKit", + "es": "Controlador HomeKit", + "pl": "Kontroler HomeKit", + "zh-cn": "HomeKit 控制器", + "uk": "Контролер HomeKit" + }, + "branch": "master", + "github": "https://github.com/Apollon77/ioBroker.homekit-controller", + "installs": 3480, + "weekDownloads": 113, + "stars": 15, + "issues": 9, + "score": 1 + }, + "haassohn": { + "title": { + "de": "haassohn", + "en": "haassohn", + "ru": "haassohn", + "zh-cn": "haassohn" + }, + "content": "adapterref/iobroker.haassohn/README.md", + "icon": "adapterref/iobroker.haassohn/haassohn.png", + "installs": 206, + "weekDownloads": 35, + "stars": 7, + "issues": 5, + "score": 1 + }, "ham-wemo": { "title": { "de": "ham-wemo", @@ -13769,156 +13777,146 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.ham-wemo", - "installs": 158, - "weekDownloads": 10, + "installs": 155, + "weekDownloads": 18, "stars": 5, "issues": 2, "score": 1 }, - "innoxel": { + "hm-rega": { "title": { - "de": "innoxel", - "en": "innoxel", - "ru": "innoxel", - "zh-cn": "innoxel" + "de": "hm-rega", + "en": "hm-rega", + "ru": "hm-rega", + "zh-cn": "hm-rega" }, - "content": "adapterref/iobroker.innoxel/README.md", - "icon": "adapterref/iobroker.innoxel/innoxel.png", - "keywords": "innoxel", - "authors": "matthsc ", + "content": "adapterref/iobroker.hm-rega/README.md", + "icon": "adapterref/iobroker.hm-rega/homematic.png", + "keywords": "homematic, eq3, regahss, ccu1, ccu2", + "authors": "hobbyquaker , bluefox , Moritz Heusinger ", "license": "MIT", - "published": "2021-12-30T21:33:44.968Z", - "version": "0.3.1", - "latestVersion": "0.3.1", + "published": "2015-01-02T23:31:13.087Z", + "version": "3.0.47", + "latestVersion": "4.0.0", "materialize": true, "compact": true, "description": { - "en": "Adapter for Innoxel Master 3", - "de": "Adapter für Innoxel Master 3", - "ru": "Адаптер для Innoxel Master 3", - "pt": "Adaptador para Innoxel Master 3", - "nl": "Adapter voor Innoxel Master 3", - "fr": "Adaptateur pour Innoxel Master 3", - "it": "Adattatore per Innoxel Master 3", - "es": "Adaptador para Innoxel Master 3", - "pl": "Adapter do Innoxel Master 3", - "zh-cn": "Inoxel Master 3 适配器" + "en": "Connects HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") to ioBroker", + "de": "Verbindet die Logikschicht einer HomeMatic CCU (\"ReGaHSS\") mit ioBroker", + "ru": "Соединяет модуль логики системы Homematic CCU (\"ReGaHSS\") с ioBroker", + "pt": "Conecta o HomeMatic CCU \"Layer Lógica\" (\"ReGaHSS\") para ioBroker", + "nl": "Verbindt HomeMatic CCU \"Logic Layer\" (\"ReGaHSS \") met ioBroker", + "fr": "Connecte HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") à ioBroker", + "it": "Collega HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") a ioBroker", + "es": "Conecta CCU HomeMatic \"Capa lógica\" (\"ReGaHSS\") a ioBroker", + "pl": "Łączy HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") z ioBroker", + "zh-cn": "将 HomeMatic CCU“逻辑层”(“ReGaHSS”)连接到 ioBroker" }, "titleFull": { - "en": "Innoxel", - "de": "Innoxel", - "ru": "Инноксель", - "pt": "Innoxel", - "nl": "Innoxel", - "fr": "Innoxel", - "it": "Innoxel", - "es": "Innoxel", - "pl": "Innoxel", - "zh-cn": "英诺赛尔" + "en": "HomeMatic ReGaHSS", + "de": "HomeMatic ReGaHSS", + "ru": "HomeMatic ReGaHSS", + "pt": "HomeMatic ReGaHSS", + "nl": "HomeMatic ReGaHSS", + "fr": "AccueilMatic ReGaHSS", + "it": "HomeMatic ReGaHSS", + "es": "HomeMatic ReGaHSS", + "pl": "HomeMatic ReGaHSS", + "zh-cn": "HomeMatic ReGaHSS" }, - "branch": "main", - "github": "https://github.com/matthsc/ioBroker.innoxel", - "installs": 7, - "weekDownloads": 4, - "stars": 3, - "issues": 2, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.hm-rega", + "installs": 18123, + "weekDownloads": 1245, + "stars": 43, + "issues": 4, "score": 1 }, - "homepilot": { + "g-homa": { "title": { - "de": "homepilot", - "en": "homepilot", - "ru": "homepilot", - "zh-cn": "homepilot" + "de": "g-homa", + "en": "g-homa", + "ru": "g-homa", + "zh-cn": "g-homa" }, - "content": "adapterref/iobroker.homepilot/README.md", - "icon": "adapterref/iobroker.homepilot/homepilot.png", - "keywords": "blinds, jalousien, homepilot, duofern, rademacher, rollladen, rollos, pix", - "authors": "Pix", + "content": "adapterref/iobroker.g-homa/README.md", + "icon": "adapterref/iobroker.g-homa/g-homa.png", + "keywords": "g-homa", + "authors": "AlCalzone ", "license": "MIT", - "published": "2016-07-09T11:17:48.404Z", - "version": "1.1.6", - "latestVersion": "1.1.6", - "materialize": true, + "published": "2017-08-23T11:28:42.347Z", + "version": "0.5.3", + "latestVersion": "0.5.3", + "compact": true, "description": { - "en": "control Homepilot Duofern Devices with ioBroker", - "de": "verbindet Rademacher Homepilot Duofern Geräte mit ioBroker", - "ru": "контроль Homepilot Duofern Devices с ioBroker", - "pt": "Control Homepilot Duofern Devices com ioBroker", - "nl": "controle Homepilot Duofern-apparaten met ioBroker", - "fr": "contrôle Homepilot Duofern Devices avec ioBroker", - "it": "controlla i dispositivi Homepilot Duofern con ioBroker", - "es": "controlar dispositivos Homepilot Duofern con ioBroker", - "pl": "kontroluj urządzenia Homofilot Duofern z ioBroker", - "zh-cn": "使用ioBroker控制Homepilot Duofern设备" - }, - "titleFull": { - "en": "Homepilot", - "de": "Homepilot", - "ru": "Homepilot", - "pt": "Homepilot", - "nl": "Homepilot", - "fr": "Homepilot", - "it": "Homepilot", - "es": "Homepilot", - "pl": "Homepilot", - "zh-cn": "Homepilot" + "en": "Control G-Homa WiFi plugs", + "de": "Steuerung von G-Homa WLAN-Steckdosen", + "ru": "Контрольные вилки G-Homa WiFi", + "pt": "Controle os plugues WiFi G-Homa", + "nl": "Bedien G-Homa WiFi-stekkers", + "fr": "Contrôler les prises WiFi G-Homa", + "it": "Controlla le prese WiFi G-Homa", + "es": "Controla los enchufes WiFi G-Homa", + "pl": "Kontroluj wtyczki G-Homa WiFi", + "zh-cn": "控制G-Homa WiFi插头" }, + "titleFull": "G-Homa WiFi plugs", "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.homepilot", - "installs": 446, - "weekDownloads": 24, - "stars": 21, - "issues": 11, + "github": "https://github.com/AlCalzone/ioBroker.g-homa", + "installs": 363, + "weekDownloads": 28, + "stars": 1, + "issues": 10, "score": 1 }, - "hm-rega": { + "innogy-smarthome": { "title": { - "de": "hm-rega", - "en": "hm-rega", - "ru": "hm-rega", - "zh-cn": "hm-rega" + "de": "innogy-smarthome", + "en": "innogy-smarthome", + "ru": "innogy-smarthome", + "zh-cn": "innogy-smarthome" }, - "content": "adapterref/iobroker.hm-rega/README.md", - "icon": "adapterref/iobroker.hm-rega/homematic.png", - "keywords": "homematic, eq3, regahss, ccu1, ccu2", - "authors": "hobbyquaker , bluefox , Moritz Heusinger ", + "content": "adapterref/iobroker.innogy-smarthome/README.md", + "icon": "adapterref/iobroker.innogy-smarthome/innogy-smarthome.png", + "keywords": "innogy-smarthome", + "authors": "Patrick Arns ", "license": "MIT", - "published": "2015-01-02T23:31:13.087Z", - "version": "3.0.47", - "latestVersion": "4.0.0", + "published": "2017-01-07T12:19:30.574Z", + "version": "1.2.6", + "latestVersion": "1.2.6", "materialize": true, - "compact": true, "description": { - "en": "Connects HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") to ioBroker", - "de": "Verbindet die Logikschicht einer HomeMatic CCU (\"ReGaHSS\") mit ioBroker", - "ru": "Соединяет модуль логики системы Homematic CCU (\"ReGaHSS\") с ioBroker", - "pt": "Conecta o HomeMatic CCU \"Layer Lógica\" (\"ReGaHSS\") para ioBroker", - "nl": "Verbindt HomeMatic CCU \"Logic Layer\" (\"ReGaHSS \") met ioBroker", - "fr": "Connecte HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") à ioBroker", - "it": "Collega HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") a ioBroker", - "es": "Conecta CCU HomeMatic \"Capa lógica\" (\"ReGaHSS\") a ioBroker", - "pl": "Łączy HomeMatic CCU \"Logic Layer\" (\"ReGaHSS\") z ioBroker", - "zh-cn": "将 HomeMatic CCU“逻辑层”(“ReGaHSS”)连接到 ioBroker" + "en": "ioBroker Innogy Smarthome", + "de": "ioBroker Innogy Smarthome", + "ru": "ioBroker Innogy Smarthome", + "pt": "ioBroker Innogy Smarthome", + "nl": "ioBroker Innogy Smarthome", + "fr": "ioBroker Innogy Smarthome", + "it": "ioBroker Innogy Smarthome", + "es": "ioBroker Innogy Hogar inteligente", + "pl": "Inteligentny dom ioBroker Innogy", + "uk": "ioBroker Innogy Smarthome", + "zh-cn": "ioBroker Innogy 智能家居" }, "titleFull": { - "en": "HomeMatic ReGaHSS", - "de": "HomeMatic ReGaHSS", - "ru": "HomeMatic ReGaHSS", - "pt": "HomeMatic ReGaHSS", - "nl": "HomeMatic ReGaHSS", - "fr": "AccueilMatic ReGaHSS", - "it": "HomeMatic ReGaHSS", - "es": "HomeMatic ReGaHSS", - "pl": "HomeMatic ReGaHSS", - "zh-cn": "HomeMatic ReGaHSS" + "en": "Innogy Smarthome", + "de": "Innogy Smarthome", + "ru": "Innogy Smarthome", + "pt": "Innogy Smarthome", + "nl": "Innogy Smarthome", + "fr": "Innogy Smarthome", + "it": "Innogy Smarthome", + "es": "Innogy Smarthome", + "pl": "Innogy Smarthome", + "zh-cn": "英诺智能家居", + "uk": "Innogy Smarthome" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.hm-rega", - "installs": 18040, - "weekDownloads": 1522, - "stars": 43, - "issues": 4, + "github": "https://github.com/PArns/ioBroker.innogy-smarthome", + "installs": 725, + "weekDownloads": 94, + "stars": 8, + "issues": 12, "score": 1 }, "homee": { @@ -13964,111 +13962,12 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.homee", - "installs": 615, - "weekDownloads": 8, + "installs": 627, + "weekDownloads": 36, "stars": 12, "issues": 22, "score": 1 }, - "hm-rpc": { - "title": { - "de": "hm-rpc", - "en": "hm-rpc", - "ru": "hm-rpc", - "zh-cn": "hm-rpc" - }, - "content": "adapterref/iobroker.hm-rpc/README.md", - "icon": "adapterref/iobroker.hm-rpc/homematic.png", - "keywords": "homematic, bidcos, eq3, ELV, CCU, CCU1, CCU2, rpc, xmlrpc, homegear, binrpc, CUxD, FS20, FHT, HMS, EnOcean", - "authors": "hobbyquaker , Moritz Heusinger ", - "license": "MIT", - "published": "2015-01-02T23:35:36.140Z", - "version": "1.15.19", - "latestVersion": "1.15.19", - "materialize": true, - "compact": true, - "description": { - "en": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker", - "de": "Verbindet HomeMatic Interface-Prozesse (BidCos-Services, Homegear und CUxD) via XML-RPC oder BIN-RPC mit ioBroker", - "ru": "Подключает HomeMatic интерфейсы (BidCos-сервисы, Homegear и CUxD) через XML-RPC или BIN-RPC к ioBroker", - "pt": "Conecta HomeMatic Interface-Processes (BidCos-Services, Homegear e CUxD) via XML-RPC ou BIN-RPC para ioBroker", - "nl": "Verbindt HomeMatic Interface-processen (BidCos-Services, Homegear en CUxD) via XML-RPC of BIN-RPC met ioBroker", - "fr": "Connecte les processus d'interface HomeMatic (BidCos-Services, Homegear et CUxD) via XML-RPC ou BIN-RPC à ioBroker", - "it": "Collega l'interfaccia HomeMatic: i processi (BidCos-Services, Homegear e CUxD) tramite XML-RPC o BIN-RPC su ioBroker", - "es": "Conecta los Procesos de Interfaz HomeMatic (BidCos-Services, Homegear y CUxD) a través de XML-RPC o BIN-RPC a ioBroker", - "pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker", - "zh-cn": "通过 XML-RPC 或 BIN-RPC 将 HomeMatic 接口进程(BidCos-Services、Homegear 和 CUxD)连接到 ioBroker" - }, - "titleFull": { - "en": "HomeMatic RPC", - "de": "HomeMatic RPC", - "ru": "HomeMatic RPC", - "pt": "HomeMatic RPC", - "nl": "HomeMatic RPC", - "fr": "AccueilMatic RPC", - "it": "HomeMatic RPC", - "es": "HomeMatic RPC", - "pl": "HomeMatic RPC", - "zh-cn": "HomeMatic RPC" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.hm-rpc", - "installs": 19118, - "weekDownloads": 1476, - "stars": 60, - "issues": 22, - "score": 1 - }, - "innogy-smarthome": { - "title": { - "de": "innogy-smarthome", - "en": "innogy-smarthome", - "ru": "innogy-smarthome", - "zh-cn": "innogy-smarthome" - }, - "content": "adapterref/iobroker.innogy-smarthome/README.md", - "icon": "adapterref/iobroker.innogy-smarthome/innogy-smarthome.png", - "keywords": "innogy-smarthome", - "authors": "Patrick Arns ", - "license": "MIT", - "published": "2017-01-07T12:19:30.574Z", - "version": "1.2.6", - "latestVersion": "1.2.6", - "materialize": true, - "description": { - "en": "ioBroker Innogy Smarthome", - "de": "ioBroker Innogy Smarthome", - "ru": "ioBroker Innogy Smarthome", - "pt": "ioBroker Innogy Smarthome", - "nl": "ioBroker Innogy Smarthome", - "fr": "ioBroker Innogy Smarthome", - "it": "ioBroker Innogy Smarthome", - "es": "ioBroker Innogy Hogar inteligente", - "pl": "Inteligentny dom ioBroker Innogy", - "uk": "ioBroker Innogy Smarthome", - "zh-cn": "ioBroker Innogy 智能家居" - }, - "titleFull": { - "en": "Innogy Smarthome", - "de": "Innogy Smarthome", - "ru": "Innogy Smarthome", - "pt": "Innogy Smarthome", - "nl": "Innogy Smarthome", - "fr": "Innogy Smarthome", - "it": "Innogy Smarthome", - "es": "Innogy Smarthome", - "pl": "Innogy Smarthome", - "zh-cn": "英诺智能家居", - "uk": "Innogy Smarthome" - }, - "branch": "master", - "github": "https://github.com/PArns/ioBroker.innogy-smarthome", - "installs": 718, - "weekDownloads": 38, - "stars": 8, - "issues": 12, - "score": 1 - }, "lcn": { "title": { "de": "lcn", @@ -14096,117 +13995,18 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.lcn", - "installs": 87, - "weekDownloads": 4, + "installs": 89, + "weekDownloads": 45, "stars": 4, "issues": 14, "score": 1 }, - "homekit-controller": { + "knx": { "title": { - "de": "homekit-controller", - "en": "homekit-controller", - "ru": "homekit-controller", - "zh-cn": "homekit-controller" - }, - "content": "adapterref/iobroker.homekit-controller/README.md", - "icon": "adapterref/iobroker.homekit-controller/homekit-controller.png", - "keywords": "homekit, hap", - "authors": "Ingo Fischer ", - "license": "MIT", - "published": "2021-10-19T06:12:29.636Z", - "version": "0.5.8", - "latestVersion": "0.5.8", - "materialize": true, - "compact": true, - "description": { - "en": "Pair and control HomeKit devices directly", - "de": "HomeKit-Geräte direkt koppeln und steuern", - "ru": "Сопряжение и управление устройствами HomeKit напрямую", - "pt": "Emparelhe e controle dispositivos HomeKit diretamente", - "nl": "Koppel en bedien HomeKit-apparaten rechtstreeks", - "fr": "Associez et contrôlez directement les appareils HomeKit", - "it": "Associa e controlla direttamente i dispositivi HomeKit", - "es": "Empareje y controle los dispositivos HomeKit directamente", - "pl": "Paruj i steruj bezpośrednio urządzeniami HomeKit", - "zh-cn": "直接配对和控制 HomeKit 设备", - "uk": "Створюйте пару та керуйте пристроями HomeKit безпосередньо" - }, - "titleFull": { - "en": "HomeKit Controller", - "de": "HomeKit-Controller", - "ru": "Контроллер HomeKit", - "pt": "Controlador HomeKit", - "nl": "HomeKit-controller", - "fr": "Contrôleur HomeKit", - "it": "Controller HomeKit", - "es": "Controlador HomeKit", - "pl": "Kontroler HomeKit", - "zh-cn": "HomeKit 控制器", - "uk": "Контролер HomeKit" - }, - "branch": "master", - "github": "https://github.com/Apollon77/ioBroker.homekit-controller", - "installs": 3444, - "weekDownloads": 112, - "stars": 15, - "issues": 11, - "score": 1 - }, - "link2home": { - "title": { - "de": "link2home", - "en": "link2home", - "ru": "link2home", - "zh-cn": "link2home" - }, - "content": "adapterref/iobroker.link2home/README.md", - "icon": "adapterref/iobroker.link2home/link2home.png", - "keywords": "link2home, rev", - "authors": "TA2k ", - "license": "MIT", - "published": "2022-12-05T07:59:20.236Z", - "version": "0.0.1", - "latestVersion": "0.0.1", - "compact": true, - "description": { - "en": "Adapter for Link2Home devices", - "de": "Adapter für Link2Home-Geräte", - "ru": "Адаптер для устройств Link2Home", - "pt": "Adaptador para dispositivos Link2Home", - "nl": "Adapter voor Link2Home-apparaten", - "fr": "Adaptateur pour appareils Link2Home", - "it": "Adattatore per dispositivi Link2Home", - "es": "Adaptador para dispositivos Link2Home", - "pl": "Adapter do urządzeń Link2Home", - "zh-cn": "Link2Home 设备适配器" - }, - "titleFull": { - "en": "Link2Home", - "de": "Link2Home", - "ru": "Link2Главная", - "pt": "Link2Home", - "nl": "Link2Home", - "fr": "Link2Home", - "it": "Link2Home", - "es": "Link2Inicio", - "pl": "Link2Home", - "zh-cn": "Link2Home" - }, - "branch": "main", - "github": "https://github.com/TA2k/ioBroker.link2home", - "installs": 49, - "weekDownloads": 5, - "stars": -1, - "issues": 3, - "score": 1 - }, - "knx": { - "title": { - "de": "knx", - "en": "knx", - "ru": "knx", - "zh-cn": "knx" + "de": "knx", + "en": "knx", + "ru": "knx", + "zh-cn": "knx" }, "content": "adapterref/iobroker.knx/README.md", "icon": "adapterref/iobroker.knx/knx.png", @@ -14234,47 +14034,59 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.knx", - "installs": 3572, - "weekDownloads": 459, + "installs": 3552, + "weekDownloads": 321, "stars": 49, "issues": 41, "score": 1 }, - "maxcul": { + "innoxel": { "title": { - "de": "maxcul", - "en": "maxcul", - "ru": "maxcul", - "zh-cn": "maxcul" + "de": "innoxel", + "en": "innoxel", + "ru": "innoxel", + "zh-cn": "innoxel" }, - "content": "adapterref/iobroker.maxcul/README.md", - "icon": "adapterref/iobroker.maxcul/maxcul.png", - "keywords": "cul, MAX!, 868, busware", - "authors": "bluefox ", - "license": "GPL-2.0-only", - "published": "2017-04-10T20:26:24.569Z", - "version": "1.3.1", - "latestVersion": "1.3.1", + "content": "adapterref/iobroker.innoxel/README.md", + "icon": "adapterref/iobroker.innoxel/innoxel.png", + "keywords": "innoxel", + "authors": "matthsc ", + "license": "MIT", + "published": "2021-12-30T21:33:44.968Z", + "version": "0.3.1", + "latestVersion": "0.3.1", "materialize": true, "compact": true, "description": { - "en": "Control max! devices over CUL stick", - "de": "Steuere max! Geräte mit CUL stick", - "ru": "Управляет устройствами max! при помощи CUL", - "pt": "Controle máximo! dispositivos sobre o stick CUL", - "nl": "Controle max! apparaten boven CUL-stick", - "fr": "Contrôle max! appareils sur bâton CUL", - "it": "Controllo max! dispositivi su CUL stick", - "es": "Control max! dispositivos sobre CUL stick", - "pl": "Kontrola max! urządzenia na sztyfcie CUL" + "en": "Adapter for Innoxel Master 3", + "de": "Adapter für Innoxel Master 3", + "ru": "Адаптер для Innoxel Master 3", + "pt": "Adaptador para Innoxel Master 3", + "nl": "Adapter voor Innoxel Master 3", + "fr": "Adaptateur pour Innoxel Master 3", + "it": "Adattatore per Innoxel Master 3", + "es": "Adaptador para Innoxel Master 3", + "pl": "Adapter do Innoxel Master 3", + "zh-cn": "Inoxel Master 3 适配器" }, - "titleFull": "max! CUL", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.maxcul", - "installs": 342, - "weekDownloads": 6, - "stars": 4, - "issues": 4, + "titleFull": { + "en": "Innoxel", + "de": "Innoxel", + "ru": "Инноксель", + "pt": "Innoxel", + "nl": "Innoxel", + "fr": "Innoxel", + "it": "Innoxel", + "es": "Innoxel", + "pl": "Innoxel", + "zh-cn": "英诺赛尔" + }, + "branch": "main", + "github": "https://github.com/matthsc/ioBroker.innoxel", + "installs": 7, + "weekDownloads": 12, + "stars": 3, + "issues": 5, "score": 1 }, "loxone": { @@ -14320,157 +14132,155 @@ }, "branch": "master", "github": "https://github.com/UncleSamSwiss/ioBroker.loxone", - "installs": 1780, - "weekDownloads": 62, + "installs": 1790, + "weekDownloads": 90, "stars": 26, "issues": 32, "score": 1 }, - "mihome": { + "link2home": { "title": { - "de": "mihome", - "en": "mihome", - "ru": "mihome", - "zh-cn": "mihome" + "de": "link2home", + "en": "link2home", + "ru": "link2home", + "zh-cn": "link2home" }, - "content": "adapterref/iobroker.mihome/README.md", - "icon": "adapterref/iobroker.mihome/mihome.png", - "keywords": "mihome, xiaomi", - "authors": "bluefox ", + "content": "adapterref/iobroker.link2home/README.md", + "icon": "adapterref/iobroker.link2home/link2home.png", + "keywords": "link2home, rev", + "authors": "TA2k ", "license": "MIT", - "published": "2017-06-05T17:40:26.665Z", - "version": "1.4.0", - "latestVersion": "1.4.0", - "materialize": true, + "published": "2022-12-05T07:59:20.236Z", + "version": "0.0.1", + "latestVersion": "0.0.1", "compact": true, "description": { - "en": "Xiaomi MiHome gateway support", - "de": "Xiaomi MiHome Gateway Unterstützung", - "ru": "Поддержка «Xiaomi MiHome gateway»", - "pt": "Suporte Xiaomi MiHome gateway", - "nl": "Xiaomi MiHome gateway -ondersteuning", - "fr": "Prise en charge de la passerelle Xiaomi MiHome", - "it": "Supporto Xiaomi MiHome gateway", - "es": "Asistencia técnica para Xiaomi MiHome gateway", - "pl": "Wsparcie dla Xiaomi MiHome gateway", - "zh-cn": "小米绿米网关接入适配器" + "en": "Adapter for Link2Home devices", + "de": "Adapter für Link2Home-Geräte", + "ru": "Адаптер для устройств Link2Home", + "pt": "Adaptador para dispositivos Link2Home", + "nl": "Adapter voor Link2Home-apparaten", + "fr": "Adaptateur pour appareils Link2Home", + "it": "Adattatore per dispositivi Link2Home", + "es": "Adaptador para dispositivos Link2Home", + "pl": "Adapter do urządzeń Link2Home", + "zh-cn": "Link2Home 设备适配器" }, "titleFull": { - "en": "Xiaomi MiHome Gateway", - "de": "Xiaomi MiHome-Gateway", - "ru": "Шлюз Xiaomi MiHome", - "pt": "Xiaomi MiHome Gateway", - "nl": "Xiaomi MiHome-gateway", - "fr": "Passerelle Xiaomi MiHome", - "it": "Xiaomi MiHome Gateway", - "es": "Puerta de enlace Xiaomi MiHome", - "pl": "Bramka Xiaomi MiHome", - "zh-cn": "小米米家网关" + "en": "Link2Home", + "de": "Link2Home", + "ru": "Link2Главная", + "pt": "Link2Home", + "nl": "Link2Home", + "fr": "Link2Home", + "it": "Link2Home", + "es": "Link2Inicio", + "pl": "Link2Home", + "zh-cn": "Link2Home" }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.mihome", - "installs": 3709, - "weekDownloads": 69, - "stars": 105, - "issues": 35, + "branch": "main", + "github": "https://github.com/TA2k/ioBroker.link2home", + "installs": 51, + "weekDownloads": 3, + "stars": -1, + "issues": 3, "score": 1 }, - "mystrom": { + "mydlink": { "title": { - "de": "mystrom", - "en": "mystrom", - "ru": "mystrom", - "zh-cn": "mystrom" + "de": "mydlink", + "en": "mydlink", + "ru": "mydlink", + "zh-cn": "mydlink" }, - "content": "adapterref/iobroker.mystrom/README.md", - "icon": "adapterref/iobroker.mystrom/mystrom.png", - "keywords": "mystrom", - "authors": "TA2k ", - "license": "MIT", - "published": "2020-12-06T00:38:06.131Z", - "version": "0.0.14", - "latestVersion": "0.0.14", - "materialize": true, + "content": "adapterref/iobroker.mydlink/README.md", + "icon": "adapterref/iobroker.mydlink/mydlink.png", + "keywords": "mydlink, dlink, dsp-w215, dsp-w115, dch-s150", + "authors": "Garfonso ", + "license": "MIT", + "published": "2019-11-08T15:03:01.181Z", + "version": "1.3.4", + "latestVersion": "1.3.4", "compact": true, "description": { - "en": "myStrom Adapter", - "de": "myStrom Adapter", - "ru": "myStrom адаптер", - "pt": "adaptador myStrom", - "nl": "myStrom-adapter", - "fr": "Adaptateur myStrom", - "it": "Adattatore myStrom", - "es": "Adaptador myStrom", - "pl": "Adapter myStrom", - "zh-cn": "myStrom适配器" + "en": "connects mydlink plugs and sensors to ioBroker", + "de": "verbindet mydlink Stecker und Sensoren mit ioBroker", + "ru": "подключает вилки и датчики mydlink к ioBroker", + "pt": "conecta plugues mydlink e sensores ao ioBroker", + "nl": "verbindt mydlink-stekkers en -sensoren met ioBroker", + "fr": "connecte les prises et capteurs mydlink à ioBroker", + "it": "collega le spine e i sensori mydlink a ioBroker", + "es": "conecta enchufes mydlink y sensores a ioBroker", + "pl": "łączy wtyczki i czujniki mydlink z ioBroker", + "zh-cn": "将 mydlink 插头和传感器连接到 ioBroker" }, "titleFull": { - "en": "myStrom", - "de": "myStrom", - "ru": "myStrom", - "pt": "myStrom", - "nl": "myStrom", - "fr": "myStrom", - "it": "myStrom", - "es": "myStrom", - "pl": "myStrom", - "zh-cn": "myStrom" + "en": "mydlink", + "de": "mydlink", + "ru": "mydlink", + "pt": "mydlink", + "nl": "mijndlink", + "fr": "mondlink", + "it": "mydlink", + "es": "mydlink", + "pl": "mydlink", + "zh-cn": "mydlink" }, "branch": "master", - "github": "https://github.com/TA2k/ioBroker.mystrom", - "installs": 546, - "weekDownloads": 22, - "stars": 6, - "issues": 16, + "github": "https://github.com/iobroker-community-adapters/ioBroker.mydlink", + "installs": 171, + "weekDownloads": 47, + "stars": 4, + "issues": 3, "score": 1 }, - "miio": { + "mihome": { "title": { - "de": "miio", - "en": "miio", - "ru": "miio", - "zh-cn": "miio" + "de": "mihome", + "en": "mihome", + "ru": "mihome", + "zh-cn": "mihome" }, - "content": "adapterref/iobroker.miio/README.md", - "icon": "adapterref/iobroker.miio/miio.png", - "keywords": "ioBroker, template, Smart Home, home automation, xiaomi, miio, mijia", - "authors": "SchumyHao ", + "content": "adapterref/iobroker.mihome/README.md", + "icon": "adapterref/iobroker.mihome/mihome.png", + "keywords": "mihome, xiaomi", + "authors": "bluefox ", "license": "MIT", - "published": "2019-03-15T03:29:46.218Z", - "version": "-.-.-", - "latestVersion": "0.0.13", + "published": "2017-06-05T17:40:26.665Z", + "version": "1.4.0", + "latestVersion": "1.4.0", "materialize": true, "compact": true, "description": { - "en": "This adapter controls devices which followed miIO protocol.", - "de": "Dieser Adapter steuert Geräte, die dem miIO-Protokoll folgen.", - "ru": "Этот адаптер управляет устройствами, которые следуют протоколу miIO.", - "pt": "Este adaptador controla dispositivos que seguiram o protocolo miIO.", - "nl": "Deze adapter bestuurt apparaten die het miIO-protocol volgden.", - "fr": "Cet adaptateur contrôle les périphériques qui ont suivi le protocole miIO.", - "it": "Questo adattatore controlla i dispositivi che seguono il protocollo miIO.", - "es": "Este adaptador controla dispositivos que siguieron el protocolo miIO.", - "pl": "Ten adapter steruje urządzeniami, które następują po protokole miIO.", - "zh-cn": "该适配器控制遵循miIO协议的设备。" + "en": "Xiaomi MiHome gateway support", + "de": "Xiaomi MiHome Gateway Unterstützung", + "ru": "Поддержка «Xiaomi MiHome gateway»", + "pt": "Suporte Xiaomi MiHome gateway", + "nl": "Xiaomi MiHome gateway -ondersteuning", + "fr": "Prise en charge de la passerelle Xiaomi MiHome", + "it": "Supporto Xiaomi MiHome gateway", + "es": "Asistencia técnica para Xiaomi MiHome gateway", + "pl": "Wsparcie dla Xiaomi MiHome gateway", + "zh-cn": "小米绿米网关接入适配器" }, "titleFull": { - "en": "Xiaomi miIO protocol device", - "de": "Xiaomi miIO Protokollgerät", - "ru": "Протокол протокола Xiaomi miIO", - "pt": "Dispositivo de protocolo miIO Xiaomi", - "nl": "Xiaomi miIO-protocolapparaat", - "fr": "Périphérique de protocole Xiaomi miIO", - "it": "Dispositivo protocollo Xiaomi miIO", - "es": "Dispositivo de protocolo Xiaomi miIO", - "pl": "Urządzenie protokołu Xiaomi miIO", - "zh-cn": "小米miIO协议设备" + "en": "Xiaomi MiHome Gateway", + "de": "Xiaomi MiHome-Gateway", + "ru": "Шлюз Xiaomi MiHome", + "pt": "Xiaomi MiHome Gateway", + "nl": "Xiaomi MiHome-gateway", + "fr": "Passerelle Xiaomi MiHome", + "it": "Xiaomi MiHome Gateway", + "es": "Puerta de enlace Xiaomi MiHome", + "pl": "Bramka Xiaomi MiHome", + "zh-cn": "小米米家网关" }, "branch": "master", - "github": "https://github.com/smarthomefans/ioBroker.miio", - "installs": 285, - "weekDownloads": 3, - "stars": 19, - "issues": 6, + "github": "https://github.com/ioBroker/ioBroker.mihome", + "installs": 3713, + "weekDownloads": 115, + "stars": 105, + "issues": 37, "score": 1 }, "meross": { @@ -14518,10 +14328,59 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.meross", - "installs": 2696, - "weekDownloads": 106, + "installs": 2707, + "weekDownloads": 153, "stars": 22, - "issues": 12, + "issues": 13, + "score": 1 + }, + "mystrom": { + "title": { + "de": "mystrom", + "en": "mystrom", + "ru": "mystrom", + "zh-cn": "mystrom" + }, + "content": "adapterref/iobroker.mystrom/README.md", + "icon": "adapterref/iobroker.mystrom/mystrom.png", + "keywords": "mystrom", + "authors": "TA2k ", + "license": "MIT", + "published": "2020-12-06T00:38:06.131Z", + "version": "0.0.14", + "latestVersion": "0.0.14", + "materialize": true, + "compact": true, + "description": { + "en": "myStrom Adapter", + "de": "myStrom Adapter", + "ru": "myStrom адаптер", + "pt": "adaptador myStrom", + "nl": "myStrom-adapter", + "fr": "Adaptateur myStrom", + "it": "Adattatore myStrom", + "es": "Adaptador myStrom", + "pl": "Adapter myStrom", + "zh-cn": "myStrom适配器" + }, + "titleFull": { + "en": "myStrom", + "de": "myStrom", + "ru": "myStrom", + "pt": "myStrom", + "nl": "myStrom", + "fr": "myStrom", + "it": "myStrom", + "es": "myStrom", + "pl": "myStrom", + "zh-cn": "myStrom" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.mystrom", + "installs": 553, + "weekDownloads": 43, + "stars": 6, + "issues": 16, "score": 1 }, "mihome-cloud": { @@ -14566,185 +14425,194 @@ }, "branch": "main", "github": "https://github.com/TA2k/ioBroker.mihome-cloud", - "installs": 447, - "weekDownloads": 19, + "installs": 461, + "weekDownloads": 20, "stars": 4, - "issues": 5, + "issues": 6, "score": 1 }, - "myq": { + "maxcul": { "title": { - "de": "myq", - "en": "myq", - "ru": "myq", - "zh-cn": "myq" + "de": "maxcul", + "en": "maxcul", + "ru": "maxcul", + "zh-cn": "maxcul" }, - "content": "adapterref/iobroker.myq/README.md", - "icon": "adapterref/iobroker.myq/myq-q.png", - "keywords": "myq, garage, door, chamberlain, liftmaster", - "authors": "Marius Burkard ", - "license": "MIT", - "published": "2020-01-16T15:47:59.274Z", - "version": "-.-.-", - "latestVersion": "0.3.1", + "content": "adapterref/iobroker.maxcul/README.md", + "icon": "adapterref/iobroker.maxcul/maxcul.png", + "keywords": "cul, MAX!, 868, busware", + "authors": "bluefox ", + "license": "GPL-2.0-only", + "published": "2017-04-10T20:26:24.569Z", + "version": "1.3.1", + "latestVersion": "1.3.1", "materialize": true, "compact": true, "description": { - "en": "Adapter to communicate with MyQ (Chamberlain/Liftmaster)", - "de": "Adapter zur Kommunikation mit MyQ (Chamberlain / Liftmaster)", - "ru": "Адаптер для связи с MyQ (Чемберлен / Лифтмастер)", - "pt": "Adaptador para se comunicar com MyQ (Chamberlain / Liftmaster)", - "nl": "Adapter om te communiceren met MyQ (Chamberlain / Liftmaster)", - "fr": "Adaptateur pour communiquer avec MyQ (Chamberlain / Liftmaster)", - "it": "Adattatore per comunicare con MyQ (Chamberlain / Liftmaster)", - "es": "Adaptador para comunicarse con MyQ (Chamberlain / Liftmaster)", - "pl": "Adapter do komunikacji z MyQ (Chamberlain / Liftmaster)", - "zh-cn": "与MyQ通信的适配器(Chamberlain / Liftmaster)" - }, - "titleFull": { - "en": "MyQ" + "en": "Control max! devices over CUL stick", + "de": "Steuere max! Geräte mit CUL stick", + "ru": "Управляет устройствами max! при помощи CUL", + "pt": "Controle máximo! dispositivos sobre o stick CUL", + "nl": "Controle max! apparaten boven CUL-stick", + "fr": "Contrôle max! appareils sur bâton CUL", + "it": "Controllo max! dispositivi su CUL stick", + "es": "Control max! dispositivos sobre CUL stick", + "pl": "Kontrola max! urządzenia na sztyfcie CUL" }, + "titleFull": "max! CUL", "branch": "master", - "github": "https://github.com/StrathCole/ioBroker.myq", - "installs": 70, - "weekDownloads": 5, - "stars": -1, - "issues": 12, + "github": "https://github.com/ioBroker/ioBroker.maxcul", + "installs": 335, + "weekDownloads": 48, + "stars": 4, + "issues": 4, "score": 1 }, - "mydlink": { + "gira-iot": { "title": { - "de": "mydlink", - "en": "mydlink", - "ru": "mydlink", - "zh-cn": "mydlink" + "de": "gira-iot", + "en": "gira-iot", + "ru": "gira-iot", + "zh-cn": "gira-iot" }, - "content": "adapterref/iobroker.mydlink/README.md", - "icon": "adapterref/iobroker.mydlink/mydlink.png", - "keywords": "mydlink, dlink, dsp-w215, dsp-w115, dch-s150", - "authors": "Garfonso ", + "content": "adapterref/iobroker.gira-iot/README.md", + "icon": "adapterref/iobroker.gira-iot/gira-iot.png", + "keywords": "gira, x1, homeserver, iot", + "authors": "Matthias Kleine ", "license": "MIT", - "published": "2019-11-08T15:03:01.181Z", - "version": "1.3.4", - "latestVersion": "1.3.4", + "published": "2022-04-29T10:47:59.847Z", + "version": "-.-.-", + "latestVersion": "0.4.0", "compact": true, "description": { - "en": "connects mydlink plugs and sensors to ioBroker", - "de": "verbindet mydlink Stecker und Sensoren mit ioBroker", - "ru": "подключает вилки и датчики mydlink к ioBroker", - "pt": "conecta plugues mydlink e sensores ao ioBroker", - "nl": "verbindt mydlink-stekkers en -sensoren met ioBroker", - "fr": "connecte les prises et capteurs mydlink à ioBroker", - "it": "collega le spine e i sensori mydlink a ioBroker", - "es": "conecta enchufes mydlink y sensores a ioBroker", - "pl": "łączy wtyczki i czujniki mydlink z ioBroker", - "zh-cn": "将 mydlink 插头和传感器连接到 ioBroker" + "en": "Integrate your Gira X1 or HomeServer", + "de": "Binden Sie Ihren Gira X1 oder HomeServer ein", + "ru": "Интегрируйте свой Gira X1 или HomeServer", + "pt": "Integre o seu Gira X1 ou HomeServer", + "nl": "Integreer uw Gira X1 of HomeServer", + "fr": "Intégrez votre Gira X1 ou HomeServer", + "it": "Integra il tuo Gira X1 o HomeServer", + "es": "Integre su Gira X1 o HomeServer", + "pl": "Zintegruj Gira X1 lub HomeServer", + "uk": "Інтегруйте Gira X1 або HomeServer", + "zh-cn": "集成您的 Gira X1 或 HomeServer" }, "titleFull": { - "en": "mydlink", - "de": "mydlink", - "ru": "mydlink", - "pt": "mydlink", - "nl": "mijndlink", - "fr": "mondlink", - "it": "mydlink", - "es": "mydlink", - "pl": "mydlink", - "zh-cn": "mydlink" + "en": "Gira IoT", + "de": "Gira IoT", + "ru": "Гира IoT", + "pt": "Gira IoT", + "nl": "Gira IoT", + "fr": "IdO Gira", + "it": "Gira IoT", + "es": "Gira IoT", + "pl": "Gira IoT", + "uk": "Gira IoT", + "zh-cn": "Gira 物联网" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.mydlink", - "installs": 171, - "weekDownloads": 48, - "stars": 4, - "issues": 3, + "github": "https://github.com/klein0r/ioBroker.gira-iot", + "installs": 166, + "weekDownloads": 59, + "stars": 10, + "issues": 2, "score": 1 }, - "openhab": { + "homepilot": { "title": { - "de": "openhab", - "en": "openhab", - "ru": "openhab", - "zh-cn": "openhab" + "de": "homepilot", + "en": "homepilot", + "ru": "homepilot", + "zh-cn": "homepilot" }, - "content": "adapterref/iobroker.openhab/README.md", - "icon": "adapterref/iobroker.openhab/openhab.png", - "keywords": "openhab", - "authors": "bluefox ", + "content": "adapterref/iobroker.homepilot/README.md", + "icon": "adapterref/iobroker.homepilot/homepilot.png", + "keywords": "blinds, jalousien, homepilot, duofern, rademacher, rollladen, rollos, pix", + "authors": "Pix", "license": "MIT", - "published": "2017-05-09T21:14:27.652Z", - "version": "1.1.0", - "latestVersion": "1.1.0", + "published": "2016-07-09T11:17:48.404Z", + "version": "1.1.6", + "latestVersion": "1.1.6", "materialize": true, "description": { - "en": "Connects ioBroker with OpenHAB", - "de": "Verbindet ioBroker mit OpenHAB", - "ru": "Соединяет ioBroker с OpenHAB", - "pt": "Conecta o ioBroker com o OpenHAB", - "nl": "Verbindt ioBroker met OpenHAB", - "fr": "Connecte ioBroker à OpenHAB", - "it": "Collega ioBroker con OpenHAB", - "es": "Conecta ioBroker con OpenHAB", - "pl": "Łączy oprogramowanie ioBroker z OpenHAB", - "zh-cn": "将ioBroker与OpenHAB连接" + "en": "control Homepilot Duofern Devices with ioBroker", + "de": "verbindet Rademacher Homepilot Duofern Geräte mit ioBroker", + "ru": "контроль Homepilot Duofern Devices с ioBroker", + "pt": "Control Homepilot Duofern Devices com ioBroker", + "nl": "controle Homepilot Duofern-apparaten met ioBroker", + "fr": "contrôle Homepilot Duofern Devices avec ioBroker", + "it": "controlla i dispositivi Homepilot Duofern con ioBroker", + "es": "controlar dispositivos Homepilot Duofern con ioBroker", + "pl": "kontroluj urządzenia Homofilot Duofern z ioBroker", + "zh-cn": "使用ioBroker控制Homepilot Duofern设备" + }, + "titleFull": { + "en": "Homepilot", + "de": "Homepilot", + "ru": "Homepilot", + "pt": "Homepilot", + "nl": "Homepilot", + "fr": "Homepilot", + "it": "Homepilot", + "es": "Homepilot", + "pl": "Homepilot", + "zh-cn": "Homepilot" }, - "titleFull": "OpenHAB", "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.openhab", - "installs": 1097, - "weekDownloads": 19, - "stars": 13, - "issues": 8, + "github": "https://github.com/iobroker-community-adapters/ioBroker.homepilot", + "installs": 439, + "weekDownloads": 23, + "stars": 21, + "issues": 11, "score": 1 }, - "procon-ip": { + "hass-mqtt": { "title": { - "de": "procon-ip", - "en": "procon-ip", - "ru": "procon-ip", - "zh-cn": "procon-ip" + "de": "hass-mqtt", + "en": "hass-mqtt", + "ru": "hass-mqtt", + "zh-cn": "hass-mqtt" }, - "content": "adapterref/iobroker.procon-ip/README.md", - "icon": "adapterref/iobroker.procon-ip/procon-ip.png", - "keywords": "ProCon.IP, procon, pool-digital, swimming, pool", - "authors": "Yannic Labonte ", + "content": "adapterref/iobroker.hass-mqtt/README.md", + "icon": "adapterref/iobroker.hass-mqtt/hass-mqtt.png", + "keywords": "mqtt, hass, homeassistant, discover", + "authors": "SchumyHao ", "license": "MIT", - "published": "2019-06-26T01:17:59.158Z", - "version": "1.4.0", - "latestVersion": "1.5.1", + "published": "2019-05-06T05:34:29.685Z", + "version": "-.-.-", + "latestVersion": "0.0.7", + "materialize": true, "compact": true, "description": { - "en": "ioBroker adapter for basic support of the ProCon.IP swimming pool control unit. It is intended for integration with your ioBroker home automation, eg. to build logic that involves other devices or simply to be paired with your favorit voice assistant(s).", - "de": "ioBroker-Adapter zur grundlegenden Unterstützung der ProCon.IP-Schwimmbadsteuereinheit. Es ist für die Integration in Ihre ioBroker-Hausautomation vorgesehen, z. um eine Logik zu erstellen, an der andere Geräte beteiligt sind, oder um einfach mit Ihren bevorzugten Sprachassistenten gekoppelt zu werden.", - "ru": "Адаптер ioBroker для базовой поддержки блока управления бассейном ProCon.IP. Он предназначен для интеграции с домашней системой автоматизации ioBroker, например. создать логику, которая включает в себя другие устройства или просто быть в паре с вашим голосовым помощником.", - "pt": "Adaptador ioBroker para suporte básico da unidade de controle de piscinas ProCon.IP. Ele se destina à integração com sua automação residencial ioBroker, por exemplo. para criar lógica que envolva outros dispositivos ou simplesmente para emparelhar-se com seus assistentes de voz favoritos.", - "nl": "ioBroker-adapter voor basisondersteuning van de ProCon.IP zwembadbesturing. Het is bedoeld voor integratie met uw ioBroker-domotica, bijv. om logica op te bouwen die andere apparaten omvat of gewoon om te worden gekoppeld aan uw favoriete stemassistent (en).", - "fr": "Adaptateur ioBroker pour le support de base de l'unité de contrôle de piscine ProCon.IP. Il est destiné à être intégré à votre domotique ioBroker, par exemple. pour construire une logique qui implique d'autres appareils ou simplement pour être jumelé avec vos assistants vocaux préférés.", - "it": "adattatore ioBroker per il supporto di base dell'unità di controllo della piscina ProCon.IP. È destinato all'integrazione con l'automazione domestica ioBroker, ad es. per costruire una logica che coinvolga altri dispositivi o semplicemente per essere accoppiato con i tuoi assistenti vocali preferiti.", - "es": "Adaptador ioBroker para soporte básico de la unidad de control de piscina ProCon.IP. Está destinado a la integración con su domótica ioBroker, por ejemplo. para construir una lógica que involucre otros dispositivos o simplemente para que se vincule con su (s) asistente (s) de voz favorito (s).", - "pl": "Adapter ioBroker do podstawowej obsługi jednostki sterującej basenu ProCon.IP. Jest przeznaczony do integracji z automatyką domową ioBroker, np. zbudować logikę, która obejmuje inne urządzenia lub po prostu sparować ze swoimi ulubionymi asystentami głosowymi.", - "zh-cn": "ioBroker适配器,用于ProCon.IP游泳池控制单元的基本支持。它旨在与您的ioBroker家庭自动化集成,例如。建立涉及其他设备的逻辑,或者仅与您喜欢的语音助手配对。", - "uk": "Адаптер ioBroker для базової підтримки блоку керування басейном ProCon.IP. Він призначений для інтеграції з системою домашньої автоматизації ioBroker, наприклад. створювати логіку, яка залучає інші пристрої, або просто бути в парі з вашим улюбленим голосовим помічником(ами)." + "en": "This adapter can discover devices followed hass mqtt discover protocol", + "de": "Dieser Adapter kann Geräte erkennen, denen das Protokoll mqtt discover folgt", + "ru": "Этот адаптер может обнаруживать устройства в соответствии с протоколом hass mqtt Discover", + "pt": "Este adaptador pode descobrir dispositivos seguidos pelo método hass mqtt discover", + "nl": "Deze adapter kan zoeken naar apparaten gevolgd hass mqtt discover-protocol", + "fr": "Cet adaptateur peut détecter les périphériques suivis par le protocole de découverte hass mqtt", + "it": "Questo adattatore può scoprire i dispositivi seguiti dal protocollo di rilevamento mqtt di hass", + "es": "Este adaptador puede descubrir dispositivos seguidos hass mqtt descubrir protocolo", + "pl": "Ten adapter może wykrywać urządzenia po protokole wykrywania hass mqtt", + "zh-cn": "该适配器可以发现遵循hass mqtt discover协议的设备" }, "titleFull": { - "en": "ProCon.IP Pool Control", - "de": "ProCon.IP Poolsteuerung", - "ru": "ProCon.IP управления бассейном", - "pt": "ProCon.IP controle de piscina", - "nl": "ProCon.IP zwembadregeling", - "fr": "ProCon.IP le contrôle de la piscine", - "it": "ProCon.IP controllo piscina", - "es": "ProCon.IP control de la piscina", - "pl": "ProCon.IP sterowanie basenem", - "zh-cn": "ProCon.IP 池控制", - "uk": "Контроль пулу ProCon.IP" + "en": "hass-mqtt", + "de": "hass-mqtt", + "ru": "Хасс-MQTT", + "pt": "hass-mqtt", + "nl": "hass-mqtt", + "fr": "hass-mqtt", + "it": "Hass-MQTT", + "es": "hass-mqtt", + "pl": "hass-mqtt", + "zh-cn": "HASS-MQTT" }, "branch": "master", - "github": "https://github.com/ylabonte/ioBroker.procon-ip", - "installs": 82, - "weekDownloads": 56, - "stars": 6, - "issues": 0, + "github": "https://github.com/smarthomefans/ioBroker.hass-mqtt", + "installs": 216, + "weekDownloads": 14, + "stars": 7, + "issues": 21, "score": 1 }, "openknx": { @@ -14791,12 +14659,49 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.openknx", - "installs": 2505, - "weekDownloads": 124, + "installs": 2549, + "weekDownloads": 199, "stars": 28, "issues": 8, "score": 1 }, + "openhab": { + "title": { + "de": "openhab", + "en": "openhab", + "ru": "openhab", + "zh-cn": "openhab" + }, + "content": "adapterref/iobroker.openhab/README.md", + "icon": "adapterref/iobroker.openhab/openhab.png", + "keywords": "openhab", + "authors": "bluefox ", + "license": "MIT", + "published": "2017-05-09T21:14:27.652Z", + "version": "1.1.0", + "latestVersion": "1.1.0", + "materialize": true, + "description": { + "en": "Connects ioBroker with OpenHAB", + "de": "Verbindet ioBroker mit OpenHAB", + "ru": "Соединяет ioBroker с OpenHAB", + "pt": "Conecta o ioBroker com o OpenHAB", + "nl": "Verbindt ioBroker met OpenHAB", + "fr": "Connecte ioBroker à OpenHAB", + "it": "Collega ioBroker con OpenHAB", + "es": "Conecta ioBroker con OpenHAB", + "pl": "Łączy oprogramowanie ioBroker z OpenHAB", + "zh-cn": "将ioBroker与OpenHAB连接" + }, + "titleFull": "OpenHAB", + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.openhab", + "installs": 1100, + "weekDownloads": 37, + "stars": 13, + "issues": 8, + "score": 1 + }, "pimatic": { "title": { "de": "pimatic", @@ -14830,17 +14735,156 @@ "branch": "master", "github": "https://github.com/ioBroker/ioBroker.pimatic", "installs": 96, - "weekDownloads": 7, + "weekDownloads": 12, "stars": 2, "issues": 14, "score": 1 }, - "s7": { + "myq": { "title": { - "de": "s7", - "en": "s7", - "ru": "s7", - "zh-cn": "s7" + "de": "myq", + "en": "myq", + "ru": "myq", + "zh-cn": "myq" + }, + "content": "adapterref/iobroker.myq/README.md", + "icon": "adapterref/iobroker.myq/myq-q.png", + "keywords": "myq, garage, door, chamberlain, liftmaster", + "authors": "Marius Burkard ", + "license": "MIT", + "published": "2020-01-16T15:47:59.274Z", + "version": "-.-.-", + "latestVersion": "0.3.1", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter to communicate with MyQ (Chamberlain/Liftmaster)", + "de": "Adapter zur Kommunikation mit MyQ (Chamberlain / Liftmaster)", + "ru": "Адаптер для связи с MyQ (Чемберлен / Лифтмастер)", + "pt": "Adaptador para se comunicar com MyQ (Chamberlain / Liftmaster)", + "nl": "Adapter om te communiceren met MyQ (Chamberlain / Liftmaster)", + "fr": "Adaptateur pour communiquer avec MyQ (Chamberlain / Liftmaster)", + "it": "Adattatore per comunicare con MyQ (Chamberlain / Liftmaster)", + "es": "Adaptador para comunicarse con MyQ (Chamberlain / Liftmaster)", + "pl": "Adapter do komunikacji z MyQ (Chamberlain / Liftmaster)", + "zh-cn": "与MyQ通信的适配器(Chamberlain / Liftmaster)" + }, + "titleFull": { + "en": "MyQ" + }, + "branch": "master", + "github": "https://github.com/StrathCole/ioBroker.myq", + "installs": 72, + "weekDownloads": 7, + "stars": -1, + "issues": 12, + "score": 1 + }, + "miio": { + "title": { + "de": "miio", + "en": "miio", + "ru": "miio", + "zh-cn": "miio" + }, + "content": "adapterref/iobroker.miio/README.md", + "icon": "adapterref/iobroker.miio/miio.png", + "keywords": "ioBroker, template, Smart Home, home automation, xiaomi, miio, mijia", + "authors": "SchumyHao ", + "license": "MIT", + "published": "2019-03-15T03:29:46.218Z", + "version": "-.-.-", + "latestVersion": "0.0.13", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter controls devices which followed miIO protocol.", + "de": "Dieser Adapter steuert Geräte, die dem miIO-Protokoll folgen.", + "ru": "Этот адаптер управляет устройствами, которые следуют протоколу miIO.", + "pt": "Este adaptador controla dispositivos que seguiram o protocolo miIO.", + "nl": "Deze adapter bestuurt apparaten die het miIO-protocol volgden.", + "fr": "Cet adaptateur contrôle les périphériques qui ont suivi le protocole miIO.", + "it": "Questo adattatore controlla i dispositivi che seguono il protocollo miIO.", + "es": "Este adaptador controla dispositivos que siguieron el protocolo miIO.", + "pl": "Ten adapter steruje urządzeniami, które następują po protokole miIO.", + "zh-cn": "该适配器控制遵循miIO协议的设备。" + }, + "titleFull": { + "en": "Xiaomi miIO protocol device", + "de": "Xiaomi miIO Protokollgerät", + "ru": "Протокол протокола Xiaomi miIO", + "pt": "Dispositivo de protocolo miIO Xiaomi", + "nl": "Xiaomi miIO-protocolapparaat", + "fr": "Périphérique de protocole Xiaomi miIO", + "it": "Dispositivo protocollo Xiaomi miIO", + "es": "Dispositivo de protocolo Xiaomi miIO", + "pl": "Urządzenie protokołu Xiaomi miIO", + "zh-cn": "小米miIO协议设备" + }, + "branch": "master", + "github": "https://github.com/smarthomefans/ioBroker.miio", + "installs": 283, + "weekDownloads": 24, + "stars": 19, + "issues": 6, + "score": 1 + }, + "procon-ip": { + "title": { + "de": "procon-ip", + "en": "procon-ip", + "ru": "procon-ip", + "zh-cn": "procon-ip" + }, + "content": "adapterref/iobroker.procon-ip/README.md", + "icon": "adapterref/iobroker.procon-ip/procon-ip.png", + "keywords": "ProCon.IP, procon, pool-digital, swimming, pool", + "authors": "Yannic Labonte ", + "license": "MIT", + "published": "2019-06-26T01:17:59.158Z", + "version": "1.4.0", + "latestVersion": "1.5.1", + "compact": true, + "description": { + "en": "ioBroker adapter for basic support of the ProCon.IP swimming pool control unit. It is intended for integration with your ioBroker home automation, eg. to build logic that involves other devices or simply to be paired with your favorit voice assistant(s).", + "de": "ioBroker-Adapter zur grundlegenden Unterstützung der ProCon.IP-Schwimmbadsteuereinheit. Es ist für die Integration in Ihre ioBroker-Hausautomation vorgesehen, z. um eine Logik zu erstellen, an der andere Geräte beteiligt sind, oder um einfach mit Ihren bevorzugten Sprachassistenten gekoppelt zu werden.", + "ru": "Адаптер ioBroker для базовой поддержки блока управления бассейном ProCon.IP. Он предназначен для интеграции с домашней системой автоматизации ioBroker, например. создать логику, которая включает в себя другие устройства или просто быть в паре с вашим голосовым помощником.", + "pt": "Adaptador ioBroker para suporte básico da unidade de controle de piscinas ProCon.IP. Ele se destina à integração com sua automação residencial ioBroker, por exemplo. para criar lógica que envolva outros dispositivos ou simplesmente para emparelhar-se com seus assistentes de voz favoritos.", + "nl": "ioBroker-adapter voor basisondersteuning van de ProCon.IP zwembadbesturing. Het is bedoeld voor integratie met uw ioBroker-domotica, bijv. om logica op te bouwen die andere apparaten omvat of gewoon om te worden gekoppeld aan uw favoriete stemassistent (en).", + "fr": "Adaptateur ioBroker pour le support de base de l'unité de contrôle de piscine ProCon.IP. Il est destiné à être intégré à votre domotique ioBroker, par exemple. pour construire une logique qui implique d'autres appareils ou simplement pour être jumelé avec vos assistants vocaux préférés.", + "it": "adattatore ioBroker per il supporto di base dell'unità di controllo della piscina ProCon.IP. È destinato all'integrazione con l'automazione domestica ioBroker, ad es. per costruire una logica che coinvolga altri dispositivi o semplicemente per essere accoppiato con i tuoi assistenti vocali preferiti.", + "es": "Adaptador ioBroker para soporte básico de la unidad de control de piscina ProCon.IP. Está destinado a la integración con su domótica ioBroker, por ejemplo. para construir una lógica que involucre otros dispositivos o simplemente para que se vincule con su (s) asistente (s) de voz favorito (s).", + "pl": "Adapter ioBroker do podstawowej obsługi jednostki sterującej basenu ProCon.IP. Jest przeznaczony do integracji z automatyką domową ioBroker, np. zbudować logikę, która obejmuje inne urządzenia lub po prostu sparować ze swoimi ulubionymi asystentami głosowymi.", + "zh-cn": "ioBroker适配器,用于ProCon.IP游泳池控制单元的基本支持。它旨在与您的ioBroker家庭自动化集成,例如。建立涉及其他设备的逻辑,或者仅与您喜欢的语音助手配对。", + "uk": "Адаптер ioBroker для базової підтримки блоку керування басейном ProCon.IP. Він призначений для інтеграції з системою домашньої автоматизації ioBroker, наприклад. створювати логіку, яка залучає інші пристрої, або просто бути в парі з вашим улюбленим голосовим помічником(ами)." + }, + "titleFull": { + "en": "ProCon.IP Pool Control", + "de": "ProCon.IP Poolsteuerung", + "ru": "ProCon.IP управления бассейном", + "pt": "ProCon.IP controle de piscina", + "nl": "ProCon.IP zwembadregeling", + "fr": "ProCon.IP le contrôle de la piscine", + "it": "ProCon.IP controllo piscina", + "es": "ProCon.IP control de la piscina", + "pl": "ProCon.IP sterowanie basenem", + "zh-cn": "ProCon.IP 池控制", + "uk": "Контроль пулу ProCon.IP" + }, + "branch": "master", + "github": "https://github.com/ylabonte/ioBroker.procon-ip", + "installs": 84, + "weekDownloads": 43, + "stars": 6, + "issues": 0, + "score": 1 + }, + "s7": { + "title": { + "de": "s7", + "en": "s7", + "ru": "s7", + "zh-cn": "s7" }, "content": "adapterref/iobroker.s7/README.md", "icon": "adapterref/iobroker.s7/s7.png", @@ -14869,8 +14913,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.s7", - "installs": 2070, - "weekDownloads": 82, + "installs": 2060, + "weekDownloads": 122, "stars": 16, "issues": 15, "score": 1 @@ -14919,7 +14963,7 @@ "branch": "master", "github": "https://github.com/Rintrium/ioBroker.selverf", "installs": 46, - "weekDownloads": 0, + "weekDownloads": 30, "stars": 3, "issues": 11, "score": 1 @@ -14968,8 +15012,8 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.shelly", - "installs": 27747, - "weekDownloads": 1089, + "installs": 28016, + "weekDownloads": 1722, "stars": 129, "issues": 16, "score": 1 @@ -15002,8 +15046,8 @@ }, "branch": "master", "github": "https://github.com/unltdnetworx/ioBroker.snips", - "installs": 136, - "weekDownloads": 5, + "installs": 139, + "weekDownloads": 27, "stars": 5, "issues": 15, "score": 1 @@ -15022,7 +15066,7 @@ "license": "MIT", "published": "2021-02-21T17:20:42.822Z", "version": "1.2.0", - "latestVersion": "1.2.0", + "latestVersion": "1.2.1", "materialize": true, "compact": true, "description": { @@ -15053,61 +15097,12 @@ }, "branch": "master", "github": "https://github.com/Sickboy78/ioBroker.sureflap", - "installs": 268, - "weekDownloads": 68, + "installs": 270, + "weekDownloads": 221, "stars": 12, "issues": 1, "score": 1 }, - "tapo": { - "title": { - "de": "tapo", - "en": "tapo", - "ru": "tapo", - "zh-cn": "tapo" - }, - "content": "adapterref/iobroker.tapo/README.md", - "icon": "adapterref/iobroker.tapo/tapo.png", - "keywords": "tp-link, tapo", - "authors": "TA2k ", - "license": "MIT", - "published": "2022-09-10T08:33:02.524Z", - "version": "0.0.8", - "latestVersion": "0.0.8", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for TP-Link Tapo", - "de": "Adapter für TP-Link Tapo", - "ru": "Адаптер для TP-Link Tapo", - "pt": "Adaptador para TP-Link Tapo", - "nl": "Adapter voor TP-Link Tapo", - "fr": "Adaptateur pour TP-Link Tapo", - "it": "Adattatore per TP-Link Tapo", - "es": "Adaptador para TP-Link Tapo", - "pl": "Adapter do TP-Link Tapo", - "zh-cn": "TP-Link Tapo 适配器" - }, - "titleFull": { - "en": "TP-Link Tapo", - "de": "TP-Link Tapo", - "ru": "TP-Link Тапо", - "pt": "Tapo TP-Link", - "nl": "TP Link Tapo", - "fr": "Tapo TP-Link", - "it": "TP-Link Tapo", - "es": "Tapón de TP-Link", - "pl": "TP-Link Tapo", - "zh-cn": "TP-Link Tapo" - }, - "branch": "master", - "github": "https://github.com/TA2k/ioBroker.tapo", - "installs": 1403, - "weekDownloads": 59, - "stars": 4, - "issues": 11, - "score": 1 - }, "tahoma": { "title": { "de": "tahoma", @@ -15153,59 +15148,59 @@ }, "branch": "master", "github": "https://github.com/Excodibur/ioBroker.tahoma", - "installs": 1375, - "weekDownloads": 51, + "installs": 1366, + "weekDownloads": 219, "stars": 12, - "issues": 6, + "issues": 3, "score": 1 }, - "wmswebcontrol": { + "tapo": { "title": { - "de": "wmswebcontrol", - "en": "wmswebcontrol", - "ru": "wmswebcontrol", - "zh-cn": "wmswebcontrol" + "de": "tapo", + "en": "tapo", + "ru": "tapo", + "zh-cn": "tapo" }, - "content": "adapterref/iobroker.wmswebcontrol/README.md", - "icon": "adapterref/iobroker.wmswebcontrol/wmswebcontrol.png", - "keywords": "Warema WMS Webcontrol Pro", + "content": "adapterref/iobroker.tapo/README.md", + "icon": "adapterref/iobroker.tapo/tapo.png", + "keywords": "tp-link, tapo", "authors": "TA2k ", "license": "MIT", - "published": "2021-08-31T18:27:55.928Z", - "version": "0.0.5", - "latestVersion": "0.0.6", + "published": "2022-09-10T08:33:02.524Z", + "version": "0.0.8", + "latestVersion": "0.0.8", "materialize": true, "compact": true, "description": { - "en": "Adapter for Warema WMS Webcontrol Pro", - "de": "Adapter für Warema WMS Webcontrol Pro", - "ru": "Адаптер для Warema WMS Webcontrol Pro", - "pt": "Adaptador para Warema WMS Webcontrol Pro", - "nl": "Adapter voor Warema WMS Webcontrol Pro", - "fr": "Adaptateur pour Warema WMS Webcontrol Pro", - "it": "Adattatore per Warema WMS Webcontrol Pro", - "es": "Adaptador para Warema WMS Webcontrol Pro", - "pl": "Adapter do Warema WMS Webcontrol Pro", - "zh-cn": "Warema WMS Webcontrol Pro适配器" + "en": "Adapter for TP-Link Tapo", + "de": "Adapter für TP-Link Tapo", + "ru": "Адаптер для TP-Link Tapo", + "pt": "Adaptador para TP-Link Tapo", + "nl": "Adapter voor TP-Link Tapo", + "fr": "Adaptateur pour TP-Link Tapo", + "it": "Adattatore per TP-Link Tapo", + "es": "Adaptador para TP-Link Tapo", + "pl": "Adapter do TP-Link Tapo", + "zh-cn": "TP-Link Tapo 适配器" }, "titleFull": { - "en": "Warema WMS Webcontrol Pro", - "de": "Warema WMS Webcontrol Pro", - "ru": "Warema WMS Webcontrol Pro", - "pt": "Warema WMS Webcontrol Pro", - "nl": "Warema WMS Webcontrol Pro", - "fr": "Contrôle Web Warema WMS", - "it": "Warema WMS Webcontrol Pro", - "es": "Webcontrol de Warema WMS", - "pl": "Warema WMS Webcontrol Pro", - "zh-cn": "Warema WMS Webcontrol Pro" - }, - "branch": "master", - "github": "https://github.com/TA2k/ioBroker.wmswebcontrol", - "installs": 64, - "weekDownloads": 62, - "stars": 5, - "issues": 4, + "en": "TP-Link Tapo", + "de": "TP-Link Tapo", + "ru": "TP-Link Тапо", + "pt": "Tapo TP-Link", + "nl": "TP Link Tapo", + "fr": "Tapo TP-Link", + "it": "TP-Link Tapo", + "es": "Tapón de TP-Link", + "pl": "TP-Link Tapo", + "zh-cn": "TP-Link Tapo" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.tapo", + "installs": 1474, + "weekDownloads": 93, + "stars": 4, + "issues": 11, "score": 1 }, "tuya": { @@ -15253,10 +15248,109 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.tuya", - "installs": 9147, - "weekDownloads": 378, - "stars": 81, - "issues": 21, + "installs": 9228, + "weekDownloads": 504, + "stars": 82, + "issues": 19, + "score": 1 + }, + "wmswebcontrol": { + "title": { + "de": "wmswebcontrol", + "en": "wmswebcontrol", + "ru": "wmswebcontrol", + "zh-cn": "wmswebcontrol" + }, + "content": "adapterref/iobroker.wmswebcontrol/README.md", + "icon": "adapterref/iobroker.wmswebcontrol/wmswebcontrol.png", + "keywords": "Warema WMS Webcontrol Pro", + "authors": "TA2k ", + "license": "MIT", + "published": "2021-08-31T18:27:55.928Z", + "version": "0.0.5", + "latestVersion": "0.0.6", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for Warema WMS Webcontrol Pro", + "de": "Adapter für Warema WMS Webcontrol Pro", + "ru": "Адаптер для Warema WMS Webcontrol Pro", + "pt": "Adaptador para Warema WMS Webcontrol Pro", + "nl": "Adapter voor Warema WMS Webcontrol Pro", + "fr": "Adaptateur pour Warema WMS Webcontrol Pro", + "it": "Adattatore per Warema WMS Webcontrol Pro", + "es": "Adaptador para Warema WMS Webcontrol Pro", + "pl": "Adapter do Warema WMS Webcontrol Pro", + "zh-cn": "Warema WMS Webcontrol Pro适配器" + }, + "titleFull": { + "en": "Warema WMS Webcontrol Pro", + "de": "Warema WMS Webcontrol Pro", + "ru": "Warema WMS Webcontrol Pro", + "pt": "Warema WMS Webcontrol Pro", + "nl": "Warema WMS Webcontrol Pro", + "fr": "Contrôle Web Warema WMS", + "it": "Warema WMS Webcontrol Pro", + "es": "Webcontrol de Warema WMS", + "pl": "Warema WMS Webcontrol Pro", + "zh-cn": "Warema WMS Webcontrol Pro" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.wmswebcontrol", + "installs": 60, + "weekDownloads": 22, + "stars": 5, + "issues": 4, + "score": 1 + }, + "xs1": { + "title": { + "de": "xs1", + "en": "xs1", + "ru": "xs1", + "zh-cn": "xs1" + }, + "content": "adapterref/iobroker.xs1/README.md", + "icon": "adapterref/iobroker.xs1/xs1.png", + "keywords": "EZcontrol, XS1, FS20, FS10", + "authors": "frankjoke ", + "license": "MIT", + "published": "2016-11-18T21:34:23.442Z", + "version": "1.0.2", + "latestVersion": "1.1.2", + "compact": true, + "description": { + "en": "ioBroker EZcontrol XS1 Adapter", + "de": "ioBroker EZcontrol XS1 Adapter", + "ru": "ioBroker EZcontrol XS1 адаптер", + "pt": "adaptador EZcontrol XS1 do ioBroker", + "nl": "quality over Quantity (QoQ) Releases Vertaling:", + "fr": "adaptateur EZcontrol XS1", + "it": "ioBroker EZcontrol XS1 adattatore", + "es": "ioBroker EZcontrol XS1 Adaptador", + "pl": "ioBroker EZ Control XS1 Adapter", + "uk": "ioBroker EZcontrol S1 адаптер", + "zh-cn": "io Broker EZ控制 XS1 Adapter" + }, + "titleFull": { + "en": "EZcontrol XS1 adapter", + "de": "EZcontrol XS1 Adapter", + "ru": "EZcontrol XS1 адаптер", + "pt": "Adaptador EZcontrol XS1", + "nl": "XS1 adapter", + "fr": "Adaptateur EZcontrol XS1", + "it": "Adattatore EZcontrol XS1", + "es": "Adaptador EZcontrol XS1", + "pl": "EZPR XS1", + "uk": "Адаптер EZcontrol XS1", + "zh-cn": "EZ控制 XS1适应者" + }, + "branch": "master", + "github": "https://github.com/frankjoke/ioBroker.xs1", + "installs": 90, + "weekDownloads": 186, + "stars": -1, + "issues": 9, "score": 1 }, "yahka": { @@ -15293,59 +15387,10 @@ }, "branch": "master", "github": "https://github.com/jensweigele/ioBroker.yahka", - "installs": 10801, - "weekDownloads": 662, + "installs": 10888, + "weekDownloads": 619, "stars": 126, - "issues": 71, - "score": 1 - }, - "xiaomi-gateway3": { - "title": { - "de": "xiaomi-gateway3", - "en": "xiaomi-gateway3", - "ru": "xiaomi-gateway3", - "zh-cn": "xiaomi-gateway3" - }, - "content": "adapterref/iobroker.xiaomi-gateway3/README.md", - "icon": "adapterref/iobroker.xiaomi-gateway3/xiaomi-gateway3.png", - "keywords": "ioBroker, smarthome, xiaomi, xiaomi-gateway, zigbee", - "authors": "Evgenii Abramov ", - "license": "MIT", - "published": "2021-10-13T22:08:19.150Z", - "version": "-.-.-", - "latestVersion": "0.3.6", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for Xiaomi Gateway 3 integration", - "de": "Adapter für Xiaomi Gateway 3 Integration", - "ru": "Адаптер для интеграции Xiaomi Gateway 3", - "pt": "Adaptador para integração Xiaomi Gateway 3", - "nl": "Adapter voor Xiaomi Gateway 3-integratie", - "fr": "Adaptateur pour intégration Xiaomi Gateway 3", - "it": "Adattatore per integrazione Xiaomi Gateway 3", - "es": "Adaptador para la integración de Xiaomi Gateway 3", - "pl": "Adapter do integracji Xiaomi Gateway 3", - "zh-cn": "小米网关3集成适配器" - }, - "titleFull": { - "en": "Xiaomi Gateway 3", - "de": "Xiaomi Gateway 3", - "ru": "Xiaomi Gateway 3", - "pt": "Xiaomi Gateway 3", - "nl": "Xiaomi Gateway 3", - "fr": "Xiaomi Gateway 3", - "it": "Xiaomi Gateway 3", - "es": "Xiaomi Gateway 3", - "pl": "Xiaomi Gateway 3", - "zh-cn": "Xiaomi Gateway 3" - }, - "branch": "master", - "github": "https://github.com/lasthead0/ioBroker.xiaomi-gateway3", - "installs": 85, - "weekDownloads": 3, - "stars": 6, - "issues": 4, + "issues": 75, "score": 1 }, "wamo": { @@ -15393,39 +15438,59 @@ }, "branch": "main", "github": "https://github.com/smarthausleben/ioBroker.wamo", - "installs": 25, - "weekDownloads": 19, + "installs": 27, + "weekDownloads": 17, "stars": 5, - "issues": 2, + "issues": 1, "score": 1 }, - "xs1": { + "xiaomi-gateway3": { "title": { - "de": "xs1", - "en": "xs1", - "ru": "xs1", - "zh-cn": "xs1" + "de": "xiaomi-gateway3", + "en": "xiaomi-gateway3", + "ru": "xiaomi-gateway3", + "zh-cn": "xiaomi-gateway3" }, - "content": "adapterref/iobroker.xs1/README.md", - "icon": "adapterref/iobroker.xs1/xs1.png", - "keywords": "EZcontrol, XS1, FS20, FS10", - "authors": "frankjoke ", + "content": "adapterref/iobroker.xiaomi-gateway3/README.md", + "icon": "adapterref/iobroker.xiaomi-gateway3/xiaomi-gateway3.png", + "keywords": "ioBroker, smarthome, xiaomi, xiaomi-gateway, zigbee", + "authors": "Evgenii Abramov ", "license": "MIT", - "published": "2016-11-18T21:34:23.442Z", - "version": "1.0.2", - "latestVersion": "1.0.2", + "published": "2021-10-13T22:08:19.150Z", + "version": "-.-.-", + "latestVersion": "0.3.6", + "materialize": true, + "compact": true, "description": { - "en": "ioBroker EZcontrol XS1 Adapter", - "de": "ioBroker EZcontrol XS1 Adapter", - "ru": "ioBroker EZcontrol XS1 драйвер как образец" + "en": "Adapter for Xiaomi Gateway 3 integration", + "de": "Adapter für Xiaomi Gateway 3 Integration", + "ru": "Адаптер для интеграции Xiaomi Gateway 3", + "pt": "Adaptador para integração Xiaomi Gateway 3", + "nl": "Adapter voor Xiaomi Gateway 3-integratie", + "fr": "Adaptateur pour intégration Xiaomi Gateway 3", + "it": "Adattatore per integrazione Xiaomi Gateway 3", + "es": "Adaptador para la integración de Xiaomi Gateway 3", + "pl": "Adapter do integracji Xiaomi Gateway 3", + "zh-cn": "小米网关3集成适配器" + }, + "titleFull": { + "en": "Xiaomi Gateway 3", + "de": "Xiaomi Gateway 3", + "ru": "Xiaomi Gateway 3", + "pt": "Xiaomi Gateway 3", + "nl": "Xiaomi Gateway 3", + "fr": "Xiaomi Gateway 3", + "it": "Xiaomi Gateway 3", + "es": "Xiaomi Gateway 3", + "pl": "Xiaomi Gateway 3", + "zh-cn": "Xiaomi Gateway 3" }, - "titleFull": "EZcontrol XS1 adapter", "branch": "master", - "github": "https://github.com/frankjoke/ioBroker.xs1", - "installs": 87, - "weekDownloads": 3, - "stars": -1, - "issues": 9, + "github": "https://github.com/lasthead0/ioBroker.xiaomi-gateway3", + "installs": 80, + "weekDownloads": 12, + "stars": 6, + "issues": 4, "score": 1 }, "mysensors": { @@ -15461,12 +15526,42 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.mysensors", - "installs": 281, - "weekDownloads": 7, + "installs": 283, + "weekDownloads": 32, "stars": 7, "issues": 8, "score": 1 }, + "rflink": { + "title": { + "de": "rflink", + "en": "rflink", + "ru": "rflink", + "zh-cn": "rflink" + }, + "content": "adapterref/iobroker.rflink/README.md", + "icon": "adapterref/iobroker.rflink/rflink.png", + "keywords": "RFLink, arduino mega", + "authors": "bluefox ", + "license": "MIT", + "published": "2016-10-16T10:42:10.989Z", + "version": "2.1.6", + "latestVersion": "2.1.6", + "compact": true, + "description": { + "en": "Support of RFLink stick, that enables 433/868Mhz communication", + "de": "ioBroker RFLink", + "ru": "ioBroker RFLink 433/868" + }, + "titleFull": "RFLink", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.rflink", + "installs": 531, + "weekDownloads": 52, + "stars": 11, + "issues": 23, + "score": 1 + }, "rfxcom": { "title": { "de": "rfxcom", @@ -15509,43 +15604,13 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.rfxcom", - "installs": 69, - "weekDownloads": 1, + "installs": 71, + "weekDownloads": 11, "stars": 5, "issues": 4, "score": 1 }, - "rflink": { - "title": { - "de": "rflink", - "en": "rflink", - "ru": "rflink", - "zh-cn": "rflink" - }, - "content": "adapterref/iobroker.rflink/README.md", - "icon": "adapterref/iobroker.rflink/rflink.png", - "keywords": "RFLink, arduino mega", - "authors": "bluefox ", - "license": "MIT", - "published": "2016-10-16T10:42:10.989Z", - "version": "2.1.6", - "latestVersion": "2.1.6", - "compact": true, - "description": { - "en": "Support of RFLink stick, that enables 433/868Mhz communication", - "de": "ioBroker RFLink", - "ru": "ioBroker RFLink 433/868" - }, - "titleFull": "RFLink", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.rflink", - "installs": 532, - "weekDownloads": 21, - "stars": 11, - "issues": 23, - "score": 1 - }, - "hausbus_de": { + "hausbus_de": { "title": { "de": "hausbus_de", "en": "hausbus_de", @@ -15554,10 +15619,10 @@ }, "content": "adapterref/iobroker.hausbus_de/README.md", "icon": "adapterref/iobroker.hausbus_de/hausbusde.png", - "installs": 24, - "weekDownloads": 4, + "installs": 28, + "weekDownloads": 29, "stars": 1, - "issues": 1, + "issues": 2, "score": 1 } } @@ -15575,6 +15640,93 @@ "pl": "Oświetlenie" }, "pages": { + "artnet": { + "title": { + "de": "artnet", + "en": "artnet", + "ru": "artnet", + "zh-cn": "artnet" + }, + "content": "adapterref/iobroker.artnet/README.md", + "icon": "adapterref/iobroker.artnet/artnet.png", + "keywords": "Art-Net, artnet, DMX512, IoT, Stage Lighting, LED, RGB", + "authors": "hobbyquaker ", + "license": "MIT", + "published": "2016-10-13T18:11:08.868Z", + "version": "1.2.2", + "latestVersion": "1.2.2", + "materialize": true, + "compact": true, + "description": { + "en": "Control DMX512 Devices via an Art-Net node", + "de": "Steuert DMX512 Geräte über einen Art-Net Node", + "ru": "Управляет DMX512 устройствами через Art-Net", + "pt": "Controlar dispositivos DMX512 através de um nó Art-Net", + "nl": "Bedien DMX512-apparaten via een Art-Net-knooppunt", + "fr": "Contrôler les appareils DMX512 via un noeud Art-Net", + "it": "Controlla i dispositivi DMX512 tramite un nodo Art-Net", + "es": "Controle los dispositivos DMX512 a través de un nodo Art-Net", + "pl": "Steruj urządzeniami DMX512 za pośrednictwem węzła Art-Net", + "zh-cn": "通过Art-Net节点控制DMX512设备" + }, + "titleFull": "DMX512 Art-Net", + "branch": "master", + "github": "https://github.com/ioBroker/iobroker.artnet", + "installs": 408, + "weekDownloads": 22, + "stars": 6, + "issues": 10, + "score": 1 + }, + "hue": { + "title": { + "de": "hue", + "en": "hue", + "ru": "hue", + "zh-cn": "hue" + }, + "content": "adapterref/iobroker.hue/README.md", + "icon": "adapterref/iobroker.hue/hue.jpeg", + "keywords": "philips, hue, led, rgb, smartlink, zigbee", + "authors": "hobbyquaker , Pmant , Bluefox , Moritz Heusinger ", + "license": "Apache-2.0", + "published": "2015-03-04T22:35:03.350Z", + "version": "3.10.0", + "latestVersion": "3.10.0", + "materialize": true, + "compact": true, + "description": { + "en": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges with ioBroker", + "de": "Verbinden Sie Philips Hue LED Birnen, Friends of Hue LED Lampen und Streifen und andere SmartLink fähige Geräte (LivingWhites, einige LivingColors) über Philips Hue Bridges mit ioBroker", + "ru": "Соединяет светодиодные лампы Philips Hue, светодиодные лампы и ленты Friends of Hue и другие устройства, поддерживающие SmartLink (LivingWhites, некоторые LivingColors) через Philips Hue Bridges", + "pt": "Conecta Lâmpadas LED Philips Hue, Lâmpadas LED e Listras Friends of Hue e outros Dispositivos com capacidade para SmartLink (LivingWhites, alguns LivingColors) via Philips Hue Bridges com ioBroker", + "nl": "Verbindt Philips Hue LED-lampen, Friends of Hue LED-lampen en -stroken en andere SmartLink-compatibele apparaten (LivingWhites, sommige LivingColors) via Philips Hue Bridges met ioBroker", + "fr": "Permet de connecter les ampoules LED Philips Hue, les lampes et les bandes LED Friends of Hue et d'autres périphériques compatibles SmartLink (LivingWhites, certains LivingColors) via Philips Hue Bridges avec ioBroker", + "it": "Collega lampadine LED Philips Hue, lampade e strisce LED Friends of Hue e altri dispositivi compatibili SmartLink (LivingWhite, alcuni LivingColors) tramite Philips Hue Bridges con ioBroker", + "es": "Conecta bombillas LED Philips Hue, lámparas y rayas LED Friends of Hue y otros dispositivos compatibles con SmartLink (LivingWhites, algunos LivingColors) a través de Philips Hue Bridges con ioBroker", + "pl": "Łączy żarówki Philips Hue LED, lampy i paski Friends of Hue oraz inne urządzenia z funkcją SmartLink (LivingWhites, niektóre kolory LivingColors) za pośrednictwem Philips Hue Bridges z ioBroker", + "zh-cn": "通过飞利浦 Hue 桥接器与 ioBroker 连接飞利浦 Hue LED 灯泡、Hue LED 灯和条纹之友以及其他支持 SmartLink 的设备(LivingWhites、一些 LivingColors)" + }, + "titleFull": { + "en": "Philips Hue Bridge", + "de": "Philips Hue-Bridge", + "ru": "Philips Hue Bridge", + "pt": "Philips Hue Bridge", + "nl": "Philips Hue Bridge", + "fr": "Philips Hue Bridge", + "it": "Philips Hue Bridge", + "es": "Philips Hue Bridge", + "pl": "Philips Hue Bridge", + "zh-cn": "飞利浦 Hue 桥" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.hue", + "installs": 13933, + "weekDownloads": 2672, + "stars": 40, + "issues": 13, + "score": 1 + }, "artnet-recorder": { "title": { "de": "artnet-recorder", @@ -15619,102 +15771,304 @@ "branch": "master", "github": "https://github.com/Bannsaenger/ioBroker.artnet-recorder", "installs": 5, - "weekDownloads": 10, + "weekDownloads": 14, "stars": 2, "issues": 1, "score": 1 }, - "artnet": { + "mclighting": { "title": { - "de": "artnet", - "en": "artnet", - "ru": "artnet", - "zh-cn": "artnet" + "de": "mclighting", + "en": "mclighting", + "ru": "mclighting", + "zh-cn": "mclighting" }, - "content": "adapterref/iobroker.artnet/README.md", - "icon": "adapterref/iobroker.artnet/artnet.png", - "keywords": "Art-Net, artnet, DMX512, IoT, Stage Lighting, LED, RGB", - "authors": "hobbyquaker ", + "content": "adapterref/iobroker.mclighting/README.md", + "icon": "adapterref/iobroker.mclighting/mclighting.png", + "keywords": "mclighting, rgb, light, ws2812, esp8266", + "authors": "instalator ", "license": "MIT", - "published": "2016-10-13T18:11:08.868Z", - "version": "1.2.2", - "latestVersion": "1.2.2", + "published": "2018-03-24T09:36:03.416Z", + "version": "0.1.2", + "latestVersion": "0.1.2", "materialize": true, "compact": true, "description": { - "en": "Control DMX512 Devices via an Art-Net node", - "de": "Steuert DMX512 Geräte über einen Art-Net Node", - "ru": "Управляет DMX512 устройствами через Art-Net", - "pt": "Controlar dispositivos DMX512 através de um nó Art-Net", - "nl": "Bedien DMX512-apparaten via een Art-Net-knooppunt", - "fr": "Contrôler les appareils DMX512 via un noeud Art-Net", - "it": "Controlla i dispositivi DMX512 tramite un nodo Art-Net", - "es": "Controle los dispositivos DMX512 a través de un nodo Art-Net", - "pl": "Steruj urządzeniami DMX512 za pośrednictwem węzła Art-Net", - "zh-cn": "通过Art-Net节点控制DMX512设备" + "en": "Control the ESP8266 based multi-client lighting gadget", + "de": "Steuern Sie das ESP8266-basierte Multi-Client-Beleuchtungs-Gadget", + "ru": "Control the ESP8266 based multi-client lighting gadget", + "pt": "Controlar o gadget de iluminação para múltiplos clientes baseado no ESP8266", + "fr": "Contrôlez le gadget d'éclairage multi-client ESP8266", + "nl": "Bedien de op ESP8266 gebaseerde multi-client verlichtingsgadget", + "it": "Controlla il gadget di illuminazione multi-cliente basato su ESP8266", + "es": "Controle el dispositivo de iluminación multi-cliente basado en ESP8266" + }, + "titleFull": { + "en": "McLighting interface", + "de": "McLighting Interface", + "ru": "McLighting адаптер", + "pt": "Adaptador de McLighting", + "nl": "McLighting interface", + "fr": "McLighting interface", + "it": "McLighting interface", + "es": "McLighting interface" }, - "titleFull": "DMX512 Art-Net", "branch": "master", - "github": "https://github.com/ioBroker/iobroker.artnet", - "installs": 406, - "weekDownloads": 20, - "stars": 6, - "issues": 10, + "github": "https://github.com/instalator/ioBroker.mclighting", + "installs": 545, + "weekDownloads": 41, + "stars": -1, + "issues": 0, "score": 1 }, - "govee-local": { + "lightcontrol": { "title": { - "de": "govee-local", - "en": "govee-local", - "ru": "govee-local", - "zh-cn": "govee-local" + "de": "lightcontrol", + "en": "lightcontrol", + "ru": "lightcontrol", + "zh-cn": "lightcontrol" }, - "content": "adapterref/iobroker.govee-local/README.md", - "icon": "adapterref/iobroker.govee-local/govee-local.png", - "keywords": "govee, light, local", - "authors": "Børge Grunicke ", + "content": "adapterref/iobroker.lightcontrol/README.md", + "icon": "adapterref/iobroker.lightcontrol/lightcontrol.png", + "keywords": "light, lightcontrol, control, motion, motionsensor, motiondetection", + "authors": "Schmakus ", "license": "MIT", - "published": "2023-04-01T14:08:41.148Z", - "version": "-.-.-", - "latestVersion": "0.1.2", + "published": "2022-12-29T20:26:26.262Z", + "version": "0.4.0", + "latestVersion": "0.4.0", "compact": true, "description": { - "en": "Control Govee devices via local access (no cloud)", - "de": "Steuerung von Govee-Geräten über lokalen Zugriff (keine Cloud)", - "ru": "Управляйте устройствами Govee через локальный доступ (без облака)", - "pt": "Controle os dispositivos Govee via acesso local (sem nuvem)", - "nl": "Bedien Govee-apparaten via lokale toegang (geen cloud)", - "fr": "Contrôlez les appareils Govee via un accès local (pas de cloud)", - "it": "Controlla i dispositivi Govee tramite accesso locale (no cloud)", - "es": "Controle los dispositivos Govee a través del acceso local (sin nube)", - "pl": "Steruj urządzeniami Govee przez dostęp lokalny (bez chmury)", - "zh-cn": "通过本地访问控制 Govee 设备(无云)", - "uk": "Керуйте пристроями Govee через локальний доступ (без хмари)" + "en": "Light control of lamps from various manufacturers", + "de": "Lichtsteuerung von Lampen verschiedener Hersteller", + "ru": "Управление светом светильников различных производителей", + "pt": "Controle de luz de lâmpadas de vários fabricantes", + "nl": "Lichtregeling van lampen van diverse fabrikanten", + "fr": "Contrôle de la lumière des lampes de différents fabricants", + "it": "Controllo della luce di lampade di vari produttori", + "es": "Control de luz de lámparas de varios fabricantes.", + "pl": "Sterowanie oświetleniem lamp różnych producentów", + "zh-cn": "各厂家灯具的光控", + "uk": "Контроль світла ламп різних виробників" }, "titleFull": { - "en": "Govee local", - "de": "Govee local", - "ru": "Govee местный", - "pt": "Govee local", - "nl": "Govee lokaal", - "fr": "Govee local", - "it": "Govee local", - "es": "Govee Local", - "pl": "Lokalny Govee", - "uk": "Govee місцевий", - "zh-cn": "Govee Local" + "en": "LightControl", + "de": "LightControl", + "ru": "LightControl", + "pt": "LightControl", + "nl": "LightControl", + "fr": "LightControl", + "it": "LightControl", + "es": "LightControl", + "pl": "LightControl", + "uk": "Управління", + "zh-cn": "A. 灯 律" }, "branch": "main", - "github": "https://github.com/boergegrunicke/ioBroker.govee-local", - "installs": 41, - "weekDownloads": 14, - "stars": -1, - "issues": 0, + "github": "https://github.com/Schmakus/ioBroker.lightcontrol", + "installs": 233, + "weekDownloads": 55, + "stars": 17, + "issues": 2, "score": 1 }, - "hue-sync-box": { + "mihome-lamp": { "title": { - "de": "hue-sync-box", + "de": "mihome-lamp", + "en": "mihome-lamp", + "ru": "mihome-lamp", + "zh-cn": "mihome-lamp" + }, + "content": "adapterref/iobroker.mihome-lamp/README.md", + "icon": "adapterref/iobroker.mihome-lamp/mihome-lamp.png", + "keywords": "url, html, file, mihome-lamp", + "authors": "MeisterTR ", + "license": "MIT", + "published": "2017-08-09T04:28:19.180Z", + "version": "1.1.0", + "latestVersion": "1.1.0", + "materialize": true, + "description": { + "en": "This Adapter switch the Xiaomi Desk Lamp (Wifi not Yeelight)", + "de": "Dieser Adapter schaltet die Xiaomi Schreibtischlampe (Wifi nicht Yeelight)", + "ru": "Этот адаптер переключает настольную лампу Xiaomi (Wifi not Yeelight)", + "pt": "Este adaptador interruptor da lâmpada de mesa xiaomi (wi-fi não yeelight)", + "nl": "Deze adapter schakelt de Xiaomi Desk Lamp (Wifi niet Yeelight)", + "fr": "Cet adaptateur allume la lampe de bureau Xiaomi (Wifi non Yeelight)", + "it": "Questo adattatore cambia la lampada da scrivania Xiaomi (Wifi non Yeelight)", + "es": "Este adaptador cambia la lámpara de escritorio Xiaomi (Wifi not Yeelight)", + "pl": "Ten adapter przełącza lampę biurkową Xiaomi (Wifi nie Yeelight)" + }, + "titleFull": { + "en": "Xiaomi desk lamp (Wifi) control", + "de": "Xiaomi Schreibtischlampe (Wifi) steuern", + "ru": "Настольная лампа Xiaomi (Wifi)", + "pt": "Controle de lâmpada de mesa Xiaomi (Wifi)", + "nl": "Xiaomi bureaulamp (wifi) bediening", + "fr": "Lampe de bureau Xiaomi (Wifi)", + "it": "Controllo della lampada da tavolo Xiaomi (Wifi)", + "es": "Control de lámpara de escritorio Xiaomi (Wifi)", + "pl": "Sterowanie lampą biurkową Xiaomi (Wifi)" + }, + "branch": "master", + "github": "https://github.com/MeisterTR/ioBroker.mihome-lamp", + "installs": 186, + "weekDownloads": 17, + "stars": 2, + "issues": 12, + "score": 1 + }, + "nanoleaf-lightpanels": { + "title": { + "de": "nanoleaf-lightpanels", + "en": "nanoleaf-lightpanels", + "ru": "nanoleaf-lightpanels", + "zh-cn": "nanoleaf-lightpanels" + }, + "content": "adapterref/iobroker.nanoleaf-lightpanels/README.md", + "icon": "adapterref/iobroker.nanoleaf-lightpanels/nanoleaf-lightpanels.png", + "keywords": "nanoleaf, light panels, canvas, shapes, aurora, light, led, rgb", + "authors": "daniel_2k ", + "license": "MIT", + "published": "2018-05-03T18:41:42.916Z", + "version": "1.4.0", + "latestVersion": "1.4.0", + "materialize": true, + "compact": true, + "description": { + "en": "Controlling the nanoleaf devices in ioBroker", + "de": "Steuerung von nanoleaf-Geräten in ioBroker", + "ru": "Управление устройствами нанолейфа в ioBroker", + "pt": "Controlando os dispositivos nanoleaf no ioBroker", + "nl": "Controleren van de nanoleaf apparatuur in ioBroker", + "fr": "Contrôle des appareils nanoléaf en ioBroker", + "it": "Controllo dei dispositivi nanoleaf in ioBroker", + "es": "Controlar los dispositivos nanoleaf en ioBroker", + "pl": "Kontrolując nanoliściowe urządzenia w ioBroker", + "uk": "Контроль нанолистових пристроїв в ioBroker", + "zh-cn": "A. 控制OioBroker的纳米传装置" + }, + "titleFull": { + "en": "nanoleaf", + "de": "nanoleaf", + "ru": "nanoleaf", + "pt": "nanoleaf", + "nl": "nanoleaf", + "fr": "nanoleaf", + "it": "nanoleaf", + "es": "nanoleaf", + "pl": "nanoleaf", + "uk": "nanoleaf", + "zh-cn": "nanoleaf" + }, + "branch": "master", + "github": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels", + "installs": 774, + "weekDownloads": 66, + "stars": 11, + "issues": 3, + "score": 1 + }, + "govee-local": { + "title": { + "de": "govee-local", + "en": "govee-local", + "ru": "govee-local", + "zh-cn": "govee-local" + }, + "content": "adapterref/iobroker.govee-local/README.md", + "icon": "adapterref/iobroker.govee-local/govee-local.png", + "keywords": "govee, light, local", + "authors": "Børge Grunicke ", + "license": "MIT", + "published": "2023-04-01T14:08:41.148Z", + "version": "-.-.-", + "latestVersion": "0.1.2", + "compact": true, + "description": { + "en": "Control Govee devices via local access (no cloud)", + "de": "Steuerung von Govee-Geräten über lokalen Zugriff (keine Cloud)", + "ru": "Управляйте устройствами Govee через локальный доступ (без облака)", + "pt": "Controle os dispositivos Govee via acesso local (sem nuvem)", + "nl": "Bedien Govee-apparaten via lokale toegang (geen cloud)", + "fr": "Contrôlez les appareils Govee via un accès local (pas de cloud)", + "it": "Controlla i dispositivi Govee tramite accesso locale (no cloud)", + "es": "Controle los dispositivos Govee a través del acceso local (sin nube)", + "pl": "Steruj urządzeniami Govee przez dostęp lokalny (bez chmury)", + "zh-cn": "通过本地访问控制 Govee 设备(无云)", + "uk": "Керуйте пристроями Govee через локальний доступ (без хмари)" + }, + "titleFull": { + "en": "Govee local", + "de": "Govee local", + "ru": "Govee местный", + "pt": "Govee local", + "nl": "Govee lokaal", + "fr": "Govee local", + "it": "Govee local", + "es": "Govee Local", + "pl": "Lokalny Govee", + "uk": "Govee місцевий", + "zh-cn": "Govee Local" + }, + "branch": "main", + "github": "https://github.com/boergegrunicke/ioBroker.govee-local", + "installs": 53, + "weekDownloads": 29, + "stars": -1, + "issues": 0, + "score": 1 + }, + "milight": { + "title": { + "de": "milight", + "en": "milight", + "ru": "milight", + "zh-cn": "milight" + }, + "content": "adapterref/iobroker.milight/README.md", + "icon": "adapterref/iobroker.milight/easybulb_logo.png", + "keywords": "milight, easybulb, rgb, limitlessLED", + "authors": "foxthefox , bluefox ", + "license": "MIT", + "published": "2017-01-28T00:02:47.304Z", + "version": "0.3.6", + "latestVersion": "0.4.0", + "materialize": true, + "compact": true, + "description": { + "en": "milight lamp adaptor", + "de": "milight lampenadapter", + "ru": "адаптер для лампы", + "pt": "adaptador de lâmpada milight", + "nl": "licht lamp adapter", + "fr": "adaptateur de lampe milight", + "it": "adattatore della lampada del milight", + "es": "adaptador de lámpara milight", + "pl": "adapter lampy Milight", + "zh-cn": "milight灯适配器" + }, + "titleFull": { + "en": "milight adapter", + "de": "Milight Adapter", + "ru": "переходник", + "pt": "adaptador milight", + "nl": "milight adapter", + "fr": "milight adaptateur", + "it": "adattatore di milight", + "es": "adaptador Milight", + "pl": "adapter milowy" + }, + "branch": "master", + "github": "https://github.com/foxthefox/ioBroker.milight", + "installs": 833, + "weekDownloads": 34, + "stars": 5, + "issues": 20, + "score": 1 + }, + "hue-sync-box": { + "title": { + "de": "hue-sync-box", "en": "hue-sync-box", "ru": "hue-sync-box", "zh-cn": "hue-sync-box" @@ -15758,7 +16112,7 @@ "branch": "main", "github": "https://github.com/xXBJXx/ioBroker.hue-sync-box", "installs": 61, - "weekDownloads": 2, + "weekDownloads": 11, "stars": -1, "issues": 2, "score": 1 @@ -15806,12 +16160,50 @@ }, "branch": "master", "github": "https://github.com/felixganzer/ioBroker.hyperion_ng", - "installs": 213, - "weekDownloads": 12, + "installs": 214, + "weekDownloads": 24, "stars": 5, "issues": 7, "score": 1 }, + "hue-extended": { + "title": { + "de": "hue-extended", + "en": "hue-extended", + "ru": "hue-extended", + "zh-cn": "hue-extended" + }, + "content": "adapterref/iobroker.hue-extended/README.md", + "icon": "adapterref/iobroker.hue-extended/hue-extended.png", + "keywords": "hue, conbee, deconz, raspbee, zigbee, lights, groups, scenes, hue-labs, sensors, schedules, rules, config, extended", + "authors": "Zefau ", + "license": "MIT", + "published": "2019-08-09T22:00:27.913Z", + "version": "2.0.0", + "latestVersion": "2.0.0", + "materialize": true, + "compact": true, + "description": { + "en": "Integration of all your Philips Hue or deCONZ / Conbee devices with your ioBroker", + "de": "Integration aller Philips Hue oder deCONZ / Conbee Geräte mit Ihrem ioBroker", + "ru": "Интеграция всех ваших устройств Philips Хюэ с ioBroker", + "pt": "A integração de todos os seus Philips Hue Dispositivos com a sua ioBroker", + "nl": "Integratie van al uw Philips Hue-Apparaten met uw ioBroker", + "fr": "L'intégration de l'ensemble de votre Philips Hue Appareils avec votre ioBroker", + "it": "L'integrazione di tutte le Philips Hue Dispositivi con il ioBroker", + "es": "La integración de todos sus Philips Hue Dispositivos con la ioBroker", + "pl": "Integracja wszystkich urządzeń Philips Hue z ioBroker", + "zh-cn": "一体化的所有飞利浦色调设备与你ioBroker" + }, + "titleFull": "Philips Hue Extended", + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.hue-extended", + "installs": 7521, + "weekDownloads": 255, + "stars": 23, + "issues": 51, + "score": 1 + }, "hyperion": { "title": { "de": "hyperion", @@ -15841,133 +16233,18 @@ "titleFull": "hyperion", "branch": "master", "github": "https://github.com/ruhigundrelaxed/ioBroker.hyperion", - "installs": 286, - "weekDownloads": 0, + "installs": 285, + "weekDownloads": 3, "stars": 7, "issues": 19, "score": 1 }, - "hue": { + "lifx": { "title": { - "de": "hue", - "en": "hue", - "ru": "hue", - "zh-cn": "hue" - }, - "content": "adapterref/iobroker.hue/README.md", - "icon": "adapterref/iobroker.hue/hue.jpeg", - "keywords": "philips, hue, led, rgb, smartlink, zigbee", - "authors": "hobbyquaker , Pmant , Bluefox , Moritz Heusinger ", - "license": "Apache-2.0", - "published": "2015-03-04T22:35:03.350Z", - "version": "3.9.5", - "latestVersion": "3.10.0", - "materialize": true, - "compact": true, - "description": { - "en": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges with ioBroker", - "de": "Verbinden Sie Philips Hue LED Birnen, Friends of Hue LED Lampen und Streifen und andere SmartLink fähige Geräte (LivingWhites, einige LivingColors) über Philips Hue Bridges mit ioBroker", - "ru": "Соединяет светодиодные лампы Philips Hue, светодиодные лампы и ленты Friends of Hue и другие устройства, поддерживающие SmartLink (LivingWhites, некоторые LivingColors) через Philips Hue Bridges", - "pt": "Conecta Lâmpadas LED Philips Hue, Lâmpadas LED e Listras Friends of Hue e outros Dispositivos com capacidade para SmartLink (LivingWhites, alguns LivingColors) via Philips Hue Bridges com ioBroker", - "nl": "Verbindt Philips Hue LED-lampen, Friends of Hue LED-lampen en -stroken en andere SmartLink-compatibele apparaten (LivingWhites, sommige LivingColors) via Philips Hue Bridges met ioBroker", - "fr": "Permet de connecter les ampoules LED Philips Hue, les lampes et les bandes LED Friends of Hue et d'autres périphériques compatibles SmartLink (LivingWhites, certains LivingColors) via Philips Hue Bridges avec ioBroker", - "it": "Collega lampadine LED Philips Hue, lampade e strisce LED Friends of Hue e altri dispositivi compatibili SmartLink (LivingWhite, alcuni LivingColors) tramite Philips Hue Bridges con ioBroker", - "es": "Conecta bombillas LED Philips Hue, lámparas y rayas LED Friends of Hue y otros dispositivos compatibles con SmartLink (LivingWhites, algunos LivingColors) a través de Philips Hue Bridges con ioBroker", - "pl": "Łączy żarówki Philips Hue LED, lampy i paski Friends of Hue oraz inne urządzenia z funkcją SmartLink (LivingWhites, niektóre kolory LivingColors) za pośrednictwem Philips Hue Bridges z ioBroker", - "zh-cn": "通过飞利浦 Hue 桥接器与 ioBroker 连接飞利浦 Hue LED 灯泡、Hue LED 灯和条纹之友以及其他支持 SmartLink 的设备(LivingWhites、一些 LivingColors)" - }, - "titleFull": { - "en": "Philips Hue Bridge", - "de": "Philips Hue-Bridge", - "ru": "Philips Hue Bridge", - "pt": "Philips Hue Bridge", - "nl": "Philips Hue Bridge", - "fr": "Philips Hue Bridge", - "it": "Philips Hue Bridge", - "es": "Philips Hue Bridge", - "pl": "Philips Hue Bridge", - "zh-cn": "飞利浦 Hue 桥" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.hue", - "installs": 13870, - "weekDownloads": 1005, - "stars": 40, - "issues": 13, - "score": 1 - }, - "hue-extended": { - "title": { - "de": "hue-extended", - "en": "hue-extended", - "ru": "hue-extended", - "zh-cn": "hue-extended" - }, - "content": "adapterref/iobroker.hue-extended/README.md", - "icon": "adapterref/iobroker.hue-extended/hue-extended.png", - "keywords": "hue, conbee, deconz, raspbee, zigbee, lights, groups, scenes, hue-labs, sensors, schedules, rules, config, extended", - "authors": "Zefau ", - "license": "MIT", - "published": "2019-08-09T22:00:27.913Z", - "version": "2.0.0", - "latestVersion": "2.0.0", - "materialize": true, - "compact": true, - "description": { - "en": "Integration of all your Philips Hue or deCONZ / Conbee devices with your ioBroker", - "de": "Integration aller Philips Hue oder deCONZ / Conbee Geräte mit Ihrem ioBroker", - "ru": "Интеграция всех ваших устройств Philips Хюэ с ioBroker", - "pt": "A integração de todos os seus Philips Hue Dispositivos com a sua ioBroker", - "nl": "Integratie van al uw Philips Hue-Apparaten met uw ioBroker", - "fr": "L'intégration de l'ensemble de votre Philips Hue Appareils avec votre ioBroker", - "it": "L'integrazione di tutte le Philips Hue Dispositivi con il ioBroker", - "es": "La integración de todos sus Philips Hue Dispositivos con la ioBroker", - "pl": "Integracja wszystkich urządzeń Philips Hue z ioBroker", - "zh-cn": "一体化的所有飞利浦色调设备与你ioBroker" - }, - "titleFull": "Philips Hue Extended", - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.hue-extended", - "installs": 7436, - "weekDownloads": 174, - "stars": 23, - "issues": 51, - "score": 1 - }, - "lightify": { - "title": { - "de": "lightify", - "en": "lightify", - "ru": "lightify", - "zh-cn": "lightify" - }, - "content": "adapterref/iobroker.lightify/README.md", - "icon": "adapterref/iobroker.lightify/lightify.png", - "keywords": "ioBroker, osram, lightify, zigbee, hue", - "authors": "soef ", - "published": "2016-03-16T00:01:08.739Z", - "version": "0.2.16", - "latestVersion": "0.2.16", - "description": { - "en": "OSRAM Lightify Devices", - "de": "OSRAM Lightify Geräte", - "ru": "OSRAM Lightify Устройства" - }, - "titleFull": "OSRAM Lightify", - "branch": "master", - "github": "https://github.com/soef/iobroker.lightify", - "installs": 624, - "weekDownloads": 9, - "stars": 4, - "issues": 14, - "score": 1 - }, - "lifx": { - "title": { - "de": "lifx", - "en": "lifx", - "ru": "lifx", - "zh-cn": "lifx" + "de": "lifx", + "en": "lifx", + "ru": "lifx", + "zh-cn": "lifx" }, "content": "adapterref/iobroker.lifx/README.md", "icon": "adapterref/iobroker.lifx/lifx_logo.png", @@ -16007,250 +16284,137 @@ }, "branch": "master", "github": "https://github.com/foxthefox/ioBroker.lifx", - "installs": 130, - "weekDownloads": 97, + "installs": 131, + "weekDownloads": 18, "stars": 3, "issues": 5, "score": 1 }, - "lightcontrol": { + "milight-smart-light": { "title": { - "de": "lightcontrol", - "en": "lightcontrol", - "ru": "lightcontrol", - "zh-cn": "lightcontrol" + "de": "milight-smart-light", + "en": "milight-smart-light", + "ru": "milight-smart-light", + "zh-cn": "milight-smart-light" }, - "content": "adapterref/iobroker.lightcontrol/README.md", - "icon": "adapterref/iobroker.lightcontrol/lightcontrol.png", - "keywords": "light, lightcontrol, control, motion, motionsensor, motiondetection", - "authors": "Schmakus ", + "content": "adapterref/iobroker.milight-smart-light/README.md", + "icon": "adapterref/iobroker.milight-smart-light/milight-smart-light.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "Steiger04 ", "license": "MIT", - "published": "2022-12-29T20:26:26.262Z", - "version": "0.4.0", - "latestVersion": "0.4.0", + "published": "2017-08-29T11:37:57.432Z", + "version": "1.2.2", + "latestVersion": "1.2.2", + "materialize": true, "compact": true, "description": { - "en": "Light control of lamps from various manufacturers", - "de": "Lichtsteuerung von Lampen verschiedener Hersteller", - "ru": "Управление светом светильников различных производителей", - "pt": "Controle de luz de lâmpadas de vários fabricantes", - "nl": "Lichtregeling van lampen van diverse fabrikanten", - "fr": "Contrôle de la lumière des lampes de différents fabricants", - "it": "Controllo della luce di lampade di vari produttori", - "es": "Control de luz de lámparas de varios fabricantes.", - "pl": "Sterowanie oświetleniem lamp różnych producentów", - "zh-cn": "各厂家灯具的光控", - "uk": "Контроль світла ламп різних виробників" + "en": "The adapter controls the Milight-Bridges iBox1, iBox2 and Legacy.", + "de": "Der Adapter steuert die Milight-Bridges iBox1, iBox2 und Legacy.", + "ru": "Адаптер управляет Milight-Bridges iBox1, iBox2 и Legacy.", + "pt": "O adaptador controla o Milight-Bridges iBox1, iBox2 e Legacy.", + "nl": "De adapter stuurt de Milight-Bridges iBox1, iBox2 en Legacy aan.", + "fr": "L'adaptateur contrôle les Milight-Bridges iBox1, iBox2 et Legacy.", + "it": "L'adattatore controlla Milight-Bridges iBox1, iBox2 e Legacy.", + "es": "El adaptador controla Milight-Bridges iBox1, iBox2 y Legacy.", + "pl": "Adapter steruje Milight-Bridges iBox1, iBox2 i Legacy.", + "zh-cn": "适配器控制Milight-Bridges iBox1,iBox2和Legacy。" }, "titleFull": { - "en": "LightControl", - "de": "LightControl", - "ru": "LightControl", - "pt": "LightControl", - "nl": "LightControl", - "fr": "LightControl", - "it": "LightControl", - "es": "LightControl", - "pl": "LightControl", - "uk": "Управління", - "zh-cn": "A. 灯 律" + "en": "milight-smart-light for Milight-Bridges", + "de": "milight-smart-light für Milight-Bridges", + "ru": "milight-smart-light для Milight-Bridges", + "pt": "milight-smart-light para Milight-Bridges", + "nl": "milight-smart-light voor Milight-Bridges", + "fr": "milight-smart-light pour Milight-Bridges", + "it": "milight-smart-light per Milight-Bridges", + "es": "milight-smart-light para Milight-Bridges", + "pl": "milight-smart-light dla Milight-Bridges", + "zh-cn": "适用于Milight-Bridges的milight-smart-light" }, - "branch": "main", - "github": "https://github.com/Schmakus/ioBroker.lightcontrol", - "installs": 230, - "weekDownloads": 77, - "stars": 17, - "issues": 2, + "branch": "master", + "github": "https://github.com/Steiger04/ioBroker.milight-smart-light", + "installs": 718, + "weekDownloads": 47, + "stars": 6, + "issues": 10, "score": 1 }, - "mclighting": { + "lightify": { "title": { - "de": "mclighting", - "en": "mclighting", - "ru": "mclighting", - "zh-cn": "mclighting" + "de": "lightify", + "en": "lightify", + "ru": "lightify", + "zh-cn": "lightify" }, - "content": "adapterref/iobroker.mclighting/README.md", - "icon": "adapterref/iobroker.mclighting/mclighting.png", - "keywords": "mclighting, rgb, light, ws2812, esp8266", - "authors": "instalator ", - "license": "MIT", - "published": "2018-03-24T09:36:03.416Z", - "version": "0.1.2", - "latestVersion": "0.1.2", - "materialize": true, - "compact": true, + "content": "adapterref/iobroker.lightify/README.md", + "icon": "adapterref/iobroker.lightify/lightify.png", + "keywords": "ioBroker, osram, lightify, zigbee, hue", + "authors": "soef ", + "published": "2016-03-16T00:01:08.739Z", + "version": "0.2.16", + "latestVersion": "0.2.16", "description": { - "en": "Control the ESP8266 based multi-client lighting gadget", - "de": "Steuern Sie das ESP8266-basierte Multi-Client-Beleuchtungs-Gadget", - "ru": "Control the ESP8266 based multi-client lighting gadget", - "pt": "Controlar o gadget de iluminação para múltiplos clientes baseado no ESP8266", - "fr": "Contrôlez le gadget d'éclairage multi-client ESP8266", - "nl": "Bedien de op ESP8266 gebaseerde multi-client verlichtingsgadget", - "it": "Controlla il gadget di illuminazione multi-cliente basato su ESP8266", - "es": "Controle el dispositivo de iluminación multi-cliente basado en ESP8266" - }, - "titleFull": { - "en": "McLighting interface", - "de": "McLighting Interface", - "ru": "McLighting адаптер", - "pt": "Adaptador de McLighting", - "nl": "McLighting interface", - "fr": "McLighting interface", - "it": "McLighting interface", - "es": "McLighting interface" + "en": "OSRAM Lightify Devices", + "de": "OSRAM Lightify Geräte", + "ru": "OSRAM Lightify Устройства" }, + "titleFull": "OSRAM Lightify", "branch": "master", - "github": "https://github.com/instalator/ioBroker.mclighting", - "installs": 544, - "weekDownloads": 35, - "stars": -1, - "issues": 0, + "github": "https://github.com/soef/iobroker.lightify", + "installs": 625, + "weekDownloads": 45, + "stars": 4, + "issues": 14, "score": 1 }, - "milight": { + "signifylights": { "title": { - "de": "milight", - "en": "milight", - "ru": "milight", - "zh-cn": "milight" + "de": "signifylights", + "en": "signifylights", + "ru": "signifylights", + "zh-cn": "signifylights" }, - "content": "adapterref/iobroker.milight/README.md", - "icon": "adapterref/iobroker.milight/easybulb_logo.png", - "keywords": "milight, easybulb, rgb, limitlessLED", - "authors": "foxthefox , bluefox ", + "content": "adapterref/iobroker.signifylights/README.md", + "icon": "adapterref/iobroker.signifylights/signifylights.png", + "keywords": "wiz, signify, lights", + "authors": "nxtstep , disaster123 ", "license": "MIT", - "published": "2017-01-28T00:02:47.304Z", - "version": "0.3.6", - "latestVersion": "0.4.0", - "materialize": true, + "published": "2023-04-16T19:20:07.738Z", + "version": "-.-.-", + "latestVersion": "0.2.0", "compact": true, "description": { - "en": "milight lamp adaptor", - "de": "milight lampenadapter", - "ru": "адаптер для лампы", - "pt": "adaptador de lâmpada milight", - "nl": "licht lamp adapter", - "fr": "adaptateur de lampe milight", - "it": "adattatore della lampada del milight", - "es": "adaptador de lámpara milight", - "pl": "adapter lampy Milight", - "zh-cn": "milight灯适配器" - }, - "titleFull": { - "en": "milight adapter", - "de": "Milight Adapter", - "ru": "переходник", - "pt": "adaptador milight", - "nl": "milight adapter", - "fr": "milight adaptateur", - "it": "adattatore di milight", - "es": "adaptador Milight", - "pl": "adapter milowy" - }, - "branch": "master", - "github": "https://github.com/foxthefox/ioBroker.milight", - "installs": 841, - "weekDownloads": 24, - "stars": 5, - "issues": 20, - "score": 1 - }, - "mihome-lamp": { - "title": { - "de": "mihome-lamp", - "en": "mihome-lamp", - "ru": "mihome-lamp", - "zh-cn": "mihome-lamp" - }, - "content": "adapterref/iobroker.mihome-lamp/README.md", - "icon": "adapterref/iobroker.mihome-lamp/mihome-lamp.png", - "keywords": "url, html, file, mihome-lamp", - "authors": "MeisterTR ", - "license": "MIT", - "published": "2017-08-09T04:28:19.180Z", - "version": "1.1.0", - "latestVersion": "1.1.0", - "materialize": true, - "description": { - "en": "This Adapter switch the Xiaomi Desk Lamp (Wifi not Yeelight)", - "de": "Dieser Adapter schaltet die Xiaomi Schreibtischlampe (Wifi nicht Yeelight)", - "ru": "Этот адаптер переключает настольную лампу Xiaomi (Wifi not Yeelight)", - "pt": "Este adaptador interruptor da lâmpada de mesa xiaomi (wi-fi não yeelight)", - "nl": "Deze adapter schakelt de Xiaomi Desk Lamp (Wifi niet Yeelight)", - "fr": "Cet adaptateur allume la lampe de bureau Xiaomi (Wifi non Yeelight)", - "it": "Questo adattatore cambia la lampada da scrivania Xiaomi (Wifi non Yeelight)", - "es": "Este adaptador cambia la lámpara de escritorio Xiaomi (Wifi not Yeelight)", - "pl": "Ten adapter przełącza lampę biurkową Xiaomi (Wifi nie Yeelight)" + "en": "signifylights", + "de": "signifylights", + "ru": "signifylights", + "pt": "signifylights", + "nl": "signifylights", + "fr": "signifylights", + "it": "signifylights", + "es": "signifylights", + "pl": "signifylights", + "uk": "signifylights", + "zh-cn": "signifylights" }, "titleFull": { - "en": "Xiaomi desk lamp (Wifi) control", - "de": "Xiaomi Schreibtischlampe (Wifi) steuern", - "ru": "Настольная лампа Xiaomi (Wifi)", - "pt": "Controle de lâmpada de mesa Xiaomi (Wifi)", - "nl": "Xiaomi bureaulamp (wifi) bediening", - "fr": "Lampe de bureau Xiaomi (Wifi)", - "it": "Controllo della lampada da tavolo Xiaomi (Wifi)", - "es": "Control de lámpara de escritorio Xiaomi (Wifi)", - "pl": "Sterowanie lampą biurkową Xiaomi (Wifi)" + "en": "SignifyLights", + "de": "SignifyLights", + "ru": "SignifyLights", + "pt": "SignifyLights", + "nl": "SignifyLights", + "fr": "SignifyLights", + "it": "SignifyLights", + "es": "SignifyLights", + "pl": "SignifyLights", + "uk": "SignifyLights", + "zh-cn": "SignifyLights" }, - "branch": "master", - "github": "https://github.com/MeisterTR/ioBroker.mihome-lamp", - "installs": 188, - "weekDownloads": 7, + "branch": "main", + "github": "https://github.com/disaster123/ioBroker.signifylights", + "installs": 25, + "weekDownloads": 10, "stars": 2, - "issues": 12, - "score": 1 - }, - "nanoleaf-lightpanels": { - "title": { - "de": "nanoleaf-lightpanels", - "en": "nanoleaf-lightpanels", - "ru": "nanoleaf-lightpanels", - "zh-cn": "nanoleaf-lightpanels" - }, - "content": "adapterref/iobroker.nanoleaf-lightpanels/README.md", - "icon": "adapterref/iobroker.nanoleaf-lightpanels/nanoleaf-lightpanels.png", - "keywords": "nanoleaf, light panels, canvas, shapes, aurora, light, led, rgb", - "authors": "daniel_2k ", - "license": "MIT", - "published": "2018-05-03T18:41:42.916Z", - "version": "1.4.0", - "latestVersion": "1.4.0", - "materialize": true, - "compact": true, - "description": { - "en": "Controlling the nanoleaf devices in ioBroker", - "de": "Steuerung von nanoleaf-Geräten in ioBroker", - "ru": "Управление устройствами нанолейфа в ioBroker", - "pt": "Controlando os dispositivos nanoleaf no ioBroker", - "nl": "Controleren van de nanoleaf apparatuur in ioBroker", - "fr": "Contrôle des appareils nanoléaf en ioBroker", - "it": "Controllo dei dispositivi nanoleaf in ioBroker", - "es": "Controlar los dispositivos nanoleaf en ioBroker", - "pl": "Kontrolując nanoliściowe urządzenia w ioBroker", - "uk": "Контроль нанолистових пристроїв в ioBroker", - "zh-cn": "A. 控制OioBroker的纳米传装置" - }, - "titleFull": { - "en": "nanoleaf", - "de": "nanoleaf", - "ru": "nanoleaf", - "pt": "nanoleaf", - "nl": "nanoleaf", - "fr": "nanoleaf", - "it": "nanoleaf", - "es": "nanoleaf", - "pl": "nanoleaf", - "uk": "nanoleaf", - "zh-cn": "nanoleaf" - }, - "branch": "master", - "github": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels", - "installs": 772, - "weekDownloads": 43, - "stars": 11, - "issues": 3, + "issues": 7, "score": 1 }, "sonoff": { @@ -16296,63 +16460,12 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.sonoff", - "installs": 20698, - "weekDownloads": 912, + "installs": 20829, + "weekDownloads": 1202, "stars": 37, "issues": 21, "score": 1 }, - "twinkly": { - "title": { - "de": "twinkly", - "en": "twinkly", - "ru": "twinkly", - "zh-cn": "twinkly" - }, - "content": "adapterref/iobroker.twinkly/README.md", - "icon": "adapterref/iobroker.twinkly/twinkly.png", - "keywords": "control, lights", - "authors": "patrickbs96 ", - "license": "MIT", - "published": "2020-12-11T20:57:30.005Z", - "version": "1.0.14", - "latestVersion": "1.0.14", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter to communicate with the Twinkly lights.", - "de": "Adapter zur Kommunikation mit den Twinkly-Lichtern.", - "ru": "Адаптер для связи с Twinkly lights.", - "pt": "Adaptador para se comunicar com as luzes Twinkly.", - "nl": "Adapter om te communiceren met de Twinkly Lights.", - "fr": "Adaptateur pour communiquer avec les lumières Twinkly.", - "it": "Adattatore per comunicare con le luci Twinkly.", - "es": "Adaptador para comunicarse con las luces Twinkly.", - "pl": "Adapter do komunikacji ze światłami Twinkly.", - "zh-cn": "适配器与Twinkly灯通信。", - "uk": "Адаптер для зв'язку з ліхтарями Twinkly." - }, - "titleFull": { - "en": "Twinkly", - "de": "Twinkly", - "ru": "Твинкли", - "pt": "Twinkly", - "nl": "Twinkly", - "fr": "Twinkly", - "it": "Twinkly", - "es": "Twinkly", - "pl": "Twinkly", - "zh-cn": "Twinkly", - "uk": "мерехтить" - }, - "branch": "master", - "github": "https://github.com/patrickbs96/ioBroker.twinkly", - "installs": 344, - "weekDownloads": 28, - "stars": 8, - "issues": 4, - "score": 1 - }, "tradfri": { "title": { "de": "tradfri", @@ -16396,160 +16509,61 @@ }, "branch": "master", "github": "https://github.com/AlCalzone/ioBroker.tradfri", - "installs": 3137, - "weekDownloads": 75, + "installs": 3114, + "weekDownloads": 138, "stars": 29, "issues": 15, "score": 1 }, - "signifylights": { + "twinkly": { "title": { - "de": "signifylights", - "en": "signifylights", - "ru": "signifylights", - "zh-cn": "signifylights" + "de": "twinkly", + "en": "twinkly", + "ru": "twinkly", + "zh-cn": "twinkly" }, - "content": "adapterref/iobroker.signifylights/README.md", - "icon": "adapterref/iobroker.signifylights/signifylights.png", - "keywords": "wiz, signify, lights", - "authors": "nxtstep , disaster123 ", + "content": "adapterref/iobroker.twinkly/README.md", + "icon": "adapterref/iobroker.twinkly/twinkly.png", + "keywords": "control, lights", + "authors": "patrickbs96 ", "license": "MIT", - "published": "2023-04-16T19:20:07.738Z", - "version": "-.-.-", - "latestVersion": "0.2.0", + "published": "2020-12-11T20:57:30.005Z", + "version": "1.0.14", + "latestVersion": "1.0.14", + "materialize": true, "compact": true, "description": { - "en": "signifylights", - "de": "signifylights", - "ru": "signifylights", - "pt": "signifylights", - "nl": "signifylights", - "fr": "signifylights", - "it": "signifylights", - "es": "signifylights", - "pl": "signifylights", - "uk": "signifylights", - "zh-cn": "signifylights" + "en": "Adapter to communicate with the Twinkly lights.", + "de": "Adapter zur Kommunikation mit den Twinkly-Lichtern.", + "ru": "Адаптер для связи с Twinkly lights.", + "pt": "Adaptador para se comunicar com as luzes Twinkly.", + "nl": "Adapter om te communiceren met de Twinkly Lights.", + "fr": "Adaptateur pour communiquer avec les lumières Twinkly.", + "it": "Adattatore per comunicare con le luci Twinkly.", + "es": "Adaptador para comunicarse con las luces Twinkly.", + "pl": "Adapter do komunikacji ze światłami Twinkly.", + "zh-cn": "适配器与Twinkly灯通信。", + "uk": "Адаптер для зв'язку з ліхтарями Twinkly." }, "titleFull": { - "en": "SignifyLights", - "de": "SignifyLights", - "ru": "SignifyLights", - "pt": "SignifyLights", - "nl": "SignifyLights", - "fr": "SignifyLights", - "it": "SignifyLights", - "es": "SignifyLights", - "pl": "SignifyLights", - "uk": "SignifyLights", - "zh-cn": "SignifyLights" - }, - "branch": "main", - "github": "https://github.com/disaster123/ioBroker.signifylights", - "installs": 24, - "weekDownloads": 2, - "stars": 2, - "issues": 6, - "score": 1 - }, - "milight-smart-light": { - "title": { - "de": "milight-smart-light", - "en": "milight-smart-light", - "ru": "milight-smart-light", - "zh-cn": "milight-smart-light" - }, - "content": "adapterref/iobroker.milight-smart-light/README.md", - "icon": "adapterref/iobroker.milight-smart-light/milight-smart-light.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "Steiger04 ", - "license": "MIT", - "published": "2017-08-29T11:37:57.432Z", - "version": "1.2.2", - "latestVersion": "1.2.2", - "materialize": true, - "compact": true, - "description": { - "en": "The adapter controls the Milight-Bridges iBox1, iBox2 and Legacy.", - "de": "Der Adapter steuert die Milight-Bridges iBox1, iBox2 und Legacy.", - "ru": "Адаптер управляет Milight-Bridges iBox1, iBox2 и Legacy.", - "pt": "O adaptador controla o Milight-Bridges iBox1, iBox2 e Legacy.", - "nl": "De adapter stuurt de Milight-Bridges iBox1, iBox2 en Legacy aan.", - "fr": "L'adaptateur contrôle les Milight-Bridges iBox1, iBox2 et Legacy.", - "it": "L'adattatore controlla Milight-Bridges iBox1, iBox2 e Legacy.", - "es": "El adaptador controla Milight-Bridges iBox1, iBox2 y Legacy.", - "pl": "Adapter steruje Milight-Bridges iBox1, iBox2 i Legacy.", - "zh-cn": "适配器控制Milight-Bridges iBox1,iBox2和Legacy。" - }, - "titleFull": { - "en": "milight-smart-light for Milight-Bridges", - "de": "milight-smart-light für Milight-Bridges", - "ru": "milight-smart-light для Milight-Bridges", - "pt": "milight-smart-light para Milight-Bridges", - "nl": "milight-smart-light voor Milight-Bridges", - "fr": "milight-smart-light pour Milight-Bridges", - "it": "milight-smart-light per Milight-Bridges", - "es": "milight-smart-light para Milight-Bridges", - "pl": "milight-smart-light dla Milight-Bridges", - "zh-cn": "适用于Milight-Bridges的milight-smart-light" + "en": "Twinkly", + "de": "Twinkly", + "ru": "Твинкли", + "pt": "Twinkly", + "nl": "Twinkly", + "fr": "Twinkly", + "it": "Twinkly", + "es": "Twinkly", + "pl": "Twinkly", + "zh-cn": "Twinkly", + "uk": "мерехтить" }, "branch": "master", - "github": "https://github.com/Steiger04/ioBroker.milight-smart-light", - "installs": 717, - "weekDownloads": 24, - "stars": 6, - "issues": 10, - "score": 1 - }, - "wled": { - "title": { - "de": "wled", - "en": "wled", - "ru": "wled", - "zh-cn": "wled" - }, - "content": "adapterref/iobroker.wled/README.md", - "icon": "adapterref/iobroker.wled/wled.png", - "keywords": "WLED, WS2812b, RGB, RGBW", - "authors": "DutchmanNL ", - "license": "MIT", - "published": "2020-02-05T22:58:50.356Z", - "version": "0.6.7", - "latestVersion": "0.7.0", - "materialize": true, - "compact": true, - "description": { - "en": "A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs!", - "de": "Eine schnelle und funktionsreiche Implementierung eines ESP8266 / ESP32-Webservers zur Steuerung von NeoPixel-LEDs (WS2812B, WS2811, SK6812, APA102)!", - "ru": "Быстрая и многофункциональная реализация веб-сервера ESP8266 / ESP32 для управления светодиодами NeoPixel (WS2812B, WS2811, SK6812, APA102)!", - "pt": "Uma implementação rápida e rica em recursos de um servidor da web ESP8266 / ESP32 para controlar os LEDs NeoPixel (WS2812B, WS2811, SK6812, APA102)!", - "nl": "Een snelle en veelzijdige implementatie van een ESP8266 / ESP32 webserver om NeoPixel (WS2812B, WS2811, SK6812, APA102) LED's te bedienen!", - "fr": "Une implémentation rapide et riche en fonctionnalités d'un serveur Web ESP8266 / ESP32 pour contrôler les LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", - "it": "Un'implementazione veloce e ricca di funzionalità di un server web ESP8266 / ESP32 per controllare i LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", - "es": "¡Una implementación rápida y rica en funciones de un servidor web ESP8266 / ESP32 para controlar los LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", - "pl": "Szybka i bogata w funkcje implementacja serwera ESP8266 / ESP32 do sterowania diodami LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", - "zh-cn": "ESP8266 / ESP32网络服务器的快速且功能丰富的实现,用于控制NeoPixel(WS2812B,WS2811,SK6812,APA102)LED!", - "uk": "Швидка та багатофункціональна реалізація веб-сервера ESP8266/ESP32 для керування світлодіодами NeoPixel (WS2812B, WS2811, SK6812, APA102)!" - }, - "titleFull": { - "en": "WLED", - "de": "WLED", - "ru": "WLED", - "pt": "WLED", - "nl": "WLED", - "fr": "WLED", - "it": "WLED", - "es": "WLED", - "pl": "WLED", - "zh-cn": "白光LED", - "uk": "WLED" - }, - "branch": "main", - "github": "https://github.com/DrozmotiX/ioBroker.wled", - "installs": 4909, - "weekDownloads": 187, - "stars": 24, - "issues": 14, + "github": "https://github.com/patrickbs96/ioBroker.twinkly", + "installs": 348, + "weekDownloads": 88, + "stars": 8, + "issues": 7, "score": 1 }, "wifilight": { @@ -16593,8 +16607,8 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/iobroker.wifilight", - "installs": 2997, - "weekDownloads": 64, + "installs": 3015, + "weekDownloads": 149, "stars": 9, "issues": 21, "score": 1 @@ -16641,11 +16655,62 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.yeelight-2", - "installs": 1853, - "weekDownloads": 69, + "installs": 1847, + "weekDownloads": 92, "stars": 14, "issues": 7, "score": 1 + }, + "wled": { + "title": { + "de": "wled", + "en": "wled", + "ru": "wled", + "zh-cn": "wled" + }, + "content": "adapterref/iobroker.wled/README.md", + "icon": "adapterref/iobroker.wled/wled.png", + "keywords": "WLED, WS2812b, RGB, RGBW", + "authors": "DutchmanNL ", + "license": "MIT", + "published": "2020-02-05T22:58:50.356Z", + "version": "0.6.7", + "latestVersion": "0.7.1", + "materialize": true, + "compact": true, + "description": { + "en": "A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812, APA102) LEDs!", + "de": "Eine schnelle und funktionsreiche Implementierung eines ESP8266 / ESP32-Webservers zur Steuerung von NeoPixel-LEDs (WS2812B, WS2811, SK6812, APA102)!", + "ru": "Быстрая и многофункциональная реализация веб-сервера ESP8266 / ESP32 для управления светодиодами NeoPixel (WS2812B, WS2811, SK6812, APA102)!", + "pt": "Uma implementação rápida e rica em recursos de um servidor da web ESP8266 / ESP32 para controlar os LEDs NeoPixel (WS2812B, WS2811, SK6812, APA102)!", + "nl": "Een snelle en veelzijdige implementatie van een ESP8266 / ESP32 webserver om NeoPixel (WS2812B, WS2811, SK6812, APA102) LED's te bedienen!", + "fr": "Une implémentation rapide et riche en fonctionnalités d'un serveur Web ESP8266 / ESP32 pour contrôler les LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", + "it": "Un'implementazione veloce e ricca di funzionalità di un server web ESP8266 / ESP32 per controllare i LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", + "es": "¡Una implementación rápida y rica en funciones de un servidor web ESP8266 / ESP32 para controlar los LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", + "pl": "Szybka i bogata w funkcje implementacja serwera ESP8266 / ESP32 do sterowania diodami LED NeoPixel (WS2812B, WS2811, SK6812, APA102)!", + "zh-cn": "ESP8266 / ESP32网络服务器的快速且功能丰富的实现,用于控制NeoPixel(WS2812B,WS2811,SK6812,APA102)LED!", + "uk": "Швидка та багатофункціональна реалізація веб-сервера ESP8266/ESP32 для керування світлодіодами NeoPixel (WS2812B, WS2811, SK6812, APA102)!" + }, + "titleFull": { + "en": "WLED", + "de": "WLED", + "ru": "WLED", + "pt": "WLED", + "nl": "WLED", + "fr": "WLED", + "it": "WLED", + "es": "WLED", + "pl": "WLED", + "zh-cn": "白光LED", + "uk": "WLED" + }, + "branch": "main", + "github": "https://github.com/DrozmotiX/ioBroker.wled", + "installs": 4941, + "weekDownloads": 590, + "stars": 25, + "issues": 17, + "score": 1 } } }, @@ -16707,10 +16772,10 @@ }, "branch": "main", "github": "https://github.com/MiRo1310/ioBroker.alexa-timer-vis", - "installs": 461, - "weekDownloads": 96, + "installs": 478, + "weekDownloads": 59, "stars": 4, - "issues": 2, + "issues": 3, "score": 1 }, "alexa-shoppinglist": { @@ -16758,12 +16823,62 @@ }, "branch": "main", "github": "https://github.com/MiRo1310/ioBroker.alexa-shoppinglist", - "installs": 361, - "weekDownloads": 31, + "installs": 374, + "weekDownloads": 43, "stars": 3, "issues": 1, "score": 1 }, + "logparser": { + "title": { + "de": "logparser", + "en": "logparser", + "ru": "logparser", + "zh-cn": "logparser" + }, + "content": "adapterref/iobroker.logparser/README.md", + "icon": "adapterref/iobroker.logparser/logparser.png", + "keywords": "log, parser, filter", + "authors": "Mic-M , McM1957 , ciddi89 ", + "license": "MIT", + "published": "2020-04-06T19:19:13.250Z", + "version": "2.2.0", + "latestVersion": "2.2.0", + "compact": true, + "description": { + "en": "Parsing (filtering) the ioBroker log", + "de": "ioBroker-Logs aller Adapter parsen (filtern)", + "ru": "Парсинг (фильтрация) журнала ioBroker", + "pt": "Analisando (filtrando) o log do ioBroker", + "nl": "Het ioBroker-logboek parseren (filteren)", + "fr": "Analyse (filtrage) du journal ioBroker", + "it": "Analisi (filtro) del registro ioBroker", + "es": "Analizar (filtrar) el registro de ioBroker", + "pl": "Parsowanie (filtrowanie) dziennika ioBroker", + "uk": "Парсінг (фільтрування) журнал ioBroker\n", + "zh-cn": "解析(过滤)ioBroker日志" + }, + "titleFull": { + "en": "Log Parser", + "de": "Log Parser", + "ru": "Вход Parser", + "pt": "Log Parser", + "nl": "Log Parser", + "fr": "Log Parser", + "it": "Per saperne di più", + "es": "Log Parser", + "pl": "Log Parser", + "uk": "Вхід", + "zh-cn": "后勤业务处" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.logparser", + "installs": 1410, + "weekDownloads": 103, + "stars": 6, + "issues": 25, + "score": 1 + }, "consumption": { "title": { "de": "consumption", @@ -16807,117 +16922,61 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.consumption", - "installs": 34, - "weekDownloads": 78, + "installs": 41, + "weekDownloads": 168, "stars": 16, "issues": 24, "score": 1 }, - "javascript": { + "node-red": { "title": { - "de": "javascript", - "en": "javascript", - "ru": "javascript", - "zh-cn": "javascript" + "de": "node-red", + "en": "node-red", + "ru": "node-red", + "zh-cn": "node-red" }, - "content": "adapterref/iobroker.javascript/README.md", - "icon": "adapterref/iobroker.javascript/javascript.png", - "keywords": "js, javascript, typescript, coffeescript, rules, automate, scriptengine, blockly, blokly", - "authors": "bluefox , hobbyquaker , Apollon77 , AlCalzone", - "license": "MIT", - "published": "2015-01-02T23:37:49.644Z", - "version": "7.1.4", - "latestVersion": "7.1.4", + "content": "adapterref/iobroker.node-red/README.md", + "icon": "adapterref/iobroker.node-red/node-red.png", + "keywords": "node-red, logic, script", + "authors": "bluefox ", + "license": "Apache-2.0", + "published": "2015-01-02T21:28:03.378Z", + "version": "4.0.3", + "latestVersion": "4.0.3", "materialize": true, "compact": true, "description": { - "en": "Javascript/Blockly Script Engine for ioBroker", - "de": "Javascript/Blockly Skriptausführung für ioBroker", - "ru": "Выполнение Javascript/Blockly скриптов для ioBroker" - }, - "titleFull": { - "en": "Script Engine", - "de": "Skriptausführung", - "ru": "Скрипты", - "pt": "Script Engine", - "nl": "Script-engine", - "fr": "Moteur de script", - "it": "Motore di script", - "es": "Motor de script", - "pl": "Silnik skryptowy", - "zh-cn": "脚本引擎" - }, - "branch": "master", - "github": "https://github.com/iobroker/ioBroker.javascript", - "installs": 55434, - "weekDownloads": 10012, - "stars": 304, - "issues": 128, - "score": 1 - }, - "linkeddevices": { - "title": { - "de": "linkeddevices", - "en": "linkeddevices", - "ru": "linkeddevices", - "zh-cn": "linkeddevices" - }, - "content": "adapterref/iobroker.linkeddevices/README.md", - "icon": "adapterref/iobroker.linkeddevices/linkeddevices.png", - "installs": 2433, - "weekDownloads": 73, - "stars": 18, - "issues": 7, - "score": 1 - }, - "logparser": { - "title": { - "de": "logparser", - "en": "logparser", - "ru": "logparser", - "zh-cn": "logparser" - }, - "content": "adapterref/iobroker.logparser/README.md", - "icon": "adapterref/iobroker.logparser/logparser.png", - "keywords": "log, parser, filter", - "authors": "Mic-M , McM1957 , ciddi89 ", - "license": "MIT", - "published": "2020-04-06T19:19:13.250Z", - "version": "2.2.0", - "latestVersion": "2.2.0", - "compact": true, - "description": { - "en": "Parsing (filtering) the ioBroker log", - "de": "ioBroker-Logs aller Adapter parsen (filtern)", - "ru": "Парсинг (фильтрация) журнала ioBroker", - "pt": "Analisando (filtrando) o log do ioBroker", - "nl": "Het ioBroker-logboek parseren (filteren)", - "fr": "Analyse (filtrage) du journal ioBroker", - "it": "Analisi (filtro) del registro ioBroker", - "es": "Analizar (filtrar) el registro de ioBroker", - "pl": "Parsowanie (filtrowanie) dziennika ioBroker", - "uk": "Парсінг (фільтрування) журнал ioBroker\n", - "zh-cn": "解析(过滤)ioBroker日志" + "en": "This adapter uses node-red as a service. No additional node-red instance required.", + "de": "Adapter benutzt node-red als Service. Kein zusätzliches node-red Programm nötig.", + "ru": "Драйвер создает node-red сервер и позволяет общаться с ним.", + "pt": "Este adaptador usa node-red como um serviço. Nenhuma instância node-red adicional é necessária.", + "nl": "Deze adapter gebruikt node-red als een service. Geen extra node-red exemplaar vereist.", + "fr": "Cet adaptateur utilise node-red en tant que service. Aucune instance node-red supplémentaire requise.", + "it": "Questo adattatore utilizza node-red come servizio. Nessuna istanza aggiuntiva node-red richiesta.", + "es": "Este adaptador usa node-red como un servicio. No se requiere ninguna instancia adicional de node-red.", + "pl": "Ten adapter używa node-red jako usługi. Żadna dodatkowa instancja node-red nie jest wymagana.", + "zh-cn": "此适配器将node-red作为服务, 不需要额外安装node-red实例.", + "uk": "Цей адаптер використовує node-red як службу. Додатковий екземпляр node-red не потрібен." }, "titleFull": { - "en": "Log Parser", - "de": "Log Parser", - "ru": "Вход Parser", - "pt": "Log Parser", - "nl": "Log Parser", - "fr": "Log Parser", - "it": "Per saperne di più", - "es": "Log Parser", - "pl": "Log Parser", - "uk": "Вхід", - "zh-cn": "后勤业务处" + "en": "node-red", + "de": "node-red", + "ru": "node-red", + "pt": "node-red", + "nl": "node-red", + "fr": "node-red", + "it": "node-red", + "es": "node-red", + "pl": "node-red", + "zh-cn": "node-red", + "uk": "вузол-червоний" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.logparser", - "installs": 1404, - "weekDownloads": 52, - "stars": 6, - "issues": 25, + "github": "https://github.com/ioBroker/ioBroker.node-red", + "installs": 15164, + "weekDownloads": 888, + "stars": 51, + "issues": 31, "score": 1 }, "parser": { @@ -16965,61 +17024,67 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.parser", - "installs": 3982, - "weekDownloads": 141, + "installs": 3981, + "weekDownloads": 150, "stars": 19, "issues": 26, "score": 1 }, - "node-red": { + "javascript": { "title": { - "de": "node-red", - "en": "node-red", - "ru": "node-red", - "zh-cn": "node-red" + "de": "javascript", + "en": "javascript", + "ru": "javascript", + "zh-cn": "javascript" }, - "content": "adapterref/iobroker.node-red/README.md", - "icon": "adapterref/iobroker.node-red/node-red.png", - "keywords": "node-red, logic, script", - "authors": "bluefox ", - "license": "Apache-2.0", - "published": "2015-01-02T21:28:03.378Z", - "version": "4.0.3", - "latestVersion": "4.0.3", + "content": "adapterref/iobroker.javascript/README.md", + "icon": "adapterref/iobroker.javascript/javascript.png", + "keywords": "js, javascript, typescript, coffeescript, rules, automate, scriptengine, blockly, blokly", + "authors": "bluefox , hobbyquaker , Apollon77 , AlCalzone", + "license": "MIT", + "published": "2015-01-02T23:37:49.644Z", + "version": "7.1.4", + "latestVersion": "7.1.5", "materialize": true, "compact": true, "description": { - "en": "This adapter uses node-red as a service. No additional node-red instance required.", - "de": "Adapter benutzt node-red als Service. Kein zusätzliches node-red Programm nötig.", - "ru": "Драйвер создает node-red сервер и позволяет общаться с ним.", - "pt": "Este adaptador usa node-red como um serviço. Nenhuma instância node-red adicional é necessária.", - "nl": "Deze adapter gebruikt node-red als een service. Geen extra node-red exemplaar vereist.", - "fr": "Cet adaptateur utilise node-red en tant que service. Aucune instance node-red supplémentaire requise.", - "it": "Questo adattatore utilizza node-red come servizio. Nessuna istanza aggiuntiva node-red richiesta.", - "es": "Este adaptador usa node-red como un servicio. No se requiere ninguna instancia adicional de node-red.", - "pl": "Ten adapter używa node-red jako usługi. Żadna dodatkowa instancja node-red nie jest wymagana.", - "zh-cn": "此适配器将node-red作为服务, 不需要额外安装node-red实例.", - "uk": "Цей адаптер використовує node-red як службу. Додатковий екземпляр node-red не потрібен." + "en": "Javascript/Blockly Script Engine for ioBroker", + "de": "Javascript/Blockly Skriptausführung für ioBroker", + "ru": "Выполнение Javascript/Blockly скриптов для ioBroker" }, "titleFull": { - "en": "node-red", - "de": "node-red", - "ru": "node-red", - "pt": "node-red", - "nl": "node-red", - "fr": "node-red", - "it": "node-red", - "es": "node-red", - "pl": "node-red", - "zh-cn": "node-red", - "uk": "вузол-червоний" + "en": "Script Engine", + "de": "Skriptausführung", + "ru": "Скрипты", + "pt": "Script Engine", + "nl": "Script-engine", + "fr": "Moteur de script", + "it": "Motore di script", + "es": "Motor de script", + "pl": "Silnik skryptowy", + "zh-cn": "脚本引擎" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.node-red", - "installs": 15052, - "weekDownloads": 866, - "stars": 51, - "issues": 29, + "github": "https://github.com/iobroker/ioBroker.javascript", + "installs": 55744, + "weekDownloads": 5522, + "stars": 304, + "issues": 128, + "score": 1 + }, + "linkeddevices": { + "title": { + "de": "linkeddevices", + "en": "linkeddevices", + "ru": "linkeddevices", + "zh-cn": "linkeddevices" + }, + "content": "adapterref/iobroker.linkeddevices/README.md", + "icon": "adapterref/iobroker.linkeddevices/linkeddevices.png", + "installs": 2434, + "weekDownloads": 93, + "stars": 18, + "issues": 7, "score": 1 }, "scenes": { @@ -17062,106 +17127,59 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.scenes", - "installs": 9016, - "weekDownloads": 185, + "installs": 9017, + "weekDownloads": 223, "stars": 28, "issues": 25, "score": 1 }, - "scheduler": { + "smartcontrol": { "title": { - "de": "scheduler", - "en": "scheduler", - "ru": "scheduler", - "zh-cn": "scheduler" + "de": "smartcontrol", + "en": "smartcontrol", + "ru": "smartcontrol", + "zh-cn": "smartcontrol" }, - "content": "adapterref/iobroker.scheduler/README.md", - "icon": "adapterref/iobroker.scheduler/scheduler.png", - "keywords": "schedule, planner, calendar", - "authors": "bluefox ", + "content": "adapterref/iobroker.smartcontrol/README.md", + "icon": "adapterref/iobroker.smartcontrol/smartcontrol.png", + "keywords": "smart, control, rooms, groups, motion sensors, devices, switches, lights, trigger, schedule, zones", + "authors": "oelison ", "license": "MIT", - "published": "2021-09-15T18:29:59.552Z", - "version": "1.1.9", - "latestVersion": "1.1.9", + "published": "2020-06-16T18:11:42.164Z", + "version": "2.0.1", + "latestVersion": "2.0.1", + "materialize": true, "compact": true, "description": { - "en": "Creates schedule profiles and controls devices with it", - "de": "Erstellt Zeitplanprofile und steuert damit Geräte", - "ru": "Создает профили расписания и управляет устройствами с их помощью", - "pt": "Cria perfis de programação e controla dispositivos com ele", - "nl": "Maakt planningsprofielen aan en bestuurt er apparaten mee", - "fr": "Crée des profils de planification et contrôle les appareils avec", - "it": "Crea profili di pianificazione e controlla i dispositivi con esso", - "es": "Crea perfiles de programación y controla dispositivos con él", - "pl": "Tworzy profile harmonogramów i steruje nimi urządzeniami", - "zh-cn": "创建时间表配置文件并使用它控制设备" + "en": "Control devices smarter: by grouping, including triggers like motion, opening window, etc. and set target devices accordingly", + "de": "Steuere deine Geräte smarter: durch Gruppieren, Einbindung von Auslösern wie Bewegungsmelder, Öffnen des Fensters usw., und entsprechendes Setzen der Zielgeräte", + "ru": "Умнее управляйте устройствами: группируя, включая триггеры, такие как движение, открывание окна и т. Д., И соответственно устанавливайте целевые устройства", + "pt": "Dispositivos de controle mais inteligentes: agrupando, incluindo gatilhos como movimento, abrindo a janela etc. e defina os dispositivos de destino de acordo", + "nl": "Bedien apparaten slimmer: door te groeperen, inclusief triggers zoals beweging, raam openen, enz. En dienovereenkomstig doelapparaten in te stellen", + "fr": "Contrôlez les appareils plus intelligemment: en groupant, y compris les déclencheurs comme le mouvement, l'ouverture de la fenêtre, etc. et définissez les appareils cibles en conséquence", + "it": "Controlla i dispositivi in ​​modo più intelligente: raggruppando, inclusi trigger come movimento, apertura della finestra, ecc. E imposta i dispositivi di destinazione di conseguenza", + "es": "Controle los dispositivos de manera más inteligente: agrupando, incluidos los desencadenantes como el movimiento, la ventana de apertura, etc.", + "pl": "Inteligentniejsze sterowanie urządzeniami: przez grupowanie, w tym wyzwalaczy, takich jak ruch, otwieranie okna itp. I odpowiednie ustawianie urządzeń docelowych", + "zh-cn": "控制设备更智能:通过分组(包括动作,打开窗口等)进行分组,并相应地设置目标设备" }, "titleFull": { - "en": "Scheduler", - "de": "Planer", - "ru": "Планировщик", - "pt": "Agendador", - "nl": "Planner", - "fr": "Planificateur", - "it": "Scheduler", - "es": "Programador", - "pl": "Planista", - "zh-cn": "排程器" + "en": "Smart Control", + "de": "Smart Control", + "ru": "Smart Control", + "pt": "Smart Control", + "nl": "Smart Control", + "fr": "Smart Control", + "it": "Smart Control", + "es": "Smart Control", + "pl": "Smart Control", + "zh-cn": "Smart Control" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.scheduler", - "installs": 409, - "weekDownloads": 24, - "stars": 10, - "issues": 14, - "score": 1 - }, - "text2command": { - "title": { - "de": "text2command", - "en": "text2command", - "ru": "text2command", - "zh-cn": "text2command" - }, - "content": "adapterref/iobroker.text2command/README.md", - "icon": "adapterref/iobroker.text2command/text2command.png", - "keywords": "text, commands", - "authors": "bluefox ", - "license": "MIT", - "published": "2016-02-09T22:46:16.344Z", - "version": "3.0.2", - "latestVersion": "3.0.2", - "compact": true, - "description": { - "en": "This adapter allows to convert text to commands", - "de": "Dieser Adapter ermöglicht es, Text in Befehle zu konvertieren", - "ru": "Этот адаптер позволяет преобразовывать текст в команды", - "pt": "Este adaptador permite converter texto em comandos", - "nl": "Met deze adapter kunt u tekst converteren naar opdrachten", - "fr": "Cet adaptateur permet de convertir du texte en commandes", - "it": "Questo adattatore consente di convertire il testo in comandi", - "es": "Este adaptador permite convertir texto a comandos", - "pl": "Ten adapter umożliwia konwertowanie tekstu na polecenia", - "zh-cn": "该适配器允许将文本转换为命令" - }, - "titleFull": { - "en": "Text to command", - "de": "Text zu Kommandos", - "ru": "Текст в команды", - "pt": "Texto para comando", - "nl": "Te besturen tekst", - "fr": "Texte à commander", - "it": "Testo da comandare", - "es": "Texto para mandar", - "pl": "Tekst do polecenia", - "zh-cn": "文字指令" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.text2command", - "installs": 9431, - "weekDownloads": 303, - "stars": 28, - "issues": 26, + "github": "https://github.com/iobroker-community-adapters/ioBroker.smartcontrol", + "installs": 2209, + "weekDownloads": 977, + "stars": 23, + "issues": 69, "score": 1 }, "seq": { @@ -17209,59 +17227,106 @@ }, "branch": "master", "github": "https://github.com/o0shojo0o/ioBroker.seq", - "installs": 79, - "weekDownloads": 26, + "installs": 80, + "weekDownloads": 20, "stars": 3, "issues": 0, "score": 1 }, - "smartcontrol": { + "scheduler": { "title": { - "de": "smartcontrol", - "en": "smartcontrol", - "ru": "smartcontrol", - "zh-cn": "smartcontrol" + "de": "scheduler", + "en": "scheduler", + "ru": "scheduler", + "zh-cn": "scheduler" }, - "content": "adapterref/iobroker.smartcontrol/README.md", - "icon": "adapterref/iobroker.smartcontrol/smartcontrol.png", - "keywords": "smart, control, rooms, groups, motion sensors, devices, switches, lights, trigger, schedule, zones", - "authors": "oelison ", + "content": "adapterref/iobroker.scheduler/README.md", + "icon": "adapterref/iobroker.scheduler/scheduler.png", + "keywords": "schedule, planner, calendar", + "authors": "bluefox ", "license": "MIT", - "published": "2020-06-16T18:11:42.164Z", - "version": "1.3.2", - "latestVersion": "2.0.1", - "materialize": true, + "published": "2021-09-15T18:29:59.552Z", + "version": "1.1.9", + "latestVersion": "1.1.9", "compact": true, "description": { - "en": "Control devices smarter: by grouping, including triggers like motion, opening window, etc. and set target devices accordingly", - "de": "Steuere deine Geräte smarter: durch Gruppieren, Einbindung von Auslösern wie Bewegungsmelder, Öffnen des Fensters usw., und entsprechendes Setzen der Zielgeräte", - "ru": "Умнее управляйте устройствами: группируя, включая триггеры, такие как движение, открывание окна и т. Д., И соответственно устанавливайте целевые устройства", - "pt": "Dispositivos de controle mais inteligentes: agrupando, incluindo gatilhos como movimento, abrindo a janela etc. e defina os dispositivos de destino de acordo", - "nl": "Bedien apparaten slimmer: door te groeperen, inclusief triggers zoals beweging, raam openen, enz. En dienovereenkomstig doelapparaten in te stellen", - "fr": "Contrôlez les appareils plus intelligemment: en groupant, y compris les déclencheurs comme le mouvement, l'ouverture de la fenêtre, etc. et définissez les appareils cibles en conséquence", - "it": "Controlla i dispositivi in ​​modo più intelligente: raggruppando, inclusi trigger come movimento, apertura della finestra, ecc. E imposta i dispositivi di destinazione di conseguenza", - "es": "Controle los dispositivos de manera más inteligente: agrupando, incluidos los desencadenantes como el movimiento, la ventana de apertura, etc.", - "pl": "Inteligentniejsze sterowanie urządzeniami: przez grupowanie, w tym wyzwalaczy, takich jak ruch, otwieranie okna itp. I odpowiednie ustawianie urządzeń docelowych", - "zh-cn": "控制设备更智能:通过分组(包括动作,打开窗口等)进行分组,并相应地设置目标设备" + "en": "Creates schedule profiles and controls devices with it", + "de": "Erstellt Zeitplanprofile und steuert damit Geräte", + "ru": "Создает профили расписания и управляет устройствами с их помощью", + "pt": "Cria perfis de programação e controla dispositivos com ele", + "nl": "Maakt planningsprofielen aan en bestuurt er apparaten mee", + "fr": "Crée des profils de planification et contrôle les appareils avec", + "it": "Crea profili di pianificazione e controlla i dispositivi con esso", + "es": "Crea perfiles de programación y controla dispositivos con él", + "pl": "Tworzy profile harmonogramów i steruje nimi urządzeniami", + "zh-cn": "创建时间表配置文件并使用它控制设备" }, "titleFull": { - "en": "Smart Control", - "de": "Smart Control", - "ru": "Smart Control", - "pt": "Smart Control", - "nl": "Smart Control", - "fr": "Smart Control", - "it": "Smart Control", - "es": "Smart Control", - "pl": "Smart Control", - "zh-cn": "Smart Control" + "en": "Scheduler", + "de": "Planer", + "ru": "Планировщик", + "pt": "Agendador", + "nl": "Planner", + "fr": "Planificateur", + "it": "Scheduler", + "es": "Programador", + "pl": "Planista", + "zh-cn": "排程器" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.smartcontrol", - "installs": 2210, - "weekDownloads": 169, - "stars": 23, - "issues": 69, + "github": "https://github.com/ioBroker/ioBroker.scheduler", + "installs": 406, + "weekDownloads": 31, + "stars": 10, + "issues": 14, + "score": 1 + }, + "text2command": { + "title": { + "de": "text2command", + "en": "text2command", + "ru": "text2command", + "zh-cn": "text2command" + }, + "content": "adapterref/iobroker.text2command/README.md", + "icon": "adapterref/iobroker.text2command/text2command.png", + "keywords": "text, commands", + "authors": "bluefox ", + "license": "MIT", + "published": "2016-02-09T22:46:16.344Z", + "version": "3.0.2", + "latestVersion": "3.0.2", + "compact": true, + "description": { + "en": "This adapter allows to convert text to commands", + "de": "Dieser Adapter ermöglicht es, Text in Befehle zu konvertieren", + "ru": "Этот адаптер позволяет преобразовывать текст в команды", + "pt": "Este adaptador permite converter texto em comandos", + "nl": "Met deze adapter kunt u tekst converteren naar opdrachten", + "fr": "Cet adaptateur permet de convertir du texte en commandes", + "it": "Questo adattatore consente di convertire il testo in comandi", + "es": "Este adaptador permite convertir texto a comandos", + "pl": "Ten adapter umożliwia konwertowanie tekstu na polecenia", + "zh-cn": "该适配器允许将文本转换为命令" + }, + "titleFull": { + "en": "Text to command", + "de": "Text zu Kommandos", + "ru": "Текст в команды", + "pt": "Texto para comando", + "nl": "Te besturen tekst", + "fr": "Texte à commander", + "it": "Testo da comandare", + "es": "Texto para mandar", + "pl": "Tekst do polecenia", + "zh-cn": "文字指令" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.text2command", + "installs": 9418, + "weekDownloads": 364, + "stars": 28, + "issues": 26, "score": 1 }, "residents": { @@ -17308,8 +17373,8 @@ }, "branch": "main", "github": "https://github.com/jpawlowski/ioBroker.residents", - "installs": 200, - "weekDownloads": 75, + "installs": 214, + "weekDownloads": 65, "stars": 4, "issues": 6, "score": 1 @@ -17329,6 +17394,55 @@ "pl": "Wiadomości" }, "pages": { + "email": { + "title": { + "de": "email", + "en": "email", + "ru": "email", + "zh-cn": "email" + }, + "content": "adapterref/iobroker.email/README.md", + "icon": "adapterref/iobroker.email/email.png", + "keywords": "notification, email, message", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-01-02T23:50:13.927Z", + "version": "1.2.0", + "latestVersion": "1.2.0", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter allows to send emails from ioBroker", + "de": "Dient zum Versenden von eMails über ioBroker", + "ru": "Этот адаптер позволяет отправлять электронные письма из ioBroker", + "pt": "Este adaptador permite enviar e-mails de ioBroker", + "nl": "Met deze adapter kunnen e-mails van ioBroker worden verzonden", + "fr": "Cet adaptateur permet d'envoyer des emails de ioBroker", + "it": "Questo adattatore consente di inviare e-mail da ioBroker", + "es": "Este adaptador permite enviar correos electrónicos desde ioBroker", + "pl": "Ten adapter umożliwia wysyłanie wiadomości e-mail z oprogramowania ioBroker", + "zh-cn": "此适配器允许从ioBroker发送电子邮件" + }, + "titleFull": { + "en": "Send emails", + "de": "E-Mails senden", + "ru": "Отправить письма", + "pt": "Mande emails", + "nl": "Stuur emails", + "fr": "Envoyer des emails", + "it": "Inviare emails", + "es": "Enviar correos electrónicos", + "pl": "Wysyłać emaile", + "zh-cn": "发电子邮件" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.email", + "installs": 8101, + "weekDownloads": 312, + "stars": 20, + "issues": 10, + "score": 1 + }, "discord": { "title": { "de": "discord", @@ -17373,76 +17487,27 @@ }, "branch": "main", "github": "https://github.com/crycode-de/ioBroker.discord", - "installs": 215, - "weekDownloads": 86, + "installs": 225, + "weekDownloads": 41, "stars": 4, "issues": 1, "score": 1 }, - "email": { + "gsmsms": { "title": { - "de": "email", - "en": "email", - "ru": "email", - "zh-cn": "email" + "de": "gsmsms", + "en": "gsmsms", + "ru": "gsmsms", + "zh-cn": "gsmsms" }, - "content": "adapterref/iobroker.email/README.md", - "icon": "adapterref/iobroker.email/email.png", - "keywords": "notification, email, message", - "authors": "bluefox ", + "content": "adapterref/iobroker.gsmsms/README.md", + "icon": "adapterref/iobroker.gsmsms/gsmsms.png", + "keywords": "SMS, GSM, Communication, Message", + "authors": "forelleblau ", "license": "MIT", - "published": "2015-01-02T23:50:13.927Z", - "version": "1.2.0", - "latestVersion": "1.2.0", - "materialize": true, - "compact": true, - "description": { - "en": "This adapter allows to send emails from ioBroker", - "de": "Dient zum Versenden von eMails über ioBroker", - "ru": "Этот адаптер позволяет отправлять электронные письма из ioBroker", - "pt": "Este adaptador permite enviar e-mails de ioBroker", - "nl": "Met deze adapter kunnen e-mails van ioBroker worden verzonden", - "fr": "Cet adaptateur permet d'envoyer des emails de ioBroker", - "it": "Questo adattatore consente di inviare e-mail da ioBroker", - "es": "Este adaptador permite enviar correos electrónicos desde ioBroker", - "pl": "Ten adapter umożliwia wysyłanie wiadomości e-mail z oprogramowania ioBroker", - "zh-cn": "此适配器允许从ioBroker发送电子邮件" - }, - "titleFull": { - "en": "Send emails", - "de": "E-Mails senden", - "ru": "Отправить письма", - "pt": "Mande emails", - "nl": "Stuur emails", - "fr": "Envoyer des emails", - "it": "Inviare emails", - "es": "Enviar correos electrónicos", - "pl": "Wysyłać emaile", - "zh-cn": "发电子邮件" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.email", - "installs": 8102, - "weekDownloads": 291, - "stars": 20, - "issues": 10, - "score": 1 - }, - "gsmsms": { - "title": { - "de": "gsmsms", - "en": "gsmsms", - "ru": "gsmsms", - "zh-cn": "gsmsms" - }, - "content": "adapterref/iobroker.gsmsms/README.md", - "icon": "adapterref/iobroker.gsmsms/gsmsms.png", - "keywords": "SMS, GSM, Communication, Message", - "authors": "forelleblau ", - "license": "MIT", - "published": "2022-11-22T20:59:04.096Z", - "version": "0.0.4", - "latestVersion": "0.0.4", + "published": "2022-11-22T20:59:04.096Z", + "version": "0.0.4", + "latestVersion": "0.0.4", "materialize": true, "compact": true, "description": { @@ -17473,63 +17538,12 @@ }, "branch": "main", "github": "https://github.com/forelleblau/ioBroker.gsmsms", - "installs": 51, - "weekDownloads": 0, + "installs": 52, + "weekDownloads": 4, "stars": 3, "issues": 4, "score": 1 }, - "gotify": { - "title": { - "de": "gotify", - "en": "gotify", - "ru": "gotify", - "zh-cn": "gotify" - }, - "content": "adapterref/iobroker.gotify/README.md", - "icon": "adapterref/iobroker.gotify/gotify.png", - "keywords": "gotify, notification, communication", - "authors": "Thomas Pohl ", - "license": "Apache-2.0", - "published": "2023-05-24T17:23:27.227Z", - "version": "-.-.-", - "latestVersion": "0.2.0", - "materialize": true, - "compact": true, - "description": { - "en": "This adapter allows you to send push notifications using gotify", - "de": "Dieser Adapter ermöglicht das Versenden von Push-Benachrichtigungen über gotify", - "ru": "Этот адаптер позволяет отправлять push-уведомления с помощью gotify", - "pt": "Este adaptador permite que você envie notificações push usando gotify", - "nl": "Deze adapter laat je inlichtingen sturen met behulp van versterking", - "fr": "Cet adaptateur vous permet d'envoyer des notifications push en utilisant gotify", - "it": "Questo adattatore consente di inviare notifiche push utilizzando gotify", - "es": "Este adaptador le permite enviar notificaciones push usando gotify", - "pl": "Ta adapter pozwala na wysłanie powiadomień o użyciu gotyfikacji", - "uk": "Цей адаптер дозволяє надсилати повідомлення на поштовх, використовуючи", - "zh-cn": "这种适应者使你能够向你发出动议的通知,以便你能够通过批准。" - }, - "titleFull": { - "en": "Gotify", - "de": "Gotify", - "ru": "Gotify", - "pt": "Gotify", - "nl": "Gotify", - "fr": "Gotify", - "it": "Gotify", - "es": "Gotify", - "pl": "Gotify", - "uk": "Gotify", - "zh-cn": "Gotify" - }, - "branch": "master", - "github": "https://github.com/ThomasPohl/ioBroker.gotify", - "installs": 60, - "weekDownloads": 7, - "stars": 4, - "issues": 1, - "score": 1 - }, "imap": { "title": { "de": "imap", @@ -17574,8 +17588,8 @@ }, "branch": "master", "github": "https://github.com/Lucky-ESA/ioBroker.imap", - "installs": 42, - "weekDownloads": 16, + "installs": 59, + "weekDownloads": 22, "stars": 1, "issues": 0, "score": 1 @@ -17626,11 +17640,89 @@ "branch": "main", "github": "https://github.com/oelison/ioBroker.matrix-org", "installs": 132, - "weekDownloads": 9, + "weekDownloads": 23, "stars": 5, "issues": 2, "score": 1 }, + "gotify": { + "title": { + "de": "gotify", + "en": "gotify", + "ru": "gotify", + "zh-cn": "gotify" + }, + "content": "adapterref/iobroker.gotify/README.md", + "icon": "adapterref/iobroker.gotify/gotify.png", + "keywords": "gotify, notification, communication", + "authors": "Thomas Pohl ", + "license": "Apache-2.0", + "published": "2023-05-24T17:23:27.227Z", + "version": "-.-.-", + "latestVersion": "0.2.0", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter allows you to send push notifications using gotify", + "de": "Dieser Adapter ermöglicht das Versenden von Push-Benachrichtigungen über gotify", + "ru": "Этот адаптер позволяет отправлять push-уведомления с помощью gotify", + "pt": "Este adaptador permite que você envie notificações push usando gotify", + "nl": "Deze adapter laat je inlichtingen sturen met behulp van versterking", + "fr": "Cet adaptateur vous permet d'envoyer des notifications push en utilisant gotify", + "it": "Questo adattatore consente di inviare notifiche push utilizzando gotify", + "es": "Este adaptador le permite enviar notificaciones push usando gotify", + "pl": "Ta adapter pozwala na wysłanie powiadomień o użyciu gotyfikacji", + "uk": "Цей адаптер дозволяє надсилати повідомлення на поштовх, використовуючи", + "zh-cn": "这种适应者使你能够向你发出动议的通知,以便你能够通过批准。" + }, + "titleFull": { + "en": "Gotify", + "de": "Gotify", + "ru": "Gotify", + "pt": "Gotify", + "nl": "Gotify", + "fr": "Gotify", + "it": "Gotify", + "es": "Gotify", + "pl": "Gotify", + "uk": "Gotify", + "zh-cn": "Gotify" + }, + "branch": "master", + "github": "https://github.com/ThomasPohl/ioBroker.gotify", + "installs": 62, + "weekDownloads": 6, + "stars": 4, + "issues": 1, + "score": 1 + }, + "pushsafer": { + "title": { + "de": "pushsafer", + "en": "pushsafer", + "ru": "pushsafer", + "zh-cn": "pushsafer" + }, + "content": "adapterref/iobroker.pushsafer/README.md", + "icon": "adapterref/iobroker.pushsafer/pushsafer.png", + "keywords": "notification, pushsafer, message", + "authors": "bluefox ", + "license": "MIT", + "published": "2016-09-19T21:09:18.382Z", + "version": "1.0.3", + "latestVersion": "1.0.3", + "materialize": true, + "compact": true, + "description": "This adapter allows to send pushsafer notifications from ioBroker", + "titleFull": "pushsafer Adapter", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.pushsafer", + "installs": 590, + "weekDownloads": 30, + "stars": 4, + "issues": 4, + "score": 1 + }, "pushover": { "title": { "de": "pushover", @@ -17674,77 +17766,12 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.pushover", - "installs": 8589, - "weekDownloads": 255, + "installs": 8619, + "weekDownloads": 276, "stars": 28, "issues": 11, "score": 1 }, - "pushbullet": { - "title": { - "de": "pushbullet", - "en": "pushbullet", - "ru": "pushbullet", - "zh-cn": "pushbullet" - }, - "content": "adapterref/iobroker.pushbullet/README.md", - "icon": "adapterref/iobroker.pushbullet/pushbullet.png", - "authors": "Jens1809 ", - "license": "MIT", - "published": "2015-07-25T20:26:50.201Z", - "version": "1.0.1", - "latestVersion": "1.0.1", - "compact": true, - "description": { - "en": "Send messages via Pushbullet service", - "de": "Senden Sie Nachrichten über den Pushbullet-Dienst", - "ru": "Отправлять сообщения через сервис Pushbullet", - "pt": "Enviar mensagens via serviço Pushbullet", - "nl": "Berichten verzenden via Pushbullet-service", - "fr": "Envoyer des messages via le service Pushbullet", - "it": "Invia messaggi tramite il servizio Pushbullet", - "es": "Envía mensajes a través del servicio Pushbullet", - "pl": "Wysyłaj wiadomości za pośrednictwem usługi Pushbullet", - "zh-cn": "通过 Pushbullet 服务发送消息" - }, - "titleFull": { - "en": "Pushbullet" - }, - "branch": "master", - "github": "https://github.com/Jens1809/ioBroker.pushbullet", - "installs": 334, - "weekDownloads": 63, - "stars": 3, - "issues": 7, - "score": 1 - }, - "pushsafer": { - "title": { - "de": "pushsafer", - "en": "pushsafer", - "ru": "pushsafer", - "zh-cn": "pushsafer" - }, - "content": "adapterref/iobroker.pushsafer/README.md", - "icon": "adapterref/iobroker.pushsafer/pushsafer.png", - "keywords": "notification, pushsafer, message", - "authors": "bluefox ", - "license": "MIT", - "published": "2016-09-19T21:09:18.382Z", - "version": "1.0.3", - "latestVersion": "1.0.3", - "materialize": true, - "compact": true, - "description": "This adapter allows to send pushsafer notifications from ioBroker", - "titleFull": "pushsafer Adapter", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.pushsafer", - "installs": 593, - "weekDownloads": 18, - "stars": 4, - "issues": 4, - "score": 1 - }, "signal-cmb": { "title": { "de": "signal-cmb", @@ -17788,58 +17815,59 @@ }, "branch": "master", "github": "https://github.com/derAlff/ioBroker.signal-cmb", - "installs": 1346, - "weekDownloads": 38, + "installs": 1363, + "weekDownloads": 58, "stars": 7, "issues": 7, "score": 1 }, - "telegram": { + "pushbullet": { "title": { - "de": "telegram", - "en": "telegram", - "ru": "telegram", - "zh-cn": "telegram" + "de": "pushbullet", + "en": "pushbullet", + "ru": "pushbullet", + "zh-cn": "pushbullet" }, - "content": "adapterref/iobroker.telegram/README.md", - "icon": "adapterref/iobroker.telegram/telegram.png", - "keywords": "notification, telegram, message", - "authors": "bluefox , apollon77 , Matthias Kleine ", + "content": "adapterref/iobroker.pushbullet/README.md", + "icon": "adapterref/iobroker.pushbullet/pushbullet.png", + "keywords": "pid, controller, pid-controller", + "authors": "Jens1809 , iobroker-community-adapers ", "license": "MIT", - "published": "2016-02-14T13:00:28.242Z", - "version": "1.16.0", - "latestVersion": "1.16.0", - "compact": true, + "published": "2015-07-25T20:26:50.201Z", + "version": "1.0.1", + "latestVersion": "2.0.1", + "compact": true, "description": { - "en": "This adapter allows to send and receive telegram messages from ioBroker and to be a bot", - "de": "Adapter ermöglicht eine Kommunikation mit dem telegram app und ist selbst ein bot", - "ru": "Драйвер запускает Telegram бот, с которым можно общаться по App или через браузер", - "pt": "Este adaptador permite enviar e receber mensagens de telegramas de ioBroker e ser um bot", - "nl": "Met deze adapter kunt u telegramberichten van ioBroker verzenden en ontvangen en een bot zijn", - "fr": "Cet adaptateur permet d'envoyer et de recevoir des messages de télégrammes d'ioBroker et d'être un bot", - "it": "Questo adattatore consente di inviare e ricevere messaggi di telegram da ioBroker e di essere un bot", - "es": "Este adaptador permite enviar y recibir mensajes de telegrama de ioBroker y ser un bot", - "pl": "Ten adapter umożliwia wysyłanie i odbieranie wiadomości telegramów z ioBroker i bycie botem", - "zh-cn": "该适配器允许从ioBroker发送和接收电报消息并成为机器人" + "en": "Send messages via Pushbullet service", + "de": "Senden Sie Nachrichten über den Pushbullet-Dienst", + "ru": "Отправлять сообщения через сервис Pushbullet", + "pt": "Enviar mensagens via serviço Pushbullet", + "nl": "Berichten verzenden via Pushbullet-service", + "fr": "Envoyer des messages via le service Pushbullet", + "it": "Invia messaggi tramite il servizio Pushbullet", + "es": "Envía mensajes a través del servicio Pushbullet", + "pl": "Wysyłaj wiadomości za pośrednictwem usługi Pushbullet", + "zh-cn": "通过 Pushbullet 服务发送消息" }, "titleFull": { - "en": "Telegram", - "de": "Telegram", - "ru": "Telegram", - "pt": "Telegram", - "nl": "Telegram", - "fr": "Telegram", - "it": "Telegram", - "es": "Telegram", - "pl": "Telegram", - "zh-cn": "Telegram" + "en": "Pushbullet", + "de": "Pushbullet", + "ru": "Pushbullet", + "pt": "Pushbullet", + "nl": "Pushbullet", + "fr": "Pushbullet", + "it": "Pushbullet", + "es": "Pushbullet", + "pl": "Pushbullet", + "uk": "Кошик", + "zh-cn": "Pushbullet" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.telegram", - "installs": 19506, - "weekDownloads": 762, - "stars": 52, - "issues": 28, + "github": "https://github.com/iobroker-community-adapters/ioBroker.pushbullet", + "installs": 335, + "weekDownloads": 131, + "stars": 3, + "issues": 7, "score": 1 }, "synochat": { @@ -17885,8 +17913,8 @@ }, "branch": "master", "github": "https://github.com/phoeluga/ioBroker.synochat", - "installs": 228, - "weekDownloads": 61, + "installs": 224, + "weekDownloads": 36, "stars": 2, "issues": 2, "score": 1 @@ -17905,7 +17933,7 @@ "license": "MIT", "published": "2023-04-02T10:01:13.944Z", "version": "0.6.7", - "latestVersion": "0.6.10", + "latestVersion": "0.7.1", "compact": true, "description": { "en": "Easily create Telegram Menus", @@ -17935,12 +17963,60 @@ }, "branch": "main", "github": "https://github.com/MiRo1310/ioBroker.telegram-menu", - "installs": 159, - "weekDownloads": 266, - "stars": 5, + "installs": 234, + "weekDownloads": 204, + "stars": 6, "issues": 0, "score": 1 }, + "telegram": { + "title": { + "de": "telegram", + "en": "telegram", + "ru": "telegram", + "zh-cn": "telegram" + }, + "content": "adapterref/iobroker.telegram/README.md", + "icon": "adapterref/iobroker.telegram/telegram.png", + "keywords": "notification, telegram, message", + "authors": "bluefox , apollon77 , Matthias Kleine ", + "license": "MIT", + "published": "2016-02-14T13:00:28.242Z", + "version": "1.16.0", + "latestVersion": "2.0.0", + "compact": true, + "description": { + "en": "This adapter allows to send and receive telegram messages from ioBroker and to be a bot", + "de": "Adapter ermöglicht eine Kommunikation mit dem telegram app und ist selbst ein bot", + "ru": "Драйвер запускает Telegram бот, с которым можно общаться по App или через браузер", + "pt": "Este adaptador permite enviar e receber mensagens de telegramas de ioBroker e ser um bot", + "nl": "Met deze adapter kunt u telegramberichten van ioBroker verzenden en ontvangen en een bot zijn", + "fr": "Cet adaptateur permet d'envoyer et de recevoir des messages de télégrammes d'ioBroker et d'être un bot", + "it": "Questo adattatore consente di inviare e ricevere messaggi di telegram da ioBroker e di essere un bot", + "es": "Este adaptador permite enviar y recibir mensajes de telegrama de ioBroker y ser un bot", + "pl": "Ten adapter umożliwia wysyłanie i odbieranie wiadomości telegramów z ioBroker i bycie botem", + "zh-cn": "该适配器允许从ioBroker发送和接收电报消息并成为机器人" + }, + "titleFull": { + "en": "Telegram", + "de": "Telegram", + "ru": "Telegram", + "pt": "Telegram", + "nl": "Telegram", + "fr": "Telegram", + "it": "Telegram", + "es": "Telegram", + "pl": "Telegram", + "zh-cn": "Telegram" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.telegram", + "installs": 19541, + "weekDownloads": 934, + "stars": 52, + "issues": 29, + "score": 1 + }, "todoist2": { "title": { "de": "todoist2", @@ -17985,7 +18061,7 @@ "branch": "master", "github": "https://github.com/rde-master/ioBroker.todoist2/master/README.md", "installs": 120, - "weekDownloads": 1, + "weekDownloads": 27, "stars": 4, "issues": 14, "score": 1 @@ -18033,8 +18109,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.whatsapp-cmb", - "installs": 6741, - "weekDownloads": 196, + "installs": 6780, + "weekDownloads": 208, "stars": 11, "issues": 8, "score": 1 @@ -18089,8 +18165,8 @@ }, "branch": "main", "github": "https://github.com/iobroker-community-adapters/ioBroker.ico-cloud", - "installs": 132, - "weekDownloads": 10, + "installs": 129, + "weekDownloads": 15, "stars": 2, "issues": 5, "score": 1 @@ -18138,8 +18214,8 @@ }, "branch": "master", "github": "https://github.com/instalator/ioBroker.omnicomm-lls", - "installs": 5, - "weekDownloads": 13, + "installs": 4, + "weekDownloads": 17, "stars": -1, "issues": 0, "score": 1 @@ -18187,10 +18263,10 @@ }, "branch": "master", "github": "https://github.com/Apollon77/ioBroker.ph803w", - "installs": 513, + "installs": 507, "weekDownloads": 20, "stars": 3, - "issues": 23, + "issues": 22, "score": 1 }, "operating-hours": { @@ -18237,8 +18313,8 @@ }, "branch": "main", "github": "https://github.com/BenAhrdt/ioBroker.operating-hours", - "installs": 914, - "weekDownloads": 46, + "installs": 924, + "weekDownloads": 63, "stars": 2, "issues": 0, "score": 1 @@ -18300,12 +18376,63 @@ }, "branch": "main", "github": "https://github.com/BenAhrdt/ioBroker.bidirectional-counter", - "installs": 309, - "weekDownloads": 16, + "installs": 308, + "weekDownloads": 38, "stars": -1, "issues": 0, "score": 1 }, + "countdown": { + "title": { + "de": "countdown", + "en": "countdown", + "ru": "countdown", + "zh-cn": "countdown" + }, + "content": "adapterref/iobroker.countdown/README.md", + "icon": "adapterref/iobroker.countdown/countdown.png", + "keywords": "countdown", + "authors": "Jack ", + "license": "MIT", + "published": "2019-05-21T17:42:01.621Z", + "version": "2.2.0", + "latestVersion": "2.2.0", + "materialize": true, + "compact": true, + "description": { + "en": "Countdown Adapter", + "de": "Countdown Adapter", + "ru": "Адаптер обратного отсчета", + "pt": "Adaptador de Contagem Regressiva", + "nl": "Afteladapter", + "fr": "Adaptateur compte à rebours", + "it": "Conto alla rovescia", + "es": "Adaptador de cuenta regresiva", + "pl": "Adapter do odliczania", + "uk": "Відлік адаптера", + "zh-cn": "倒计时适配器" + }, + "titleFull": { + "en": "Countdown", + "de": "Countdown", + "ru": "обратный отсчет", + "pt": "Contagem regressiva", + "nl": "Countdown", + "fr": "Compte à rebours", + "it": "Conto alla rovescia", + "es": "cuenta regresiva", + "pl": "Odliczanie", + "uk": "Відправити", + "zh-cn": "倒数" + }, + "branch": "master", + "github": "https://github.com/jack-blackson/ioBroker.countdown", + "installs": 1186, + "weekDownloads": 121, + "stars": 5, + "issues": 5, + "score": 1 + }, "corrently": { "title": { "de": "corrently", @@ -18350,7 +18477,7 @@ "branch": "master", "github": "https://github.com/ioBroker/ioBroker.corrently", "installs": 20, - "weekDownloads": 1, + "weekDownloads": 8, "stars": 2, "issues": 4, "score": 1 @@ -18398,63 +18525,12 @@ }, "branch": "master", "github": "https://github.com/WLAN-Kabel/ioBroker.contact", - "installs": 41, - "weekDownloads": 3, - "stars": 23, + "installs": 40, + "weekDownloads": 11, + "stars": 24, "issues": 17, "score": 1 }, - "countdown": { - "title": { - "de": "countdown", - "en": "countdown", - "ru": "countdown", - "zh-cn": "countdown" - }, - "content": "adapterref/iobroker.countdown/README.md", - "icon": "adapterref/iobroker.countdown/countdown.png", - "keywords": "countdown", - "authors": "Jack ", - "license": "MIT", - "published": "2019-05-21T17:42:01.621Z", - "version": "2.2.0", - "latestVersion": "2.2.0", - "materialize": true, - "compact": true, - "description": { - "en": "Countdown Adapter", - "de": "Countdown Adapter", - "ru": "Адаптер обратного отсчета", - "pt": "Adaptador de Contagem Regressiva", - "nl": "Afteladapter", - "fr": "Adaptateur compte à rebours", - "it": "Conto alla rovescia", - "es": "Adaptador de cuenta regresiva", - "pl": "Adapter do odliczania", - "uk": "Відлік адаптера", - "zh-cn": "倒计时适配器" - }, - "titleFull": { - "en": "Countdown", - "de": "Countdown", - "ru": "обратный отсчет", - "pt": "Contagem regressiva", - "nl": "Countdown", - "fr": "Compte à rebours", - "it": "Conto alla rovescia", - "es": "cuenta regresiva", - "pl": "Odliczanie", - "uk": "Відправити", - "zh-cn": "倒数" - }, - "branch": "master", - "github": "https://github.com/jack-blackson/ioBroker.countdown", - "installs": 1183, - "weekDownloads": 235, - "stars": 5, - "issues": 3, - "score": 1 - }, "device-watcher": { "title": { "de": "device-watcher", @@ -18499,10 +18575,10 @@ }, "branch": "main", "github": "https://github.com/ciddi89/ioBroker.device-watcher", - "installs": 1450, - "weekDownloads": 92, - "stars": 16, - "issues": 13, + "installs": 1502, + "weekDownloads": 141, + "stars": 17, + "issues": 11, "score": 1 }, "drag-indicator": { @@ -18548,7 +18624,7 @@ "branch": "main", "github": "https://github.com/BenAhrdt/ioBroker.drag-indicator", "installs": 368, - "weekDownloads": 15, + "weekDownloads": 39, "stars": -1, "issues": 0, "score": 1 @@ -18597,7 +18673,7 @@ "branch": "master", "github": "https://github.com/instalator/ioBroker.exchangerates", "installs": 184, - "weekDownloads": 4, + "weekDownloads": 12, "stars": -1, "issues": 3, "score": 1 @@ -18645,8 +18721,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.heizoel", - "installs": 1029, - "weekDownloads": 32, + "installs": 1050, + "weekDownloads": 36, "stars": 4, "issues": 3, "score": 1 @@ -18664,7 +18740,7 @@ "authors": "ldittmar ", "license": "MIT", "published": "2017-12-08T12:55:08.977Z", - "version": "1.9.26", + "version": "2.0.0", "latestVersion": "2.0.0", "materialize": true, "compact": true, @@ -18694,10 +18770,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.info", - "installs": 34233, - "weekDownloads": 1284, + "installs": 34037, + "weekDownloads": 6150, "stars": 20, - "issues": 19, + "issues": 18, "score": 1 }, "lowpass-filter": { @@ -18744,8 +18820,8 @@ }, "branch": "main", "github": "https://github.com/BenAhrdt/ioBroker.lowpass-filter", - "installs": 44, - "weekDownloads": 5, + "installs": 46, + "weekDownloads": 27, "stars": -1, "issues": 0, "score": 1 @@ -18793,25 +18869,75 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.nina", - "installs": 3457, - "weekDownloads": 84, + "installs": 3437, + "weekDownloads": 102, "stars": 13, "issues": 35, "score": 1 }, - "openligadb": { + "odl": { "title": { - "de": "openligadb", - "en": "openligadb", - "ru": "openligadb", - "zh-cn": "openligadb" + "de": "odl", + "en": "odl", + "ru": "odl", + "zh-cn": "odl" }, - "content": "adapterref/iobroker.openligadb/README.md", - "icon": "adapterref/iobroker.openligadb/openligadb_b.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "oweitman ", + "content": "adapterref/iobroker.odl/README.md", + "icon": "adapterref/iobroker.odl/odl.png", + "keywords": "ODL, Gamma Ortsdosisleistung, Umweltradioaktivität, BfS, µSv/h", + "authors": "Peter Müller ", "license": "MIT", - "published": "2020-01-30T23:18:21.954Z", + "published": "2019-10-14T14:32:02.669Z", + "version": "2.0.5", + "latestVersion": "3.0.1", + "compact": true, + "description": { + "en": "Ambient dose rate data from the German Federal Office for Radiation Protection.", + "de": "Ortsdosisleistungsdaten des Bundesamtes für Strahlenschutz (BfS).", + "ru": "Данные о мощности дозы от Федерального ведомства по радиационной защите Германии.", + "pt": "Dados da taxa de dose ambiente do Escritório Federal Alemão para Proteção contra Radiação.", + "nl": "Omgevingsdosisgegevens van het Duitse federale kantoor voor stralingsbescherming.", + "fr": "Données relatives au débit de dose ambiante fournies par l'Office fédéral allemand de protection contre les radiations.", + "it": "Dati sulla velocità di dose ambientale dall'Ufficio federale tedesco per la radioprotezione.", + "es": "Datos de la tasa de dosis ambiental de la Oficina Federal Alemana de Protección Radiológica.", + "pl": "Dane dotyczące dawki w warunkach otoczenia z niemieckiego Federalnego Urzędu Ochrony przed Promieniowaniem.", + "zh-cn": "来自德国联邦辐射防护局的环境剂量率数据。", + "uk": "Дані про потужність дози навколишнього середовища від Федерального відомства радіаційного захисту Німеччини." + }, + "titleFull": { + "en": "Abient Dose Rate", + "de": "Ortsdosisleistung", + "ru": "Абиентная мощность дозы", + "pt": "Taxa de Dose Abiente", + "nl": "Abient dosistempo", + "fr": "Débit de dose ambiant", + "it": "Dose Abitante", + "es": "Tasa de dosis ambiental", + "pl": "Abient Dawka", + "zh-cn": "体外剂量率", + "uk": "Абіентна потужність дози" + }, + "branch": "master", + "github": "https://github.com/crycode-de/ioBroker.odl", + "installs": 748, + "weekDownloads": 62, + "stars": 2, + "issues": 2, + "score": 1 + }, + "openligadb": { + "title": { + "de": "openligadb", + "en": "openligadb", + "ru": "openligadb", + "zh-cn": "openligadb" + }, + "content": "adapterref/iobroker.openligadb/README.md", + "icon": "adapterref/iobroker.openligadb/openligadb_b.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "oweitman ", + "license": "MIT", + "published": "2020-01-30T23:18:21.954Z", "version": "1.2.4", "latestVersion": "1.3.4", "materialize": true, @@ -18842,10 +18968,10 @@ }, "branch": "master", "github": "https://github.com/oweitman/ioBroker.openligadb", - "installs": 562, - "weekDownloads": 58, + "installs": 558, + "weekDownloads": 63, "stars": 4, - "issues": 19, + "issues": 23, "score": 1 }, "parcel": { @@ -18891,10 +19017,10 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.parcel", - "installs": 1260, - "weekDownloads": 82, - "stars": 16, - "issues": 26, + "installs": 1256, + "weekDownloads": 63, + "stars": 17, + "issues": 27, "score": 1 }, "rssfeed": { @@ -18906,10 +19032,47 @@ }, "content": "adapterref/iobroker.rssfeed/README.md", "icon": "adapterref/iobroker.rssfeed/rssfeed.png", - "installs": 724, - "weekDownloads": 24, + "installs": 720, + "weekDownloads": 42, "stars": 9, - "issues": 12, + "issues": 13, + "score": 1 + }, + "roadtraffic": { + "title": { + "de": "roadtraffic", + "en": "roadtraffic", + "ru": "roadtraffic", + "zh-cn": "roadtraffic" + }, + "content": "adapterref/iobroker.roadtraffic/README.md", + "icon": "adapterref/iobroker.roadtraffic/roadtraffic.png", + "keywords": "traffic, maps, route, verkehr, wecker, stau, google, arbeit", + "authors": "BuZZy1337 ", + "license": "MIT", + "published": "2019-02-24T17:33:26.850Z", + "version": "-.-.-", + "latestVersion": "0.2.0", + "materialize": true, + "description": { + "en": "Check actual traffic on the road and be awakened in time to arrive at your destination at the right time", + "de": "Überprüfen Sie den tatsächlichen Verkehr auf der Straße und werden Sie rechtzeitig geweckt, um zur richtigen Zeit am Ziel zu sein", + "ru": "Проверьте фактическое движение на дороге и будьте вовремя просыпаться, чтобы прибыть к месту назначения в нужное время", + "pt": "Verifique o tráfego real na estrada e seja despertado a tempo de chegar ao seu destino no momento certo", + "nl": "Controleer het actuele verkeer op de weg en word op tijd gewekt om op het juiste moment op uw bestemming aan te komen", + "fr": "Vérifiez le trafic réel sur la route et soyez réveillé à temps pour arriver à destination au bon moment", + "it": "Controlla il traffico effettivo sulla strada e sii svegliato in tempo per arrivare a destinazione al momento giusto", + "es": "Verifique el tráfico real en la carretera y despiértese a tiempo para llegar a su destino en el momento adecuado", + "pl": "Sprawdź rzeczywisty ruch na drodze i obudzić się na czas, aby dotrzeć do miejsca docelowego we właściwym czasie", + "zh-cn": "检查道路上的实际交通情况,并及时唤醒,以便在合适的时间到达目的地" + }, + "titleFull": "RoadTraffic", + "branch": "master", + "github": "https://github.com/BuZZy1337/ioBroker.roadtraffic", + "installs": 230, + "weekDownloads": 44, + "stars": 12, + "issues": 14, "score": 1 }, "stockmarket": { @@ -18955,8 +19118,8 @@ }, "branch": "master", "github": "https://github.com/waoler/ioBroker.stockmarket", - "installs": 190, - "weekDownloads": 3, + "installs": 189, + "weekDownloads": 4, "stars": 2, "issues": 24, "score": 1 @@ -19006,8 +19169,8 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.systeminfo", - "installs": 2217, - "weekDownloads": 383, + "installs": 2224, + "weekDownloads": 278, "stars": 10, "issues": 13, "score": 1 @@ -19056,148 +19219,12 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.statistics", - "installs": 3645, - "weekDownloads": 90, + "installs": 3630, + "weekDownloads": 114, "stars": 19, - "issues": 9, - "score": 1 - }, - "roadtraffic": { - "title": { - "de": "roadtraffic", - "en": "roadtraffic", - "ru": "roadtraffic", - "zh-cn": "roadtraffic" - }, - "content": "adapterref/iobroker.roadtraffic/README.md", - "icon": "adapterref/iobroker.roadtraffic/roadtraffic.png", - "keywords": "traffic, maps, route, verkehr, wecker, stau, google, arbeit", - "authors": "BuZZy1337 ", - "license": "MIT", - "published": "2019-02-24T17:33:26.850Z", - "version": "-.-.-", - "latestVersion": "0.2.0", - "materialize": true, - "description": { - "en": "Check actual traffic on the road and be awakened in time to arrive at your destination at the right time", - "de": "Überprüfen Sie den tatsächlichen Verkehr auf der Straße und werden Sie rechtzeitig geweckt, um zur richtigen Zeit am Ziel zu sein", - "ru": "Проверьте фактическое движение на дороге и будьте вовремя просыпаться, чтобы прибыть к месту назначения в нужное время", - "pt": "Verifique o tráfego real na estrada e seja despertado a tempo de chegar ao seu destino no momento certo", - "nl": "Controleer het actuele verkeer op de weg en word op tijd gewekt om op het juiste moment op uw bestemming aan te komen", - "fr": "Vérifiez le trafic réel sur la route et soyez réveillé à temps pour arriver à destination au bon moment", - "it": "Controlla il traffico effettivo sulla strada e sii svegliato in tempo per arrivare a destinazione al momento giusto", - "es": "Verifique el tráfico real en la carretera y despiértese a tiempo para llegar a su destino en el momento adecuado", - "pl": "Sprawdź rzeczywisty ruch na drodze i obudzić się na czas, aby dotrzeć do miejsca docelowego we właściwym czasie", - "zh-cn": "检查道路上的实际交通情况,并及时唤醒,以便在合适的时间到达目的地" - }, - "titleFull": "RoadTraffic", - "branch": "master", - "github": "https://github.com/BuZZy1337/ioBroker.roadtraffic", - "installs": 228, - "weekDownloads": 6, - "stars": 12, - "issues": 17, - "score": 1 - }, - "odl": { - "title": { - "de": "odl", - "en": "odl", - "ru": "odl", - "zh-cn": "odl" - }, - "content": "adapterref/iobroker.odl/README.md", - "icon": "adapterref/iobroker.odl/odl.png", - "keywords": "ODL, Gamma Ortsdosisleistung, Umweltradioaktivität, BfS, µSv/h", - "authors": "Peter Müller ", - "license": "MIT", - "published": "2019-10-14T14:32:02.669Z", - "version": "2.0.5", - "latestVersion": "2.0.5", - "materialize": true, - "compact": true, - "description": { - "en": "Ambient dose rate data from the German Federal Office for Radiation Protection.", - "de": "Ortsdosisleistungsdaten des Bundesamtes für Strahlenschutz (BfS).", - "ru": "Данные о мощности дозы от Федерального ведомства по радиационной защите Германии.", - "pt": "Dados da taxa de dose ambiente do Escritório Federal Alemão para Proteção contra Radiação.", - "nl": "Omgevingsdosisgegevens van het Duitse federale kantoor voor stralingsbescherming.", - "fr": "Données relatives au débit de dose ambiante fournies par l'Office fédéral allemand de protection contre les radiations.", - "it": "Dati sulla velocità di dose ambientale dall'Ufficio federale tedesco per la radioprotezione.", - "es": "Datos de la tasa de dosis ambiental de la Oficina Federal Alemana de Protección Radiológica.", - "pl": "Dane dotyczące dawki w warunkach otoczenia z niemieckiego Federalnego Urzędu Ochrony przed Promieniowaniem.", - "zh-cn": "来自德国联邦辐射防护局的环境剂量率数据。" - }, - "titleFull": { - "en": "Abient Dose Rate", - "de": "Ortsdosisleistung", - "ru": "Абиентная мощность дозы", - "pt": "Taxa de Dose Abiente", - "nl": "Abient dosistempo", - "fr": "Débit de dose ambiant", - "it": "Dose Abitante", - "es": "Tasa de dosis ambiental", - "pl": "Abient Dawka", - "zh-cn": "体外剂量率" - }, - "branch": "master", - "github": "https://github.com/crycode-de/ioBroker.odl", - "installs": 760, - "weekDownloads": 18, - "stars": 2, "issues": 2, "score": 1 }, - "tvspielfilm": { - "title": { - "de": "tvspielfilm", - "en": "tvspielfilm", - "ru": "tvspielfilm", - "zh-cn": "tvspielfilm" - }, - "content": "adapterref/iobroker.tvspielfilm/README.md", - "icon": "adapterref/iobroker.tvspielfilm/tvspielfilm.png", - "keywords": "tv, program, guide, Fernsehprogramm, Tvprogramm, Programm, tvspielfilm, spielfilm, pix", - "authors": "Pix", - "license": "MIT", - "published": "2016-05-12T09:49:00.541Z", - "version": "2.0.4", - "latestVersion": "2.0.5", - "materialize": true, - "description": { - "en": "TV Spielfilm program guide from rss feed", - "de": "TV-Spielfilm-Programmführer von RSS-Feed", - "ru": "Телепрограмма Spielfilm из RSS-канала", - "pt": "Guia do programa TV Spielfilm do feed RSS", - "nl": "TV Spielfilm programmagids van RSS-feed", - "fr": "Guide de programmation TV Spielfilm du flux rss", - "it": "Guida ai programmi TV Spielfilm dal feed rss", - "es": "Guía de programas de TV Spielfilm de RSS feed", - "pl": "Przewodnik po programie TV Spielfilm z kanału RSS", - "zh-cn": "来自rss feed的TV Spielfilm节目指南", - "uk": "Телегід TV Spielfilm з rss стрічки" - }, - "titleFull": { - "en": "TV Spielfilm program guide from rss feed", - "de": "TV-Spielfilm-Programmführer von RSS-Feed", - "ru": "Телепрограмма Spielfilm из RSS-канала", - "pt": "Guia do programa TV Spielfilm do feed RSS", - "nl": "TV Spielfilm programmagids van RSS-feed", - "fr": "Guide de programmation TV Spielfilm du flux rss", - "it": "Guida ai programmi TV Spielfilm dal feed rss", - "es": "Guía de programas de TV Spielfilm de RSS feed", - "pl": "Przewodnik po programie TV Spielfilm z kanału RSS", - "zh-cn": "来自rss feed的TV Spielfilm节目指南", - "uk": "Телегід TV Spielfilm з rss стрічки" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.tvspielfilm", - "installs": 1318, - "weekDownloads": 37, - "stars": 7, - "issues": 7, - "score": 1 - }, "tvprogram": { "title": { "de": "tvprogram", @@ -19241,10 +19268,10 @@ }, "branch": "master", "github": "https://github.com/oweitman/ioBroker.tvprogram", - "installs": 912, - "weekDownloads": 28, + "installs": 914, + "weekDownloads": 29, "stars": 2, - "issues": 23, + "issues": 24, "score": 1 }, "valuetrackerovertime": { @@ -19292,26 +19319,104 @@ }, "branch": "master", "github": "https://github.com/Omega236/ioBroker.valuetrackerovertime", - "installs": 424, - "weekDownloads": 24, + "installs": 427, + "weekDownloads": 58, "stars": 4, "issues": 9, "score": 1 }, - "yahoo-stock-market": { + "vcard": { "title": { - "de": "yahoo-stock-market", - "en": "yahoo-stock-market", - "ru": "yahoo-stock-market", - "zh-cn": "yahoo-stock-market" + "de": "vcard", + "en": "vcard", + "ru": "vcard", + "zh-cn": "vcard" }, - "content": "adapterref/iobroker.yahoo-stock-market/README.md", - "icon": "adapterref/iobroker.yahoo-stock-market/yahoo-stock-market.png", - "keywords": "stock market Börse Aktien Aktienwert", - "authors": "Newan ", - "license": "MIT", - "published": "2022-09-12T14:28:39.962Z", - "version": "0.0.5", + "content": "adapterref/iobroker.vcard/README.md", + "icon": "adapterref/iobroker.vcard/vcard.png", + "keywords": "vcard, contacts", + "authors": "hometm", + "license": "MIT", + "published": "2015-10-02T08:45:00.272Z", + "version": "0.0.9", + "latestVersion": "0.0.9", + "description": { + "en": "vcard Adapter", + "de": "vcard Adapter" + }, + "titleFull": "vCard Adapter", + "branch": "master", + "github": "https://github.com/hometm/ioBroker.vcard", + "installs": 119, + "weekDownloads": 10, + "stars": -1, + "issues": 11, + "score": 1 + }, + "tvspielfilm": { + "title": { + "de": "tvspielfilm", + "en": "tvspielfilm", + "ru": "tvspielfilm", + "zh-cn": "tvspielfilm" + }, + "content": "adapterref/iobroker.tvspielfilm/README.md", + "icon": "adapterref/iobroker.tvspielfilm/tvspielfilm.png", + "keywords": "tv, program, guide, Fernsehprogramm, Tvprogramm, Programm, tvspielfilm, spielfilm, pix", + "authors": "Pix", + "license": "MIT", + "published": "2016-05-12T09:49:00.541Z", + "version": "2.0.4", + "latestVersion": "2.0.5", + "materialize": true, + "description": { + "en": "TV Spielfilm program guide from rss feed", + "de": "TV-Spielfilm-Programmführer von RSS-Feed", + "ru": "Телепрограмма Spielfilm из RSS-канала", + "pt": "Guia do programa TV Spielfilm do feed RSS", + "nl": "TV Spielfilm programmagids van RSS-feed", + "fr": "Guide de programmation TV Spielfilm du flux rss", + "it": "Guida ai programmi TV Spielfilm dal feed rss", + "es": "Guía de programas de TV Spielfilm de RSS feed", + "pl": "Przewodnik po programie TV Spielfilm z kanału RSS", + "zh-cn": "来自rss feed的TV Spielfilm节目指南", + "uk": "Телегід TV Spielfilm з rss стрічки" + }, + "titleFull": { + "en": "TV Spielfilm program guide from rss feed", + "de": "TV-Spielfilm-Programmführer von RSS-Feed", + "ru": "Телепрограмма Spielfilm из RSS-канала", + "pt": "Guia do programa TV Spielfilm do feed RSS", + "nl": "TV Spielfilm programmagids van RSS-feed", + "fr": "Guide de programmation TV Spielfilm du flux rss", + "it": "Guida ai programmi TV Spielfilm dal feed rss", + "es": "Guía de programas de TV Spielfilm de RSS feed", + "pl": "Przewodnik po programie TV Spielfilm z kanału RSS", + "zh-cn": "来自rss feed的TV Spielfilm节目指南", + "uk": "Телегід TV Spielfilm з rss стрічки" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.tvspielfilm", + "installs": 1318, + "weekDownloads": 62, + "stars": 7, + "issues": 7, + "score": 1 + }, + "yahoo-stock-market": { + "title": { + "de": "yahoo-stock-market", + "en": "yahoo-stock-market", + "ru": "yahoo-stock-market", + "zh-cn": "yahoo-stock-market" + }, + "content": "adapterref/iobroker.yahoo-stock-market/README.md", + "icon": "adapterref/iobroker.yahoo-stock-market/yahoo-stock-market.png", + "keywords": "stock market Börse Aktien Aktienwert", + "authors": "Newan ", + "license": "MIT", + "published": "2022-09-12T14:28:39.962Z", + "version": "0.0.5", "latestVersion": "0.0.5", "compact": true, "description": { @@ -19340,40 +19445,12 @@ }, "branch": "main", "github": "https://github.com/Newan/ioBroker.yahoo-stock-market", - "installs": 81, - "weekDownloads": 9, + "installs": 89, + "weekDownloads": 8, "stars": 2, "issues": 1, "score": 1 }, - "vcard": { - "title": { - "de": "vcard", - "en": "vcard", - "ru": "vcard", - "zh-cn": "vcard" - }, - "content": "adapterref/iobroker.vcard/README.md", - "icon": "adapterref/iobroker.vcard/vcard.png", - "keywords": "vcard, contacts", - "authors": "hometm", - "license": "MIT", - "published": "2015-10-02T08:45:00.272Z", - "version": "0.0.9", - "latestVersion": "0.0.9", - "description": { - "en": "vcard Adapter", - "de": "vcard Adapter" - }, - "titleFull": "vCard Adapter", - "branch": "master", - "github": "https://github.com/hometm/ioBroker.vcard", - "installs": 119, - "weekDownloads": 3, - "stars": -1, - "issues": 11, - "score": 1 - }, "youtube": { "title": { "de": "youtube", @@ -19387,7 +19464,7 @@ "authors": "Matthias Kleine ", "license": "MIT", "published": "2019-10-18T12:25:27.750Z", - "version": "4.2.1", + "version": "4.3.0", "latestVersion": "4.3.0", "compact": true, "description": { @@ -19418,8 +19495,8 @@ }, "branch": "master", "github": "https://github.com/klein0r/ioBroker.youtube", - "installs": 447, - "weekDownloads": 46, + "installs": 448, + "weekDownloads": 111, "stars": 8, "issues": 0, "score": 1 @@ -19469,8 +19546,8 @@ }, "branch": "main", "github": "https://github.com/minukodu/ioBroker.minuaru", - "installs": 6, - "weekDownloads": 5, + "installs": 5, + "weekDownloads": 69, "stars": 1, "issues": 1, "score": 1 @@ -19490,103 +19567,6 @@ "pl": "Multimedia" }, "pages": { - "bosesoundtouch": { - "title": { - "de": "bosesoundtouch", - "en": "bosesoundtouch", - "ru": "bosesoundtouch", - "zh-cn": "bosesoundtouch" - }, - "content": "adapterref/iobroker.bosesoundtouch/README.md", - "icon": "adapterref/iobroker.bosesoundtouch/bosesoundtouch.png", - "keywords": "bose, soundtouch", - "authors": "sven-s-ter ", - "license": "MIT", - "published": "2017-12-22T15:15:44.610Z", - "version": "0.10.3", - "latestVersion": "0.10.3", - "compact": true, - "description": { - "en": "Controls Bose SoundTouch speakers over a socket connection and monitors the information sent from the speaker.", - "de": "Steuert Bose SoundTouch-Lautsprecher über eine Socket-Verbindung und überwacht die vom Lautsprecher gesendeten Informationen.", - "ru": "Управляет динамиками Bose SoundTouch через разъем и отслеживает информацию, отправляемую динамиком.", - "pt": "Controla os alto-falantes Bose SoundTouch por meio de uma conexão de soquete e monitora as informações enviadas do alto-falante.", - "nl": "Bestuurt Bose SoundTouch-luidsprekers via een stopcontact en controleert de informatie die door de luidspreker wordt verzonden.", - "fr": "Contrôle les haut-parleurs Bose SoundTouch via une connexion de prise et surveille les informations envoyées par le haut-parleur.", - "it": "Controlla gli altoparlanti Bose SoundTouch tramite una presa di connessione e monitora le informazioni inviate dall'altoparlante.", - "es": "Controla los altavoces Bose SoundTouch a través de una conexión de enchufe y supervisa la información enviada desde el altavoz.", - "pl": "Steruje głośnikami Bose SoundTouch przez połączenie gniazdowe i monitoruje informacje wysyłane z głośnika.", - "zh-cn": "通过插座连接控制 Bose SoundTouch 扬声器并监控扬声器发送的信息。" - }, - "titleFull": { - "en": "Bose SoundTouch", - "de": "Bose SoundTouch", - "ru": "Bose SoundTouch", - "pt": "Bose SoundTouch", - "nl": "Bose SoundTouch", - "fr": "Bose SoundTouch", - "it": "Bose SoundTouch", - "es": "Bose SoundTouch", - "pl": "Bose SoundTouch", - "zh-cn": "Bose SoundTouch" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.bosesoundtouch", - "installs": 1202, - "weekDownloads": 29, - "stars": 4, - "issues": 7, - "score": 1 - }, - "benq": { - "title": { - "de": "benq", - "en": "benq", - "ru": "benq", - "zh-cn": "benq" - }, - "content": "adapterref/iobroker.benq/README.md", - "icon": "adapterref/iobroker.benq/benq.png", - "keywords": "benq projector", - "authors": "instalator", - "license": "MIT", - "published": "2017-07-20T16:42:10.650Z", - "version": "0.2.5", - "latestVersion": "0.2.5", - "materialize": true, - "compact": true, - "description": { - "en": "BenQ projector Adapter", - "de": "BenQ Projektor Adapter", - "ru": "BenQ адаптер для проектора", - "pt": "Adaptador de projetor BenQ", - "nl": "BenQ projector Adapter", - "fr": "Adaptateur de projecteur BenQ", - "it": "Adattatore per proiettore BenQ", - "es": "Adaptador de proyector BenQ", - "pl": "Adapter projektora BenQ", - "zh-cn": "明基投影机适配器" - }, - "titleFull": { - "en": "BenQ projector", - "de": "BenQ Projektor ", - "ru": "BenQ для проектора", - "pt": "projetor BenQ", - "nl": "BenQ projector", - "fr": "projecteur BenQ", - "it": "proiettore BenQ", - "es": "proyector BenQ", - "pl": "projektora BenQ", - "zh-cn": "明基投影机适配器" - }, - "branch": "master", - "github": "https://github.com/instalator/iobroker.benq", - "installs": 70, - "weekDownloads": 4, - "stars": -1, - "issues": 0, - "score": 1 - }, "cec2": { "title": { "de": "cec2", @@ -19596,8 +19576,43 @@ }, "content": "adapterref/iobroker.cec2/README.md", "icon": "adapterref/iobroker.cec2/cec2.png", - "installs": 62, - "weekDownloads": 24, + "keywords": "multimedia, HDMI, CEC, TV", + "authors": "Garfonso ", + "license": "MIT", + "published": "2020-01-28T20:41:50.009Z", + "version": "0.1.1", + "latestVersion": "0.1.1", + "compact": true, + "description": { + "en": "Can be used to monitor / control multimedia devices using the HDMI CEC bus. Possible commands include power on/off, switch input (for TVs), volume up/donw", + "de": "Kann benutzt werden um Multimediageräte, die über den HDMI CEC Bus kommunizieren zu überwachen und zu kontrollieren. Mögliche Kommandos enthalten Standby an/aus, Eingang wählen (am TV), Lauter/Leiser.", + "ru": "Может использоваться для мониторинга/управления мультимедийными устройствами по шине HDMI CEC. Возможные команды включают в себя включение/выключение питания, переключение входа (для телевизоров), увеличение/уменьшение громкости.", + "pt": "Pode ser usado para monitorar/controlar dispositivos multimídia usando o barramento HDMI CEC. Os comandos possíveis incluem ligar/desligar, interruptor de entrada (para TVs), aumentar/diminuir volume", + "nl": "Kan worden gebruikt om multimedia-apparaten te bewaken / bedienen met behulp van de HDMI CEC-bus. Mogelijke commando's zijn onder meer aan/uit, schakelaaringang (voor tv's), volume omhoog/omlaag", + "fr": "Peut être utilisé pour surveiller/contrôler des appareils multimédias à l'aide du bus HDMI CEC. Les commandes possibles incluent la mise sous/hors tension, l'entrée de commutation (pour les téléviseurs), le volume haut/bas", + "it": "Può essere utilizzato per monitorare/controllare dispositivi multimediali utilizzando il bus HDMI CEC. Possibili comandi includono accensione/spegnimento, ingresso interruttore (per TV), volume su/giù", + "es": "Se puede usar para monitorear/controlar dispositivos multimedia usando el bus HDMI CEC. Los comandos posibles incluyen encendido/apagado, cambiar entrada (para televisores), subir/bajar volumen", + "pl": "Może być używany do monitorowania / sterowania urządzeniami multimedialnymi za pomocą magistrali HDMI CEC. Możliwe polecenia obejmują włączanie/wyłączanie zasilania, wejście przełącznika (dla telewizorów), zwiększanie/zmniejszanie głośności", + "uk": "Може використовуватися для моніторингу / керування мультимедійними пристроями за допомогою шини HDMI CEC. Серед можливих команд — увімкнути/вимкнути живлення, перемкнути вхід (для телевізорів), збільшити/зменшити гучність", + "zh-cn": "可用于监视/控制使用 HDMI CEC 总线的多媒体设备。可能的命令包括电源开/关、开关输入(用于电视)、音量增大/减小" + }, + "titleFull": { + "en": "HDMI CEC devices 2", + "de": "HDMI CEC Geräte 2", + "ru": "Устройства HDMI CEC 2", + "pt": "Dispositivos HDMI CEC 2", + "nl": "HDMI CEC-apparaten 2", + "fr": "Périphériques HDMI CEC 2", + "it": "Dispositivi HDMI CEC 2", + "es": "Dispositivos HDMI CEC 2", + "pl": "Urządzenia HDMI CEC 2", + "uk": "Пристрої HDMI CEC 2", + "zh-cn": "HDMI CEC 设备 2" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.cec2", + "installs": 63, + "weekDownloads": 18, "stars": 9, "issues": 1, "score": 1 @@ -19645,59 +19660,138 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.chromecast", - "installs": 5992, - "weekDownloads": 204, + "installs": 6030, + "weekDownloads": 299, "stars": 19, "issues": 16, "score": 1 }, - "cameras": { + "denon": { "title": { - "de": "cameras", - "en": "cameras", - "ru": "cameras", - "zh-cn": "cameras" + "de": "denon", + "en": "denon", + "ru": "denon", + "zh-cn": "denon" }, - "content": "adapterref/iobroker.cameras/README.md", - "icon": "adapterref/iobroker.cameras/cameras.png", - "keywords": "ip-cam, web-cam, video", - "authors": "bluefox ", + "content": "adapterref/iobroker.denon/README.md", + "icon": "adapterref/iobroker.denon/denon.png", + "keywords": "denon, marantz, avr, harmony, audio", + "authors": "Moritz Heusinger ", "license": "MIT", - "published": "2020-05-18T15:59:13.650Z", - "version": "-.-.-", - "latestVersion": "1.2.2", + "published": "2018-06-04T22:51:21.999Z", + "version": "1.15.4", + "latestVersion": "1.15.4", "materialize": true, "compact": true, "description": { - "en": "Connect IP-cameras to iobroker", - "de": "Schließen Sie IP-Kameras an iobroker an", - "ru": "Подключите IP-камеры к iobroker", - "pt": "Conecte câmeras IP ao iobroker", - "nl": "Verbind IP-camera's met iobroker", - "fr": "Connectez des caméras IP à iobroker", - "it": "Collegare le telecamere IP a iobroker", - "es": "Conecte cámaras IP a iobroker", - "pl": "Podłącz kamery IP do iobroker", - "zh-cn": "将IP摄像机连接到iobroker" + "en": "Control your DENON or Marantz AV Receiver", + "de": "Steuern Sie Ihren DENON oder Marantz AV-Receiver", + "ru": "Управляйте своим DENON или приемником Marantz AV", + "pt": "Controle o seu receptor AV DENON ou Marantz", + "nl": "Bedien uw DENON of Marantz AV-ontvanger", + "fr": "Contrôlez votre récepteur AV DENON ou Marantz", + "it": "Controlla il tuo ricevitore audio DENON o Marantz", + "es": "Controle su receptor AV DENON o Marantz", + "pl": "Kontroluj swój odbiornik DENON lub Marantz AV", + "zh-cn": "控制你的天龙马兰士或AV接收器" }, "titleFull": { - "en": "IP-Cameras", - "de": "IP-Kameras", - "ru": "IP-камера", - "pt": "Câmeras IP", - "nl": "IP-camera's", - "fr": "Caméras IP", - "it": "Telecamere IP", - "es": "Cámaras IP", - "pl": "Kamery IP", - "zh-cn": "IP摄像机" + "en": "DENON AVR", + "de": "DENON AVR" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.cameras", - "installs": 1033, - "weekDownloads": 27, - "stars": 13, - "issues": 28, + "github": "https://github.com/foxriver76/ioBroker.denon", + "installs": 3055, + "weekDownloads": 303, + "stars": 18, + "issues": 22, + "score": 1 + }, + "benq": { + "title": { + "de": "benq", + "en": "benq", + "ru": "benq", + "zh-cn": "benq" + }, + "content": "adapterref/iobroker.benq/README.md", + "icon": "adapterref/iobroker.benq/benq.png", + "keywords": "benq projector", + "authors": "instalator", + "license": "MIT", + "published": "2017-07-20T16:42:10.650Z", + "version": "0.2.5", + "latestVersion": "0.2.5", + "materialize": true, + "compact": true, + "description": { + "en": "BenQ projector Adapter", + "de": "BenQ Projektor Adapter", + "ru": "BenQ адаптер для проектора", + "pt": "Adaptador de projetor BenQ", + "nl": "BenQ projector Adapter", + "fr": "Adaptateur de projecteur BenQ", + "it": "Adattatore per proiettore BenQ", + "es": "Adaptador de proyector BenQ", + "pl": "Adapter projektora BenQ", + "zh-cn": "明基投影机适配器" + }, + "titleFull": { + "en": "BenQ projector", + "de": "BenQ Projektor ", + "ru": "BenQ для проектора", + "pt": "projetor BenQ", + "nl": "BenQ projector", + "fr": "projecteur BenQ", + "it": "proiettore BenQ", + "es": "proyector BenQ", + "pl": "projektora BenQ", + "zh-cn": "明基投影机适配器" + }, + "branch": "master", + "github": "https://github.com/instalator/iobroker.benq", + "installs": 67, + "weekDownloads": 19, + "stars": -1, + "issues": 0, + "score": 1 + }, + "foobar2000": { + "title": { + "de": "foobar2000", + "en": "foobar2000", + "ru": "foobar2000", + "zh-cn": "foobar2000" + }, + "content": "adapterref/iobroker.foobar2000/README.md", + "icon": "adapterref/iobroker.foobar2000/foobar2000.png", + "keywords": "foobar2000, player", + "authors": "instalator", + "license": "MIT", + "published": "2016-10-20T10:58:40.127Z", + "version": "2.0.4", + "latestVersion": "2.0.4", + "materialize": true, + "compact": true, + "description": { + "en": "Control your foobar2000 player", + "de": "Steuern Sie Ihren foobar2000-Player", + "ru": "Управляйте своим игроком foobar2000", + "pt": "Controle o seu foobar2000 player", + "nl": "Bedien uw foobar2000-speler", + "fr": "Contrôlez votre lecteur foobar2000", + "it": "Controlla il tuo giocatore foobar2000", + "es": "Controla tu reproductor foobar2000", + "pl": "Kontroluj swój odtwarzacz foobar2000", + "zh-cn": "控制您的foobar2000播放器" + }, + "titleFull": "Control foobar2000 player", + "branch": "master", + "github": "https://github.com/instalator/iobroker.foobar2000", + "installs": 42, + "weekDownloads": 21, + "stars": -1, + "issues": 0, "score": 1 }, "emby": { @@ -19743,59 +19837,59 @@ }, "branch": "master", "github": "https://github.com/thewhobox/ioBroker.emby", - "installs": 330, - "weekDownloads": 7, + "installs": 332, + "weekDownloads": 14, "stars": 6, "issues": 6, "score": 1 }, - "enigma2": { + "firetv": { "title": { - "de": "enigma2", - "en": "enigma2", - "ru": "enigma2", - "zh-cn": "enigma2" + "de": "firetv", + "en": "firetv", + "ru": "firetv", + "zh-cn": "firetv" }, - "content": "adapterref/iobroker.enigma2/README.md", - "icon": "adapterref/iobroker.enigma2/enigma2.png", - "authors": "Matten-Matten ", + "content": "adapterref/iobroker.firetv/README.md", + "icon": "adapterref/iobroker.firetv/firetv.png", + "keywords": "firetv, fire tv, fire-tv, amazon fire tv", + "authors": "soef ", "license": "MIT", - "published": "2019-11-29T08:59:31.737Z", - "version": "-.-.-", - "latestVersion": "2.0.5", - "compact": true, + "published": "2017-01-02T10:18:49.955Z", + "version": "1.0.0", + "latestVersion": "2.0.2", "description": { - "en": "enigma2 adapter for VU+, Dreambox, EDISON...", - "de": "enigma2 Adapter für VU+, Dreambox, EDISON...", - "ru": "enigma2 адаптер для VU+, Dreambox, EDISON...", - "pt": "adaptador enigma2 para VU +, Dreambox, EDISON...", - "nl": "enigma2 adapter voor VU+, Dreambox, EDISON...", - "fr": "adaptateur enigma2 pour VU+, Dreambox, EDISON...", - "it": "adattatore enigma2 per VU+, Dreambox, EDISON...", - "es": "adaptador enigma2 para VU+, Dreambox, EDISON...", - "pl": "enigma2 adapter dla VU+, Dreambox, EDISON...", - "uk": "адаптер enigma2 для VU+, Dreambox, EDISON...", - "zh-cn": "万国邮联+,Dream箱,EDISON..." + "en": "control Amazon Fire TV", + "de": "steuert Amazon Fire TV", + "ru": "Amazon Fire TV", + "pt": "controlar Amazon Fire TV", + "nl": "Amazon Fire TV bedienen", + "fr": "contrôler Amazon Fire TV", + "it": "controlla Amazon Fire TV", + "es": "controlar Amazon Fire TV", + "pl": "sterować Amazon Fire TV", + "uk": "керуйте Amazon Fire TV", + "zh-cn": "控制亚马逊消防电视" }, "titleFull": { - "en": "enigma2", - "de": "enigma2", - "ru": "оригма2", - "pt": "enigma2", - "nl": "enigma2", - "fr": "enigma2", - "it": "enigma2", - "es": "enigma2", - "pl": "enigma2", - "uk": "ангел2", - "zh-cn": "enigma2" + "en": "Fire TV", + "de": "Fire TV", + "ru": "Пожарное ТВ", + "pt": "Fire TV", + "nl": "Fire TV", + "fr": "Fire TV", + "it": "Fire TV", + "es": "Fire TV", + "pl": "Fire TV", + "uk": "Пожежне телебачення", + "zh-cn": "消防电视" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.enigma2", - "installs": 1064, - "weekDownloads": 209, - "stars": 14, - "issues": 3, + "github": "https://github.com/iobroker-community-adapters/iobroker.firetv", + "installs": 2996, + "weekDownloads": 115, + "stars": 8, + "issues": 17, "score": 1 }, "frontier_silicon": { @@ -19844,249 +19938,40 @@ "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.frontier_silicon", "installs": 726, - "weekDownloads": 32, + "weekDownloads": 31, "stars": 5, "issues": 41, "score": 1 }, - "denon": { + "kodi": { "title": { - "de": "denon", - "en": "denon", - "ru": "denon", - "zh-cn": "denon" + "de": "kodi", + "en": "kodi", + "ru": "kodi", + "zh-cn": "kodi" }, - "content": "adapterref/iobroker.denon/README.md", - "icon": "adapterref/iobroker.denon/denon.png", - "keywords": "denon, marantz, avr, harmony, audio", - "authors": "Moritz Heusinger ", + "content": "adapterref/iobroker.kodi/README.md", + "icon": "adapterref/iobroker.kodi/kodi.png", + "keywords": "kodi, player, xbmc, vis", + "authors": "instalator", "license": "MIT", - "published": "2018-06-04T22:51:21.999Z", - "version": "1.15.4", - "latestVersion": "1.15.4", + "published": "2016-05-22T15:47:37.487Z", + "version": "3.0.0", + "latestVersion": "3.0.0", "materialize": true, "compact": true, "description": { - "en": "Control your DENON or Marantz AV Receiver", - "de": "Steuern Sie Ihren DENON oder Marantz AV-Receiver", - "ru": "Управляйте своим DENON или приемником Marantz AV", - "pt": "Controle o seu receptor AV DENON ou Marantz", - "nl": "Bedien uw DENON of Marantz AV-ontvanger", - "fr": "Contrôlez votre récepteur AV DENON ou Marantz", - "it": "Controlla il tuo ricevitore audio DENON o Marantz", - "es": "Controle su receptor AV DENON o Marantz", - "pl": "Kontroluj swój odbiornik DENON lub Marantz AV", - "zh-cn": "控制你的天龙马兰士或AV接收器" - }, - "titleFull": { - "en": "DENON AVR", - "de": "DENON AVR" - }, - "branch": "master", - "github": "https://github.com/foxriver76/ioBroker.denon", - "installs": 3059, - "weekDownloads": 378, - "stars": 18, - "issues": 22, - "score": 1 - }, - "harmony": { - "title": { - "de": "harmony", - "en": "harmony", - "ru": "harmony", - "zh-cn": "harmony" - }, - "content": "adapterref/iobroker.harmony/README.md", - "icon": "adapterref/iobroker.harmony/harmony.png", - "keywords": "ioBroker, harmony, hub, logitech, home automation", - "authors": "Pmant ", - "license": "MIT", - "published": "2015-08-18T08:32:32.461Z", - "version": "1.2.2", - "latestVersion": "1.2.2", - "materialize": true, - "compact": true, - "description": { - "en": "Control your harmony activities from ioBroker", - "de": "Geräte und Activities mit dem Logitech Harmony-Hub steuern", - "ru": "Control your harmony activities from ioBroker" - }, - "titleFull": "Logitech Harmony", - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.harmony", - "installs": 4988, - "weekDownloads": 134, - "stars": 13, - "issues": 22, - "score": 1 - }, - "foobar2000": { - "title": { - "de": "foobar2000", - "en": "foobar2000", - "ru": "foobar2000", - "zh-cn": "foobar2000" - }, - "content": "adapterref/iobroker.foobar2000/README.md", - "icon": "adapterref/iobroker.foobar2000/foobar2000.png", - "keywords": "foobar2000, player", - "authors": "instalator", - "license": "MIT", - "published": "2016-10-20T10:58:40.127Z", - "version": "2.0.4", - "latestVersion": "2.0.4", - "materialize": true, - "compact": true, - "description": { - "en": "Control your foobar2000 player", - "de": "Steuern Sie Ihren foobar2000-Player", - "ru": "Управляйте своим игроком foobar2000", - "pt": "Controle o seu foobar2000 player", - "nl": "Bedien uw foobar2000-speler", - "fr": "Contrôlez votre lecteur foobar2000", - "it": "Controlla il tuo giocatore foobar2000", - "es": "Controla tu reproductor foobar2000", - "pl": "Kontroluj swój odtwarzacz foobar2000", - "zh-cn": "控制您的foobar2000播放器" - }, - "titleFull": "Control foobar2000 player", - "branch": "master", - "github": "https://github.com/instalator/iobroker.foobar2000", - "installs": 43, - "weekDownloads": 2, - "stars": -1, - "issues": 0, - "score": 1 - }, - "firetv": { - "title": { - "de": "firetv", - "en": "firetv", - "ru": "firetv", - "zh-cn": "firetv" - }, - "content": "adapterref/iobroker.firetv/README.md", - "icon": "adapterref/iobroker.firetv/firetv.png", - "keywords": "firetv, fire tv, fire-tv, amazon fire tv", - "authors": "soef ", - "license": "MIT", - "published": "2017-01-02T10:18:49.955Z", - "version": "1.0.0", - "latestVersion": "2.0.2", - "description": { - "en": "control Amazon Fire TV", - "de": "steuert Amazon Fire TV", - "ru": "Amazon Fire TV", - "pt": "controlar Amazon Fire TV", - "nl": "Amazon Fire TV bedienen", - "fr": "contrôler Amazon Fire TV", - "it": "controlla Amazon Fire TV", - "es": "controlar Amazon Fire TV", - "pl": "sterować Amazon Fire TV", - "uk": "керуйте Amazon Fire TV", - "zh-cn": "控制亚马逊消防电视" - }, - "titleFull": { - "en": "Fire TV", - "de": "Fire TV", - "ru": "Пожарное ТВ", - "pt": "Fire TV", - "nl": "Fire TV", - "fr": "Fire TV", - "it": "Fire TV", - "es": "Fire TV", - "pl": "Fire TV", - "uk": "Пожежне телебачення", - "zh-cn": "消防电视" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/iobroker.firetv", - "installs": 3008, - "weekDownloads": 138, - "stars": 8, - "issues": 17, - "score": 1 - }, - "heos": { - "title": { - "de": "heos", - "en": "heos", - "ru": "heos", - "zh-cn": "heos" - }, - "content": "adapterref/iobroker.heos/README.md", - "icon": "adapterref/iobroker.heos/heos.png", - "keywords": "HEOS", - "authors": "withstu ", - "license": "MIT", - "published": "2020-09-21T22:08:24.146Z", - "version": "2.1.0", - "latestVersion": "2.1.0", - "compact": true, - "description": { - "en": "The adapter lets control HEOS from ioBroker", - "de": "Mit dem Adapter können Sie HEOS von ioBroker aus steuern", - "ru": "Адаптер позволяет управлять HEOS от ioBroker", - "pt": "O adaptador permite controlar o HEOS do ioBroker", - "nl": "Met de adapter kan HEOS worden bediend vanaf ioBroker", - "fr": "L'adaptateur permet de contrôler HEOS depuis ioBroker", - "it": "L'adattatore consente di controllare HEOS da ioBroker", - "es": "El adaptador permite controlar HEOS desde ioBroker", - "pl": "Adapter umożliwia sterowanie HEOS z ioBroker", - "zh-cn": "该适配器可以从ioBroker控制HEOS", - "uk": "Адаптер дозволяє керувати HEOS з ioBroker" - }, - "titleFull": { - "en": "HEOS", - "de": "HEOS", - "ru": "HEOS", - "pt": "HEOS", - "nl": "HEOS", - "fr": "HEOS", - "it": "HEOS", - "es": "HEOS", - "pl": "HEOS", - "zh-cn": "HEOS", - "uk": "HEOS" - }, - "branch": "main", - "github": "https://github.com/withstu/ioBroker.heos", - "installs": 1022, - "weekDownloads": 126, - "stars": 3, - "issues": 6, - "score": 1 - }, - "kodi": { - "title": { - "de": "kodi", - "en": "kodi", - "ru": "kodi", - "zh-cn": "kodi" - }, - "content": "adapterref/iobroker.kodi/README.md", - "icon": "adapterref/iobroker.kodi/kodi.png", - "keywords": "kodi, player, xbmc, vis", - "authors": "instalator", - "license": "MIT", - "published": "2016-05-22T15:47:37.487Z", - "version": "3.0.0", - "latestVersion": "3.0.0", - "materialize": true, - "compact": true, - "description": { - "en": "Kodi Control Adapter", - "de": "Kodi Control Adapter", - "ru": "Адаптер для управления Kodi", - "pt": "Adaptador de controle Kodi", - "nl": "Kodi-besturingsadapter", - "fr": "Adaptateur de commande Kodi", - "it": "Adattatore di controllo Kodi", - "es": "Kodi juhtiadapter", - "pl": "Adapter sterowania Kodi", - "zh-cn": "Kodi控制適配器", - "uk": "Адаптер керування Kodi" + "en": "Kodi Control Adapter", + "de": "Kodi Control Adapter", + "ru": "Адаптер для управления Kodi", + "pt": "Adaptador de controle Kodi", + "nl": "Kodi-besturingsadapter", + "fr": "Adaptateur de commande Kodi", + "it": "Adattatore di controllo Kodi", + "es": "Kodi juhtiadapter", + "pl": "Adapter sterowania Kodi", + "zh-cn": "Kodi控制適配器", + "uk": "Адаптер керування Kodi" }, "titleFull": { "en": "Kodi media player control", @@ -20104,7 +19989,7 @@ "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.kodi", "installs": 1439, - "weekDownloads": 300, + "weekDownloads": 196, "stars": -1, "issues": 0, "score": 1 @@ -20134,12 +20019,61 @@ "titleFull": "LG 2011 SmartTV", "branch": "master", "github": "https://github.com/SMundt/iobroker.lgtv2011", - "installs": 487, - "weekDownloads": 13, + "installs": 491, + "weekDownloads": 18, "stars": 4, "issues": 3, "score": 1 }, + "cameras": { + "title": { + "de": "cameras", + "en": "cameras", + "ru": "cameras", + "zh-cn": "cameras" + }, + "content": "adapterref/iobroker.cameras/README.md", + "icon": "adapterref/iobroker.cameras/cameras.png", + "keywords": "ip-cam, web-cam, video", + "authors": "bluefox ", + "license": "MIT", + "published": "2020-05-18T15:59:13.650Z", + "version": "-.-.-", + "latestVersion": "1.3.0", + "materialize": true, + "compact": true, + "description": { + "en": "Connect IP-cameras to iobroker", + "de": "Schließen Sie IP-Kameras an iobroker an", + "ru": "Подключите IP-камеры к iobroker", + "pt": "Conecte câmeras IP ao iobroker", + "nl": "Verbind IP-camera's met iobroker", + "fr": "Connectez des caméras IP à iobroker", + "it": "Collegare le telecamere IP a iobroker", + "es": "Conecte cámaras IP a iobroker", + "pl": "Podłącz kamery IP do iobroker", + "zh-cn": "将IP摄像机连接到iobroker" + }, + "titleFull": { + "en": "IP-Cameras", + "de": "IP-Kameras", + "ru": "IP-камера", + "pt": "Câmeras IP", + "nl": "IP-camera's", + "fr": "Caméras IP", + "it": "Telecamere IP", + "es": "Cámaras IP", + "pl": "Kamery IP", + "zh-cn": "IP摄像机" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.cameras", + "installs": 1031, + "weekDownloads": 104, + "stars": 13, + "issues": 14, + "score": 1 + }, "lgtv-rs": { "title": { "de": "lgtv-rs", @@ -20180,10 +20114,10 @@ }, "branch": "master", "github": "https://github.com/instalator/ioBroker.lgtv-rs", - "installs": 90, - "weekDownloads": 14, + "installs": 88, + "weekDownloads": 16, "stars": -1, - "issues": 3, + "issues": 4, "score": 1 }, "mpd": { @@ -20211,111 +20145,59 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.mpd", - "installs": 521, - "weekDownloads": 22, + "installs": 522, + "weekDownloads": 41, "stars": -1, "issues": 0, "score": 1 }, - "mediola-gateway": { + "enigma2": { "title": { - "de": "mediola-gateway", - "en": "mediola-gateway", - "ru": "mediola-gateway", - "zh-cn": "mediola-gateway" - }, - "content": "adapterref/iobroker.mediola-gateway/README.md", - "icon": "adapterref/iobroker.mediola-gateway/mediola-gateway.png", - "keywords": "media, gateway, mediola", - "authors": "oelison ", - "license": "MIT", - "published": "2023-05-03T19:40:13.542Z", - "version": "1.0.1", - "latestVersion": "1.0.1", - "compact": true, - "description": { - "en": "Konfiguration und Verwendung des Mediola-Gateways", - "de": "Konfiguration und Verwendung des Mediola-Gateways", - "ru": "Конфигурация и проверка шлюзов Mediola", - "pt": "Konfiguration und Verwendung des Mediola-Gateways", - "nl": "Configuratie en gebruik van Mediola-Gateways", - "fr": "Configuration et Verwendung des Mediola-Gateways", - "it": "Configurazione e verifica dei gateway Mediola", - "es": "Konfiguration und Verwendung des Mediola-Gateways", - "pl": "Konfiguration und Verwendung des Mediola-Gateways", - "zh-cn": "Mediola-Gateways 的配置和配置", - "uk": "Configuration und Verwendung des Mediola-Gateways" - }, - "titleFull": { - "en": "mediola GW", - "de": "mediola GW", - "ru": "Медиола GW", - "pt": "mediola GW", - "nl": "mediola GW", - "fr": "médiole GW", - "it": "mediola GW", - "es": "mediola gw", - "pl": "mediala GW", - "zh-cn": "梅迪奥拉 GW", - "uk": "mediola GW" - }, - "branch": "main", - "github": "https://github.com/oelison/ioBroker.mediola-gateway", - "installs": 40, - "weekDownloads": 17, - "stars": 3, - "issues": 5, - "score": 1 - }, - "musiccast": { - "title": { - "de": "musiccast", - "en": "musiccast", - "ru": "musiccast", - "zh-cn": "musiccast" + "de": "enigma2", + "en": "enigma2", + "ru": "enigma2", + "zh-cn": "enigma2" }, - "content": "adapterref/iobroker.musiccast/README.md", - "icon": "adapterref/iobroker.musiccast/musiccast.png", - "keywords": "muscicast, yamaha, sound, audio", - "authors": "foxthefox ", + "content": "adapterref/iobroker.enigma2/README.md", + "icon": "adapterref/iobroker.enigma2/enigma2.png", + "authors": "Matten-Matten ", "license": "MIT", - "published": "2017-05-01T13:50:35.419Z", - "version": "1.1.0", - "latestVersion": "1.1.3", - "materialize": true, + "published": "2019-11-29T08:59:31.737Z", + "version": "-.-.-", + "latestVersion": "2.0.5", "compact": true, "description": { - "en": "Musiccast Adapter", - "de": "Musiccast Adapter", - "ru": "Адаптер Musiccast", - "pt": "Adaptador Musiccast", - "nl": "Musiccast-adapter", - "fr": "Adaptateur de Musiccast", - "it": "Adattatore Musiccast", - "es": "Adaptador de Musiccast", - "pl": "Adapter Musiccast", - "zh-cn": "雅马哈", - "uk": "Адаптер Musiccast" + "en": "enigma2 adapter for VU+, Dreambox, EDISON...", + "de": "enigma2 Adapter für VU+, Dreambox, EDISON...", + "ru": "enigma2 адаптер для VU+, Dreambox, EDISON...", + "pt": "adaptador enigma2 para VU +, Dreambox, EDISON...", + "nl": "enigma2 adapter voor VU+, Dreambox, EDISON...", + "fr": "adaptateur enigma2 pour VU+, Dreambox, EDISON...", + "it": "adattatore enigma2 per VU+, Dreambox, EDISON...", + "es": "adaptador enigma2 para VU+, Dreambox, EDISON...", + "pl": "enigma2 adapter dla VU+, Dreambox, EDISON...", + "uk": "адаптер enigma2 для VU+, Dreambox, EDISON...", + "zh-cn": "万国邮联+,Dream箱,EDISON..." }, "titleFull": { - "en": "Yamaha MusicCast", - "de": "Yamaha MusicCast", - "ru": "Yamaha MusicCast", - "pt": "Yamaha MusicCast", - "nl": "Yamaha MusicCast", - "fr": "Yamaha MusicCast", - "it": "Yamaha MusicCastr", - "es": "Yamaha MusicCast", - "pl": "Yamaha MusicCast", - "zh-cn": "Yamaha MusicCast", - "uk": "Yamaha MusicCast" + "en": "enigma2", + "de": "enigma2", + "ru": "оригма2", + "pt": "enigma2", + "nl": "enigma2", + "fr": "enigma2", + "it": "enigma2", + "es": "enigma2", + "pl": "enigma2", + "uk": "ангел2", + "zh-cn": "enigma2" }, "branch": "master", - "github": "https://github.com/foxthefox/ioBroker.musiccast", - "installs": 1247, - "weekDownloads": 193, - "stars": 10, - "issues": 9, + "github": "https://github.com/iobroker-community-adapters/ioBroker.enigma2", + "installs": 1060, + "weekDownloads": 53, + "stars": 14, + "issues": 3, "score": 1 }, "onkyo": { @@ -20361,61 +20243,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.onkyo", - "installs": 1467, - "weekDownloads": 31, + "installs": 1474, + "weekDownloads": 71, "stars": 4, - "issues": 9, - "score": 1 - }, - "plex": { - "title": { - "de": "plex", - "en": "plex", - "ru": "plex", - "zh-cn": "plex" - }, - "content": "adapterref/iobroker.plex/README.md", - "icon": "adapterref/iobroker.plex/plex.jpg", - "keywords": "tautulli, plex, media", - "authors": "Zefau , ticaki ", - "license": "MIT", - "published": "2019-04-26T09:01:53.652Z", - "version": "1.0.5", - "latestVersion": "1.1.2", - "materialize": true, - "compact": true, - "description": { - "de": "Integration des Plex Media Servers und Tautulli", - "en": "Integration of your Plex Media Server and your Tautulli", - "es": "La integración de su Plex Media Server y / o su Tautulli", - "fr": "L'intégration de votre Plex Media Server et / ou votre Tautulli", - "it": "L'integrazione di Plex Media Server e / o il vostro Tautulli", - "nl": "Integratie van uw Plex Media Server en / of uw Tautulli", - "pl": "Integracja Plex media serwer i / lub Tautulli", - "pt": "A integração de suas Plex Media Server e / ou o seu Tautulli", - "ru": "Интеграция Plex медиа-сервер и / или Tautulli", - "uk": "Інтеграція медіасервера Plex і Tautulli", - "zh-cn": "融入你的丛媒体服务器以及/或者你Tautulli" - }, - "titleFull": { - "de": "Plex Media Server", - "en": "Plex Media Server", - "es": "Plex Media Server", - "fr": "Plex Media Server", - "it": "Plex Media Server", - "nl": "Plex Media Server", - "pl": "Plex Media Server", - "pt": "Plex Media Server", - "ru": "Plex Media Server", - "uk": "Медіасервер Plex", - "zh-cn": "Plex Media Server" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.plex", - "installs": 1251, - "weekDownloads": 245, - "stars": 5, - "issues": 3, + "issues": 10, "score": 1 }, "panasonic-viera": { @@ -20461,165 +20292,190 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.panasonic-viera", - "installs": 905, - "weekDownloads": 22, + "installs": 902, + "weekDownloads": 27, "stars": 7, "issues": 22, "score": 1 }, - "philips-tv": { + "musiccast": { "title": { - "de": "philips-tv", - "en": "philips-tv", - "ru": "philips-tv", - "zh-cn": "philips-tv" + "de": "musiccast", + "en": "musiccast", + "ru": "musiccast", + "zh-cn": "musiccast" }, - "content": "adapterref/iobroker.philips-tv/README.md", - "icon": "adapterref/iobroker.philips-tv/philips-tv.png", - "keywords": "tv, philips, android", - "authors": "AlCalzone , Moritz Heusinger ", + "content": "adapterref/iobroker.musiccast/README.md", + "icon": "adapterref/iobroker.musiccast/musiccast.png", + "keywords": "muscicast, yamaha, sound, audio", + "authors": "foxthefox ", "license": "MIT", - "published": "2017-11-26T16:53:52.106Z", - "version": "0.5.3", - "latestVersion": "0.5.3", + "published": "2017-05-01T13:50:35.419Z", + "version": "1.1.0", + "latestVersion": "1.1.3", + "materialize": true, "compact": true, "description": { - "en": "Adapter to control Philips TVs", - "de": "Adapter zur Steuerung von Philips TVs", - "ru": "Адаптер для управления телевизорами Philips", - "pt": "Adaptador para controlar Philips TVs", - "nl": "Adapter om Philips TV te controleren", - "fr": "Adaptateur pour contrôler Philips TV", - "it": "Adattatore per il controllo TV Philips", - "es": "Adaptador para controlar Philips TVs", - "pl": "Oficjalna strona Philips TV", - "zh-cn": "控制菲利普电视的道歉" + "en": "Musiccast Adapter", + "de": "Musiccast Adapter", + "ru": "Адаптер Musiccast", + "pt": "Adaptador Musiccast", + "nl": "Musiccast-adapter", + "fr": "Adaptateur de Musiccast", + "it": "Adattatore Musiccast", + "es": "Adaptador de Musiccast", + "pl": "Adapter Musiccast", + "zh-cn": "雅马哈", + "uk": "Адаптер Musiccast" }, "titleFull": { - "en": "Philips TV", - "de": "Philips-Fernseher", - "ru": "Филипс ТВ", - "pt": "TV Philips", - "nl": "Philips-tv", - "fr": "Téléviseur Philips", - "it": "TV Philips", - "es": "Televisor philips", - "pl": "Telewizor Philips", - "zh-cn": "飞利浦电视" + "en": "Yamaha MusicCast", + "de": "Yamaha MusicCast", + "ru": "Yamaha MusicCast", + "pt": "Yamaha MusicCast", + "nl": "Yamaha MusicCast", + "fr": "Yamaha MusicCast", + "it": "Yamaha MusicCastr", + "es": "Yamaha MusicCast", + "pl": "Yamaha MusicCast", + "zh-cn": "Yamaha MusicCast", + "uk": "Yamaha MusicCast" }, "branch": "master", - "github": "https://github.com/AlCalzone/ioBroker.philips-tv", - "installs": 682, - "weekDownloads": 52, - "stars": 21, - "issues": 8, + "github": "https://github.com/foxthefox/ioBroker.musiccast", + "installs": 1247, + "weekDownloads": 82, + "stars": 10, + "issues": 10, "score": 1 }, - "lgtv": { + "mediola-gateway": { "title": { - "de": "lgtv", - "en": "lgtv", - "ru": "lgtv", - "zh-cn": "lgtv" + "de": "mediola-gateway", + "en": "mediola-gateway", + "ru": "mediola-gateway", + "zh-cn": "mediola-gateway" }, - "content": "adapterref/iobroker.lgtv/README.md", - "icon": "adapterref/iobroker.lgtv/lgtv.png", - "keywords": "lgtv, WebOS, Smart, TV, LG", - "authors": "SebastianSchultz ", + "content": "adapterref/iobroker.mediola-gateway/README.md", + "icon": "adapterref/iobroker.mediola-gateway/mediola-gateway.png", + "keywords": "media, gateway, mediola", + "authors": "oelison ", "license": "MIT", - "published": "2016-09-05T17:34:06.772Z", - "version": "1.1.12", - "latestVersion": "1.1.12", - "materialize": true, + "published": "2023-05-03T19:40:13.542Z", + "version": "1.0.1", + "latestVersion": "1.0.1", "compact": true, "description": { - "en": "Controls WebOS-based LG SmartTVs", - "de": "Steuert auf WebOS basierte LG SmartTVs", - "ru": "Controls WebOS-based LG SmartTVs" + "en": "Konfiguration und Verwendung des Mediola-Gateways", + "de": "Konfiguration und Verwendung des Mediola-Gateways", + "ru": "Конфигурация и проверка шлюзов Mediola", + "pt": "Konfiguration und Verwendung des Mediola-Gateways", + "nl": "Configuratie en gebruik van Mediola-Gateways", + "fr": "Configuration et Verwendung des Mediola-Gateways", + "it": "Configurazione e verifica dei gateway Mediola", + "es": "Konfiguration und Verwendung des Mediola-Gateways", + "pl": "Konfiguration und Verwendung des Mediola-Gateways", + "zh-cn": "Mediola-Gateways 的配置和配置", + "uk": "Configuration und Verwendung des Mediola-Gateways" }, - "titleFull": "LG WebOS SmartTV", - "branch": "master", - "github": "https://github.com/SebastianSchultz/iobroker.lgtv", - "installs": 3788, - "weekDownloads": 314, - "stars": 18, - "issues": 21, + "titleFull": { + "en": "mediola GW", + "de": "mediola GW", + "ru": "Медиола GW", + "pt": "mediola GW", + "nl": "mediola GW", + "fr": "médiole GW", + "it": "mediola GW", + "es": "mediola gw", + "pl": "mediala GW", + "zh-cn": "梅迪奥拉 GW", + "uk": "mediola GW" + }, + "branch": "main", + "github": "https://github.com/oelison/ioBroker.mediola-gateway", + "installs": 42, + "weekDownloads": 20, + "stars": 3, + "issues": 5, "score": 1 }, - "pjlink": { + "harmony": { "title": { - "de": "pjlink", - "en": "pjlink", - "ru": "pjlink", - "zh-cn": "pjlink" + "de": "harmony", + "en": "harmony", + "ru": "harmony", + "zh-cn": "harmony" }, - "content": "adapterref/iobroker.pjlink/README.md", - "icon": "adapterref/iobroker.pjlink/pjlink.png", - "keywords": "pjlink, projector", - "authors": "Bannsaenger ", + "content": "adapterref/iobroker.harmony/README.md", + "icon": "adapterref/iobroker.harmony/harmony.png", + "keywords": "ioBroker, harmony, hub, logitech, home automation", + "authors": "Pmant ", "license": "MIT", - "published": "2022-10-13T13:55:27.703Z", - "version": "-.-.-", - "latestVersion": "0.1.1", + "published": "2015-08-18T08:32:32.461Z", + "version": "1.2.2", + "latestVersion": "1.2.2", "materialize": true, "compact": true, "description": { - "en": "Control a projector via PJLink", - "de": "Steuern Sie einen Projektor über PJLink", - "ru": "Управление проектором через PJLink", - "pt": "Controle um projetor via PJLink", - "nl": "Bedien een projector via PJLink", - "fr": "Contrôler un projecteur via PJLink", - "it": "Controlla un proiettore tramite PJLink", - "es": "Controlar un proyector a través de PJLink", - "pl": "Steruj projektorem przez PJLink", - "zh-cn": "通过 PJLink 控制投影仪", - "uk": "Керуйте проектором через PJLink" - }, - "titleFull": { - "en": "PJLink projector controll", - "de": "PJLink Projektor Steuerung", - "ru": "PJLink проектор controll", - "pt": "Controle de projetor PJLink", - "nl": "PJLink projector controle", - "fr": "PJLink projecteur controll", - "it": "Discussione del proiettore PJLink", - "es": "PJLink projector controll", - "pl": "Projekt PJLink", - "zh-cn": "PJLink项目有限公司", - "uk": "Керування проектором PJLink" + "en": "Control your harmony activities from ioBroker", + "de": "Geräte und Activities mit dem Logitech Harmony-Hub steuern", + "ru": "Control your harmony activities from ioBroker" }, - "branch": "main", - "github": "https://github.com/Bannsaenger/ioBroker.pjlink", - "installs": 79, - "weekDownloads": 2, - "stars": 5, - "issues": 9, + "titleFull": "Logitech Harmony", + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.harmony", + "installs": 4964, + "weekDownloads": 107, + "stars": 13, + "issues": 22, "score": 1 }, - "plexconnect": { + "bosesoundtouch": { "title": { - "de": "plexconnect", - "en": "plexconnect", - "ru": "plexconnect", - "zh-cn": "plexconnect" + "de": "bosesoundtouch", + "en": "bosesoundtouch", + "ru": "bosesoundtouch", + "zh-cn": "bosesoundtouch" }, - "content": "adapterref/iobroker.plexconnect/README.md", - "icon": "adapterref/iobroker.plexconnect/plexconnect.png", - "keywords": "plex media server, plex, addon", - "authors": "Lars Weimar , mdsv", + "content": "adapterref/iobroker.bosesoundtouch/README.md", + "icon": "adapterref/iobroker.bosesoundtouch/bosesoundtouch.png", + "keywords": "bose, soundtouch", + "authors": "sven-s-ter ", "license": "MIT", - "published": "2017-10-09T13:54:21.007Z", - "version": "0.0.7", - "latestVersion": "0.0.7", - "description": "Plex connector", - "titleFull": "Plex Connect", + "published": "2017-12-22T15:15:44.610Z", + "version": "0.10.3", + "latestVersion": "0.10.3", + "compact": true, + "description": { + "en": "Controls Bose SoundTouch speakers over a socket connection and monitors the information sent from the speaker.", + "de": "Steuert Bose SoundTouch-Lautsprecher über eine Socket-Verbindung und überwacht die vom Lautsprecher gesendeten Informationen.", + "ru": "Управляет динамиками Bose SoundTouch через разъем и отслеживает информацию, отправляемую динамиком.", + "pt": "Controla os alto-falantes Bose SoundTouch por meio de uma conexão de soquete e monitora as informações enviadas do alto-falante.", + "nl": "Bestuurt Bose SoundTouch-luidsprekers via een stopcontact en controleert de informatie die door de luidspreker wordt verzonden.", + "fr": "Contrôle les haut-parleurs Bose SoundTouch via une connexion de prise et surveille les informations envoyées par le haut-parleur.", + "it": "Controlla gli altoparlanti Bose SoundTouch tramite una presa di connessione e monitora le informazioni inviate dall'altoparlante.", + "es": "Controla los altavoces Bose SoundTouch a través de una conexión de enchufe y supervisa la información enviada desde el altavoz.", + "pl": "Steruje głośnikami Bose SoundTouch przez połączenie gniazdowe i monitoruje informacje wysyłane z głośnika.", + "zh-cn": "通过插座连接控制 Bose SoundTouch 扬声器并监控扬声器发送的信息。" + }, + "titleFull": { + "en": "Bose SoundTouch", + "de": "Bose SoundTouch", + "ru": "Bose SoundTouch", + "pt": "Bose SoundTouch", + "nl": "Bose SoundTouch", + "fr": "Bose SoundTouch", + "it": "Bose SoundTouch", + "es": "Bose SoundTouch", + "pl": "Bose SoundTouch", + "zh-cn": "Bose SoundTouch" + }, "branch": "master", - "github": "https://github.com/eisbaeeer/iobroker.plexconnect", - "installs": 324, - "weekDownloads": 16, + "github": "https://github.com/iobroker-community-adapters/ioBroker.bosesoundtouch", + "installs": 1219, + "weekDownloads": 59, "stars": 4, - "issues": 8, + "issues": 7, "score": 1 }, "oppoplayer": { @@ -20649,284 +20505,439 @@ }, "branch": "master", "github": "https://github.com/volkerrichert/ioBroker.oppoplayer", - "installs": 34, - "weekDownloads": 4, + "installs": 36, + "weekDownloads": 6, "stars": 1, "issues": 7, "score": 1 }, - "sayit": { + "lgtv": { "title": { - "de": "sayit", - "en": "sayit", - "ru": "sayit", - "zh-cn": "sayit" + "de": "lgtv", + "en": "lgtv", + "ru": "lgtv", + "zh-cn": "lgtv" }, - "content": "adapterref/iobroker.sayit/README.md", - "icon": "adapterref/iobroker.sayit/sayit.png", - "keywords": "TTS, voice, speech", - "authors": "bluefox ", + "content": "adapterref/iobroker.lgtv/README.md", + "icon": "adapterref/iobroker.lgtv/lgtv.png", + "keywords": "lgtv, WebOS, Smart, TV, LG", + "authors": "SebastianSchultz , iobroker-community-adapters ", "license": "MIT", - "published": "2015-02-14T20:00:09.375Z", - "version": "3.0.5", - "latestVersion": "3.0.5", + "published": "2016-09-05T17:34:06.772Z", + "version": "1.1.12", + "latestVersion": "2.1.1", "materialize": true, "compact": true, "description": { - "en": "Text to speech in a cloud or local. Runs on windows, linux and OSX. It can play mp3/wav too.", - "de": "Text to speech in Cloud oder lokal für windows, linux und OSX. Mp3 und Wav können auch abgespielt werden.", - "ru": "Синтезатор речи локально или в облаке работает под windows, linux и OSX. Mp3 и Wav можно тоже проигрывать.", - "pt": "Texto para fala em uma nuvem ou local. Funciona no windows, linux e OSX. Pode reproduzir mp3 / wav também.", - "nl": "Tekst naar spraak in een cloud of lokaal. Werkt op Windows, Linux en OSX. Het kan ook mp3 / wav spelen.", - "fr": "Text to speech dans un nuage ou local. Fonctionne sur Windows, Linux et OSX. Il peut aussi jouer au format mp3 / wav.", - "it": "Sintesi vocale in un cloud o locale. Funziona su Windows, Linux e OSX. Può riprodurre anche mp3 / wav.", - "es": "Texto a voz en una nube o local. Se ejecuta en Windows, Linux y OSX. Puede reproducir mp3 / wav también.", - "pl": "Tekst na mowę w chmurze lub lokalnie. Działa w systemie Windows, Linux i OSX. Może również odtwarzać mp3 / wav.", - "zh-cn": "文字到语音在云端或局部的。 运行在windows、linux和OS x. 它可以发挥的mp3/声。" - }, - "titleFull": { - "en": "Text to speech", - "de": "Text zu Sprache", - "ru": "Текст в речь (Text to speech)", - "pt": "Texto para fala (Text to speech)", - "nl": "Tekst naar spraak (Text to speech)", - "fr": "Texte pour parler (Text to speech)", - "it": "Sintesi vocale (Text to speech)", - "es": "Texto a voz (Text to speech)", - "pl": "Tekst na mowę (Text to speech)", - "zh-cn": "文字到语音" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.sayit", - "installs": 4704, - "weekDownloads": 146, - "stars": 30, - "issues": 23, + "en": "Controls WebOS-based LG SmartTVs", + "de": "Steuert auf WebOS basierte LG SmartTVs", + "ru": "Управление WebOS на базе LG SmartTVs", + "pt": "Controles baseados em WebOS LG SmartTVs", + "nl": "Controle WebOS-gebaseerde LG SmartTV", + "fr": "Contrôles WebOS-based LG SmartTVs", + "it": "Controlli WebOS basati LG SmartTVs", + "es": "Controles LG SmartTVs basados en WebOS", + "pl": "Strona internetowa LG SmartTV", + "uk": "Контролери LG SmartTV", + "zh-cn": "A. 控制网络" + }, + "titleFull": { + "en": "LG WebOS SmartTV", + "de": "LG WebOS SmartTV", + "ru": "ЛГБ WebOS SmartTV", + "pt": "LG WebOS SmartTV", + "nl": "LG WebO SmartTV", + "fr": "LG WebOS SmartTV", + "it": "LG WebOS SmartTV", + "es": "LG WebOS SmartTV", + "pl": "Strona internetowa SmartTV", + "uk": "LG WebOS СмартTV", + "zh-cn": "LG网站" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/iobroker.lgtv", + "installs": 3783, + "weekDownloads": 834, + "stars": 18, + "issues": 21, "score": 1 }, - "samsung": { + "plex": { "title": { - "de": "samsung", - "en": "samsung", - "ru": "samsung", - "zh-cn": "samsung" + "de": "plex", + "en": "plex", + "ru": "plex", + "zh-cn": "plex" }, - "content": "adapterref/iobroker.samsung/README.md", - "icon": "adapterref/iobroker.samsung/samsung.png", - "keywords": "ioBroker, samsung, samsung remote, samsunf tv, Smart Home, home automation", - "authors": "soef ", + "content": "adapterref/iobroker.plex/README.md", + "icon": "adapterref/iobroker.plex/plex.jpg", + "keywords": "tautulli, plex, media", + "authors": "Zefau , ticaki ", "license": "MIT", - "published": "2016-01-16T17:36:01.791Z", - "version": "0.5.11", - "latestVersion": "0.5.11", - "description": { - "en": "Control Samsung TV devices", - "de": "Steuert Samsung TV Geräte", - "ru": "Control Samsung TV devices" + "published": "2019-04-26T09:01:53.652Z", + "version": "1.0.5", + "latestVersion": "1.1.3", + "materialize": true, + "compact": true, + "description": { + "de": "Integration des Plex Media Servers und Tautulli", + "en": "Integration of your Plex Media Server and your Tautulli", + "es": "La integración de su Plex Media Server y / o su Tautulli", + "fr": "L'intégration de votre Plex Media Server et / ou votre Tautulli", + "it": "L'integrazione di Plex Media Server e / o il vostro Tautulli", + "nl": "Integratie van uw Plex Media Server en / of uw Tautulli", + "pl": "Integracja Plex media serwer i / lub Tautulli", + "pt": "A integração de suas Plex Media Server e / ou o seu Tautulli", + "ru": "Интеграция Plex медиа-сервер и / или Tautulli", + "uk": "Інтеграція медіасервера Plex і Tautulli", + "zh-cn": "融入你的丛媒体服务器以及/或者你Tautulli" }, "titleFull": { - "en": "Samsung TV", - "de": "Samsung-Fernseher", - "ru": "Телевизор Samsung", - "pt": "Samsung TV", - "nl": "Samsung-tv", - "fr": "Téléviseur Samsung", - "it": "TV Samsung", - "es": "Samsung TV", - "pl": "Telewizor Samsung", - "zh-cn": "三星电视" + "de": "Plex Media Server", + "en": "Plex Media Server", + "es": "Plex Media Server", + "fr": "Plex Media Server", + "it": "Plex Media Server", + "nl": "Plex Media Server", + "pl": "Plex Media Server", + "pt": "Plex Media Server", + "ru": "Plex Media Server", + "uk": "Медіасервер Plex", + "zh-cn": "Plex Media Server" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/iobroker.samsung", - "installs": 4920, - "weekDownloads": 120, - "stars": 7, - "issues": 18, + "github": "https://github.com/iobroker-community-adapters/ioBroker.plex", + "installs": 1238, + "weekDownloads": 334, + "stars": 6, + "issues": 1, "score": 1 }, - "squeezeboxrpc": { + "plexconnect": { "title": { - "de": "squeezeboxrpc", - "en": "squeezeboxrpc", - "ru": "squeezeboxrpc", - "zh-cn": "squeezeboxrpc" + "de": "plexconnect", + "en": "plexconnect", + "ru": "plexconnect", + "zh-cn": "plexconnect" }, - "content": "adapterref/iobroker.squeezeboxrpc/README.md", - "icon": "adapterref/iobroker.squeezeboxrpc/squeezeboxrpc.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "oweitman ", + "content": "adapterref/iobroker.plexconnect/README.md", + "icon": "adapterref/iobroker.plexconnect/plexconnect.png", + "keywords": "plex media server, plex, addon", + "authors": "Lars Weimar , mdsv", "license": "MIT", - "published": "2019-04-18T23:40:03.905Z", - "version": "1.3.9", - "latestVersion": "1.3.10", - "materialize": true, - "compact": true, - "description": { - "en": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "de": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "ru": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "pt": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "nl": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "fr": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "it": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "es": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "pl": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", - "zh-cn": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol" - }, - "titleFull": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "published": "2017-10-09T13:54:21.007Z", + "version": "0.0.7", + "latestVersion": "0.0.7", + "description": "Plex connector", + "titleFull": "Plex Connect", "branch": "master", - "github": "https://github.com/oweitman/ioBroker.squeezeboxrpc", - "installs": 670, - "weekDownloads": 18, - "stars": 16, - "issues": 20, + "github": "https://github.com/eisbaeeer/iobroker.plexconnect", + "installs": 322, + "weekDownloads": 16, + "stars": 4, + "issues": 8, "score": 1 }, - "sonos": { + "heos": { "title": { - "de": "sonos", - "en": "sonos", - "ru": "sonos", - "zh-cn": "sonos" + "de": "heos", + "en": "heos", + "ru": "heos", + "zh-cn": "heos" }, - "content": "adapterref/iobroker.sonos/README.md", - "icon": "adapterref/iobroker.sonos/sonos.png", - "keywords": "sonos, player, music", - "authors": "bluefox ", + "content": "adapterref/iobroker.heos/README.md", + "icon": "adapterref/iobroker.heos/heos.png", + "keywords": "HEOS", + "authors": "withstu ", "license": "MIT", - "published": "2015-01-02T21:25:03.373Z", - "version": "2.3.1", - "latestVersion": "2.3.3", - "materialize": true, + "published": "2020-09-21T22:08:24.146Z", + "version": "2.1.0", + "latestVersion": "2.1.0", "compact": true, "description": { - "en": "This adapter allows to monitor and control SONOS players from ioBroker", - "de": "Mit diesem Adapter können Sie SONOS-Player von ioBroker aus überwachen und steuern", - "ru": "Этот адаптер позволяет контролировать и управлять SONOS-плеерами из ioBroker", - "pt": "Este adaptador permite monitorar e controlar os players do SONOS a partir do ioBroker", - "nl": "Met deze adapter kunnen SONOS-spelers van ioBroker worden bewaakt en bestuurd", - "fr": "Cet adaptateur permet de surveiller et de contrôler les lecteurs SONOS de ioBroker", - "it": "Questo adattatore consente di monitorare e controllare i lettori SONOS da ioBroker", - "es": "Este adaptador permite monitorear y controlar los reproductores SONOS desde ioBroker", - "pl": "Ten adapter pozwala monitorować i kontrolować odtwarzacze SONOS z ioBroker", - "zh-cn": "此适配器允许从ioBroker监视和控制SONOS播放器" + "en": "The adapter lets control HEOS from ioBroker", + "de": "Mit dem Adapter können Sie HEOS von ioBroker aus steuern", + "ru": "Адаптер позволяет управлять HEOS от ioBroker", + "pt": "O adaptador permite controlar o HEOS do ioBroker", + "nl": "Met de adapter kan HEOS worden bediend vanaf ioBroker", + "fr": "L'adaptateur permet de contrôler HEOS depuis ioBroker", + "it": "L'adattatore consente di controllare HEOS da ioBroker", + "es": "El adaptador permite controlar HEOS desde ioBroker", + "pl": "Adapter umożliwia sterowanie HEOS z ioBroker", + "zh-cn": "该适配器可以从ioBroker控制HEOS", + "uk": "Адаптер дозволяє керувати HEOS з ioBroker" }, "titleFull": { - "en": "Sonos", - "de": "Sonos", - "ru": "Sonos", - "pt": "Sonos", - "nl": "Sonos", - "fr": "Sonos", - "it": "Sonos", - "es": "Sonos", - "pl": "Sonos", - "zh-cn": "Sonos" + "en": "HEOS", + "de": "HEOS", + "ru": "HEOS", + "pt": "HEOS", + "nl": "HEOS", + "fr": "HEOS", + "it": "HEOS", + "es": "HEOS", + "pl": "HEOS", + "zh-cn": "HEOS", + "uk": "HEOS" }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.sonos", - "installs": 7480, - "weekDownloads": 1029, - "stars": 36, - "issues": 34, + "branch": "main", + "github": "https://github.com/withstu/ioBroker.heos", + "installs": 1027, + "weekDownloads": 144, + "stars": 3, + "issues": 6, "score": 1 }, - "spotify-premium": { + "philips-tv": { "title": { - "de": "spotify-premium", - "en": "spotify-premium", - "ru": "spotify-premium", - "zh-cn": "spotify-premium" + "de": "philips-tv", + "en": "philips-tv", + "ru": "philips-tv", + "zh-cn": "philips-tv" }, - "content": "adapterref/iobroker.spotify-premium/README.md", - "icon": "adapterref/iobroker.spotify-premium/spotify-premium.png", - "keywords": "spotify, player, media", - "authors": "Lucky, Alexander Kose", + "content": "adapterref/iobroker.philips-tv/README.md", + "icon": "adapterref/iobroker.philips-tv/philips-tv.png", + "keywords": "tv, philips, android", + "authors": "AlCalzone , Moritz Heusinger ", "license": "MIT", - "published": "2018-02-16T08:58:22.449Z", - "version": "1.2.2", - "latestVersion": "1.2.2", - "materialize": true, + "published": "2017-11-26T16:53:52.106Z", + "version": "0.5.3", + "latestVersion": "0.5.3", "compact": true, "description": { - "en": "control spotify devices", - "de": "Spotify-Geräte steuern", - "ru": "контрольные устройства", - "pt": "controlar dispositivos spotify", - "nl": "Spotify-apparaten bedienen", - "fr": "contrôler les appareils Spotify", - "it": "controllare i dispositivi spotify", - "es": "controlar dispositivos spotify", - "pl": "kontroluj urządzenia spotify", - "zh-cn": "控制spotify设备" + "en": "Adapter to control Philips TVs", + "de": "Adapter zur Steuerung von Philips TVs", + "ru": "Адаптер для управления телевизорами Philips", + "pt": "Adaptador para controlar Philips TVs", + "nl": "Adapter om Philips TV te controleren", + "fr": "Adaptateur pour contrôler Philips TV", + "it": "Adattatore per il controllo TV Philips", + "es": "Adaptador para controlar Philips TVs", + "pl": "Oficjalna strona Philips TV", + "zh-cn": "控制菲利普电视的道歉" }, "titleFull": { - "en": "Spotify (Premium)", - "de": "Spotify (Premium)", - "ru": "Спотифай (Премиум)", - "pt": "Spotify (Premium)", - "nl": "Spotify (Premium)", - "fr": "Spotify (Premium)", - "it": "Spotify (Premium)", - "es": "Spotify (premium)", - "pl": "Spotify (Premium)", - "zh-cn": "Spotify(高级)" + "en": "Philips TV", + "de": "Philips-Fernseher", + "ru": "Филипс ТВ", + "pt": "TV Philips", + "nl": "Philips-tv", + "fr": "Téléviseur Philips", + "it": "TV Philips", + "es": "Televisor philips", + "pl": "Telewizor Philips", + "zh-cn": "飞利浦电视" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.spotify-premium", - "installs": 3612, - "weekDownloads": 108, - "stars": 22, - "issues": 9, + "github": "https://github.com/AlCalzone/ioBroker.philips-tv", + "installs": 679, + "weekDownloads": 47, + "stars": 21, + "issues": 8, "score": 1 }, - "sonus": { + "samsung": { "title": { - "de": "sonus", - "en": "sonus", - "ru": "sonus", - "zh-cn": "sonus" + "de": "samsung", + "en": "samsung", + "ru": "samsung", + "zh-cn": "samsung" }, - "content": "adapterref/iobroker.sonus/README.md", - "icon": "adapterref/iobroker.sonus/sonus.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "bluefox ", + "content": "adapterref/iobroker.samsung/README.md", + "icon": "adapterref/iobroker.samsung/samsung.png", + "keywords": "ioBroker, samsung, samsung remote, samsunf tv, Smart Home, home automation", + "authors": "soef ", "license": "MIT", - "published": "2019-05-12T17:53:01.335Z", + "published": "2016-01-16T17:36:01.791Z", + "version": "0.5.11", + "latestVersion": "0.5.11", + "description": { + "en": "Control Samsung TV devices", + "de": "Steuert Samsung TV Geräte", + "ru": "Control Samsung TV devices" + }, + "titleFull": { + "en": "Samsung TV", + "de": "Samsung-Fernseher", + "ru": "Телевизор Samsung", + "pt": "Samsung TV", + "nl": "Samsung-tv", + "fr": "Téléviseur Samsung", + "it": "TV Samsung", + "es": "Samsung TV", + "pl": "Telewizor Samsung", + "zh-cn": "三星电视" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/iobroker.samsung", + "installs": 4914, + "weekDownloads": 153, + "stars": 9, + "issues": 8, + "score": 1 + }, + "pjlink": { + "title": { + "de": "pjlink", + "en": "pjlink", + "ru": "pjlink", + "zh-cn": "pjlink" + }, + "content": "adapterref/iobroker.pjlink/README.md", + "icon": "adapterref/iobroker.pjlink/pjlink.png", + "keywords": "pjlink, projector", + "authors": "Bannsaenger ", + "license": "MIT", + "published": "2022-10-13T13:55:27.703Z", "version": "-.-.-", "latestVersion": "0.1.1", "materialize": true, "compact": true, "description": { - "en": "With this adapter you can control ioBroker with voice in many different languages", - "de": "Mit diesem Adapter können Sie den ioBroker mit Voice in vielen verschiedenen Sprachen steuern", - "ru": "С помощью этого адаптера вы можете управлять ioBroker с помощью голоса на разных языках.", - "pt": "Com este adaptador você pode controlar o ioBroker com voz em diversos idiomas", - "nl": "Met deze adapter kunt u ioBroker met spraak in veel verschillende talen bedienen", - "fr": "Avec cet adaptateur, vous pouvez contrôler ioBroker avec la voix dans de nombreuses langues.", - "it": "Con questo adattatore puoi controllare ioBroker con la voce in molte lingue diverse", - "es": "Con este adaptador puede controlar ioBroker con voz en muchos idiomas diferentes", - "pl": "Dzięki temu adapterowi możesz sterować ioBroker głosem w wielu różnych językach", - "zh-cn": "使用此适配器,您可以使用多种语言的语音控制ioBroker" + "en": "Control a projector via PJLink", + "de": "Steuern Sie einen Projektor über PJLink", + "ru": "Управление проектором через PJLink", + "pt": "Controle um projetor via PJLink", + "nl": "Bedien een projector via PJLink", + "fr": "Contrôler un projecteur via PJLink", + "it": "Controlla un proiettore tramite PJLink", + "es": "Controlar un proyector a través de PJLink", + "pl": "Steruj projektorem przez PJLink", + "zh-cn": "通过 PJLink 控制投影仪", + "uk": "Керуйте проектором через PJLink" }, "titleFull": { - "en": "Control your devices with voice", - "de": "Steuern Sie Ihre Geräte mit Sprache", - "ru": "Управляйте своими устройствами с помощью голоса", - "pt": "Controle seus dispositivos com voz", - "nl": "Bedien uw apparaten met spraak", - "fr": "Contrôlez vos appareils avec la voix", - "it": "Controlla i tuoi dispositivi con la voce", - "es": "Controla tus dispositivos con voz", - "pl": "Kontroluj swoje urządzenia za pomocą głosu", - "zh-cn": "用语音控制您的设备" + "en": "PJLink projector controll", + "de": "PJLink Projektor Steuerung", + "ru": "PJLink проектор controll", + "pt": "Controle de projetor PJLink", + "nl": "PJLink projector controle", + "fr": "PJLink projecteur controll", + "it": "Discussione del proiettore PJLink", + "es": "PJLink projector controll", + "pl": "Projekt PJLink", + "zh-cn": "PJLink项目有限公司", + "uk": "Керування проектором PJLink" + }, + "branch": "main", + "github": "https://github.com/Bannsaenger/ioBroker.pjlink", + "installs": 77, + "weekDownloads": 5, + "stars": 5, + "issues": 9, + "score": 1 + }, + "sayit": { + "title": { + "de": "sayit", + "en": "sayit", + "ru": "sayit", + "zh-cn": "sayit" + }, + "content": "adapterref/iobroker.sayit/README.md", + "icon": "adapterref/iobroker.sayit/sayit.png", + "keywords": "TTS, voice, speech", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-02-14T20:00:09.375Z", + "version": "3.0.5", + "latestVersion": "3.0.5", + "materialize": true, + "compact": true, + "description": { + "en": "Text to speech in a cloud or local. Runs on windows, linux and OSX. It can play mp3/wav too.", + "de": "Text to speech in Cloud oder lokal für windows, linux und OSX. Mp3 und Wav können auch abgespielt werden.", + "ru": "Синтезатор речи локально или в облаке работает под windows, linux и OSX. Mp3 и Wav можно тоже проигрывать.", + "pt": "Texto para fala em uma nuvem ou local. Funciona no windows, linux e OSX. Pode reproduzir mp3 / wav também.", + "nl": "Tekst naar spraak in een cloud of lokaal. Werkt op Windows, Linux en OSX. Het kan ook mp3 / wav spelen.", + "fr": "Text to speech dans un nuage ou local. Fonctionne sur Windows, Linux et OSX. Il peut aussi jouer au format mp3 / wav.", + "it": "Sintesi vocale in un cloud o locale. Funziona su Windows, Linux e OSX. Può riprodurre anche mp3 / wav.", + "es": "Texto a voz en una nube o local. Se ejecuta en Windows, Linux y OSX. Puede reproducir mp3 / wav también.", + "pl": "Tekst na mowę w chmurze lub lokalnie. Działa w systemie Windows, Linux i OSX. Może również odtwarzać mp3 / wav.", + "zh-cn": "文字到语音在云端或局部的。 运行在windows、linux和OS x. 它可以发挥的mp3/声。" + }, + "titleFull": { + "en": "Text to speech", + "de": "Text zu Sprache", + "ru": "Текст в речь (Text to speech)", + "pt": "Texto para fala (Text to speech)", + "nl": "Tekst naar spraak (Text to speech)", + "fr": "Texte pour parler (Text to speech)", + "it": "Sintesi vocale (Text to speech)", + "es": "Texto a voz (Text to speech)", + "pl": "Tekst na mowę (Text to speech)", + "zh-cn": "文字到语音" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.sonus", - "installs": 11, - "weekDownloads": 0, - "stars": 6, - "issues": 7, + "github": "https://github.com/ioBroker/ioBroker.sayit", + "installs": 4714, + "weekDownloads": 277, + "stars": 30, + "issues": 24, + "score": 1 + }, + "sonos": { + "title": { + "de": "sonos", + "en": "sonos", + "ru": "sonos", + "zh-cn": "sonos" + }, + "content": "adapterref/iobroker.sonos/README.md", + "icon": "adapterref/iobroker.sonos/sonos.png", + "keywords": "sonos, player, music", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-01-02T21:25:03.373Z", + "version": "2.3.1", + "latestVersion": "3.0.0", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter allows to monitor and control SONOS players from ioBroker", + "de": "Mit diesem Adapter können Sie SONOS-Player von ioBroker aus überwachen und steuern", + "ru": "Этот адаптер позволяет контролировать и управлять SONOS-плеерами из ioBroker", + "pt": "Este adaptador permite monitorar e controlar os players do SONOS a partir do ioBroker", + "nl": "Met deze adapter kunnen SONOS-spelers van ioBroker worden bewaakt en bestuurd", + "fr": "Cet adaptateur permet de surveiller et de contrôler les lecteurs SONOS de ioBroker", + "it": "Questo adattatore consente di monitorare e controllare i lettori SONOS da ioBroker", + "es": "Este adaptador permite monitorear y controlar los reproductores SONOS desde ioBroker", + "pl": "Ten adapter pozwala monitorować i kontrolować odtwarzacze SONOS z ioBroker", + "zh-cn": "此适配器允许从ioBroker监视和控制SONOS播放器" + }, + "titleFull": { + "en": "Sonos", + "de": "Sonos", + "ru": "Sonos", + "pt": "Sonos", + "nl": "Sonos", + "fr": "Sonos", + "it": "Sonos", + "es": "Sonos", + "pl": "Sonos", + "zh-cn": "Sonos" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.sonos", + "installs": 7461, + "weekDownloads": 488, + "stars": 36, + "issues": 34, + "score": 1 + }, + "fakeroku": { + "title": { + "de": "fakeroku", + "en": "fakeroku", + "ru": "fakeroku", + "zh-cn": "fakeroku" + }, + "content": "adapterref/iobroker.fakeroku/README.md", + "icon": "adapterref/iobroker.fakeroku/fakeroku.png", + "installs": 840, + "weekDownloads": 49, + "stars": 8, + "issues": 17, "score": 1 }, "sony-bravia": { @@ -20972,188 +20983,195 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.sony-bravia", - "installs": 1689, - "weekDownloads": 26, + "installs": 1692, + "weekDownloads": 74, "stars": 12, "issues": 12, "score": 1 }, - "trivum": { + "squeezeboxrpc": { "title": { - "de": "trivum", - "en": "trivum", - "ru": "trivum", - "zh-cn": "trivum" + "de": "squeezeboxrpc", + "en": "squeezeboxrpc", + "ru": "squeezeboxrpc", + "zh-cn": "squeezeboxrpc" }, - "content": "adapterref/iobroker.trivum/README.md", - "icon": "adapterref/iobroker.trivum/trivum.png", - "keywords": "Hardware, Multiroom", - "authors": "TheBam ", + "content": "adapterref/iobroker.squeezeboxrpc/README.md", + "icon": "adapterref/iobroker.squeezeboxrpc/squeezeboxrpc.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "oweitman ", "license": "MIT", - "published": "2021-04-16T18:23:15.219Z", - "version": "0.0.5", - "latestVersion": "0.0.5", + "published": "2019-04-18T23:40:03.905Z", + "version": "1.3.9", + "latestVersion": "1.3.10", "materialize": true, "compact": true, "description": { - "en": "trivum multiroom system", - "de": "Trivum Multiroom-System", - "ru": "мультирум система trivum", - "pt": "sistema trivum multiroom", - "nl": "trivum multiroom-systeem", - "fr": "système multiroom trivum", - "it": "sistema trivum multiroom", - "es": "sistema trivum multiroom", - "pl": "Trivum system multiroom", - "zh-cn": "琐事多室系统" - }, - "titleFull": { - "en": "trivum", - "de": "trivum", - "ru": "тривиум", - "pt": "trivum", - "nl": "trivum", - "fr": "trivum", - "it": "trivum", - "es": "trivum", - "pl": "trywialny", - "zh-cn": "琐事" + "en": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "de": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "ru": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "pt": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "nl": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "fr": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "it": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "es": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "pl": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", + "zh-cn": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol" }, + "titleFull": "SqueezeboxRPC: Controller for Logitech media Server over RPC-protokol", "branch": "master", - "github": "https://github.com/TheBam1990/ioBroker.trivum", - "installs": 13, - "weekDownloads": 2, - "stars": 2, - "issues": 15, + "github": "https://github.com/oweitman/ioBroker.squeezeboxrpc", + "installs": 676, + "weekDownloads": 74, + "stars": 16, + "issues": 20, "score": 1 }, - "yamaha": { + "spotify-premium": { "title": { - "de": "yamaha", - "en": "yamaha", - "ru": "yamaha", - "zh-cn": "yamaha" + "de": "spotify-premium", + "en": "spotify-premium", + "ru": "spotify-premium", + "zh-cn": "spotify-premium" }, - "content": "adapterref/iobroker.yamaha/README.md", - "icon": "adapterref/iobroker.yamaha/yamaha.png", - "keywords": "yamaha, avr, receiver", - "authors": "soef ", + "content": "adapterref/iobroker.spotify-premium/README.md", + "icon": "adapterref/iobroker.spotify-premium/spotify-premium.png", + "keywords": "spotify, player, media", + "authors": "Lucky, Alexander Kose", "license": "MIT", - "published": "2016-01-16T17:39:17.385Z", - "version": "0.5.3", - "latestVersion": "0.5.3", + "published": "2018-02-16T08:58:22.449Z", + "version": "1.2.2", + "latestVersion": "1.2.2", "materialize": true, "compact": true, "description": { - "en": "Control Yamaha AV-Receivers via Network", - "de": "Steuern Sie Yamaha AV-Receiver über das Netzwerk", - "ru": "Управление AV-ресиверами Yamaha через сеть", - "pt": "Controle os receptores AV da Yamaha via rede", - "nl": "Bedien Yamaha AV-ontvangers via netwerk", - "fr": "Contrôlez les récepteurs AV Yamaha via le réseau", - "it": "Controlla i ricevitori AV Yamaha tramite la rete", - "es": "Controle los receptores AV de Yamaha a través de la red", - "pl": "Kontroluj odbiorniki AV Yamaha przez sieć", - "zh-cn": "通过网络控制Yamaha AV接收器" + "en": "control spotify devices", + "de": "Spotify-Geräte steuern", + "ru": "контрольные устройства", + "pt": "controlar dispositivos spotify", + "nl": "Spotify-apparaten bedienen", + "fr": "contrôler les appareils Spotify", + "it": "controllare i dispositivi spotify", + "es": "controlar dispositivos spotify", + "pl": "kontroluj urządzenia spotify", + "zh-cn": "控制spotify设备" }, "titleFull": { - "en": "Yamaha", - "de": "Yamaha", - "ru": "Yamaha", - "pt": "Yamaha", - "nl": "Yamaha", - "fr": "Yamaha", - "it": "Yamaha", - "es": "Yamaha", - "pl": "Yamaha", - "zh-cn": "雅马哈" + "en": "Spotify (Premium)", + "de": "Spotify (Premium)", + "ru": "Спотифай (Премиум)", + "pt": "Spotify (Premium)", + "nl": "Spotify (Premium)", + "fr": "Spotify (Premium)", + "it": "Spotify (Premium)", + "es": "Spotify (premium)", + "pl": "Spotify (Premium)", + "zh-cn": "Spotify(高级)" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.yamaha", - "installs": 1292, - "weekDownloads": 32, - "stars": 10, + "github": "https://github.com/iobroker-community-adapters/ioBroker.spotify-premium", + "installs": 3610, + "weekDownloads": 181, + "stars": 22, "issues": 10, "score": 1 }, - "vivitek": { + "sonus": { "title": { - "de": "vivitek", - "en": "vivitek", - "ru": "vivitek", - "zh-cn": "vivitek" + "de": "sonus", + "en": "sonus", + "ru": "sonus", + "zh-cn": "sonus" }, - "content": "adapterref/iobroker.vivitek/README.md", - "icon": "adapterref/iobroker.vivitek/vivitek.png", - "keywords": "vivitek projector", - "authors": "Bannsaenger ", + "content": "adapterref/iobroker.sonus/README.md", + "icon": "adapterref/iobroker.sonus/sonus.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "bluefox ", "license": "MIT", - "published": "2021-01-09T18:54:56.534Z", + "published": "2019-05-12T17:53:01.335Z", "version": "-.-.-", - "latestVersion": "0.0.2", + "latestVersion": "0.1.1", "materialize": true, "compact": true, "description": { - "en": "Control a Vivitek Projector via Network (RS 232 commands via telnet)", - "de": "Steuern Sie einen Vivitek-Projektor über das Netzwerk (RS 232-Befehle über Telnet)", - "ru": "Управление проектором Vivitek по сети (команды RS 232 через telnet)", - "pt": "Controlar um projetor Vivitek via rede (comandos RS 232 via telnet)", - "nl": "Bedien een Vivitek-projector via netwerk (RS 232-opdrachten via telnet)", - "fr": "Contrôlez un projecteur Vivitek via le réseau (commandes RS 232 via telnet)", - "it": "Controlla un proiettore Vivitek tramite rete (comandi RS 232 tramite telnet)", - "es": "Controle un proyector Vivitek a través de la red (comandos RS 232 a través de telnet)", - "pl": "Sterowanie projektorem Vivitek przez sieć (polecenia RS 232 przez telnet)", - "zh-cn": "通过网络控制Vivitek投影仪(通过telnet的RS 232命令)" + "en": "With this adapter you can control ioBroker with voice in many different languages", + "de": "Mit diesem Adapter können Sie den ioBroker mit Voice in vielen verschiedenen Sprachen steuern", + "ru": "С помощью этого адаптера вы можете управлять ioBroker с помощью голоса на разных языках.", + "pt": "Com este adaptador você pode controlar o ioBroker com voz em diversos idiomas", + "nl": "Met deze adapter kunt u ioBroker met spraak in veel verschillende talen bedienen", + "fr": "Avec cet adaptateur, vous pouvez contrôler ioBroker avec la voix dans de nombreuses langues.", + "it": "Con questo adattatore puoi controllare ioBroker con la voce in molte lingue diverse", + "es": "Con este adaptador puede controlar ioBroker con voz en muchos idiomas diferentes", + "pl": "Dzięki temu adapterowi możesz sterować ioBroker głosem w wielu różnych językach", + "zh-cn": "使用此适配器,您可以使用多种语言的语音控制ioBroker" }, "titleFull": { - "en": "Vivitek Projector Control", - "de": "Vivitek Projektorsteuerung", - "ru": "Управление проектором Vivitek", - "pt": "Vivitek Projector Control", - "nl": "Vivitek Projector Control", - "fr": "Contrôle du projecteur Vivitek", - "it": "Vivitek Projector Control", - "es": "Control del proyector Vivitek", - "pl": "Sterowanie projektorem Vivitek", - "zh-cn": "Vivitek投影仪控制" + "en": "Control your devices with voice", + "de": "Steuern Sie Ihre Geräte mit Sprache", + "ru": "Управляйте своими устройствами с помощью голоса", + "pt": "Controle seus dispositivos com voz", + "nl": "Bedien uw apparaten met spraak", + "fr": "Contrôlez vos appareils avec la voix", + "it": "Controlla i tuoi dispositivi con la voce", + "es": "Controla tus dispositivos con voz", + "pl": "Kontroluj swoje urządzenia za pomocą głosu", + "zh-cn": "用语音控制您的设备" }, "branch": "master", - "github": "https://github.com/Bannsaenger/ioBroker.vivitek", - "installs": 7, - "weekDownloads": 0, - "stars": -1, - "issues": 1, + "github": "https://github.com/ioBroker/ioBroker.sonus", + "installs": 12, + "weekDownloads": 8, + "stars": 6, + "issues": 7, "score": 1 }, - "xbox": { + "trivum": { "title": { - "de": "xbox", - "en": "xbox", - "ru": "xbox", - "zh-cn": "xbox" + "de": "trivum", + "en": "trivum", + "ru": "trivum", + "zh-cn": "trivum" }, - "content": "adapterref/iobroker.xbox/README.md", - "icon": "adapterref/iobroker.xbox/xbox.png", - "keywords": "xbox, gaming, playstation", - "authors": "Moritz Heusinger ", + "content": "adapterref/iobroker.trivum/README.md", + "icon": "adapterref/iobroker.trivum/trivum.png", + "keywords": "Hardware, Multiroom", + "authors": "TheBam ", "license": "MIT", - "published": "2018-09-17T17:44:59.021Z", - "version": "1.1.0", - "latestVersion": "1.1.0", + "published": "2021-04-16T18:23:15.219Z", + "version": "0.0.5", + "latestVersion": "0.0.5", + "materialize": true, "compact": true, "description": { - "en": "Control your Xbox One (X)", - "de": "Steuere deine Xbox One (X)" + "en": "trivum multiroom system", + "de": "Trivum Multiroom-System", + "ru": "мультирум система trivum", + "pt": "sistema trivum multiroom", + "nl": "trivum multiroom-systeem", + "fr": "système multiroom trivum", + "it": "sistema trivum multiroom", + "es": "sistema trivum multiroom", + "pl": "Trivum system multiroom", + "zh-cn": "琐事多室系统" }, "titleFull": { - "en": "Xbox" + "en": "trivum", + "de": "trivum", + "ru": "тривиум", + "pt": "trivum", + "nl": "trivum", + "fr": "trivum", + "it": "trivum", + "es": "trivum", + "pl": "trywialny", + "zh-cn": "琐事" }, "branch": "master", - "github": "https://github.com/foxriver76/ioBroker.xbox", - "installs": 283, - "weekDownloads": 168, - "stars": 11, - "issues": 14, + "github": "https://github.com/TheBam1990/ioBroker.trivum", + "installs": 11, + "weekDownloads": 5, + "stars": 2, + "issues": 15, "score": 1 }, "volumio": { @@ -21195,91 +21213,156 @@ }, "branch": "master", "github": "https://github.com/a-i-ks/ioBroker.volumio", - "installs": 412, - "weekDownloads": 6, + "installs": 410, + "weekDownloads": 60, "stars": 3, "issues": 7, "score": 1 }, - "fakeroku": { - "title": { - "de": "fakeroku", - "en": "fakeroku", - "ru": "fakeroku", - "zh-cn": "fakeroku" - }, - "content": "adapterref/iobroker.fakeroku/README.md", - "icon": "adapterref/iobroker.fakeroku/fakeroku.png", - "installs": 835, - "weekDownloads": 58, - "stars": 8, - "issues": 17, - "score": 1 - } - } - }, - "network": { - "title": { - "en": "Network", - "de": "Netzwerk", - "ru": "Сеть", - "pt": "Rede", - "nl": "Netwerk", - "fr": "Réseau", - "it": "Rete", - "es": "Red", - "pl": "Sieć" - }, - "pages": { - "contactid": { + "vivitek": { "title": { - "de": "contactid", - "en": "contactid", - "ru": "contactid", - "zh-cn": "contactid" + "de": "vivitek", + "en": "vivitek", + "ru": "vivitek", + "zh-cn": "vivitek" }, - "content": "adapterref/iobroker.contactid/README.md", - "icon": "adapterref/iobroker.contactid/contactid.png", - "keywords": "contactid, lupusec, burglar, alarm", - "authors": "Thorsten Stueben ", + "content": "adapterref/iobroker.vivitek/README.md", + "icon": "adapterref/iobroker.vivitek/vivitek.png", + "keywords": "vivitek projector", + "authors": "Bannsaenger ", "license": "MIT", - "published": "2018-05-12T17:59:52.182Z", - "version": "1.0.2", - "latestVersion": "1.0.2", + "published": "2021-01-09T18:54:56.534Z", + "version": "-.-.-", + "latestVersion": "0.0.2", "materialize": true, "compact": true, "description": { - "en": "Contact ID server for burglar alarms", - "de": "Contact ID Server für Alarmanlagen", - "ru": "Сервер Contact ID для охранной сигнализации", - "pt": "Servidor de ID de contato para alarmes contra roubo", - "nl": "Contact ID-server voor inbraakalarm", - "fr": "Serveur d'identification de contact pour les alarmes antivol", - "it": "Contact ID server per allarmi antifurto", - "es": "Servidor de identificación de contacto para alarmas antirrobo", - "pl": "Contact ID serwer alarmów antywłamaniowych", - "zh-cn": "联系人ID服务器防盗警报" + "en": "Control a Vivitek Projector via Network (RS 232 commands via telnet)", + "de": "Steuern Sie einen Vivitek-Projektor über das Netzwerk (RS 232-Befehle über Telnet)", + "ru": "Управление проектором Vivitek по сети (команды RS 232 через telnet)", + "pt": "Controlar um projetor Vivitek via rede (comandos RS 232 via telnet)", + "nl": "Bedien een Vivitek-projector via netwerk (RS 232-opdrachten via telnet)", + "fr": "Contrôlez un projecteur Vivitek via le réseau (commandes RS 232 via telnet)", + "it": "Controlla un proiettore Vivitek tramite rete (comandi RS 232 tramite telnet)", + "es": "Controle un proyector Vivitek a través de la red (comandos RS 232 a través de telnet)", + "pl": "Sterowanie projektorem Vivitek przez sieć (polecenia RS 232 przez telnet)", + "zh-cn": "通过网络控制Vivitek投影仪(通过telnet的RS 232命令)" }, "titleFull": { - "en": "Contact ID server for burglar alarms", - "de": "Contact ID Server für Alarmanlagen", - "ru": "Сервер Contact ID для охранной сигнализации", - "pt": "Servidor de ID de contato para alarmes contra roubo", - "nl": "Contact ID-server voor inbraakalarm", - "fr": "Serveur d'identification de contact pour les alarmes antivol", - "it": "Contact ID server per allarmi antifurto", - "es": "Servidor de identificación de contacto para alarmas antirrobo", - "pl": "Contact ID serwer alarmów antywłamaniowych", - "zh-cn": "联系人ID服务器防盗警报" + "en": "Vivitek Projector Control", + "de": "Vivitek Projektorsteuerung", + "ru": "Управление проектором Vivitek", + "pt": "Vivitek Projector Control", + "nl": "Vivitek Projector Control", + "fr": "Contrôle du projecteur Vivitek", + "it": "Vivitek Projector Control", + "es": "Control del proyector Vivitek", + "pl": "Sterowanie projektorem Vivitek", + "zh-cn": "Vivitek投影仪控制" }, "branch": "master", - "github": "https://github.com/schmupu/ioBroker.contactid", - "installs": 77, - "weekDownloads": 7, - "stars": 23, - "issues": 17, + "github": "https://github.com/Bannsaenger/ioBroker.vivitek", + "installs": 7, + "weekDownloads": 1, + "stars": -1, + "issues": 1, + "score": 1 + }, + "yamaha": { + "title": { + "de": "yamaha", + "en": "yamaha", + "ru": "yamaha", + "zh-cn": "yamaha" + }, + "content": "adapterref/iobroker.yamaha/README.md", + "icon": "adapterref/iobroker.yamaha/yamaha.png", + "keywords": "yamaha, avr, receiver", + "authors": "soef ", + "license": "MIT", + "published": "2016-01-16T17:39:17.385Z", + "version": "0.5.3", + "latestVersion": "0.5.3", + "materialize": true, + "compact": true, + "description": { + "en": "Control Yamaha AV-Receivers via Network", + "de": "Steuern Sie Yamaha AV-Receiver über das Netzwerk", + "ru": "Управление AV-ресиверами Yamaha через сеть", + "pt": "Controle os receptores AV da Yamaha via rede", + "nl": "Bedien Yamaha AV-ontvangers via netwerk", + "fr": "Contrôlez les récepteurs AV Yamaha via le réseau", + "it": "Controlla i ricevitori AV Yamaha tramite la rete", + "es": "Controle los receptores AV de Yamaha a través de la red", + "pl": "Kontroluj odbiorniki AV Yamaha przez sieć", + "zh-cn": "通过网络控制Yamaha AV接收器" + }, + "titleFull": { + "en": "Yamaha", + "de": "Yamaha", + "ru": "Yamaha", + "pt": "Yamaha", + "nl": "Yamaha", + "fr": "Yamaha", + "it": "Yamaha", + "es": "Yamaha", + "pl": "Yamaha", + "zh-cn": "雅马哈" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.yamaha", + "installs": 1315, + "weekDownloads": 53, + "stars": 10, + "issues": 10, "score": 1 }, + "xbox": { + "title": { + "de": "xbox", + "en": "xbox", + "ru": "xbox", + "zh-cn": "xbox" + }, + "content": "adapterref/iobroker.xbox/README.md", + "icon": "adapterref/iobroker.xbox/xbox.png", + "keywords": "xbox, gaming, playstation", + "authors": "Moritz Heusinger ", + "license": "MIT", + "published": "2018-09-17T17:44:59.021Z", + "version": "1.1.0", + "latestVersion": "1.1.0", + "compact": true, + "description": { + "en": "Control your Xbox One (X)", + "de": "Steuere deine Xbox One (X)" + }, + "titleFull": { + "en": "Xbox" + }, + "branch": "master", + "github": "https://github.com/foxriver76/ioBroker.xbox", + "installs": 280, + "weekDownloads": 101, + "stars": 11, + "issues": 14, + "score": 1 + } + } + }, + "network": { + "title": { + "en": "Network", + "de": "Netzwerk", + "ru": "Сеть", + "pt": "Rede", + "nl": "Netwerk", + "fr": "Réseau", + "it": "Rete", + "es": "Red", + "pl": "Sieć" + }, + "pages": { "adguard": { "title": { "de": "adguard", @@ -21325,59 +21408,59 @@ }, "branch": "master", "github": "https://github.com/o0shojo0o/ioBroker.adguard", - "installs": 949, - "weekDownloads": 27, + "installs": 958, + "weekDownloads": 87, "stars": 9, "issues": 0, "score": 1 }, - "multicast": { + "contactid": { "title": { - "de": "multicast", - "en": "multicast", - "ru": "multicast", - "zh-cn": "multicast" + "de": "contactid", + "en": "contactid", + "ru": "contactid", + "zh-cn": "contactid" }, - "content": "adapterref/iobroker.multicast/README.md", - "icon": "adapterref/iobroker.multicast/multicast.png", - "keywords": "ioBroker, template, Smart Home, home automation", - "authors": "DutchmanNL ", + "content": "adapterref/iobroker.contactid/README.md", + "icon": "adapterref/iobroker.contactid/contactid.png", + "keywords": "contactid, lupusec, burglar, alarm", + "authors": "Thorsten Stueben ", "license": "MIT", - "published": "2019-08-06T21:18:25.285Z", - "version": "-.-.-", - "latestVersion": "0.1.6", + "published": "2018-05-12T17:59:52.182Z", + "version": "1.0.2", + "latestVersion": "1.0.2", "materialize": true, "compact": true, "description": { - "en": "Receive and sent multicast information", - "de": "Empfangen und Senden von Multicast-Informationen", - "ru": "Получать и отправлять многоадресную информацию", - "pt": "Receber e enviar informações multicast", - "nl": "Multicast-informatie ontvangen en verzonden", - "fr": "Recevoir et envoyer des informations de multidiffusion", - "it": "Ricevi e invia informazioni multicast", - "es": "Recibir y enviar información multicast.", - "pl": "Odbieranie i wysyłanie informacji o multiemisji", - "zh-cn": "接收和发送多播信息" + "en": "Contact ID server for burglar alarms", + "de": "Contact ID Server für Alarmanlagen", + "ru": "Сервер Contact ID для охранной сигнализации", + "pt": "Servidor de ID de contato para alarmes contra roubo", + "nl": "Contact ID-server voor inbraakalarm", + "fr": "Serveur d'identification de contact pour les alarmes antivol", + "it": "Contact ID server per allarmi antifurto", + "es": "Servidor de identificación de contacto para alarmas antirrobo", + "pl": "Contact ID serwer alarmów antywłamaniowych", + "zh-cn": "联系人ID服务器防盗警报" }, "titleFull": { - "en": "Multicast", - "de": "Multicast", - "ru": "Multicast", - "pt": "Multicast", - "nl": "multicast", - "fr": "Multidiffusion", - "it": "Multicast", - "es": "Multidifusión", - "pl": "Multicast", - "zh-cn": "组播" + "en": "Contact ID server for burglar alarms", + "de": "Contact ID Server für Alarmanlagen", + "ru": "Сервер Contact ID для охранной сигнализации", + "pt": "Servidor de ID de contato para alarmes contra roubo", + "nl": "Contact ID-server voor inbraakalarm", + "fr": "Serveur d'identification de contact pour les alarmes antivol", + "it": "Contact ID server per allarmi antifurto", + "es": "Servidor de identificación de contacto para alarmas antirrobo", + "pl": "Contact ID serwer alarmów antywłamaniowych", + "zh-cn": "联系人ID服务器防盗警报" }, "branch": "master", - "github": "https://github.com/DrozmotiX/ioBroker.multicast", - "installs": 73, - "weekDownloads": 3, - "stars": 1, - "issues": 18, + "github": "https://github.com/schmupu/ioBroker.contactid", + "installs": 77, + "weekDownloads": 17, + "stars": 24, + "issues": 17, "score": 1 }, "net-tools": { @@ -21423,76 +21506,27 @@ }, "branch": "master", "github": "https://github.com/jey-cee/ioBroker.net-tools", - "installs": 14289, - "weekDownloads": 500, + "installs": 14498, + "weekDownloads": 637, "stars": 3, "issues": 9, "score": 1 }, - "ping": { + "pi-hole": { "title": { - "de": "ping", - "en": "ping", - "ru": "ping", - "zh-cn": "ping" + "de": "pi-hole", + "en": "pi-hole", + "ru": "pi-hole", + "zh-cn": "pi-hole" }, - "content": "adapterref/iobroker.ping/README.md", - "icon": "adapterref/iobroker.ping/ping.png", - "keywords": "poll, ping, ip", - "authors": "bluefox ", + "content": "adapterref/iobroker.pi-hole/README.md", + "icon": "adapterref/iobroker.pi-hole/pi-hole.png", + "keywords": "pi-hole, ad-filter", + "authors": "Michael Schuster ", "license": "MIT", - "published": "2015-01-02T23:47:36.408Z", - "version": "1.6.2", - "latestVersion": "1.6.2", - "materialize": true, - "compact": true, - "description": { - "en": "This adapter cyclic polls configured IPs.", - "de": "Adapter fragt zyklisch konfigurierte IP Addressen ab", - "ru": "Драйвер постоянно опрашивает заданные IP адреса при помощи утилиты PING", - "pt": "As pesquisas cíclicas deste adaptador configuraram IPs.", - "nl": "Deze adapter cyclische polls geconfigureerde IP's.", - "fr": "Cet adaptateur interroge cycliquement les adresses IP configurées.", - "it": "Questo adattatore esegue il polling ciclico degli IP configurati.", - "es": "Este adaptador sondea cíclicamente las IP configuradas.", - "pl": "Ta karta cyklicznie odpytuje skonfigurowane adresy IP.", - "zh-cn": "该适配器循环轮询配置的IP。" - }, - "titleFull": { - "en": "PING", - "de": "PING", - "ru": "PING", - "pt": "PING", - "nl": "PING", - "fr": "PING", - "it": "PING", - "es": "PING", - "pl": "PING", - "zh-cn": "PING" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.ping", - "installs": 25052, - "weekDownloads": 1455, - "stars": 19, - "issues": 12, - "score": 1 - }, - "pi-hole": { - "title": { - "de": "pi-hole", - "en": "pi-hole", - "ru": "pi-hole", - "zh-cn": "pi-hole" - }, - "content": "adapterref/iobroker.pi-hole/README.md", - "icon": "adapterref/iobroker.pi-hole/pi-hole.png", - "keywords": "pi-hole, ad-filter", - "authors": "Michael Schuster ", - "license": "MIT", - "published": "2019-05-25T20:04:51.558Z", - "version": "1.3.6", - "latestVersion": "1.3.6", + "published": "2019-05-25T20:04:51.558Z", + "version": "1.3.6", + "latestVersion": "1.3.6", "materialize": true, "compact": true, "description": { @@ -21521,8 +21555,8 @@ }, "branch": "master", "github": "https://github.com/unltdnetworx/ioBroker.pi-hole", - "installs": 2884, - "weekDownloads": 93, + "installs": 2886, + "weekDownloads": 141, "stars": 12, "issues": 5, "score": 1 @@ -21569,12 +21603,61 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.proxy", - "installs": 832, - "weekDownloads": 13, + "installs": 834, + "weekDownloads": 32, "stars": 5, "issues": 3, "score": 1 }, + "ping": { + "title": { + "de": "ping", + "en": "ping", + "ru": "ping", + "zh-cn": "ping" + }, + "content": "adapterref/iobroker.ping/README.md", + "icon": "adapterref/iobroker.ping/ping.png", + "keywords": "poll, ping, ip", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-01-02T23:47:36.408Z", + "version": "1.6.2", + "latestVersion": "1.6.2", + "materialize": true, + "compact": true, + "description": { + "en": "This adapter cyclic polls configured IPs.", + "de": "Adapter fragt zyklisch konfigurierte IP Addressen ab", + "ru": "Драйвер постоянно опрашивает заданные IP адреса при помощи утилиты PING", + "pt": "As pesquisas cíclicas deste adaptador configuraram IPs.", + "nl": "Deze adapter cyclische polls geconfigureerde IP's.", + "fr": "Cet adaptateur interroge cycliquement les adresses IP configurées.", + "it": "Questo adattatore esegue il polling ciclico degli IP configurati.", + "es": "Este adaptador sondea cíclicamente las IP configuradas.", + "pl": "Ta karta cyklicznie odpytuje skonfigurowane adresy IP.", + "zh-cn": "该适配器循环轮询配置的IP。" + }, + "titleFull": { + "en": "PING", + "de": "PING", + "ru": "PING", + "pt": "PING", + "nl": "PING", + "fr": "PING", + "it": "PING", + "es": "PING", + "pl": "PING", + "zh-cn": "PING" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.ping", + "installs": 25183, + "weekDownloads": 1400, + "stars": 19, + "issues": 13, + "score": 1 + }, "radar2": { "title": { "de": "radar2", @@ -21618,12 +21701,61 @@ }, "branch": "master", "github": "https://github.com/frankjoke/ioBroker.radar2", - "installs": 3320, - "weekDownloads": 120, + "installs": 3323, + "weekDownloads": 155, "stars": 11, "issues": 9, "score": 1 }, + "multicast": { + "title": { + "de": "multicast", + "en": "multicast", + "ru": "multicast", + "zh-cn": "multicast" + }, + "content": "adapterref/iobroker.multicast/README.md", + "icon": "adapterref/iobroker.multicast/multicast.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "DutchmanNL ", + "license": "MIT", + "published": "2019-08-06T21:18:25.285Z", + "version": "-.-.-", + "latestVersion": "0.1.6", + "materialize": true, + "compact": true, + "description": { + "en": "Receive and sent multicast information", + "de": "Empfangen und Senden von Multicast-Informationen", + "ru": "Получать и отправлять многоадресную информацию", + "pt": "Receber e enviar informações multicast", + "nl": "Multicast-informatie ontvangen en verzonden", + "fr": "Recevoir et envoyer des informations de multidiffusion", + "it": "Ricevi e invia informazioni multicast", + "es": "Recibir y enviar información multicast.", + "pl": "Odbieranie i wysyłanie informacji o multiemisji", + "zh-cn": "接收和发送多播信息" + }, + "titleFull": { + "en": "Multicast", + "de": "Multicast", + "ru": "Multicast", + "pt": "Multicast", + "nl": "multicast", + "fr": "Multidiffusion", + "it": "Multicast", + "es": "Multidifusión", + "pl": "Multicast", + "zh-cn": "组播" + }, + "branch": "master", + "github": "https://github.com/DrozmotiX/ioBroker.multicast", + "installs": 68, + "weekDownloads": 6, + "stars": 1, + "issues": 18, + "score": 1 + }, "tunnelbroker-endpoint-updater": { "title": { "de": "tunnelbroker-endpoint-updater", @@ -21667,8 +21799,8 @@ }, "branch": "master", "github": "https://github.com/PowerPan/ioBroker.tunnelbroker-endpoint-updater", - "installs": 28, - "weekDownloads": 7, + "installs": 26, + "weekDownloads": 4, "stars": -1, "issues": 13, "score": 1 @@ -21707,61 +21839,12 @@ }, "branch": "master", "github": "https://github.com/Jey-Cee/ioBroker.upnp", - "installs": 3242, - "weekDownloads": 83, + "installs": 3246, + "weekDownloads": 107, "stars": 10, "issues": 4, "score": 1 }, - "vofo-speedtest": { - "title": { - "de": "vofo-speedtest", - "en": "vofo-speedtest", - "ru": "vofo-speedtest", - "zh-cn": "vofo-speedtest" - }, - "content": "adapterref/iobroker.vofo-speedtest/README.md", - "icon": "adapterref/iobroker.vofo-speedtest/vofo-speedtest.png", - "keywords": "speedtest speed bandwidth", - "authors": "Peter Baumert ", - "license": "MIT", - "published": "2021-07-01T13:57:28.400Z", - "version": "-.-.-", - "latestVersion": "1.0.1", - "materialize": true, - "compact": true, - "description": { - "en": "Speedtest of Vodafone.de", - "de": "Speedtest von Vodafone.de", - "ru": "Speedtest of Vodafone.de", - "pt": "Speedtest da Vodafone.de", - "nl": "Speedtest van Vodafone.de", - "fr": "Speedtest de Vodafone.de", - "it": "Speedtest di Vodafone.de", - "es": "Speedtest de Vodafone.de", - "pl": "Speedtest of Vodafone.de", - "zh-cn": "Vodafone.de的速度测试" - }, - "titleFull": { - "en": "Vofo Speedtest", - "de": "Vofo Speedtest", - "ru": "Vofo Speedtest", - "pt": "Vofo Speedtest", - "nl": "Vofo Speedtest", - "fr": "Vofo Speedtest", - "it": "Vofo Speedtest", - "es": "Vofo Speedtest", - "pl": "Vofo Speedtest", - "zh-cn": "沃达丰速度测试" - }, - "branch": "master", - "github": "https://github.com/peterbaumert/ioBroker.vofo-speedtest", - "installs": 190, - "weekDownloads": 31, - "stars": 5, - "issues": 16, - "score": 1 - }, "unifi": { "title": { "de": "unifi", @@ -21805,12 +21888,61 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.unifi", - "installs": 5149, - "weekDownloads": 159, + "installs": 5183, + "weekDownloads": 228, "stars": 69, "issues": 17, "score": 1 }, + "vofo-speedtest": { + "title": { + "de": "vofo-speedtest", + "en": "vofo-speedtest", + "ru": "vofo-speedtest", + "zh-cn": "vofo-speedtest" + }, + "content": "adapterref/iobroker.vofo-speedtest/README.md", + "icon": "adapterref/iobroker.vofo-speedtest/vofo-speedtest.png", + "keywords": "speedtest speed bandwidth", + "authors": "Peter Baumert ", + "license": "MIT", + "published": "2021-07-01T13:57:28.400Z", + "version": "-.-.-", + "latestVersion": "1.0.1", + "materialize": true, + "compact": true, + "description": { + "en": "Speedtest of Vodafone.de", + "de": "Speedtest von Vodafone.de", + "ru": "Speedtest of Vodafone.de", + "pt": "Speedtest da Vodafone.de", + "nl": "Speedtest van Vodafone.de", + "fr": "Speedtest de Vodafone.de", + "it": "Speedtest di Vodafone.de", + "es": "Speedtest de Vodafone.de", + "pl": "Speedtest of Vodafone.de", + "zh-cn": "Vodafone.de的速度测试" + }, + "titleFull": { + "en": "Vofo Speedtest", + "de": "Vofo Speedtest", + "ru": "Vofo Speedtest", + "pt": "Vofo Speedtest", + "nl": "Vofo Speedtest", + "fr": "Vofo Speedtest", + "it": "Vofo Speedtest", + "es": "Vofo Speedtest", + "pl": "Vofo Speedtest", + "zh-cn": "沃达丰速度测试" + }, + "branch": "master", + "github": "https://github.com/peterbaumert/ioBroker.vofo-speedtest", + "installs": 187, + "weekDownloads": 33, + "stars": 5, + "issues": 16, + "score": 1 + }, "web-speedy": { "title": { "de": "web-speedy", @@ -21854,8 +21986,8 @@ }, "branch": "master", "github": "https://github.com/DrozmotiX/ioBroker.web-speedy", - "installs": 942, - "weekDownloads": 11, + "installs": 937, + "weekDownloads": 17, "stars": 13, "issues": 29, "score": 1 @@ -21890,14 +22022,54 @@ "pl": "Protokoły" }, "pages": { - "mqtt": { + "modbus": { "title": { - "de": "mqtt", - "en": "mqtt", - "ru": "mqtt", - "zh-cn": "mqtt" - }, - "content": "adapterref/iobroker.mqtt/README.md", + "de": "modbus", + "en": "modbus", + "ru": "modbus", + "zh-cn": "modbus" + }, + "content": "adapterref/iobroker.modbus/README.md", + "icon": "adapterref/iobroker.modbus/modbus.png", + "keywords": "ModBus", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-10-14T20:14:18.945Z", + "version": "5.0.11", + "latestVersion": "5.0.11", + "materialize": true, + "compact": true, + "description": { + "en": "ModBus connection Slave or Master", + "de": "ModBus Verbindung Slave oder Master", + "ru": "ModBus соединение Slave или Master", + "pt": "Conexão ModBus Escravo ou Mestre", + "nl": "ModBus-verbinding Slave of Master", + "fr": "Connexion ModBus Esclave ou Maître", + "it": "Connessione ModBus Slave o Master", + "es": "Conexión ModBus Slave o Master", + "pl": "Połączenie ModBus Slave lub Master", + "zh-cn": "ModBus连接从站或主站" + }, + "titleFull": { + "en": "ModBus" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.modbus", + "installs": 13412, + "weekDownloads": 566, + "stars": 43, + "issues": 44, + "score": 1 + }, + "mqtt": { + "title": { + "de": "mqtt", + "en": "mqtt", + "ru": "mqtt", + "zh-cn": "mqtt" + }, + "content": "adapterref/iobroker.mqtt/README.md", "icon": "adapterref/iobroker.mqtt/mqtt.png", "keywords": "notification, MQTT, message", "authors": "bluefox ", @@ -21932,10 +22104,48 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.mqtt", - "installs": 26969, - "weekDownloads": 2665, + "installs": 27158, + "weekDownloads": 1435, "stars": 129, - "issues": 16, + "issues": 18, + "score": 1 + }, + "opcua": { + "title": { + "de": "opcua", + "en": "opcua", + "ru": "opcua", + "zh-cn": "opcua" + }, + "content": "adapterref/iobroker.opcua/README.md", + "icon": "adapterref/iobroker.opcua/opcua.png", + "keywords": "OPC, OPC UA", + "authors": "bluefox ", + "license": "LicenseRef-LICENSE", + "published": "2020-03-05T17:15:02.931Z", + "version": "-.-.-", + "latestVersion": "0.4.5", + "materialize": false, + "compact": true, + "description": { + "en": "The adapter allows to use OPC-UA server and client in ioBroker", + "de": "Der Adapter ermöglicht die Verwendung von OPC-UA-Server und -Client in ioBroker", + "ru": "Адаптер позволяет использовать OPC-UA сервер и клиент в ioBroker", + "pt": "O adaptador permite usar o servidor e o cliente OPC-UA no ioBroker", + "nl": "Met de adapter kan de OPC-UA-server en -client in ioBroker worden gebruikt", + "fr": "L'adaptateur permet d'utiliser le serveur et le client OPC-UA dans ioBroker", + "it": "L'adattatore consente di utilizzare il server e il client OPC-UA in ioBroker", + "es": "El adaptador permite usar el servidor y el cliente OPC-UA en ioBroker", + "pl": "Adapter pozwala na korzystanie z serwera i klienta OPC-UA w ioBroker", + "zh-cn": "该适配器允许在ioBroker中使用OPC-UA服务器和客户端" + }, + "titleFull": "OPC-UA Server/Client", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.opcua", + "installs": 78, + "weekDownloads": 29, + "stars": 6, + "issues": 6, "score": 1 }, "mqtt-client": { @@ -21952,7 +22162,7 @@ "license": "MIT", "published": "2016-06-19T20:44:36.935Z", "version": "1.6.3", - "latestVersion": "1.6.4", + "latestVersion": "1.6.5", "materialize": true, "compact": true, "description": { @@ -21981,50 +22191,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.mqtt-client", - "installs": 7490, - "weekDownloads": 263, + "installs": 7523, + "weekDownloads": 378, "stars": 47, - "issues": 26, - "score": 1 - }, - "modbus": { - "title": { - "de": "modbus", - "en": "modbus", - "ru": "modbus", - "zh-cn": "modbus" - }, - "content": "adapterref/iobroker.modbus/README.md", - "icon": "adapterref/iobroker.modbus/modbus.png", - "keywords": "ModBus", - "authors": "bluefox ", - "license": "MIT", - "published": "2015-10-14T20:14:18.945Z", - "version": "5.0.11", - "latestVersion": "5.0.11", - "materialize": true, - "compact": true, - "description": { - "en": "ModBus connection Slave or Master", - "de": "ModBus Verbindung Slave oder Master", - "ru": "ModBus соединение Slave или Master", - "pt": "Conexão ModBus Escravo ou Mestre", - "nl": "ModBus-verbinding Slave of Master", - "fr": "Connexion ModBus Esclave ou Maître", - "it": "Connessione ModBus Slave o Master", - "es": "Conexión ModBus Slave o Master", - "pl": "Połączenie ModBus Slave lub Master", - "zh-cn": "ModBus连接从站或主站" - }, - "titleFull": { - "en": "ModBus" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.modbus", - "installs": 13193, - "weekDownloads": 467, - "stars": 43, - "issues": 44, + "issues": 27, "score": 1 }, "radiohead": { @@ -22070,50 +22240,12 @@ }, "branch": "master", "github": "https://github.com/crycode-de/ioBroker.radiohead", - "installs": 55, - "weekDownloads": 1, + "installs": 54, + "weekDownloads": 16, "stars": 2, "issues": 1, "score": 1 }, - "opcua": { - "title": { - "de": "opcua", - "en": "opcua", - "ru": "opcua", - "zh-cn": "opcua" - }, - "content": "adapterref/iobroker.opcua/README.md", - "icon": "adapterref/iobroker.opcua/opcua.png", - "keywords": "OPC, OPC UA", - "authors": "bluefox ", - "license": "LicenseRef-LICENSE", - "published": "2020-03-05T17:15:02.931Z", - "version": "-.-.-", - "latestVersion": "0.4.5", - "materialize": false, - "compact": true, - "description": { - "en": "The adapter allows to use OPC-UA server and client in ioBroker", - "de": "Der Adapter ermöglicht die Verwendung von OPC-UA-Server und -Client in ioBroker", - "ru": "Адаптер позволяет использовать OPC-UA сервер и клиент в ioBroker", - "pt": "O adaptador permite usar o servidor e o cliente OPC-UA no ioBroker", - "nl": "Met de adapter kan de OPC-UA-server en -client in ioBroker worden gebruikt", - "fr": "L'adaptateur permet d'utiliser le serveur et le client OPC-UA dans ioBroker", - "it": "L'adattatore consente di utilizzare il server e il client OPC-UA in ioBroker", - "es": "El adaptador permite usar el servidor y el cliente OPC-UA en ioBroker", - "pl": "Adapter pozwala na korzystanie z serwera i klienta OPC-UA w ioBroker", - "zh-cn": "该适配器允许在ioBroker中使用OPC-UA服务器和客户端" - }, - "titleFull": "OPC-UA Server/Client", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.opcua", - "installs": 82, - "weekDownloads": 0, - "stars": 6, - "issues": 6, - "score": 1 - }, "tinymqttbroker": { "title": { "de": "tinymqttbroker", @@ -22128,7 +22260,7 @@ "license": "MIT", "published": "2023-06-18T09:50:27.902Z", "version": "0.0.6", - "latestVersion": "0.0.6", + "latestVersion": "0.0.8", "compact": true, "description": { "en": "This is very tiny MQTT broker which is not managing any objects/states in iobroker but offers a central MQTT broker instance to publish an subscribe topics as MQTT client. Very helpful to let several devices to talk with one broker and interact on iobroker with a MQTT client javascript.", @@ -22158,8 +22290,8 @@ }, "branch": "main", "github": "https://github.com/HGlab01/ioBroker.tinymqttbroker", - "installs": 38, - "weekDownloads": 97, + "installs": 87, + "weekDownloads": 309, "stars": -1, "issues": 0, "score": 1 @@ -22179,56 +22311,6 @@ "pl": "Przechowywanie" }, "pages": { - "google-spreadsheet": { - "title": { - "de": "google-spreadsheet", - "en": "google-spreadsheet", - "ru": "google-spreadsheet", - "zh-cn": "google-spreadsheet" - }, - "content": "adapterref/iobroker.google-spreadsheet/README.md", - "icon": "adapterref/iobroker.google-spreadsheet/google-spreadsheet.png", - "keywords": "google, spreadsheet", - "authors": "Thomas Pohl ", - "license": "Apache-2.0", - "published": "2023-05-22T17:20:22.023Z", - "version": "-.-.-", - "latestVersion": "0.1.0", - "compact": true, - "description": { - "en": "This adapter can uplaod data to google spreadsheets", - "de": "Dieser Adapter kann Daten in Google-Tabellen hochladen", - "ru": "Этот адаптер может загружать данные в таблицы Google.", - "pt": "Este adaptador pode enviar dados para planilhas do Google", - "nl": "Deze adapter kan gegevens uploaden naar Google Spreadsheets", - "fr": "Cet adaptateur peut télécharger des données sur des feuilles de calcul Google", - "it": "Questo adattatore può caricare dati su fogli di calcolo Google", - "es": "Este adaptador puede cargar datos en hojas de cálculo de Google.", - "pl": "Ten adapter może przesyłać dane do arkuszy kalkulacyjnych Google", - "uk": "Цей адаптер може завантажувати дані в електронні таблиці Google", - "zh-cn": "该适配器可以将数据上传到谷歌电子表格" - }, - "titleFull": { - "en": "Google Spreadsheet", - "de": "Google-Tabelle", - "ru": "Таблица Google", - "pt": "Planilha do Google", - "nl": "Google-spreadsheet", - "fr": "Feuille de calcul Google", - "it": "Foglio di lavoro Google", - "es": "Hoja de cálculo de Google", - "pl": "Arkusz kalkulacyjny Google", - "uk": "Таблиця Google", - "zh-cn": "谷歌电子表格" - }, - "branch": "main", - "github": "https://github.com/ThomasPohl/ioBroker.google-spreadsheet", - "installs": 5, - "weekDownloads": 10, - "stars": 2, - "issues": 1, - "score": 1 - }, "history": { "title": { "de": "history", @@ -22271,8 +22353,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.history", - "installs": 28883, - "weekDownloads": 3469, + "installs": 29109, + "weekDownloads": 2045, "stars": 28, "issues": 17, "score": 1 @@ -22319,42 +22401,92 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.influxdb", - "installs": 21655, - "weekDownloads": 616, + "installs": 21865, + "weekDownloads": 743, "stars": 33, "issues": 26, "score": 1 }, - "sql": { + "google-spreadsheet": { "title": { - "de": "sql", - "en": "sql", - "ru": "sql", - "zh-cn": "sql" + "de": "google-spreadsheet", + "en": "google-spreadsheet", + "ru": "google-spreadsheet", + "zh-cn": "google-spreadsheet" }, - "content": "adapterref/iobroker.sql/README.md", - "icon": "adapterref/iobroker.sql/sql.png", - "keywords": "charts, sql, logging, graphs, archive", - "authors": "bluefox , Apollon77 ", - "license": "MIT", - "published": "2015-12-06T16:07:51.458Z", - "version": "2.2.0", - "latestVersion": "2.2.0", + "content": "adapterref/iobroker.google-spreadsheet/README.md", + "icon": "adapterref/iobroker.google-spreadsheet/google-spreadsheet.png", + "keywords": "google, spreadsheet", + "authors": "Thomas Pohl ", + "license": "Apache-2.0", + "published": "2023-05-22T17:20:22.023Z", + "version": "-.-.-", + "latestVersion": "0.1.0", "compact": true, "description": { - "en": "Logging of states into SQL DB", - "de": "Loggt die Historie von einzelnen Zuständen in einer SQL DB", - "ru": "Сохраняет историю событий для отдельных состояний в SQL DB", - "pt": "Registro de estados em SQL DB", - "nl": "Logging van toestanden in SQL DB", - "fr": "Journalisation des états dans la base de données SQL", - "it": "Registrazione degli stati nel DB SQL", - "es": "Registro de estados en SQL DB", - "pl": "Rejestrowanie stanów w SQL DB", - "zh-cn": "将状态记录到SQL DB" - }, - "titleFull": { - "en": "SQL logging", + "en": "This adapter can uplaod data to google spreadsheets", + "de": "Dieser Adapter kann Daten in Google-Tabellen hochladen", + "ru": "Этот адаптер может загружать данные в таблицы Google.", + "pt": "Este adaptador pode enviar dados para planilhas do Google", + "nl": "Deze adapter kan gegevens uploaden naar Google Spreadsheets", + "fr": "Cet adaptateur peut télécharger des données sur des feuilles de calcul Google", + "it": "Questo adattatore può caricare dati su fogli di calcolo Google", + "es": "Este adaptador puede cargar datos en hojas de cálculo de Google.", + "pl": "Ten adapter może przesyłać dane do arkuszy kalkulacyjnych Google", + "uk": "Цей адаптер може завантажувати дані в електронні таблиці Google", + "zh-cn": "该适配器可以将数据上传到谷歌电子表格" + }, + "titleFull": { + "en": "Google Spreadsheet", + "de": "Google-Tabelle", + "ru": "Таблица Google", + "pt": "Planilha do Google", + "nl": "Google-spreadsheet", + "fr": "Feuille de calcul Google", + "it": "Foglio di lavoro Google", + "es": "Hoja de cálculo de Google", + "pl": "Arkusz kalkulacyjny Google", + "uk": "Таблиця Google", + "zh-cn": "谷歌电子表格" + }, + "branch": "main", + "github": "https://github.com/ThomasPohl/ioBroker.google-spreadsheet", + "installs": 10, + "weekDownloads": 8, + "stars": 2, + "issues": 2, + "score": 1 + }, + "sql": { + "title": { + "de": "sql", + "en": "sql", + "ru": "sql", + "zh-cn": "sql" + }, + "content": "adapterref/iobroker.sql/README.md", + "icon": "adapterref/iobroker.sql/sql.png", + "keywords": "charts, sql, logging, graphs, archive", + "authors": "bluefox , Apollon77 ", + "license": "MIT", + "published": "2015-12-06T16:07:51.458Z", + "version": "2.2.0", + "latestVersion": "2.2.0", + "compact": true, + "description": { + "en": "Logging of states into SQL DB", + "de": "Loggt die Historie von einzelnen Zuständen in einer SQL DB", + "ru": "Сохраняет историю событий для отдельных состояний в SQL DB", + "pt": "Registro de estados em SQL DB", + "nl": "Logging van toestanden in SQL DB", + "fr": "Journalisation des états dans la base de données SQL", + "it": "Registrazione degli stati nel DB SQL", + "es": "Registro de estados en SQL DB", + "pl": "Rejestrowanie stanów w SQL DB", + "zh-cn": "将状态记录到SQL DB" + }, + "titleFull": { + "en": "SQL logging", "de": "SQL-Protokollierung", "ru": "Ведение журнала SQL", "pt": "Log de SQL", @@ -22367,10 +22499,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.sql", - "installs": 8586, - "weekDownloads": 225, + "installs": 8602, + "weekDownloads": 316, "stars": 43, - "issues": 15, + "issues": 19, "score": 1 } } @@ -22388,47 +22520,6 @@ "pl": "Użyteczność" }, "pages": { - "awattar": { - "title": { - "de": "awattar", - "en": "awattar", - "ru": "awattar", - "zh-cn": "awattar" - }, - "content": "adapterref/iobroker.awattar/README.md", - "icon": "adapterref/iobroker.awattar/awattar.png", - "keywords": "PV, aWATTAR, ioBroker", - "authors": "SirJojo69 ", - "license": "MIT", - "published": "2020-10-27T09:53:31.104Z", - "version": "1.0.6", - "latestVersion": "1.0.6", - "materialize": true, - "compact": true, - "description": { - "en": "reads out hourly prices from aWATTar", - "de": "liest Stundenpreise von der aWATTar Website" - }, - "titleFull": { - "en": "aWATTar", - "de": "aWATTar", - "ru": "aWATTar", - "pt": "aWATTar", - "nl": "aWATTar", - "fr": "aWATTar", - "it": "aWATTar", - "es": "aWATTar", - "pl": "aWATtar", - "zh-cn": "阿瓦塔" - }, - "branch": "master", - "github": "https://github.com/sirjojo69/ioBroker.awattar", - "installs": 808, - "weekDownloads": 27, - "stars": 5, - "issues": 7, - "score": 1 - }, "benchmark": { "title": { "de": "benchmark", @@ -22472,11 +22563,52 @@ "branch": "main", "github": "https://github.com/foxriver76/ioBroker.benchmark", "installs": 96, - "weekDownloads": 1, + "weekDownloads": 34, "stars": -1, "issues": 0, "score": 1 }, + "awattar": { + "title": { + "de": "awattar", + "en": "awattar", + "ru": "awattar", + "zh-cn": "awattar" + }, + "content": "adapterref/iobroker.awattar/README.md", + "icon": "adapterref/iobroker.awattar/awattar.png", + "keywords": "PV, aWATTAR, ioBroker", + "authors": "SirJojo69 ", + "license": "MIT", + "published": "2020-10-27T09:53:31.104Z", + "version": "1.0.6", + "latestVersion": "1.0.6", + "materialize": true, + "compact": true, + "description": { + "en": "reads out hourly prices from aWATTar", + "de": "liest Stundenpreise von der aWATTar Website" + }, + "titleFull": { + "en": "aWATTar", + "de": "aWATTar", + "ru": "aWATTar", + "pt": "aWATTar", + "nl": "aWATTar", + "fr": "aWATTar", + "it": "aWATTar", + "es": "aWATTar", + "pl": "aWATtar", + "zh-cn": "阿瓦塔" + }, + "branch": "master", + "github": "https://github.com/sirjojo69/ioBroker.awattar", + "installs": 831, + "weekDownloads": 42, + "stars": 5, + "issues": 7, + "score": 1 + }, "fullybrowser": { "title": { "de": "fullybrowser", @@ -22518,8 +22650,8 @@ }, "branch": "master", "github": "https://github.com/arteck/ioBroker.fullybrowser", - "installs": 5971, - "weekDownloads": 171, + "installs": 5991, + "weekDownloads": 183, "stars": 21, "issues": 8, "score": 1 @@ -22558,7 +22690,7 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/iobroker.hid-community", - "installs": 317, + "installs": 311, "weekDownloads": 5, "stars": 1, "issues": 5, @@ -22608,8 +22740,8 @@ }, "branch": "main", "github": "https://github.com/foxriver76/ioBroker.notification-manager", - "installs": 72, - "weekDownloads": 17, + "installs": 107, + "weekDownloads": 29, "stars": 7, "issues": 1, "score": 1 @@ -22654,7 +22786,7 @@ "branch": "master", "github": "https://github.com/iobroker/ioBroker.phantomjs", "installs": 232, - "weekDownloads": 11, + "weekDownloads": 17, "stars": 10, "issues": 8, "score": 1 @@ -22701,7 +22833,7 @@ }, "branch": "main", "github": "https://github.com/foxriver76/ioBroker.puppeteer", - "installs": 95, + "installs": 97, "weekDownloads": 16, "stars": 1, "issues": 3, @@ -22748,10 +22880,59 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.terminal", - "installs": 5341, - "weekDownloads": 139, + "installs": 5392, + "weekDownloads": 171, "stars": 7, - "issues": 7, + "issues": 9, + "score": 1 + }, + "weblogin": { + "title": { + "de": "weblogin", + "en": "weblogin", + "ru": "weblogin", + "zh-cn": "weblogin" + }, + "content": "adapterref/iobroker.weblogin/README.md", + "icon": "adapterref/iobroker.weblogin/logo-login.png", + "keywords": "web, Login, Authentication, Google", + "authors": "Armin Junge ", + "license": "MIT", + "published": "2020-05-16T19:03:44.976Z", + "version": "-.-.-", + "latestVersion": "0.1.1", + "materialize": true, + "compact": true, + "description": { + "en": "Use the web login page with alternative login possibilities", + "de": "Verwende die Web-Anmeldeseite mit alternativen Anmeldemöglichkeiten", + "ru": "Используйте веб-страницу входа с альтернативными возможностями входа", + "pt": "Use a página de login da web com possibilidades alternativas de login", + "nl": "Gebruik de webloginpagina met alternatieve inlogmogelijkheden", + "fr": "Utilisez la page de connexion Web avec d'autres possibilités de connexion", + "it": "Utilizza la pagina di accesso web con possibilità di accesso alternative", + "es": "Utilice la página de inicio de sesión web con posibilidades de inicio de sesión alternativas", + "pl": "Skorzystaj ze strony logowania internetowego z alternatywnymi możliwościami logowania", + "zh-cn": "使用Web登录页面以及其他登录方式" + }, + "titleFull": { + "en": "Extended Web Login Page", + "de": "Erweiterte Web-Anmeldeseite", + "ru": "Расширенная веб-страница входа в систему", + "pt": "Página de login da web estendida", + "nl": "Uitgebreide webaanmeldingspagina", + "fr": "Page de connexion Web étendue", + "it": "Pagina di accesso Web estesa", + "es": "Página de inicio de sesión web ampliada", + "pl": "Rozszerzona strona logowania w sieci Web", + "zh-cn": "扩展的Web登录页面" + }, + "branch": "master", + "github": "https://github.com/Vertumnus/ioBroker.weblogin/master/README.md", + "installs": 39, + "weekDownloads": 5, + "stars": -1, + "issues": 1, "score": 1 }, "xterm": { @@ -22796,89 +22977,40 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.xterm", - "installs": 503, - "weekDownloads": 103, + "installs": 532, + "weekDownloads": 47, "stars": -1, "issues": 0, "score": 1 }, - "weblogin": { + "googleauth": { "title": { - "de": "weblogin", - "en": "weblogin", - "ru": "weblogin", - "zh-cn": "weblogin" + "de": "googleauth", + "en": "googleauth", + "ru": "googleauth", + "zh-cn": "googleauth" }, - "content": "adapterref/iobroker.weblogin/README.md", - "icon": "adapterref/iobroker.weblogin/logo-login.png", - "keywords": "web, Login, Authentication, Google", + "content": "adapterref/iobroker.googleauth/README.md", + "icon": "adapterref/iobroker.googleauth/logo-google.svg", + "keywords": "web, Authentication, Google", "authors": "Armin Junge ", "license": "MIT", - "published": "2020-05-16T19:03:44.976Z", + "published": "2020-05-06T19:12:16.718Z", "version": "-.-.-", - "latestVersion": "0.1.1", + "latestVersion": "0.3.4", "materialize": true, "compact": true, "description": { - "en": "Use the web login page with alternative login possibilities", - "de": "Verwende die Web-Anmeldeseite mit alternativen Anmeldemöglichkeiten", - "ru": "Используйте веб-страницу входа с альтернативными возможностями входа", - "pt": "Use a página de login da web com possibilidades alternativas de login", - "nl": "Gebruik de webloginpagina met alternatieve inlogmogelijkheden", - "fr": "Utilisez la page de connexion Web avec d'autres possibilités de connexion", - "it": "Utilizza la pagina di accesso web con possibilità di accesso alternative", - "es": "Utilice la página de inicio de sesión web con posibilidades de inicio de sesión alternativas", - "pl": "Skorzystaj ze strony logowania internetowego z alternatywnymi możliwościami logowania", - "zh-cn": "使用Web登录页面以及其他登录方式" - }, - "titleFull": { - "en": "Extended Web Login Page", - "de": "Erweiterte Web-Anmeldeseite", - "ru": "Расширенная веб-страница входа в систему", - "pt": "Página de login da web estendida", - "nl": "Uitgebreide webaanmeldingspagina", - "fr": "Page de connexion Web étendue", - "it": "Pagina di accesso Web estesa", - "es": "Página de inicio de sesión web ampliada", - "pl": "Rozszerzona strona logowania w sieci Web", - "zh-cn": "扩展的Web登录页面" - }, - "branch": "master", - "github": "https://github.com/Vertumnus/ioBroker.weblogin/master/README.md", - "installs": 37, - "weekDownloads": 1, - "stars": -1, - "issues": 1, - "score": 1 - }, - "googleauth": { - "title": { - "de": "googleauth", - "en": "googleauth", - "ru": "googleauth", - "zh-cn": "googleauth" - }, - "content": "adapterref/iobroker.googleauth/README.md", - "icon": "adapterref/iobroker.googleauth/logo-google.svg", - "keywords": "web, Authentication, Google", - "authors": "Armin Junge ", - "license": "MIT", - "published": "2020-05-06T19:12:16.718Z", - "version": "-.-.-", - "latestVersion": "0.3.4", - "materialize": true, - "compact": true, - "description": { - "en": "Login on webserver via your Google Account", - "de": "Melde dich über dein Google-Konto auf dem Webserver an", - "ru": "Войдите на веб-сервер через свою учетную запись Google", - "pt": "Faça login no servidor da web por meio da sua conta do Google", - "nl": "Log in op de webserver via uw Google-account", - "fr": "Connectez-vous sur le serveur Web via votre compte Google", - "it": "Accedi al server web tramite il tuo account Google", - "es": "Inicie sesión en el servidor web a través de su cuenta de Google", - "pl": "Zaloguj się na serwerze internetowym za pośrednictwem swojego konta Google", - "zh-cn": "通过您的Google帐户在网络服务器上登录" + "en": "Login on webserver via your Google Account", + "de": "Melde dich über dein Google-Konto auf dem Webserver an", + "ru": "Войдите на веб-сервер через свою учетную запись Google", + "pt": "Faça login no servidor da web por meio da sua conta do Google", + "nl": "Log in op de webserver via uw Google-account", + "fr": "Connectez-vous sur le serveur Web via votre compte Google", + "it": "Accedi al server web tramite il tuo account Google", + "es": "Inicie sesión en el servidor web a través de su cuenta de Google", + "pl": "Zaloguj się na serwerze internetowym za pośrednictwem swojego konta Google", + "zh-cn": "通过您的Google帐户在网络服务器上登录" }, "titleFull": { "en": "Google Authentication", @@ -22895,7 +23027,7 @@ "branch": "master", "github": "https://github.com/Vertumnus/ioBroker.googleauth/master/README.md", "installs": 20, - "weekDownloads": 1, + "weekDownloads": 11, "stars": -1, "issues": 4, "score": 1 @@ -22916,55 +23048,6 @@ "zh-cn": "车辆" }, "pages": { - "bmw": { - "title": { - "de": "bmw", - "en": "bmw", - "ru": "bmw", - "zh-cn": "bmw" - }, - "content": "adapterref/iobroker.bmw/README.md", - "icon": "adapterref/iobroker.bmw/bmw.png", - "keywords": "BMW", - "authors": "TA2k ", - "license": "MIT", - "published": "2017-09-02T11:56:25.197Z", - "version": "2.5.7", - "latestVersion": "2.6.2", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for BMW", - "de": "Adapter für BMW", - "ru": "Адаптер для BMW", - "pt": "Adaptador para bmw", - "nl": "Adapter voor BMW", - "fr": "Adaptateur pour BMW", - "it": "Adattatore per BMW", - "es": "Adaptador para BMW", - "pl": "Adapter do BMW", - "zh-cn": "宝马适配器" - }, - "titleFull": { - "en": "BMW", - "de": "BMW", - "ru": "BMW", - "pt": "BMW", - "nl": "BMW", - "fr": "BMW", - "it": "BMW", - "es": "BMW", - "pl": "BMW", - "zh-cn": "宝马" - }, - "branch": "master", - "github": "https://github.com/TA2k/ioBroker.bmw", - "installs": 1456, - "weekDownloads": 84, - "stars": 11, - "issues": 15, - "score": 1 - }, "bosch-ebike": { "title": { "de": "bosch-ebike", @@ -23008,8 +23091,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.bosch-ebike", - "installs": 790, - "weekDownloads": 28, + "installs": 806, + "weekDownloads": 40, "stars": -1, "issues": 5, "score": 1 @@ -23059,8 +23142,8 @@ }, "branch": "master", "github": "https://github.com/Newan/ioBroker.bluelink", - "installs": 811, - "weekDownloads": 70, + "installs": 822, + "weekDownloads": 57, "stars": 14, "issues": 6, "score": 1 @@ -23079,7 +23162,7 @@ "license": "MIT", "published": "2021-05-09T21:32:21.755Z", "version": "-.-.-", - "latestVersion": "0.8.1", + "latestVersion": "0.8.2", "compact": true, "description": { "en": "Adapter for managing multi EV-chargers with use of PV-energy", @@ -23109,110 +23192,110 @@ }, "branch": "master", "github": "https://github.com/hombach/ioBroker.chargemaster/master/README.md", - "installs": 22, - "weekDownloads": 24, + "installs": 19, + "weekDownloads": 63, "stars": 2, "issues": 3, "score": 1 }, - "easee": { + "bmw": { "title": { - "de": "easee", - "en": "easee", - "ru": "easee", - "zh-cn": "easee" + "de": "bmw", + "en": "bmw", + "ru": "bmw", + "zh-cn": "bmw" }, - "content": "adapterref/iobroker.easee/README.md", - "icon": "adapterref/iobroker.easee/easee.png", - "keywords": "wallbox easee", - "authors": "Newan ", + "content": "adapterref/iobroker.bmw/README.md", + "icon": "adapterref/iobroker.bmw/bmw.png", + "keywords": "BMW", + "authors": "TA2k ", "license": "MIT", - "published": "2021-02-18T19:49:28.503Z", - "version": "1.0.10", - "latestVersion": "1.0.10", + "published": "2017-09-02T11:56:25.197Z", + "version": "2.5.7", + "latestVersion": "2.6.2", "materialize": true, "compact": true, "description": { - "en": "Communicates with the Easee Wallbox API", - "de": "Kommuniziert mit der Easee Wallbox API", - "ru": "Взаимодействует с API Easee Wallbox", - "pt": "Comunica-se com a API Easee Wallbox", - "nl": "Communiceert met de Easee Wallbox API", - "fr": "Communique avec l'API Easee Wallbox", - "it": "Comunica con l'API Easee Wallbox", - "es": "Se comunica con la API Easee Wallbox", - "pl": "Komunikuje się z API Easee Wallbox", - "uk": "Зв’язується з Easee Wallbox API", - "zh-cn": "与 Easee Wallbox API 通信" + "en": "Adapter for BMW", + "de": "Adapter für BMW", + "ru": "Адаптер для BMW", + "pt": "Adaptador para bmw", + "nl": "Adapter voor BMW", + "fr": "Adaptateur pour BMW", + "it": "Adattatore per BMW", + "es": "Adaptador para BMW", + "pl": "Adapter do BMW", + "zh-cn": "宝马适配器" }, "titleFull": { - "en": "Easee Wallbox API", - "de": "Easee Wallbox API", - "ru": "API-интерфейс Easy Wallbox", - "pt": "API Easee Wallbox", - "nl": "Easee Wallbox-API", - "fr": "API Easee Wallbox", - "it": "Facilita l'API Wallbox", - "es": "Easee Wallbox API", - "pl": "Easee Wallbox API", - "uk": "Easee Wallbox API", - "zh-cn": "Easee Wallbox API" + "en": "BMW", + "de": "BMW", + "ru": "BMW", + "pt": "BMW", + "nl": "BMW", + "fr": "BMW", + "it": "BMW", + "es": "BMW", + "pl": "BMW", + "zh-cn": "宝马" }, "branch": "master", - "github": "https://github.com/Newan/ioBroker.easee", - "installs": 895, - "weekDownloads": 61, - "stars": 20, - "issues": 9, + "github": "https://github.com/TA2k/ioBroker.bmw", + "installs": 1475, + "weekDownloads": 103, + "stars": 11, + "issues": 15, "score": 1 }, - "fiat": { + "fuelpricemonitor": { "title": { - "de": "fiat", - "en": "fiat", - "ru": "fiat", - "zh-cn": "fiat" + "de": "fuelpricemonitor", + "en": "fuelpricemonitor", + "ru": "fuelpricemonitor", + "zh-cn": "fuelpricemonitor" }, - "content": "adapterref/iobroker.fiat/README.md", - "icon": "adapterref/iobroker.fiat/fiat.png", - "keywords": "fiat, 500e, jeep", - "authors": "TA2k ", + "content": "adapterref/iobroker.fuelpricemonitor/README.md", + "icon": "adapterref/iobroker.fuelpricemonitor/fuelpricemonitor.png", + "keywords": "Spritpreismonitor Österreich, Benzin, Diesel, Treibstoff", + "authors": "HGlab01 ", "license": "MIT", - "published": "2021-07-17T17:25:37.831Z", - "version": "0.0.8", - "latestVersion": "0.0.8", + "published": "2021-01-04T15:47:55.050Z", + "version": "0.3.6", + "latestVersion": "0.3.6", "materialize": true, "compact": true, "description": { - "en": "Fiat/Jeep adapter", - "de": "Fiat/Jeep-Adapter", - "ru": "Fiat/Jeep адаптер", - "pt": "adaptador Fiat/Jeep", - "nl": "Fiat/Jeep-adapter", - "fr": "adaptateur Fiat/Jeep", - "it": "adattatore Fiat/Jeep", - "es": "adaptador de Fiat/Jeep", - "pl": "adapter Fiat/Jeep", - "zh-cn": "法定适配器" + "en": "Fuel Price Monitor Austria", + "de": "Spritpreismonitor Österreich", + "ru": "Fuel Price Monitor Austria", + "pt": "Fuel Price Monitor Austria", + "nl": "Fuel Price Monitor Austria", + "fr": "Fuel Price Monitor Austria", + "it": "Fuel Price Monitor Austria", + "es": "Fuel Price Monitor Austria", + "pl": "Fuel Price Monitor Austria", + "uk": "Fuel Price Monitor Austria", + "zh-cn": "Fuel Price Monitor Austria" }, "titleFull": { - "en": "Fiat/Jeep", - "de": "Fiat/Jeep", - "ru": "Fiat/Jeep", - "pt": "Fiat/Jeep", - "nl": "Fiat/Jeep", - "fr": "Fiat/Jeep", - "it": "Fiat/Jeep", - "es": "Fiat/Jeep", - "pl": "Fiat/Jeep", - "zh-cn": "Fiat/Jeep" + "en": "Fuel Price Monitor Austria", + "de": "Spritpreismonitor Österreich", + "ru": "Fuel Price Monitor Austria", + "pt": "Fuel Price Monitor Austria", + "nl": "Fuel Price Monitor Austria", + "fr": "Fuel Price Monitor Austria", + "it": "Fuel Price Monitor Austria", + "es": "Fuel Price Monitor Austria", + "pl": "Fuel Price Monitor Austria", + "uk": "Fuel Price Monitor Austria", + "zh-cn": "Fuel Price Monitor Austria" }, - "branch": "master", - "github": "https://github.com/TA2k/ioBroker.fiat", - "installs": 279, - "weekDownloads": 11, - "stars": 13, - "issues": 6, + "branch": "main", + "github": "https://github.com/HGlab01/ioBroker.fuelpricemonitor", + "installs": 513, + "weekDownloads": 68, + "stars": 7, + "issues": 1, "score": 1 }, "ford": { @@ -23258,61 +23341,110 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.ford", - "installs": 477, - "weekDownloads": 377, - "stars": 4, - "issues": 9, + "installs": 482, + "weekDownloads": 52, + "stars": 5, + "issues": 8, "score": 1 }, - "fuelpricemonitor": { + "fiat": { "title": { - "de": "fuelpricemonitor", - "en": "fuelpricemonitor", - "ru": "fuelpricemonitor", - "zh-cn": "fuelpricemonitor" + "de": "fiat", + "en": "fiat", + "ru": "fiat", + "zh-cn": "fiat" }, - "content": "adapterref/iobroker.fuelpricemonitor/README.md", - "icon": "adapterref/iobroker.fuelpricemonitor/fuelpricemonitor.png", - "keywords": "Spritpreismonitor Österreich, Benzin, Diesel, Treibstoff", - "authors": "HGlab01 ", + "content": "adapterref/iobroker.fiat/README.md", + "icon": "adapterref/iobroker.fiat/fiat.png", + "keywords": "fiat, 500e, jeep", + "authors": "TA2k ", "license": "MIT", - "published": "2021-01-04T15:47:55.050Z", - "version": "0.3.6", - "latestVersion": "0.3.6", + "published": "2021-07-17T17:25:37.831Z", + "version": "0.0.8", + "latestVersion": "0.0.8", "materialize": true, "compact": true, "description": { - "en": "Fuel Price Monitor Austria", - "de": "Spritpreismonitor Österreich", - "ru": "Fuel Price Monitor Austria", - "pt": "Fuel Price Monitor Austria", - "nl": "Fuel Price Monitor Austria", - "fr": "Fuel Price Monitor Austria", - "it": "Fuel Price Monitor Austria", - "es": "Fuel Price Monitor Austria", - "pl": "Fuel Price Monitor Austria", - "uk": "Fuel Price Monitor Austria", - "zh-cn": "Fuel Price Monitor Austria" + "en": "Fiat/Jeep adapter", + "de": "Fiat/Jeep-Adapter", + "ru": "Fiat/Jeep адаптер", + "pt": "adaptador Fiat/Jeep", + "nl": "Fiat/Jeep-adapter", + "fr": "adaptateur Fiat/Jeep", + "it": "adattatore Fiat/Jeep", + "es": "adaptador de Fiat/Jeep", + "pl": "adapter Fiat/Jeep", + "zh-cn": "法定适配器" }, "titleFull": { - "en": "Fuel Price Monitor Austria", - "de": "Spritpreismonitor Österreich", - "ru": "Fuel Price Monitor Austria", - "pt": "Fuel Price Monitor Austria", - "nl": "Fuel Price Monitor Austria", - "fr": "Fuel Price Monitor Austria", - "it": "Fuel Price Monitor Austria", - "es": "Fuel Price Monitor Austria", - "pl": "Fuel Price Monitor Austria", - "uk": "Fuel Price Monitor Austria", - "zh-cn": "Fuel Price Monitor Austria" + "en": "Fiat/Jeep", + "de": "Fiat/Jeep", + "ru": "Fiat/Jeep", + "pt": "Fiat/Jeep", + "nl": "Fiat/Jeep", + "fr": "Fiat/Jeep", + "it": "Fiat/Jeep", + "es": "Fiat/Jeep", + "pl": "Fiat/Jeep", + "zh-cn": "Fiat/Jeep" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.fiat", + "installs": 285, + "weekDownloads": 24, + "stars": 13, + "issues": 6, + "score": 1 + }, + "fronius-wattpilot": { + "title": { + "de": "fronius-wattpilot", + "en": "fronius-wattpilot", + "ru": "fronius-wattpilot", + "zh-cn": "fronius-wattpilot" + }, + "content": "adapterref/iobroker.fronius-wattpilot/README.md", + "icon": "adapterref/iobroker.fronius-wattpilot/fronius-wattpilot.png", + "keywords": "template, home automation", + "authors": "tim2zg , SebastianHanz <>, derHaubi <>", + "license": "MIT", + "published": "2022-05-29T17:59:15.441Z", + "version": "4.6.2", + "latestVersion": "4.6.2", + "materialize": true, + "compact": true, + "description": { + "en": "A adapter to read and write states from and to the Fronius wattpilot", + "de": "Ein Adapter zum Lesen und Schreiben von und zum Fronius Wattpilot", + "ru": "Адаптер для чтения и записи штатов от и до Фрониус Ваттпилот", + "pt": "Um adaptador para ler e escrever estados de e para o Fronius wattpilot", + "nl": "Een adapter om te lezen en staat te schrijven van de Fronius Wattpilot", + "fr": "Un adaptateur pour lire et écrire les états de et vers le Wattpilot Fronius", + "it": "Un adattatore per leggere e scrivere stati da e per il pilota di watt Fronius", + "es": "Un adaptador para leer y escribir estados desde y hacia el Fronius watpilot", + "pl": "Adaptator do czytania i pisania stanów od i do Fronius wattpilot", + "uk": "Перехідник для зчитування та запису станів з Фроніуса ватпілота", + "zh-cn": "A. 适应者从Fronius 支柱处阅读和写信" + }, + "titleFull": { + "en": "Fronius Wattpilot", + "de": "Fronius Wattpilot", + "ru": "Фрониус Ваттпилот", + "pt": "Fronius Wattpilot", + "nl": "Fronius Wattpilot", + "fr": "Fronius Wattpilot", + "it": "Fronius Wattpilot", + "es": "Fronius Wattpilot", + "pl": "Fronius Wattpilot (ang.)", + "uk": "Фроній Ватпілот", + "zh-cn": "Fronius Wattot" }, "branch": "main", - "github": "https://github.com/HGlab01/ioBroker.fuelpricemonitor", - "installs": 510, + "github": "https://github.com/tim2zg/ioBroker.fronius-wattpilot", + "installs": 356, "weekDownloads": 67, "stars": 7, - "issues": 3, + "issues": 0, "score": 1 }, "go-e": { @@ -23358,61 +23490,61 @@ }, "branch": "master", "github": "https://github.com/MK-2001/ioBroker.go-e", - "installs": 1771, - "weekDownloads": 64, + "installs": 1794, + "weekDownloads": 99, "stars": 16, "issues": 6, "score": 1 }, - "fronius-wattpilot": { + "easee": { "title": { - "de": "fronius-wattpilot", - "en": "fronius-wattpilot", - "ru": "fronius-wattpilot", - "zh-cn": "fronius-wattpilot" + "de": "easee", + "en": "easee", + "ru": "easee", + "zh-cn": "easee" }, - "content": "adapterref/iobroker.fronius-wattpilot/README.md", - "icon": "adapterref/iobroker.fronius-wattpilot/fronius-wattpilot.png", - "keywords": "template, home automation", - "authors": "tim2zg , SebastianHanz <>, derHaubi <>", + "content": "adapterref/iobroker.easee/README.md", + "icon": "adapterref/iobroker.easee/easee.png", + "keywords": "wallbox easee", + "authors": "Newan ", "license": "MIT", - "published": "2022-05-29T17:59:15.441Z", - "version": "4.6.2", - "latestVersion": "4.6.2", + "published": "2021-02-18T19:49:28.503Z", + "version": "1.0.10", + "latestVersion": "1.0.10", "materialize": true, "compact": true, "description": { - "en": "A adapter to read and write states from and to the Fronius wattpilot", - "de": "Ein Adapter zum Lesen und Schreiben von und zum Fronius Wattpilot", - "ru": "Адаптер для чтения и записи штатов от и до Фрониус Ваттпилот", - "pt": "Um adaptador para ler e escrever estados de e para o Fronius wattpilot", - "nl": "Een adapter om te lezen en staat te schrijven van de Fronius Wattpilot", - "fr": "Un adaptateur pour lire et écrire les états de et vers le Wattpilot Fronius", - "it": "Un adattatore per leggere e scrivere stati da e per il pilota di watt Fronius", - "es": "Un adaptador para leer y escribir estados desde y hacia el Fronius watpilot", - "pl": "Adaptator do czytania i pisania stanów od i do Fronius wattpilot", - "uk": "Перехідник для зчитування та запису станів з Фроніуса ватпілота", - "zh-cn": "A. 适应者从Fronius 支柱处阅读和写信" + "en": "Communicates with the Easee Wallbox API", + "de": "Kommuniziert mit der Easee Wallbox API", + "ru": "Взаимодействует с API Easee Wallbox", + "pt": "Comunica-se com a API Easee Wallbox", + "nl": "Communiceert met de Easee Wallbox API", + "fr": "Communique avec l'API Easee Wallbox", + "it": "Comunica con l'API Easee Wallbox", + "es": "Se comunica con la API Easee Wallbox", + "pl": "Komunikuje się z API Easee Wallbox", + "uk": "Зв’язується з Easee Wallbox API", + "zh-cn": "与 Easee Wallbox API 通信" }, "titleFull": { - "en": "Fronius Wattpilot", - "de": "Fronius Wattpilot", - "ru": "Фрониус Ваттпилот", - "pt": "Fronius Wattpilot", - "nl": "Fronius Wattpilot", - "fr": "Fronius Wattpilot", - "it": "Fronius Wattpilot", - "es": "Fronius Wattpilot", - "pl": "Fronius Wattpilot (ang.)", - "uk": "Фроній Ватпілот", - "zh-cn": "Fronius Wattot" + "en": "Easee Wallbox API", + "de": "Easee Wallbox API", + "ru": "API-интерфейс Easy Wallbox", + "pt": "API Easee Wallbox", + "nl": "Easee Wallbox-API", + "fr": "API Easee Wallbox", + "it": "Facilita l'API Wallbox", + "es": "Easee Wallbox API", + "pl": "Easee Wallbox API", + "uk": "Easee Wallbox API", + "zh-cn": "Easee Wallbox API" }, - "branch": "main", - "github": "https://github.com/tim2zg/ioBroker.fronius-wattpilot", - "installs": 351, - "weekDownloads": 76, - "stars": 7, - "issues": 0, + "branch": "master", + "github": "https://github.com/Newan/ioBroker.easee", + "installs": 893, + "weekDownloads": 55, + "stars": 20, + "issues": 9, "score": 1 }, "mercedesme": { @@ -23458,61 +23590,12 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.mercedesme", - "installs": 1232, - "weekDownloads": 101, + "installs": 1236, + "weekDownloads": 94, "stars": 16, "issues": 6, "score": 1 }, - "nissan": { - "title": { - "de": "nissan", - "en": "nissan", - "ru": "nissan", - "zh-cn": "nissan" - }, - "content": "adapterref/iobroker.nissan/README.md", - "icon": "adapterref/iobroker.nissan/nissan.png", - "keywords": "nissan, leaf", - "authors": "TA2k ", - "license": "MIT", - "published": "2021-08-31T18:39:30.944Z", - "version": "0.0.12", - "latestVersion": "0.0.15", - "materialize": true, - "compact": true, - "description": { - "en": "Nissan Adapter", - "de": "Nissan-Adapter", - "ru": "Адаптер Nissan", - "pt": "Adaptador Nissan", - "nl": "Nissan-adapter", - "fr": "Adaptateur Nissan", - "it": "Adattatore Nissan", - "es": "Adaptador de Nissan", - "pl": "Adapter Nissana", - "zh-cn": "日产适配器" - }, - "titleFull": { - "en": "Nissan", - "de": "Nissan", - "ru": "Nissan", - "pt": "Nissan", - "nl": "Nissan", - "fr": "Nissan", - "it": "Nissan", - "es": "Nissan", - "pl": "Nissan", - "zh-cn": "日产" - }, - "branch": "master", - "github": "https://github.com/TA2k/ioBroker.nissan", - "installs": 113, - "weekDownloads": 1, - "stars": 3, - "issues": 7, - "score": 1 - }, "niu": { "title": { "de": "niu", @@ -23556,59 +23639,59 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.niu", - "installs": 32, - "weekDownloads": 2, + "installs": 34, + "weekDownloads": 4, "stars": -1, "issues": 2, "score": 1 }, - "porsche": { + "nissan": { "title": { - "de": "porsche", - "en": "porsche", - "ru": "porsche", - "zh-cn": "porsche" + "de": "nissan", + "en": "nissan", + "ru": "nissan", + "zh-cn": "nissan" }, - "content": "adapterref/iobroker.porsche/README.md", - "icon": "adapterref/iobroker.porsche/porsche.png", - "keywords": "porsche, myporsche", + "content": "adapterref/iobroker.nissan/README.md", + "icon": "adapterref/iobroker.nissan/nissan.png", + "keywords": "nissan, leaf", "authors": "TA2k ", "license": "MIT", - "published": "2022-01-10T14:24:38.005Z", - "version": "0.0.3", - "latestVersion": "0.1.0", + "published": "2021-08-31T18:39:30.944Z", + "version": "0.0.12", + "latestVersion": "0.0.15", "materialize": true, "compact": true, "description": { - "en": "Adapter for myPorsche", - "de": "Adapter für myPorsche", - "ru": "Адаптер для myPorsche", - "pt": "Adaptador para myPorsche", - "nl": "Adapter voor myPorsche", - "fr": "Adaptateur pour myPorsche", - "it": "Adattatore per myPorsche", - "es": "Adaptador para myPorsche", - "pl": "Adapter do myPorsche", - "zh-cn": "myPorsche 适配器" + "en": "Nissan Adapter", + "de": "Nissan-Adapter", + "ru": "Адаптер Nissan", + "pt": "Adaptador Nissan", + "nl": "Nissan-adapter", + "fr": "Adaptateur Nissan", + "it": "Adattatore Nissan", + "es": "Adaptador de Nissan", + "pl": "Adapter Nissana", + "zh-cn": "日产适配器" }, "titleFull": { - "en": "Porsche", - "de": "Porsche", - "ru": "Порше", - "pt": "Porsche", - "nl": "Porsche", - "fr": "Porsche", - "it": "Porsche", - "es": "Porsche", - "pl": "Porsche", - "zh-cn": "保时捷" + "en": "Nissan", + "de": "Nissan", + "ru": "Nissan", + "pt": "Nissan", + "nl": "Nissan", + "fr": "Nissan", + "it": "Nissan", + "es": "Nissan", + "pl": "Nissan", + "zh-cn": "日产" }, "branch": "master", - "github": "https://github.com/TA2k/ioBroker.porsche", - "installs": 107, - "weekDownloads": 4, - "stars": 4, - "issues": 2, + "github": "https://github.com/TA2k/ioBroker.nissan", + "installs": 109, + "weekDownloads": 13, + "stars": 3, + "issues": 7, "score": 1 }, "psa": { @@ -23654,10 +23737,59 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.psa", - "installs": 588, - "weekDownloads": 121, + "installs": 578, + "weekDownloads": 47, "stars": 10, - "issues": 8, + "issues": 10, + "score": 1 + }, + "porsche": { + "title": { + "de": "porsche", + "en": "porsche", + "ru": "porsche", + "zh-cn": "porsche" + }, + "content": "adapterref/iobroker.porsche/README.md", + "icon": "adapterref/iobroker.porsche/porsche.png", + "keywords": "porsche, myporsche", + "authors": "TA2k ", + "license": "MIT", + "published": "2022-01-10T14:24:38.005Z", + "version": "0.0.3", + "latestVersion": "0.1.0", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for myPorsche", + "de": "Adapter für myPorsche", + "ru": "Адаптер для myPorsche", + "pt": "Adaptador para myPorsche", + "nl": "Adapter voor myPorsche", + "fr": "Adaptateur pour myPorsche", + "it": "Adattatore per myPorsche", + "es": "Adaptador para myPorsche", + "pl": "Adapter do myPorsche", + "zh-cn": "myPorsche 适配器" + }, + "titleFull": { + "en": "Porsche", + "de": "Porsche", + "ru": "Порше", + "pt": "Porsche", + "nl": "Porsche", + "fr": "Porsche", + "it": "Porsche", + "es": "Porsche", + "pl": "Porsche", + "zh-cn": "保时捷" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.porsche", + "installs": 111, + "weekDownloads": 8, + "stars": 4, + "issues": 2, "score": 1 }, "renault": { @@ -23703,8 +23835,8 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.renault", - "installs": 623, - "weekDownloads": 31, + "installs": 645, + "weekDownloads": 44, "stars": 6, "issues": 13, "score": 1 @@ -23723,7 +23855,7 @@ "license": "MIT", "published": "2022-01-10T14:38:09.428Z", "version": "0.0.4", - "latestVersion": "0.0.4", + "latestVersion": "0.0.6", "materialize": true, "compact": true, "description": { @@ -23753,7 +23885,7 @@ "branch": "master", "github": "https://github.com/TA2k/ioBroker.smart-eq", "installs": 254, - "weekDownloads": 2, + "weekDownloads": 182, "stars": 7, "issues": 11, "score": 1 @@ -23802,8 +23934,8 @@ }, "branch": "master", "github": "https://github.com/instalator/ioBroker.starline", - "installs": 57, - "weekDownloads": 4, + "installs": 59, + "weekDownloads": 24, "stars": -1, "issues": 0, "score": 1 @@ -23853,111 +23985,12 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.tankerkoenig", - "installs": 9989, - "weekDownloads": 287, + "installs": 10016, + "weekDownloads": 338, "stars": 30, - "issues": 12, - "score": 1 - }, - "tesla-motors": { - "title": { - "de": "tesla-motors", - "en": "tesla-motors", - "ru": "tesla-motors", - "zh-cn": "tesla-motors" - }, - "content": "adapterref/iobroker.tesla-motors/README.md", - "icon": "adapterref/iobroker.tesla-motors/tesla-motors.png", - "keywords": "tesla", - "authors": "TA2k ", - "license": "MIT", - "published": "2019-11-25T11:37:38.874Z", - "version": "1.3.2", - "latestVersion": "1.3.2", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for Tesla", - "de": "Adapter für Tesla", - "ru": "Адаптер для Tesla", - "pt": "Adaptador para Tesla", - "nl": "Adapter voor Tesla", - "fr": "Adaptateur pour Tesla", - "it": "Adattatore per Tesla", - "es": "Adaptador para Tesla", - "pl": "Adapter do Tesli", - "zh-cn": "特斯拉适配器" - }, - "titleFull": { - "en": "Tesla", - "de": "Tesla", - "ru": "Тесла", - "pt": "Tesla", - "nl": "Tesla", - "fr": "Tesla", - "it": "Tesla", - "es": "Tesla", - "pl": "Tesla", - "zh-cn": "特斯拉" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.tesla-motors", - "installs": 1454, - "weekDownloads": 39, - "stars": 11, "issues": 13, "score": 1 }, - "tesla-wallconnector3": { - "title": { - "de": "tesla-wallconnector3", - "en": "tesla-wallconnector3", - "ru": "tesla-wallconnector3", - "zh-cn": "tesla-wallconnector3" - }, - "content": "adapterref/iobroker.tesla-wallconnector3/README.md", - "icon": "adapterref/iobroker.tesla-wallconnector3/tesla-wallconnector3.png", - "keywords": "tesla, vehicle, energy", - "authors": "NoBl ", - "license": "MIT", - "published": "2022-10-28T15:56:28.606Z", - "version": "-.-.-", - "latestVersion": "0.1.3", - "compact": true, - "description": { - "en": "This adapter reads API information from a Tesla Wall Connector Gen 3", - "de": "Dieser Adapter liest API-Informationen von einem Tesla Wall Connector Gen 3", - "ru": "Этот адаптер считывает информацию API с настенного разъема Tesla 3-го поколения.", - "pt": "Este adaptador lê informações de API de um Tesla Wall Connector Gen 3", - "nl": "Deze adapter leest API-informatie van een Tesla Wall Connector Gen 3", - "fr": "Cet adaptateur lit les informations API d'un connecteur mural Tesla Gen 3", - "it": "Questo adattatore legge le informazioni API da un Tesla Wall Connector Gen 3", - "es": "Este adaptador lee información API de un Tesla Wall Connector Gen 3", - "pl": "Ten adapter odczytuje informacje API ze złącza Tesla Wall Connector Gen 3", - "uk": "Цей адаптер зчитуває інформацію API від Tesla Wall Connector Gen 3", - "zh-cn": "此适配器从 Tesla Wall Connector Gen 3 读取 API 信息" - }, - "titleFull": { - "en": "Tesla Wall Connector Gen 3", - "de": "Tesla Wandanschluss Gen 3", - "ru": "Настенный разъем Tesla Gen 3", - "pt": "Conector de parede Tesla Gen 3", - "nl": "Tesla Wall Connector Gen 3", - "fr": "Connecteur mural Tesla Gen 3", - "it": "Connettore a parete Tesla Gen 3", - "es": "Conector de pared Tesla Gen 3", - "pl": "Złącze ścienne Tesla Gen 3", - "uk": "Tesla Wall Connector Ген 3", - "zh-cn": "Tesla 墙壁连接器 Gen 3" - }, - "branch": "master", - "github": "https://github.com/nobl/ioBroker.tesla-wallconnector3", - "installs": 43, - "weekDownloads": 4, - "stars": -1, - "issues": 4, - "score": 1 - }, "teslamateapi": { "title": { "de": "teslamateapi", @@ -24000,35 +24033,133 @@ }, "branch": "main", "github": "https://github.com/virusbrain/ioBroker.teslamateapi", - "installs": 15, - "weekDownloads": 0, + "installs": 16, + "weekDownloads": 8, "stars": -1, "issues": 7, "score": 1 }, - "tronity": { + "toyota": { "title": { - "de": "tronity", - "en": "tronity", - "ru": "tronity", - "zh-cn": "tronity" + "de": "toyota", + "en": "toyota", + "ru": "toyota", + "zh-cn": "toyota" }, - "content": "adapterref/iobroker.tronity/README.md", - "icon": "adapterref/iobroker.tronity/tronity.png", - "keywords": "Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall, Volkswagen, TRONITY", - "authors": "TRONITY ", + "content": "adapterref/iobroker.toyota/README.md", + "icon": "adapterref/iobroker.toyota/toyota.png", + "keywords": "toyota, myt, lexus", + "authors": "TA2k ", "license": "MIT", - "published": "2022-05-09T16:22:29.073Z", - "version": "1.1.1", - "latestVersion": "1.1.1", + "published": "2021-11-03T14:08:04.905Z", + "version": "0.0.3", + "latestVersion": "0.1.0", "materialize": true, "compact": true, "description": { - "en": "Enables you to get vehicle data from Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall and Volkswagen", - "de": "Ermöglicht es Ihnen, Fahrzeugdaten von Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall und Volkswagen abzurufen", - "ru": "Позволяет получать данные об автомобиле от Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall и Volkswagen.", - "pt": "Permite obter dados de veículos da Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall e Volkswagen", - "nl": "Hiermee kunt u voertuiggegevens opvragen van Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall en Volkswagen", + "en": "Adapter for myT Toyota/Lexus App", + "de": "Adapter für myT Toyota/Lexus App", + "ru": "Адаптер для приложения myT Toyota/Lexus", + "pt": "Adaptador para myT Toyota/Lexus App", + "nl": "Adapter voor myT Toyota/Lexus-app", + "fr": "Adaptateur pour l'application myT Toyota/Lexus", + "it": "Adattatore per app myT Toyota/Lexus", + "es": "Adaptador para la aplicación myT Toyota/Lexus", + "pl": "Adapter do aplikacji myT Toyota/Lexus", + "zh-cn": "适用于 myT Toyota/Lexus App 的适配器" + }, + "titleFull": { + "en": "myT Toyota/Lexus", + "de": "myT Toyota/Lexus", + "ru": "myT Toyota/Lexus", + "pt": "myT Toyota/Lexus", + "nl": "MijnT Toyota", + "fr": "myT Toyota/Lexus", + "it": "myT Toyota/Lexus", + "es": "myT Toyota/Lexus", + "pl": "myT Toyota/Lexus", + "zh-cn": "丰田" + }, + "branch": "master", + "github": "https://github.com/TA2k/ioBroker.toyota", + "installs": 98, + "weekDownloads": 12, + "stars": 2, + "issues": 3, + "score": 1 + }, + "tesla-motors": { + "title": { + "de": "tesla-motors", + "en": "tesla-motors", + "ru": "tesla-motors", + "zh-cn": "tesla-motors" + }, + "content": "adapterref/iobroker.tesla-motors/README.md", + "icon": "adapterref/iobroker.tesla-motors/tesla-motors.png", + "keywords": "tesla", + "authors": "TA2k ", + "license": "MIT", + "published": "2019-11-25T11:37:38.874Z", + "version": "1.3.2", + "latestVersion": "1.3.3", + "materialize": true, + "compact": true, + "description": { + "en": "Adapter for Tesla", + "de": "Adapter für Tesla", + "ru": "Адаптер для Tesla", + "pt": "Adaptador para Tesla", + "nl": "Adapter voor Tesla", + "fr": "Adaptateur pour Tesla", + "it": "Adattatore per Tesla", + "es": "Adaptador para Tesla", + "pl": "Adapter do Tesli", + "zh-cn": "特斯拉适配器" + }, + "titleFull": { + "en": "Tesla", + "de": "Tesla", + "ru": "Тесла", + "pt": "Tesla", + "nl": "Tesla", + "fr": "Tesla", + "it": "Tesla", + "es": "Tesla", + "pl": "Tesla", + "zh-cn": "特斯拉" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.tesla-motors", + "installs": 1472, + "weekDownloads": 274, + "stars": 11, + "issues": 13, + "score": 1 + }, + "tronity": { + "title": { + "de": "tronity", + "en": "tronity", + "ru": "tronity", + "zh-cn": "tronity" + }, + "content": "adapterref/iobroker.tronity/README.md", + "icon": "adapterref/iobroker.tronity/tronity.png", + "keywords": "Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall, Volkswagen, TRONITY", + "authors": "TRONITY ", + "license": "MIT", + "published": "2022-05-09T16:22:29.073Z", + "version": "1.1.1", + "latestVersion": "1.1.1", + "materialize": true, + "compact": true, + "description": { + "en": "Enables you to get vehicle data from Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall and Volkswagen", + "de": "Ermöglicht es Ihnen, Fahrzeugdaten von Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall und Volkswagen abzurufen", + "ru": "Позволяет получать данные об автомобиле от Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall и Volkswagen.", + "pt": "Permite obter dados de veículos da Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall e Volkswagen", + "nl": "Hiermee kunt u voertuiggegevens opvragen van Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall en Volkswagen", "fr": "Vous permet d'obtenir des données sur les véhicules d'Audi, BMW, Citroën, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall et Volkswagen", "it": "Consente di ottenere i dati del veicolo da Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall e Volkswagen", "es": "Le permite obtener datos de vehículos de Audi, BMW, Citroen, Cupra, DS, Fiat, Ford, Hyundai, Jaguar, Kia, MINI, Mercedes, Opel, Peugeot, Porsche, Renault, Seat, Skoda, Smart, Tesla, Vauxhall y Volkswagen", @@ -24055,83 +24186,103 @@ "issues": 6, "score": 1 }, - "zoe2": { + "tesla-wallconnector3": { "title": { - "de": "zoe2", - "en": "zoe2", - "ru": "zoe2", - "zh-cn": "zoe2" + "de": "tesla-wallconnector3", + "en": "tesla-wallconnector3", + "ru": "tesla-wallconnector3", + "zh-cn": "tesla-wallconnector3" }, - "content": "adapterref/iobroker.zoe2/README.md", - "icon": "adapterref/iobroker.zoe2/zoe.png", - "keywords": "ioBroker, Renault ZOE, Smart Home, home automation, mobility, eCar, electicity", - "authors": "Rene Pilz ", + "content": "adapterref/iobroker.tesla-wallconnector3/README.md", + "icon": "adapterref/iobroker.tesla-wallconnector3/tesla-wallconnector3.png", + "keywords": "tesla, vehicle, energy", + "authors": "NoBl ", "license": "MIT", - "published": "2021-02-08T09:16:53.022Z", + "published": "2022-10-28T15:56:28.606Z", "version": "-.-.-", - "latestVersion": "0.2.5", - "materialize": true, + "latestVersion": "0.1.3", "compact": true, "description": { - "en": "Renault ZOE for ioBroker", - "de": "Renault ZOE für ioBroker" + "en": "This adapter reads API information from a Tesla Wall Connector Gen 3", + "de": "Dieser Adapter liest API-Informationen von einem Tesla Wall Connector Gen 3", + "ru": "Этот адаптер считывает информацию API с настенного разъема Tesla 3-го поколения.", + "pt": "Este adaptador lê informações de API de um Tesla Wall Connector Gen 3", + "nl": "Deze adapter leest API-informatie van een Tesla Wall Connector Gen 3", + "fr": "Cet adaptateur lit les informations API d'un connecteur mural Tesla Gen 3", + "it": "Questo adattatore legge le informazioni API da un Tesla Wall Connector Gen 3", + "es": "Este adaptador lee información API de un Tesla Wall Connector Gen 3", + "pl": "Ten adapter odczytuje informacje API ze złącza Tesla Wall Connector Gen 3", + "uk": "Цей адаптер зчитуває інформацію API від Tesla Wall Connector Gen 3", + "zh-cn": "此适配器从 Tesla Wall Connector Gen 3 读取 API 信息" + }, + "titleFull": { + "en": "Tesla Wall Connector Gen 3", + "de": "Tesla Wandanschluss Gen 3", + "ru": "Настенный разъем Tesla Gen 3", + "pt": "Conector de parede Tesla Gen 3", + "nl": "Tesla Wall Connector Gen 3", + "fr": "Connecteur mural Tesla Gen 3", + "it": "Connettore a parete Tesla Gen 3", + "es": "Conector de pared Tesla Gen 3", + "pl": "Złącze ścienne Tesla Gen 3", + "uk": "Tesla Wall Connector Ген 3", + "zh-cn": "Tesla 墙壁连接器 Gen 3" }, - "titleFull": "Renault ZOE API v2", "branch": "master", - "github": "https://github.com/fungus75/ioBroker.zoe2", - "installs": 177, - "weekDownloads": 2, - "stars": 14, - "issues": 11, + "github": "https://github.com/nobl/ioBroker.tesla-wallconnector3", + "installs": 41, + "weekDownloads": 5, + "stars": -1, + "issues": 4, "score": 1 }, - "toyota": { + "vw-connect": { "title": { - "de": "toyota", - "en": "toyota", - "ru": "toyota", - "zh-cn": "toyota" + "de": "vw-connect", + "en": "vw-connect", + "ru": "vw-connect", + "zh-cn": "vw-connect" }, - "content": "adapterref/iobroker.toyota/README.md", - "icon": "adapterref/iobroker.toyota/toyota.png", - "keywords": "toyota, myt, lexus", - "authors": "TA2k ", + "content": "adapterref/iobroker.vw-connect/README.md", + "icon": "adapterref/iobroker.vw-connect/vw-connect.png", + "keywords": "VW, Connect, Audi, myAudi, Skoda, Skoda Connect, VW Connect, VW Connect ID, ID.3, VW Connect Go, Seat", + "authors": "ta2k , Sneak-L8 ", "license": "MIT", - "published": "2021-11-03T14:08:04.905Z", - "version": "0.0.3", - "latestVersion": "0.1.0", + "published": "2019-11-21T09:21:48.763Z", + "version": "0.0.67", + "latestVersion": "0.1.5", "materialize": true, "compact": true, "description": { - "en": "Adapter for myT Toyota/Lexus App", - "de": "Adapter für myT Toyota/Lexus App", - "ru": "Адаптер для приложения myT Toyota/Lexus", - "pt": "Adaptador para myT Toyota/Lexus App", - "nl": "Adapter voor myT Toyota/Lexus-app", - "fr": "Adaptateur pour l'application myT Toyota/Lexus", - "it": "Adattatore per app myT Toyota/Lexus", - "es": "Adaptador para la aplicación myT Toyota/Lexus", - "pl": "Adapter do aplikacji myT Toyota/Lexus", - "zh-cn": "适用于 myT Toyota/Lexus App 的适配器" + "en": "Adapter for VW Connect", + "de": "Adapter für VW Connect", + "ru": "Адаптер для VW Connect", + "pt": "Adaptador para VW Connect", + "nl": "Adapter voor VW Connect", + "fr": "Adaptateur pour VW Connect", + "it": "Adattatore per VW Connect", + "es": "Adaptador para VW Connect", + "pl": "Adapter do VW Connect", + "zh-cn": "大众我们连接的适配器" }, "titleFull": { - "en": "myT Toyota/Lexus", - "de": "myT Toyota/Lexus", - "ru": "myT Toyota/Lexus", - "pt": "myT Toyota/Lexus", - "nl": "MijnT Toyota", - "fr": "myT Toyota/Lexus", - "it": "myT Toyota/Lexus", - "es": "myT Toyota/Lexus", - "pl": "myT Toyota/Lexus", - "zh-cn": "丰田" + "en": "VW Connect", + "de": "VW Connect", + "ru": "VW мы соединяемся", + "pt": "VW Connect", + "nl": "VW Connect", + "fr": "VW Connect", + "it": "VW Connect", + "es": "VW Connect", + "pl": "VW Connect", + "zh-cn": "大众我们连接" }, "branch": "master", - "github": "https://github.com/TA2k/ioBroker.toyota", - "installs": 95, - "weekDownloads": 8, - "stars": 2, - "issues": 3, + "github": "https://github.com/ta2k/ioBroker.vw-connect", + "installs": 3681, + "weekDownloads": 731, + "stars": 73, + "issues": 46, "score": 1 }, "volvo": { @@ -24177,76 +24328,27 @@ }, "branch": "master", "github": "https://github.com/TA2k/ioBroker.volvo", - "installs": 267, - "weekDownloads": 11, + "installs": 272, + "weekDownloads": 17, "stars": 6, "issues": 7, "score": 1 }, - "vw-connect": { + "warp": { "title": { - "de": "vw-connect", - "en": "vw-connect", - "ru": "vw-connect", - "zh-cn": "vw-connect" + "de": "warp", + "en": "warp", + "ru": "warp", + "zh-cn": "warp" }, - "content": "adapterref/iobroker.vw-connect/README.md", - "icon": "adapterref/iobroker.vw-connect/vw-connect.png", - "keywords": "VW, Connect, Audi, myAudi, Skoda, Skoda Connect, VW Connect, VW Connect ID, ID.3, VW Connect Go, Seat", - "authors": "ta2k , Sneak-L8 ", + "content": "adapterref/iobroker.warp/README.md", + "icon": "adapterref/iobroker.warp/warp.png", + "keywords": "warp, charger, car, wallbox, e-mobility, tinkerforge", + "authors": "pottio", "license": "MIT", - "published": "2019-11-21T09:21:48.763Z", - "version": "0.0.67", - "latestVersion": "0.1.3", - "materialize": true, - "compact": true, - "description": { - "en": "Adapter for VW Connect", - "de": "Adapter für VW Connect", - "ru": "Адаптер для VW Connect", - "pt": "Adaptador para VW Connect", - "nl": "Adapter voor VW Connect", - "fr": "Adaptateur pour VW Connect", - "it": "Adattatore per VW Connect", - "es": "Adaptador para VW Connect", - "pl": "Adapter do VW Connect", - "zh-cn": "大众我们连接的适配器" - }, - "titleFull": { - "en": "VW Connect", - "de": "VW Connect", - "ru": "VW мы соединяемся", - "pt": "VW Connect", - "nl": "VW Connect", - "fr": "VW Connect", - "it": "VW Connect", - "es": "VW Connect", - "pl": "VW Connect", - "zh-cn": "大众我们连接" - }, - "branch": "master", - "github": "https://github.com/ta2k/ioBroker.vw-connect", - "installs": 3615, - "weekDownloads": 226, - "stars": 73, - "issues": 46, - "score": 1 - }, - "warp": { - "title": { - "de": "warp", - "en": "warp", - "ru": "warp", - "zh-cn": "warp" - }, - "content": "adapterref/iobroker.warp/README.md", - "icon": "adapterref/iobroker.warp/warp.png", - "keywords": "warp, charger, car, wallbox, e-mobility, tinkerforge", - "authors": "pottio", - "license": "MIT", - "published": "2022-03-21T21:20:46.903Z", - "version": "1.2.2", - "latestVersion": "1.2.2", + "published": "2022-03-21T21:20:46.903Z", + "version": "1.2.2", + "latestVersion": "1.2.2", "materialize": true, "compact": true, "description": { @@ -24275,11 +24377,41 @@ }, "branch": "main", "github": "https://github.com/pottio/ioBroker.warp", - "installs": 114, - "weekDownloads": 8, + "installs": 110, + "weekDownloads": 53, "stars": 1, "issues": 20, "score": 1 + }, + "zoe2": { + "title": { + "de": "zoe2", + "en": "zoe2", + "ru": "zoe2", + "zh-cn": "zoe2" + }, + "content": "adapterref/iobroker.zoe2/README.md", + "icon": "adapterref/iobroker.zoe2/zoe.png", + "keywords": "ioBroker, Renault ZOE, Smart Home, home automation, mobility, eCar, electicity", + "authors": "Rene Pilz ", + "license": "MIT", + "published": "2021-02-08T09:16:53.022Z", + "version": "-.-.-", + "latestVersion": "0.2.5", + "materialize": true, + "compact": true, + "description": { + "en": "Renault ZOE for ioBroker", + "de": "Renault ZOE für ioBroker" + }, + "titleFull": "Renault ZOE API v2", + "branch": "master", + "github": "https://github.com/fungus75/ioBroker.zoe2", + "installs": 169, + "weekDownloads": 19, + "stars": 14, + "issues": 11, + "score": 1 } } }, @@ -24296,6 +24428,53 @@ "pl": "Wyobrażanie sobie" }, "pages": { + "flot": { + "title": { + "de": "flot", + "en": "flot", + "ru": "flot", + "zh-cn": "flot" + }, + "content": "adapterref/iobroker.flot/README.md", + "icon": "adapterref/iobroker.flot/flot.png", + "keywords": "charts, graphics, grafiken", + "authors": "bluefox ", + "license": "MIT", + "published": "2015-06-10T19:35:14.599Z", + "version": "1.12.0", + "latestVersion": "1.12.0", + "description": { + "en": "This adapter draws charts with Flot in ioBroker.", + "de": "Dieser Adapter zeichnet Diagramme mit Flot in ioBroker.", + "ru": "Драйвер строит графики с помощью Flot", + "nl": "Deze adapter tekent grafieken met Flot in ioBroker", + "fr": "Cet adaptateur dessine des graphiques avec Flot dans ioBroker", + "pt": "Este adaptador desenha gráficos com o Flot no ioBroker", + "it": "Questo adattatore disegna i grafici con Flot in ioBroker.", + "es": "Este adaptador dibuja tablas con Flot en ioBroker", + "pl": "Ten adapter rysuje wykresy za pomocą Flot w programie ioBroker", + "zh-cn": "这器绘制图表,与海军报在ioBroker的。" + }, + "titleFull": { + "en": "Flot Charts", + "de": "Flot-Diagramme", + "ru": "Графики c Flot", + "pt": "Flot Charts", + "nl": "Flot charts", + "fr": "Graphiques des Flot", + "it": "Grafici Flot", + "es": "Gráficos de Flot", + "pl": "Wykresy Flot", + "zh-cn": "海军报表" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.flot", + "installs": 18118, + "weekDownloads": 619, + "stars": 21, + "issues": 14, + "score": 1 + }, "echarts": { "title": { "de": "echarts", @@ -24338,8 +24517,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.echarts", - "installs": 9437, - "weekDownloads": 622, + "installs": 9483, + "weekDownloads": 553, "stars": 14, "issues": 52, "score": 1 @@ -24387,57 +24566,46 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.eventlist", - "installs": 512, - "weekDownloads": 25, + "installs": 519, + "weekDownloads": 51, "stars": 6, - "issues": 16, + "issues": 18, "score": 1 }, - "flot": { + "habpanel": { "title": { - "de": "flot", - "en": "flot", - "ru": "flot", - "zh-cn": "flot" + "de": "habpanel", + "en": "habpanel", + "ru": "habpanel", + "zh-cn": "habpanel" }, - "content": "adapterref/iobroker.flot/README.md", - "icon": "adapterref/iobroker.flot/flot.png", - "keywords": "charts, graphics, grafiken", - "authors": "bluefox ", - "license": "MIT", - "published": "2015-06-10T19:35:14.599Z", - "version": "1.12.0", - "latestVersion": "1.12.0", + "content": "adapterref/iobroker.habpanel/README.md", + "icon": "adapterref/iobroker.habpanel/habpanel.png", + "keywords": "user, interface, webapp, jquerymobile, ui", + "authors": "Yannick Schaus , Kuba Wolanin , Sam Turner , Ingo Sigmund , Andreas Gebauer , bluefox ", + "license": "EPL-1.0", + "published": "2017-05-14T19:24:21.906Z", + "version": "0.5.0", + "latestVersion": "0.5.0", "description": { - "en": "This adapter draws charts with Flot in ioBroker.", - "de": "Dieser Adapter zeichnet Diagramme mit Flot in ioBroker.", - "ru": "Драйвер строит графики с помощью Flot", - "nl": "Deze adapter tekent grafieken met Flot in ioBroker", - "fr": "Cet adaptateur dessine des graphiques avec Flot dans ioBroker", - "pt": "Este adaptador desenha gráficos com o Flot no ioBroker", - "it": "Questo adattatore disegna i grafici con Flot in ioBroker.", - "es": "Este adaptador dibuja tablas con Flot en ioBroker", - "pl": "Ten adapter rysuje wykresy za pomocą Flot w programie ioBroker", - "zh-cn": "这器绘制图表,与海军报在ioBroker的。" - }, - "titleFull": { - "en": "Flot Charts", - "de": "Flot-Diagramme", - "ru": "Графики c Flot", - "pt": "Flot Charts", - "nl": "Flot charts", - "fr": "Graphiques des Flot", - "it": "Grafici Flot", - "es": "Gráficos de Flot", - "pl": "Wykresy Flot", - "zh-cn": "海军报表" + "en": "HABpanel based ioBroker user interface", + "de": "ioBroker GUI mit HABpanel", + "ru": "ioBroker визуализация c HABpanel", + "pt": "Interface de usuário do ioBroker baseada em HABpanel", + "nl": "Op HABpanel gebaseerde gebruikersinterface van ioBroker", + "fr": "Interface utilisateur ioBroker basée sur HABpanel", + "it": "Interfaccia utente ioBroker basata su HABpanel", + "es": "Interfaz de usuario ioBroker basada en HABpanel", + "pl": "Interfejs użytkownika ioBroker oparty na HABpanel", + "zh-cn": "基于HABpanel的ioBroker用户界面" }, + "titleFull": "HABpanel", "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.flot", - "installs": 18090, - "weekDownloads": 564, - "stars": 21, - "issues": 14, + "github": "https://github.com/iobroker-community-adapters/ioBroker.habpanel", + "installs": 7327, + "weekDownloads": 208, + "stars": 1, + "issues": 1, "score": 1 }, "iqontrol": { @@ -24483,10 +24651,10 @@ }, "branch": "master", "github": "https://github.com/sbormann/ioBroker.iqontrol", - "installs": 5217, - "weekDownloads": 318, + "installs": 5219, + "weekDownloads": 508, "stars": 65, - "issues": 11, + "issues": 10, "score": 1 }, "jarvis": { @@ -24532,61 +24700,57 @@ }, "branch": "master", "github": "https://github.com/Zefau/ioBroker.jarvis", - "installs": 16295, - "weekDownloads": 585, + "installs": 16452, + "weekDownloads": 761, "stars": 147, "issues": 377, "score": 1 }, - "lovelace": { + "mobile": { "title": { - "de": "lovelace", - "en": "lovelace", - "ru": "lovelace", - "zh-cn": "lovelace" + "de": "mobile", + "en": "mobile", + "ru": "mobile", + "zh-cn": "mobile" }, - "content": "adapterref/iobroker.lovelace/README.md", - "icon": "adapterref/iobroker.lovelace/lovelace.png", - "keywords": "ioBroker, template, Smart Home, home automation", + "content": "adapterref/iobroker.mobile/README.md", + "icon": "adapterref/iobroker.mobile/mobile.png", + "keywords": "user, interface, webapp, jquerymobile, ui", "authors": "bluefox ", - "license": "Apache-2.0", - "published": "2019-05-28T21:13:00.583Z", - "version": "3.0.1", - "latestVersion": "3.0.1", - "materialize": true, - "compact": true, + "license": "MIT", + "published": "2015-11-08T12:28:29.742Z", + "version": "1.0.1", + "latestVersion": "1.0.1", "description": { - "en": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI", - "de": "Mit diesem Adapter können Sie eine Visualisierung für ioBroker mit der Home Assistant Lovelace-Benutzeroberfläche erstellen", - "ru": "С помощью этого адаптера вы можете создавать визуализацию для ioBroker с Home Assistant Lovelace UI", - "pt": "Com este adaptador você pode construir visualização para o ioBroker com o Home Assistant Lovelace UI", - "nl": "Met deze adapter kunt u visualisatie bouwen voor ioBroker met Home Assistant Lovelace UI", - "fr": "Avec cet adaptateur, vous pouvez créer une visualisation pour ioBroker avec Home Assistant Lovelace UI", - "it": "Con questo adattatore puoi costruire la visualizzazione per ioBroker con l'interfaccia utente di Home Assistant Lovelace", - "es": "Con este adaptador puede crear visualización para ioBroker con Home Assistant Lovelace UI", - "pl": "Za pomocą tego adaptera możesz zbudować wizualizację dla ioBroker z interfejsem Home Assistant Lovelace", - "zh-cn": "使用此适配器,您可以使用Home Assistant Lovelace UI为ioBroker构建可视化", - "uk": "За допомогою цього адаптера ви можете створити візуалізацію для ioBroker з інтерфейсом користувача Home Assistant Lovelace" + "en": "jQuery Mobile based ioBroker user interface", + "de": "ioBroker GUI für mobile Geräte", + "ru": "ioBroker визуализация для мобильных устройств", + "pt": "Interface de usuário do ioBroker baseada em jQuery Mobile", + "nl": "jQuery Mobiel gebaseerde ioBroker gebruikersinterface", + "fr": "Interface utilisateur ioBroker basée sur jQuery Mobile", + "it": "Interfaccia utente ioBroker basata su jQuery Mobile", + "es": "Interfaz de usuario ioBroker basada en jQuery Mobile", + "pl": "Interfejs użytkownika ioBroker oparty na jQuery Mobile", + "zh-cn": "基于jQuery Mobile的ioBroker用户界面" }, "titleFull": { - "en": "Visualization with Lovelace-UI", - "de": "Visualisierung mit Lovelace-UI", - "ru": "Визуализация с помощью Lovelace-UI", - "pt": "Visualização com Lovelace-UI", - "nl": "Visualisatie met Lovelace-UI", - "fr": "Visualisation avec Lovelace-UI", - "it": "Visualizzazione con Lovelace-UI", - "es": "Visualización con Lovelace-UI", - "pl": "Wizualizacja za pomocą Lovelace-UI", - "zh-cn": "使用Lovelace-UI进行可视化", - "uk": "Візуалізація за допомогою Lovelace-UI" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.lovelace", - "installs": 4690, - "weekDownloads": 153, - "stars": 46, - "issues": 23, + "en": "Mobile UI", + "de": "Mobile UI", + "ru": "Мобильный пользовательский интерфейс", + "pt": "Móveis de INTERFACE do usuário", + "nl": "Mobiele UI", + "fr": "INTERFACE Mobile", + "it": "Mobile UI", + "es": "Móvil de interfaz de usuario", + "pl": "Mobilny interfejs użytkownika", + "zh-cn": "移动用户界面" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.mobile", + "installs": 4986, + "weekDownloads": 87, + "stars": 18, + "issues": 7, "score": 1 }, "material": { @@ -24621,46 +24785,61 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.material", - "installs": 4255, - "weekDownloads": 131, + "installs": 4217, + "weekDownloads": 200, "stars": 59, "issues": 82, "score": 1 }, - "habpanel": { + "lovelace": { "title": { - "de": "habpanel", - "en": "habpanel", - "ru": "habpanel", - "zh-cn": "habpanel" + "de": "lovelace", + "en": "lovelace", + "ru": "lovelace", + "zh-cn": "lovelace" }, - "content": "adapterref/iobroker.habpanel/README.md", - "icon": "adapterref/iobroker.habpanel/habpanel.png", - "keywords": "user, interface, webapp, jquerymobile, ui", - "authors": "Yannick Schaus , Kuba Wolanin , Sam Turner , Ingo Sigmund , Andreas Gebauer , bluefox ", - "license": "EPL-1.0", - "published": "2017-05-14T19:24:21.906Z", - "version": "0.5.0", - "latestVersion": "0.5.0", + "content": "adapterref/iobroker.lovelace/README.md", + "icon": "adapterref/iobroker.lovelace/lovelace.png", + "keywords": "ioBroker, template, Smart Home, home automation", + "authors": "bluefox ", + "license": "Apache-2.0", + "published": "2019-05-28T21:13:00.583Z", + "version": "3.0.1", + "latestVersion": "3.0.1", + "materialize": true, + "compact": true, "description": { - "en": "HABpanel based ioBroker user interface", - "de": "ioBroker GUI mit HABpanel", - "ru": "ioBroker визуализация c HABpanel", - "pt": "Interface de usuário do ioBroker baseada em HABpanel", - "nl": "Op HABpanel gebaseerde gebruikersinterface van ioBroker", - "fr": "Interface utilisateur ioBroker basée sur HABpanel", - "it": "Interfaccia utente ioBroker basata su HABpanel", - "es": "Interfaz de usuario ioBroker basada en HABpanel", - "pl": "Interfejs użytkownika ioBroker oparty na HABpanel", - "zh-cn": "基于HABpanel的ioBroker用户界面" + "en": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI", + "de": "Mit diesem Adapter können Sie eine Visualisierung für ioBroker mit der Home Assistant Lovelace-Benutzeroberfläche erstellen", + "ru": "С помощью этого адаптера вы можете создавать визуализацию для ioBroker с Home Assistant Lovelace UI", + "pt": "Com este adaptador você pode construir visualização para o ioBroker com o Home Assistant Lovelace UI", + "nl": "Met deze adapter kunt u visualisatie bouwen voor ioBroker met Home Assistant Lovelace UI", + "fr": "Avec cet adaptateur, vous pouvez créer une visualisation pour ioBroker avec Home Assistant Lovelace UI", + "it": "Con questo adattatore puoi costruire la visualizzazione per ioBroker con l'interfaccia utente di Home Assistant Lovelace", + "es": "Con este adaptador puede crear visualización para ioBroker con Home Assistant Lovelace UI", + "pl": "Za pomocą tego adaptera możesz zbudować wizualizację dla ioBroker z interfejsem Home Assistant Lovelace", + "zh-cn": "使用此适配器,您可以使用Home Assistant Lovelace UI为ioBroker构建可视化", + "uk": "За допомогою цього адаптера ви можете створити візуалізацію для ioBroker з інтерфейсом користувача Home Assistant Lovelace" + }, + "titleFull": { + "en": "Visualization with Lovelace-UI", + "de": "Visualisierung mit Lovelace-UI", + "ru": "Визуализация с помощью Lovelace-UI", + "pt": "Visualização com Lovelace-UI", + "nl": "Visualisatie met Lovelace-UI", + "fr": "Visualisation avec Lovelace-UI", + "it": "Visualizzazione con Lovelace-UI", + "es": "Visualización con Lovelace-UI", + "pl": "Wizualizacja za pomocą Lovelace-UI", + "zh-cn": "使用Lovelace-UI进行可视化", + "uk": "Візуалізація за допомогою Lovelace-UI" }, - "titleFull": "HABpanel", "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.habpanel", - "installs": 7308, - "weekDownloads": 139, - "stars": 1, - "issues": 1, + "github": "https://github.com/ioBroker/ioBroker.lovelace", + "installs": 4718, + "weekDownloads": 268, + "stars": 49, + "issues": 23, "score": 1 }, "mytime": { @@ -24706,10 +24885,10 @@ }, "branch": "master", "github": "https://github.com/oweitman/ioBroker.mytime", - "installs": 635, - "weekDownloads": 7, + "installs": 633, + "weekDownloads": 26, "stars": 3, - "issues": 27, + "issues": 28, "score": 1 }, "rickshaw": { @@ -24751,59 +24930,12 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.rickshaw", - "installs": 1515, - "weekDownloads": 34, + "installs": 1507, + "weekDownloads": 41, "stars": 4, "issues": 6, "score": 1 }, - "mobile": { - "title": { - "de": "mobile", - "en": "mobile", - "ru": "mobile", - "zh-cn": "mobile" - }, - "content": "adapterref/iobroker.mobile/README.md", - "icon": "adapterref/iobroker.mobile/mobile.png", - "keywords": "user, interface, webapp, jquerymobile, ui", - "authors": "bluefox ", - "license": "MIT", - "published": "2015-11-08T12:28:29.742Z", - "version": "1.0.1", - "latestVersion": "1.0.1", - "description": { - "en": "jQuery Mobile based ioBroker user interface", - "de": "ioBroker GUI für mobile Geräte", - "ru": "ioBroker визуализация для мобильных устройств", - "pt": "Interface de usuário do ioBroker baseada em jQuery Mobile", - "nl": "jQuery Mobiel gebaseerde ioBroker gebruikersinterface", - "fr": "Interface utilisateur ioBroker basée sur jQuery Mobile", - "it": "Interfaccia utente ioBroker basata su jQuery Mobile", - "es": "Interfaz de usuario ioBroker basada en jQuery Mobile", - "pl": "Interfejs użytkownika ioBroker oparty na jQuery Mobile", - "zh-cn": "基于jQuery Mobile的ioBroker用户界面" - }, - "titleFull": { - "en": "Mobile UI", - "de": "Mobile UI", - "ru": "Мобильный пользовательский интерфейс", - "pt": "Móveis de INTERFACE do usuário", - "nl": "Mobiele UI", - "fr": "INTERFACE Mobile", - "it": "Mobile UI", - "es": "Móvil de interfaz de usuario", - "pl": "Mobilny interfejs użytkownika", - "zh-cn": "移动用户界面" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.mobile", - "installs": 5006, - "weekDownloads": 76, - "stars": 18, - "issues": 7, - "score": 1 - }, "slideshow": { "title": { "de": "slideshow", @@ -24847,60 +24979,12 @@ }, "branch": "main", "github": "https://github.com/gaudes/ioBroker.slideshow", - "installs": 288, - "weekDownloads": 0, + "installs": 294, + "weekDownloads": 9, "stars": 9, "issues": 12, "score": 1 }, - "tileboard": { - "title": { - "de": "tileboard", - "en": "tileboard", - "ru": "tileboard", - "zh-cn": "tileboard" - }, - "content": "adapterref/iobroker.tileboard/README.md", - "icon": "adapterref/iobroker.tileboard/tileboard.png", - "keywords": "DashUI, GUI, graphical, scada", - "authors": "bluefox ", - "license": "MIT", - "published": "2019-02-13T17:29:34.659Z", - "version": "-.-.-", - "latestVersion": "0.3.1", - "materialize": true, - "description": { - "en": "TileBoard for visualisation in ioBroker", - "de": "TileBoard zur Visualisierung in ioBroker", - "ru": "TileBoard для визуализации в ioBroker", - "pt": "TileBoard para visualização no ioBroker", - "nl": "TileBoard voor visualisatie in ioBroker", - "fr": "TileBoard pour la visualisation dans ioBroker", - "it": "TileBoard per la visualizzazione in ioBroker", - "es": "TileBoard para visualización en ioBroker", - "pl": "TileBoard do wizualizacji w ioBroker", - "zh-cn": "TileBoard用于ioBroker中的可视化" - }, - "titleFull": { - "en": "Visualisation with TileBoard", - "de": "Visualisierung mit TileBoard", - "ru": "Визуализация с TileBoard", - "pt": "Visualização com o TileBoard", - "nl": "Visualisatie met TileBoard", - "fr": "Visualisation avec TileBoard", - "it": "Visualizzazione con TileBoard", - "es": "Visualización con TileBoard", - "pl": "Wizualizacja za pomocą TileBoard", - "zh-cn": "使用TileBoard进行可视化" - }, - "branch": "master", - "github": "https://github.com/iobroker/ioBroker.tileboard", - "installs": 162, - "weekDownloads": 3, - "stars": 10, - "issues": 9, - "score": 1 - }, "vis": { "title": { "de": "vis", @@ -24944,31 +25028,126 @@ }, "branch": "master", "github": "https://github.com/iobroker/iobroker.vis", - "installs": 46521, - "weekDownloads": 1756, + "installs": 46773, + "weekDownloads": 1964, "stars": 55, "issues": 11, "score": 1 }, - "vis-2": { + "minuvis": { "title": { - "de": "vis-2", - "en": "vis-2", - "ru": "vis-2", - "zh-cn": "vis-2" + "de": "minuvis", + "en": "minuvis", + "ru": "minuvis", + "zh-cn": "minuvis" }, - "content": "adapterref/iobroker.vis-2/README.md", - "icon": "adapterref/iobroker.vis-2/vis-2.png", + "content": "adapterref/iobroker.minuvis/README.md", + "icon": "adapterref/iobroker.minuvis/minuvis.png", + "keywords": "Vis SCADA Visualization", + "authors": "svallant ", + "license": "MIT", + "published": "2020-05-05T18:02:17.072Z", + "version": "2.2.0", + "latestVersion": "2.3.3", + "description": { + "en": "Visualization for all devices", + "de": "Visualisierung für alle Geräte", + "ru": "Визуализация для всех устройств", + "pt": "Visualização para todos os dispositivos", + "nl": "Visualisatie voor alle apparaten", + "fr": "Visualisation pour tous les appareils", + "it": "Visualizzazione per tutti i dispositivi", + "es": "Visualización para todos los dispositivos.", + "pl": "Wizualizacja dla wszystkich urządzeń", + "zh-cn": "可视化所有设备" + }, + "titleFull": { + "en": "minuVis", + "de": "minuVis", + "ru": "minuVis", + "pt": "minuVis", + "nl": "minivis", + "fr": "minuVis", + "it": "minuVis", + "es": "minuVis", + "pl": "minuVis", + "zh-cn": "minuVis" + }, + "branch": "master", + "github": "https://github.com/minukodu/ioBroker.minuvis", + "installs": 1097, + "weekDownloads": 59, + "stars": 11, + "issues": 18, + "score": 1 + }, + "tileboard": { + "title": { + "de": "tileboard", + "en": "tileboard", + "ru": "tileboard", + "zh-cn": "tileboard" + }, + "content": "adapterref/iobroker.tileboard/README.md", + "icon": "adapterref/iobroker.tileboard/tileboard.png", "keywords": "DashUI, GUI, graphical, scada", "authors": "bluefox ", - "license": "CC-BY-NC-4.0", - "published": "2023-07-28T07:26:28.474Z", + "license": "MIT", + "published": "2019-02-13T17:29:34.659Z", "version": "-.-.-", - "latestVersion": "2.2.7", + "latestVersion": "0.3.1", "materialize": true, - "compact": true, "description": { - "en": "Extended GUI for ioBroker", + "en": "TileBoard for visualisation in ioBroker", + "de": "TileBoard zur Visualisierung in ioBroker", + "ru": "TileBoard для визуализации в ioBroker", + "pt": "TileBoard para visualização no ioBroker", + "nl": "TileBoard voor visualisatie in ioBroker", + "fr": "TileBoard pour la visualisation dans ioBroker", + "it": "TileBoard per la visualizzazione in ioBroker", + "es": "TileBoard para visualización en ioBroker", + "pl": "TileBoard do wizualizacji w ioBroker", + "zh-cn": "TileBoard用于ioBroker中的可视化" + }, + "titleFull": { + "en": "Visualisation with TileBoard", + "de": "Visualisierung mit TileBoard", + "ru": "Визуализация с TileBoard", + "pt": "Visualização com o TileBoard", + "nl": "Visualisatie met TileBoard", + "fr": "Visualisation avec TileBoard", + "it": "Visualizzazione con TileBoard", + "es": "Visualización con TileBoard", + "pl": "Wizualizacja za pomocą TileBoard", + "zh-cn": "使用TileBoard进行可视化" + }, + "branch": "master", + "github": "https://github.com/iobroker/ioBroker.tileboard", + "installs": 156, + "weekDownloads": 17, + "stars": 10, + "issues": 9, + "score": 1 + }, + "vis-2": { + "title": { + "de": "vis-2", + "en": "vis-2", + "ru": "vis-2", + "zh-cn": "vis-2" + }, + "content": "adapterref/iobroker.vis-2/README.md", + "icon": "adapterref/iobroker.vis-2/vis-2.png", + "keywords": "DashUI, GUI, graphical, scada", + "authors": "bluefox ", + "license": "CC-BY-NC-4.0", + "published": "2023-07-28T07:26:28.474Z", + "version": "-.-.-", + "latestVersion": "2.3.0", + "materialize": true, + "compact": true, + "description": { + "en": "Extended GUI for ioBroker", "de": "Erweiterte GUI für ioBroker", "ru": "Расширенный GUI для ioBroker", "pt": "GUI estendido para ioBroker", @@ -24995,8 +25174,8 @@ }, "branch": "master", "github": "https://github.com/iobroker/iobroker.vis-2", - "installs": 839, - "weekDownloads": 596, + "installs": 1017, + "weekDownloads": 365, "stars": 2, "issues": 4, "score": 1 @@ -25014,7 +25193,7 @@ "authors": "jogibear9988 ", "license": "MIT", "published": "2021-12-17T00:30:13.217Z", - "version": "-.-.-", + "version": "0.12.3", "latestVersion": "0.12.3", "materialize": true, "compact": true, @@ -25046,58 +25225,11 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.webui", - "installs": 17, - "weekDownloads": 320, + "installs": 30, + "weekDownloads": 208, "stars": 5, "issues": 5, "score": 1 - }, - "minuvis": { - "title": { - "de": "minuvis", - "en": "minuvis", - "ru": "minuvis", - "zh-cn": "minuvis" - }, - "content": "adapterref/iobroker.minuvis/README.md", - "icon": "adapterref/iobroker.minuvis/minuvis.png", - "keywords": "Vis SCADA Visualization", - "authors": "svallant ", - "license": "MIT", - "published": "2020-05-05T18:02:17.072Z", - "version": "2.2.0", - "latestVersion": "2.3.3", - "description": { - "en": "Visualization for all devices", - "de": "Visualisierung für alle Geräte", - "ru": "Визуализация для всех устройств", - "pt": "Visualização para todos os dispositivos", - "nl": "Visualisatie voor alle apparaten", - "fr": "Visualisation pour tous les appareils", - "it": "Visualizzazione per tutti i dispositivi", - "es": "Visualización para todos los dispositivos.", - "pl": "Wizualizacja dla wszystkich urządzeń", - "zh-cn": "可视化所有设备" - }, - "titleFull": { - "en": "minuVis", - "de": "minuVis", - "ru": "minuVis", - "pt": "minuVis", - "nl": "minivis", - "fr": "minuVis", - "it": "minuVis", - "es": "minuVis", - "pl": "minuVis", - "zh-cn": "minuVis" - }, - "branch": "master", - "github": "https://github.com/minukodu/ioBroker.minuvis", - "installs": 1098, - "weekDownloads": 29, - "stars": 11, - "issues": 18, - "score": 1 } } }, @@ -25114,33 +25246,33 @@ "pl": "Ikony wizualizacji" }, "pages": { - "icons-open-icon-library-png": { + "icons-icons8": { "title": { - "de": "icons-open-icon-library-png", - "en": "icons-open-icon-library-png", - "ru": "icons-open-icon-library-png", - "zh-cn": "icons-open-icon-library-png" + "de": "icons-icons8", + "en": "icons-icons8", + "ru": "icons-icons8", + "zh-cn": "icons-icons8" }, - "content": "adapterref/iobroker.icons-open-icon-library-png/README.md", - "icon": "adapterref/iobroker.icons-open-icon-library-png/icons-open-icon-library-png.png", - "keywords": "icons, material design, ioBroker", - "authors": "bluefox ", - "license": "GPLv3", - "published": "2015-05-31T17:49:40.646Z", - "version": "0.1.2", - "latestVersion": "0.1.2", + "content": "adapterref/iobroker.icons-icons8/README.md", + "icon": "adapterref/iobroker.icons-icons8/icons8.png", + "keywords": "icons, icons8", + "authors": "bluefox ", + "license": "CC BY-ND 3.0", + "published": "2016-04-30T08:36:47.965Z", + "version": "0.0.1", + "latestVersion": "0.0.1", "description": { - "en": "Open icon library set for visualisation as PNG", - "de": "Open icon library Bildersatz für die Visualisierung als PNG", - "ru": "Набор иконок для из open icon library визуализации в PNG" + "en": "Icon set for visualisation for home automation from Icons8.com.", + "de": "Bildersatz für die Visualisierung von Hausautomatisierung von Icons8.com", + "ru": "Набор иконок для визуализации дома от Icons8.com" }, - "titleFull": "Open icon library set as PNG", + "titleFull": "Icons from Icons8.com", "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.icons-open-icon-library-png", - "installs": 5528, - "weekDownloads": 139, - "stars": 13, - "issues": 5, + "github": "https://github.com/ioBroker/ioBroker.icons-icons8", + "installs": 6995, + "weekDownloads": 202, + "stars": 6, + "issues": 4, "score": 1 }, "icons-material-png": { @@ -25166,117 +25298,12 @@ "titleFull": "Material google design icons as PNG", "branch": "master", "github": "https://github.com/ioBroker/ioBroker.icons-material-png", - "installs": 6388, - "weekDownloads": 193, + "installs": 6387, + "weekDownloads": 135, "stars": 4, "issues": 5, "score": 1 }, - "icons-ultimate-png": { - "title": { - "de": "icons-ultimate-png", - "en": "icons-ultimate-png", - "ru": "icons-ultimate-png", - "zh-cn": "icons-ultimate-png" - }, - "content": "adapterref/iobroker.icons-ultimate-png/README.md", - "icon": "adapterref/iobroker.icons-ultimate-png/icons-ultimate-png.png", - "keywords": "icons, material design, ioBroker", - "authors": "bluefox ", - "license": "CC-BY", - "published": "2015-05-20T18:45:26.242Z", - "version": "1.0.1", - "latestVersion": "1.0.1", - "description": { - "en": "Ultimate icon set for visualisation as PNG.", - "de": "Bildersatz für die Visualisierung als PNG", - "ru": "Набор иконок для визуализации дома в PNG" - }, - "titleFull": "Ultimate icon set for visualisation as PNG", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.icons-ultimate-png", - "installs": 7433, - "weekDownloads": 207, - "stars": 8, - "issues": 4, - "score": 1 - }, - "icons-mfd-svg": { - "title": { - "de": "icons-mfd-svg", - "en": "icons-mfd-svg", - "ru": "icons-mfd-svg", - "zh-cn": "icons-mfd-svg" - }, - "content": "adapterref/iobroker.icons-mfd-svg/README.md", - "icon": "adapterref/iobroker.icons-mfd-svg/icons-mfd-svg.png", - "keywords": "icons, mfd, knx", - "authors": "mfd, bluefox ", - "license": "CC BY-SA 3.0", - "published": "2015-05-20T18:39:41.938Z", - "version": "1.1.0", - "latestVersion": "1.1.0", - "description": { - "en": "Icon set for visualisation for home automation as SVG", - "de": "Icon-Set zur Visualisierung für die Hausautomation als SVG", - "ru": "Набор иконок для визуализации домашней автоматизации в формате SVG", - "pt": "Conjunto de ícones para visualização para automação residencial como SVG", - "nl": "Icon set voor visualisatie voor domotica als SVG", - "fr": "Jeu d'icônes pour la visualisation de la domotique au format SVG", - "it": "Icona impostata per la visualizzazione per la domotica come SVG", - "es": "Conjunto de iconos para visualización de domótica como SVG", - "pl": "Zestaw ikon do wizualizacji automatyki domowej jako SVG", - "zh-cn": "用于将家庭自动化可视化为 SVG 的图标集" - }, - "titleFull": { - "en": "Mfd icons as SVG", - "de": "Mfd-Icons als SVG", - "ru": "Иконки Mfd в формате SVG", - "pt": "Mfd ícones como SVG", - "nl": "Mfd-pictogrammen als SVG", - "fr": "Icônes Mfd en SVG", - "it": "Icone Mfd come SVG", - "es": "Iconos mfd como SVG", - "pl": "Ikony MFD jako SVG", - "zh-cn": "Mfd 图标为 SVG" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.icons-mfd-svg", - "installs": 12405, - "weekDownloads": 293, - "stars": 8, - "issues": 0, - "score": 1 - }, - "icons-icons8": { - "title": { - "de": "icons-icons8", - "en": "icons-icons8", - "ru": "icons-icons8", - "zh-cn": "icons-icons8" - }, - "content": "adapterref/iobroker.icons-icons8/README.md", - "icon": "adapterref/iobroker.icons-icons8/icons8.png", - "keywords": "icons, icons8", - "authors": "bluefox ", - "license": "CC BY-ND 3.0", - "published": "2016-04-30T08:36:47.965Z", - "version": "0.0.1", - "latestVersion": "0.0.1", - "description": { - "en": "Icon set for visualisation for home automation from Icons8.com.", - "de": "Bildersatz für die Visualisierung von Hausautomatisierung von Icons8.com", - "ru": "Набор иконок для визуализации дома от Icons8.com" - }, - "titleFull": "Icons from Icons8.com", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.icons-icons8", - "installs": 6971, - "weekDownloads": 199, - "stars": 6, - "issues": 4, - "score": 1 - }, "icons-addictive-flavour-png": { "title": { "de": "icons-addictive-flavour-png", @@ -25300,8 +25327,8 @@ "titleFull": "Addictive flavour icon set as PNG", "branch": "master", "github": "https://github.com/ioBroker/ioBroker.icons-addictive-flavour-png", - "installs": 4576, - "weekDownloads": 163, + "installs": 4612, + "weekDownloads": 130, "stars": 4, "issues": 4, "score": 1 @@ -25329,47 +25356,18 @@ "titleFull": "Material google design icons as SVG", "branch": "master", "github": "https://github.com/ioBroker/ioBroker.icons-material-svg", - "installs": 4062, - "weekDownloads": 138, + "installs": 4075, + "weekDownloads": 124, "stars": 6, "issues": 4, "score": 1 }, - "icons-fatcow-hosting": { + "icons-mfd-png": { "title": { - "de": "icons-fatcow-hosting", - "en": "icons-fatcow-hosting", - "ru": "icons-fatcow-hosting", - "zh-cn": "icons-fatcow-hosting" - }, - "content": "adapterref/iobroker.icons-fatcow-hosting/README.md", - "icon": "adapterref/iobroker.icons-fatcow-hosting/icons-fatcow-hosting.png", - "keywords": "icons, material design, ioBroker", - "authors": "bluefox ", - "license": "CC-BY", - "published": "2016-11-28T20:43:40.799Z", - "version": "0.1.0", - "latestVersion": "0.1.0", - "description": { - "en": "Open icon library set for visualisation from FatCow Hosting", - "de": "Open icon library Bildersatz für die Visualisierung von FatCow Hosting", - "ru": "Набор иконок для из open icon library визуализации от FatCow Hosting" - }, - "titleFull": "Open icon library set from FatCow Hosting", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.icons-fatcow-hosting", - "installs": 3521, - "weekDownloads": 106, - "stars": 4, - "issues": 4, - "score": 1 - }, - "icons-mfd-png": { - "title": { - "de": "icons-mfd-png", - "en": "icons-mfd-png", - "ru": "icons-mfd-png", - "zh-cn": "icons-mfd-png" + "de": "icons-mfd-png", + "en": "icons-mfd-png", + "ru": "icons-mfd-png", + "zh-cn": "icons-mfd-png" }, "content": "adapterref/iobroker.icons-mfd-png/README.md", "icon": "adapterref/iobroker.icons-mfd-png/icons-mfd-png.png", @@ -25405,12 +25403,146 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.icons-mfd-png", - "installs": 8939, - "weekDownloads": 238, + "installs": 8950, + "weekDownloads": 224, "stars": 7, "issues": 0, "score": 1 }, + "icons-open-icon-library-png": { + "title": { + "de": "icons-open-icon-library-png", + "en": "icons-open-icon-library-png", + "ru": "icons-open-icon-library-png", + "zh-cn": "icons-open-icon-library-png" + }, + "content": "adapterref/iobroker.icons-open-icon-library-png/README.md", + "icon": "adapterref/iobroker.icons-open-icon-library-png/icons-open-icon-library-png.png", + "keywords": "icons, material design, ioBroker", + "authors": "bluefox ", + "license": "GPLv3", + "published": "2015-05-31T17:49:40.646Z", + "version": "0.1.2", + "latestVersion": "0.1.2", + "description": { + "en": "Open icon library set for visualisation as PNG", + "de": "Open icon library Bildersatz für die Visualisierung als PNG", + "ru": "Набор иконок для из open icon library визуализации в PNG" + }, + "titleFull": "Open icon library set as PNG", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.icons-open-icon-library-png", + "installs": 5514, + "weekDownloads": 113, + "stars": 13, + "issues": 5, + "score": 1 + }, + "icons-mfd-svg": { + "title": { + "de": "icons-mfd-svg", + "en": "icons-mfd-svg", + "ru": "icons-mfd-svg", + "zh-cn": "icons-mfd-svg" + }, + "content": "adapterref/iobroker.icons-mfd-svg/README.md", + "icon": "adapterref/iobroker.icons-mfd-svg/icons-mfd-svg.png", + "keywords": "icons, mfd, knx", + "authors": "mfd, bluefox ", + "license": "CC BY-SA 3.0", + "published": "2015-05-20T18:39:41.938Z", + "version": "1.1.0", + "latestVersion": "1.1.0", + "description": { + "en": "Icon set for visualisation for home automation as SVG", + "de": "Icon-Set zur Visualisierung für die Hausautomation als SVG", + "ru": "Набор иконок для визуализации домашней автоматизации в формате SVG", + "pt": "Conjunto de ícones para visualização para automação residencial como SVG", + "nl": "Icon set voor visualisatie voor domotica als SVG", + "fr": "Jeu d'icônes pour la visualisation de la domotique au format SVG", + "it": "Icona impostata per la visualizzazione per la domotica come SVG", + "es": "Conjunto de iconos para visualización de domótica como SVG", + "pl": "Zestaw ikon do wizualizacji automatyki domowej jako SVG", + "zh-cn": "用于将家庭自动化可视化为 SVG 的图标集" + }, + "titleFull": { + "en": "Mfd icons as SVG", + "de": "Mfd-Icons als SVG", + "ru": "Иконки Mfd в формате SVG", + "pt": "Mfd ícones como SVG", + "nl": "Mfd-pictogrammen als SVG", + "fr": "Icônes Mfd en SVG", + "it": "Icone Mfd come SVG", + "es": "Iconos mfd como SVG", + "pl": "Ikony MFD jako SVG", + "zh-cn": "Mfd 图标为 SVG" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.icons-mfd-svg", + "installs": 12458, + "weekDownloads": 342, + "stars": 8, + "issues": 0, + "score": 1 + }, + "icons-fatcow-hosting": { + "title": { + "de": "icons-fatcow-hosting", + "en": "icons-fatcow-hosting", + "ru": "icons-fatcow-hosting", + "zh-cn": "icons-fatcow-hosting" + }, + "content": "adapterref/iobroker.icons-fatcow-hosting/README.md", + "icon": "adapterref/iobroker.icons-fatcow-hosting/icons-fatcow-hosting.png", + "keywords": "icons, material design, ioBroker", + "authors": "bluefox ", + "license": "CC-BY", + "published": "2016-11-28T20:43:40.799Z", + "version": "0.1.0", + "latestVersion": "0.1.0", + "description": { + "en": "Open icon library set for visualisation from FatCow Hosting", + "de": "Open icon library Bildersatz für die Visualisierung von FatCow Hosting", + "ru": "Набор иконок для из open icon library визуализации от FatCow Hosting" + }, + "titleFull": "Open icon library set from FatCow Hosting", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.icons-fatcow-hosting", + "installs": 3534, + "weekDownloads": 102, + "stars": 4, + "issues": 4, + "score": 1 + }, + "icons-ultimate-png": { + "title": { + "de": "icons-ultimate-png", + "en": "icons-ultimate-png", + "ru": "icons-ultimate-png", + "zh-cn": "icons-ultimate-png" + }, + "content": "adapterref/iobroker.icons-ultimate-png/README.md", + "icon": "adapterref/iobroker.icons-ultimate-png/icons-ultimate-png.png", + "keywords": "icons, material design, ioBroker", + "authors": "bluefox ", + "license": "CC-BY", + "published": "2015-05-20T18:45:26.242Z", + "version": "1.0.1", + "latestVersion": "1.0.1", + "description": { + "en": "Ultimate icon set for visualisation as PNG.", + "de": "Bildersatz für die Visualisierung als PNG", + "ru": "Набор иконок для визуализации дома в PNG" + }, + "titleFull": "Ultimate icon set for visualisation as PNG", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.icons-ultimate-png", + "installs": 7435, + "weekDownloads": 190, + "stars": 8, + "issues": 4, + "score": 1 + }, "vis-icontwo": { "title": { "de": "vis-icontwo", @@ -25454,10 +25586,10 @@ }, "branch": "master", "github": "https://github.com/inventwo/ioBroker.vis-icontwo", - "installs": 11464, - "weekDownloads": 460, + "installs": 11530, + "weekDownloads": 612, "stars": 12, - "issues": 12, + "issues": 18, "score": 1 } } @@ -25475,33 +25607,80 @@ "pl": "Widżetowe widżety" }, "pages": { - "vis-2-widgets-jaeger-design": { + "vis-fancyswitch": { "title": { - "de": "vis-2-widgets-jaeger-design", - "en": "vis-2-widgets-jaeger-design", - "ru": "vis-2-widgets-jaeger-design", - "zh-cn": "vis-2-widgets-jaeger-design" + "de": "vis-fancyswitch", + "en": "vis-fancyswitch", + "ru": "vis-fancyswitch", + "zh-cn": "vis-fancyswitch" }, - "content": "adapterref/iobroker.vis-2-widgets-jaeger-design/README.md", - "icon": "adapterref/iobroker.vis-2-widgets-jaeger-design/vis-2-widgets-jaeger-design.png", - "keywords": "vis-2-widgets-jaeger-design", + "content": "adapterref/iobroker.vis-fancyswitch/README.md", + "icon": "adapterref/iobroker.vis-fancyswitch/fancyswitch.png", + "keywords": "fancyswitch, vis, GUI, graphical, scada", "authors": "bluefox ", - "license": "MIT", - "published": "2023-01-10T08:30:19.906Z", - "version": "-.-.-", - "latestVersion": "1.0.1", + "license": "Apache 2.0", + "published": "2015-10-04T13:27:00.250Z", + "version": "1.1.0", + "latestVersion": "1.1.0", "description": { - "en": "Vis 2 Jaeger Styled Widgets" + "en": "Switch widgets for ioBroker.vis", + "de": "Schalter und Wippe-Widgets für ioBroker.vis", + "ru": "Переключатели для ioBroker.vis" + }, + "titleFull": "ioBroker Visualisation - fancyswitch style Widgets", + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.vis-fancyswitch", + "installs": 10001, + "weekDownloads": 283, + "stars": 7, + "issues": 4, + "score": 1 + }, + "vis-history": { + "title": { + "de": "vis-history", + "en": "vis-history", + "ru": "vis-history", + "zh-cn": "vis-history" + }, + "content": "adapterref/iobroker.vis-history/README.md", + "icon": "adapterref/iobroker.vis-history/vis-history.png", + "keywords": "history, vis, GUI, graphical, scada", + "authors": "Pmant ", + "license": "BSD-3-Clause", + "published": "2016-06-13T20:51:31.454Z", + "version": "1.0.0", + "latestVersion": "1.0.0", + "description": { + "en": "history Widgets for ioBroker.vis", + "de": "Widgets für ioBroker.vis", + "ru": "История виджетов для ioBroker.vis", + "pt": "Widgets de história para ioBroker.vis", + "nl": "geschiedenis Widgets voor ioBroker.vis", + "fr": "Historique Widgets pour ioBroker.vis", + "it": "widget di cronologia per ioBroker.vis", + "es": "Widgets de historia para ioBroker.vis", + "pl": "Historia Widżety dla ioBroker.vis", + "zh-cn": "ioBroker.vis的历史小部件" }, "titleFull": { - "en": "Vis 2 Jaeger Styled Widgets" + "en": "History Widgets", + "de": "Verlaufswidgets", + "ru": "Виджеты истории", + "pt": "Widgets de História", + "nl": "Geschiedenis Widgets", + "fr": "Widgets Histoire", + "it": "Widget della storia", + "es": "Widgets de historia", + "pl": "Widżety historii", + "zh-cn": "历史小部件" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-jaeger-design", - "installs": 284, - "weekDownloads": 64, - "stars": 1, - "issues": 7, + "github": "https://github.com/ioBroker/ioBroker.vis-history", + "installs": 8994, + "weekDownloads": 197, + "stars": 12, + "issues": 10, "score": 1 }, "vis-3dmodel": { @@ -25545,8 +25724,8 @@ }, "branch": "master", "github": "https://github.com/Excodibur/ioBroker.vis-3dmodel", - "installs": 139, - "weekDownloads": 19, + "installs": 148, + "weekDownloads": 30, "stars": 2, "issues": 14, "score": 1 @@ -25584,55 +25763,97 @@ "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-colorpicker", "installs": 8881, - "weekDownloads": 381, + "weekDownloads": 370, "stars": 5, "issues": 14, "score": 1 }, - "vis-hqwidgets": { + "vis-metro": { "title": { - "de": "vis-hqwidgets", - "en": "vis-hqwidgets", - "ru": "vis-hqwidgets", - "zh-cn": "vis-hqwidgets" + "de": "vis-metro", + "en": "vis-metro", + "ru": "vis-metro", + "zh-cn": "vis-metro" }, - "content": "adapterref/iobroker.vis-hqwidgets/README.md", - "icon": "adapterref/iobroker.vis-hqwidgets/hqwidgets.png", - "keywords": "hqwidgets, vis, GUI, graphical, scada", - "authors": "bluefox ", + "content": "adapterref/iobroker.vis-metro/README.md", + "icon": "adapterref/iobroker.vis-metro/metro.png", + "keywords": "metro, vis, GUI, graphical, scada", + "authors": "hobbyquaker ", "license": "MIT", - "published": "2015-07-19T16:00:19.063Z", - "version": "1.4.0", - "latestVersion": "1.4.0", + "published": "2015-06-28T21:47:39.618Z", + "version": "1.2.0", + "latestVersion": "1.2.0", "description": { - "en": "High quality Widgets for ioBroker.vis", - "de": "Hochwertige (High quality) Widgets für ioBroker.vis", - "ru": "Высококачественные виджеты (High quality) для ioBroker.vis", - "pt": "Widgets de alta qualidade para ioBroker.vis", - "nl": "Hoge kwaliteit (High quality) Widgets voor ioBroker.vis", - "fr": "Widgets de haute qualité (High quality) pour ioBroker.vis", - "it": "Widget di alta qualità (High quality) per ioBroker.vis", - "es": "Widgets de alta calidad (High quality) para ioBroker.vis", - "pl": "Wysokiej jakości widżety (High quality) dla ioBroker.vis" + "en": "metro Widgets for ioBroker.vis", + "de": "metro Widgets für ioBroker.vis", + "ru": "metro Widgets для ioBroker.vis" }, "titleFull": { - "en": "High quality Widgets", - "de": "Hochwertige Widgets", - "ru": "Виджеты высокого качества", - "pt": "Widgets de alta qualidade", - "nl": "Widgets van hoge kwaliteit", - "fr": "Widgets de haute qualité", - "it": "Widget di alta qualità", - "es": "Widgets de alta calidad", - "pl": "Widżety wysokiej jakości", - "zh-cn": "高品质的小工具" + "en": "Metro style Widgets for vis", + "de": "Widgets im Metro-Stil für vis", + "ru": "Виджеты в стиле Metro для vis", + "pt": "Widgets estilo Metro para vis", + "nl": "Metro-stijl Widgets voor vis", + "fr": "Widgets de style métro pour vis", + "it": "Widget stile metro per vis", + "es": "Widgets de estilo Metro para vis", + "pl": "Widgety w stylu Metro dla vis", + "zh-cn": "用于 vis 的 Metro 风格小部件" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-hqwidgets", - "installs": 21687, - "weekDownloads": 783, - "stars": 18, - "issues": 9, + "github": "https://github.com/ioBroker/ioBroker.vis-metro", + "installs": 12702, + "weekDownloads": 371, + "stars": 12, + "issues": 1, + "score": 1 + }, + "vis-google-fonts": { + "title": { + "de": "vis-google-fonts", + "en": "vis-google-fonts", + "ru": "vis-google-fonts", + "zh-cn": "vis-google-fonts" + }, + "content": "adapterref/iobroker.vis-google-fonts/README.md", + "icon": "adapterref/iobroker.vis-google-fonts/vis-google-fonts.png", + "keywords": "iobroker.vis, GUI, fonts, scada", + "authors": "bluefox ", + "license": "OFL-1.1", + "published": "2015-11-09T23:04:11.937Z", + "version": "1.0.4", + "latestVersion": "1.0.4", + "compact": true, + "description": { + "en": "Nice google fonts for ioBroker.vis", + "de": "Schöne google fonts für ioBroker.vis", + "ru": "Красивые google шрифты для ioBroker.vis", + "pt": "Boas fontes do google para ioBroker.vis", + "nl": "Leuke Google-lettertypen voor ioBroker.vis", + "fr": "Belles polices google pour ioBroker.vis", + "it": "Bei caratteri google per ioBroker.vis", + "es": "Buenas fuentes de google para ioBroker.vis", + "pl": "Ładne czcionki Google dla ioBroker.vis", + "zh-cn": "ioBroker.vis 的漂亮谷歌字体" + }, + "titleFull": { + "en": "Google fonts for vis", + "de": "Google-Schriften für vis", + "ru": "Шрифты Google для vis", + "pt": "Fontes do Google para vis", + "nl": "Google-lettertypen voor vis", + "fr": "Polices Google pour vis", + "it": "Caratteri di Google per vis", + "es": "Fuentes de Google para vis", + "pl": "Czcionki Google dla vis", + "zh-cn": "vis 的谷歌字体" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.vis-google-fonts", + "installs": 4453, + "weekDownloads": 160, + "stars": 4, + "issues": 2, "score": 1 }, "vis-bars": { @@ -25658,210 +25879,451 @@ "titleFull": "ioBroker Visualisation - bars Widgets", "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-bars", - "installs": 10137, - "weekDownloads": 315, + "installs": 10163, + "weekDownloads": 308, "stars": 8, "issues": 7, "score": 1 }, - "vis-2-widgets-material": { + "vis-2-widgets-gauges": { "title": { - "de": "vis-2-widgets-material", - "en": "vis-2-widgets-material", - "ru": "vis-2-widgets-material", - "zh-cn": "vis-2-widgets-material" + "de": "vis-2-widgets-gauges", + "en": "vis-2-widgets-gauges", + "ru": "vis-2-widgets-gauges", + "zh-cn": "vis-2-widgets-gauges" }, - "content": "adapterref/iobroker.vis-2-widgets-material/README.md", - "icon": "adapterref/iobroker.vis-2-widgets-material/vis-2-widgets-material.png", - "keywords": "vis-2-widgets-material", + "content": "adapterref/iobroker.vis-2-widgets-gauges/README.md", + "icon": "adapterref/iobroker.vis-2-widgets-gauges/vis-2-widgets-gauges.png", + "keywords": "vis-2-widgets-gauges", "authors": "bluefox ", "license": "MIT", - "published": "2022-10-21T13:44:26.382Z", + "published": "2022-11-13T14:26:27.662Z", "version": "-.-.-", - "latestVersion": "1.2.1", + "latestVersion": "0.2.0", "description": { - "en": "Vis 2 Widgets Material" + "en": "Vis 2 Widgets Gauge" }, "titleFull": { - "en": "Vis 2 Widgets Material" + "en": "Vis 2 Widgets Gauge" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-material", - "installs": 1834, - "weekDownloads": 510, + "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-gauges", + "installs": 1770, + "weekDownloads": 117, "stars": 2, - "issues": 5, + "issues": 4, "score": 1 }, - "vis-history": { + "vis-2-widgets-energy": { "title": { - "de": "vis-history", - "en": "vis-history", - "ru": "vis-history", - "zh-cn": "vis-history" + "de": "vis-2-widgets-energy", + "en": "vis-2-widgets-energy", + "ru": "vis-2-widgets-energy", + "zh-cn": "vis-2-widgets-energy" }, - "content": "adapterref/iobroker.vis-history/README.md", - "icon": "adapterref/iobroker.vis-history/vis-history.png", - "keywords": "history, vis, GUI, graphical, scada", - "authors": "Pmant ", - "license": "BSD-3-Clause", - "published": "2016-06-13T20:51:31.454Z", - "version": "1.0.0", - "latestVersion": "1.0.0", + "content": "adapterref/iobroker.vis-2-widgets-energy/README.md", + "icon": "adapterref/iobroker.vis-2-widgets-energy/vis-2-widgets-energy.png", + "keywords": "vis-2-widgets-energy", + "authors": "bluefox ", + "license": "MIT", + "published": "2022-11-13T14:32:00.490Z", + "version": "-.-.-", + "latestVersion": "0.3.8", "description": { - "en": "history Widgets for ioBroker.vis", - "de": "Widgets für ioBroker.vis", - "ru": "История виджетов для ioBroker.vis", - "pt": "Widgets de história para ioBroker.vis", - "nl": "geschiedenis Widgets voor ioBroker.vis", - "fr": "Historique Widgets pour ioBroker.vis", - "it": "widget di cronologia per ioBroker.vis", - "es": "Widgets de historia para ioBroker.vis", - "pl": "Historia Widżety dla ioBroker.vis", - "zh-cn": "ioBroker.vis的历史小部件" + "en": "Vis 2 Widgets Energy" }, "titleFull": { - "en": "History Widgets", - "de": "Verlaufswidgets", - "ru": "Виджеты истории", - "pt": "Widgets de História", - "nl": "Geschiedenis Widgets", - "fr": "Widgets Histoire", - "it": "Widget della storia", - "es": "Widgets de historia", - "pl": "Widżety historii", - "zh-cn": "历史小部件" + "en": "Vis 2 Widgets Energy" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-history", - "installs": 9012, - "weekDownloads": 201, - "stars": 12, - "issues": 10, + "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-energy", + "installs": 1827, + "weekDownloads": 161, + "stars": 3, + "issues": 4, "score": 1 }, - "vis-fancyswitch": { + "vis-keyboard": { "title": { - "de": "vis-fancyswitch", - "en": "vis-fancyswitch", - "ru": "vis-fancyswitch", - "zh-cn": "vis-fancyswitch" + "de": "vis-keyboard", + "en": "vis-keyboard", + "ru": "vis-keyboard", + "zh-cn": "vis-keyboard" }, - "content": "adapterref/iobroker.vis-fancyswitch/README.md", - "icon": "adapterref/iobroker.vis-fancyswitch/fancyswitch.png", - "keywords": "fancyswitch, vis, GUI, graphical, scada", - "authors": "bluefox ", - "license": "Apache 2.0", - "published": "2015-10-04T13:27:00.250Z", - "version": "1.1.0", - "latestVersion": "1.1.0", + "content": "adapterref/iobroker.vis-keyboard/README.md", + "icon": "adapterref/iobroker.vis-keyboard/keyboard.png", + "keywords": "iobroker.vis-keyboard, vis, GUI, graphical, scada", + "authors": "Steffen Schorling ", + "license": "MIT", + "published": "2015-10-28T20:37:47.053Z", + "version": "0.0.2", + "latestVersion": "0.0.2", "description": { - "en": "Switch widgets for ioBroker.vis", - "de": "Schalter und Wippe-Widgets für ioBroker.vis", - "ru": "Переключатели для ioBroker.vis" + "en": "iobroker.vis-keyboard Widgets for ioBroker.vis", + "de": "iobroker.vis-keyboard Widgets für ioBroker.vis", + "ru": "iobroker.vis-keyboard Widgets для ioBroker.vis" }, - "titleFull": "ioBroker Visualisation - fancyswitch style Widgets", + "titleFull": "ioBroker Visualisation - iobroker.vis-keyboard Widgets", "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-fancyswitch", - "installs": 9978, - "weekDownloads": 295, - "stars": 7, - "issues": 4, + "github": "https://github.com/ioBroker/ioBroker.vis-keyboard", + "installs": 2858, + "weekDownloads": 104, + "stars": 4, + "issues": 5, "score": 1 }, - "vis-google-fonts": { + "vis-players": { "title": { - "de": "vis-google-fonts", - "en": "vis-google-fonts", - "ru": "vis-google-fonts", - "zh-cn": "vis-google-fonts" + "de": "vis-players", + "en": "vis-players", + "ru": "vis-players", + "zh-cn": "vis-players" }, - "content": "adapterref/iobroker.vis-google-fonts/README.md", - "icon": "adapterref/iobroker.vis-google-fonts/vis-google-fonts.png", - "keywords": "iobroker.vis, GUI, fonts, scada", - "authors": "bluefox ", - "license": "OFL-1.1", - "published": "2015-11-09T23:04:11.937Z", - "version": "1.0.4", - "latestVersion": "1.0.4", - "compact": true, + "content": "adapterref/iobroker.vis-players/README.md", + "icon": "adapterref/iobroker.vis-players/players.png", + "keywords": "players, vis, GUI, graphical, scada", + "authors": "instalator ", + "license": "MIT", + "published": "2016-12-29T14:56:46.555Z", + "version": "0.1.6", + "latestVersion": "0.1.6", "description": { - "en": "Nice google fonts for ioBroker.vis", - "de": "Schöne google fonts für ioBroker.vis", - "ru": "Красивые google шрифты для ioBroker.vis", - "pt": "Boas fontes do google para ioBroker.vis", - "nl": "Leuke Google-lettertypen voor ioBroker.vis", - "fr": "Belles polices google pour ioBroker.vis", - "it": "Bei caratteri google per ioBroker.vis", - "es": "Buenas fuentes de google para ioBroker.vis", - "pl": "Ładne czcionki Google dla ioBroker.vis", - "zh-cn": "ioBroker.vis 的漂亮谷歌字体" + "en": "Media Players Widgets for ioBroker.vis", + "de": "Media Players Widgets für ioBroker.vis", + "ru": "Media Players Widgets для ioBroker.vis" }, "titleFull": { - "en": "Google fonts for vis", - "de": "Google-Schriften für vis", - "ru": "Шрифты Google для vis", - "pt": "Fontes do Google para vis", - "nl": "Google-lettertypen voor vis", - "fr": "Polices Google pour vis", - "it": "Caratteri di Google per vis", - "es": "Fuentes de Google para vis", - "pl": "Czcionki Google dla vis", - "zh-cn": "vis 的谷歌字体" + "en": "Media players widgets", + "de": "Medienspieler Widgets", + "ru": "Виджеты медиа проигрывателей", + "pt": "Widgets de jogadores de mídia", + "nl": "Media spelers Widgets", + "fr": "Les widgets des lecteurs multimédias", + "it": "Widget di lettori multimediali", + "es": "Media players widgets", + "pl": "Odtwarzacz mediów", + "zh-cn": "媒体角色担心目标" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.vis-players", + "installs": 5048, + "weekDownloads": 121, + "stars": -1, + "issues": 0, + "score": 1 + }, + "vis-material": { + "title": { + "de": "vis-material", + "en": "vis-material", + "ru": "vis-material", + "zh-cn": "vis-material" + }, + "content": "adapterref/iobroker.vis-material/README.md", + "icon": "adapterref/iobroker.vis-material/material.png", + "keywords": "material, vis, GUI, graphical, scada", + "authors": "nisiode ", + "license": "MIT", + "published": "2018-01-10T20:55:37.228Z", + "version": "-.-.-", + "latestVersion": "0.1.3", + "description": { + "en": "material Widgets for ioBroker.vis", + "de": "material Widgets für ioBroker.vis", + "ru": "material Widgets для ioBroker.vis", + "pt": "molde de Widgets para o ioBroker.vis", + "fr": "modèle de Widgets pour ioBroker.vis", + "nl": "sjabloon widgets voor ioBroker.vis" + }, + "titleFull": { + "en": "material widgets", + "de": "material Widgets", + "ru": "material виджеты", + "pt": "widgets de material", + "fr": "widgets matériels", + "nl": "materiaal widgets" + }, + "branch": "master", + "github": "https://github.com/nisiode/ioBroker.vis-material", + "installs": 2065, + "weekDownloads": 43, + "stars": 55, + "issues": 11, + "score": 1 + }, + "vis-material-advanced": { + "title": { + "de": "vis-material-advanced", + "en": "vis-material-advanced", + "ru": "vis-material-advanced", + "zh-cn": "vis-material-advanced" + }, + "content": "adapterref/iobroker.vis-material-advanced/README.md", + "icon": "adapterref/iobroker.vis-material-advanced/vis-material-advanced.png", + "keywords": "vis, material, widget, iobroker", + "authors": "EdgarM73 ", + "license": "MIT", + "published": "2020-08-27T11:38:20.888Z", + "version": "1.7.4", + "latestVersion": "1.7.4", + "description": { + "en": "This Adapter provides standardized Widgets for vis in ioBroker. Lots of different predifined widgets", + "de": "Dieser Adapter bietet standardisierte Widgets für vis in ioBroker. ", + "ru": "Этот адаптер предоставляет стандартизированные виджеты для vis в ioBroker. ", + "pt": "Este adaptador fornece Widgets padronizados para visualização no ioBroker. ", + "nl": "Deze adapter biedt gestandaardiseerde widgets voor vis in ioBroker. ", + "fr": "Cet adaptateur fournit des widgets standardisés pour la visibilité dans ioBroker. ", + "it": "Questo adattatore fornisce widget standardizzati per vis in ioBroker. ", + "es": "Este adaptador proporciona widgets estandarizados para vis in ioBroker. ", + "pl": "Ten adapter zapewnia ustandaryzowane widżety dla vis w ioBroker. ", + "zh-cn": "该适配器为ioBroker中的vis提供了标准化的小部件。" + }, + "titleFull": { + "en": "Material Advanced", + "de": "Material Advanced", + "ru": "Расширенный материал", + "pt": "Material Avançado", + "nl": "Materiaal geavanceerd", + "fr": "Matériel avancé", + "it": "Materiale avanzato", + "es": "Material avanzado", + "pl": "Materiał zaawansowany", + "zh-cn": "材料先进" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced", + "installs": 8801, + "weekDownloads": 2118, + "stars": 2, + "issues": 18, + "score": 1 + }, + "vis-justgage": { + "title": { + "de": "vis-justgage", + "en": "vis-justgage", + "ru": "vis-justgage", + "zh-cn": "vis-justgage" + }, + "content": "adapterref/iobroker.vis-justgage/README.md", + "icon": "adapterref/iobroker.vis-justgage/justgage.png", + "keywords": "justgage, vis, GUI, graphical, scada", + "authors": "Pmant ", + "license": "MIT", + "published": "2016-02-17T00:56:07.344Z", + "version": "1.0.2", + "latestVersion": "1.0.2", + "materialize": true, + "description": { + "en": "justGage Widgets for ioBroker.vis", + "de": "justGage Widgets für ioBroker.vis", + "ru": "Виджеты justGage для ioBroker.vis", + "pt": "Widgets justGage para ioBroker.vis", + "nl": "justGage Widgets voor ioBroker.vis", + "fr": "justGage Widgets pour ioBroker.vis", + "it": "Widget di justGage per ioBroker.vis", + "es": "JustGage Widgets para ioBroker.vis", + "pl": "Widżety justGage dla ioBroker.vis", + "zh-cn": "ioBroker.vis的justGage小部件" + }, + "titleFull": "justGage Widgets", + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.vis-justgage", + "installs": 9405, + "weekDownloads": 278, + "stars": 4, + "issues": 11, + "score": 1 + }, + "vis-weather": { + "title": { + "de": "vis-weather", + "en": "vis-weather", + "ru": "vis-weather", + "zh-cn": "vis-weather" + }, + "content": "adapterref/iobroker.vis-weather/README.md", + "icon": "adapterref/iobroker.vis-weather/vis-weather.png", + "keywords": "weather, vis, GUI, graphical, scada", + "authors": "René G. ", + "license": "MIT", + "published": "2017-05-14T10:52:23.840Z", + "version": "2.5.6", + "latestVersion": "2.5.6", + "materialize": true, + "description": { + "en": "general flot-based weather Widgets to be used with daswetter or weatherundergrund adapter", + "de": "allgemeine Flot-basierte Wetter-Widgets, die mit daswetter- oder weatherundergrund-Adapter verwendet werden können", + "ru": "Визиты, которые будут использоваться с адаптером daswetter или weatherundergrund", + "pt": "Widgets de clima baseados em flotadores em geral para serem usados ​​com o adaptador daswetter ou weatherundergrund", + "nl": "algemene op flot gebaseerde weer Widgets voor gebruik met daswetter of weatherundergrund adapter", + "fr": "Widgets météo à base de flot à utiliser avec un adaptateur daswetter ou weatherundergrund", + "it": "widget meteo generali basati su flottazione da utilizzare con l'adattatore daswetter o weatherundergrund", + "es": "Widgets meteorológicos generales basados ​​en flotante para ser utilizados con el adaptador daswetter o weatherundergrund", + "pl": "Ogólne widgety pogodowe oparte na flotach, które mają być używane z adapterem daswetter lub weatherundergrund", + "zh-cn": "基于浮点的常规天气小部件,可与daswetter或weatherundergrund适配器一起使用", + "uk": "загальні віджети погоди на основі флоту для використання з адаптером daswetter або weatherundergrund" + }, + "titleFull": { + "en": "weather Widgets", + "de": "Wetter Widgets", + "ru": "погода Виджеты", + "pt": "Widgets meteorológicos", + "nl": "weer Widgets", + "fr": "météo Widgets", + "it": "widget meteo", + "es": "Widgets del tiempo", + "pl": "Widgety pogodowe", + "zh-cn": "天气小部件", + "uk": "Віджети погоди" + }, + "branch": "master", + "github": "https://github.com/rg-engineering/ioBroker.vis-weather", + "installs": 10288, + "weekDownloads": 277, + "stars": 5, + "issues": 9, + "score": 1 + }, + "vis-materialdesign": { + "title": { + "de": "vis-materialdesign", + "en": "vis-materialdesign", + "ru": "vis-materialdesign", + "zh-cn": "vis-materialdesign" + }, + "content": "adapterref/iobroker.vis-materialdesign/README.md", + "icon": "adapterref/iobroker.vis-materialdesign/vis-materialdesign.png", + "keywords": "vis, material, GUI", + "authors": "Scrounger ", + "license": "MIT", + "published": "2019-09-20T16:13:26.396Z", + "version": "-.-.-", + "latestVersion": "0.5.9", + "materialize": true, + "description": { + "en": "Material Design Widgets are based on Google's material design guidelines. The adapter uses different libraries (material components web library, vuetify, chartjs, etc.).", + "de": "Material Design Widgets basieren auf den Google-Richtlinien für das Material Design. Dabei verwendet der Adapter verschiedene Bibliothek (material components web library, vuetify, chartjs, etc.).", + "ru": "Виджеты для проектирования материалов основаны на руководстве Google по проектированию материалов. Адаптер использует различные библиотеки (material components web library, vuetify, chartjs, и т.д.).", + "pt": "Os Widgets de design de materiais são baseados nas diretrizes de design de materiais do Google. O adaptador usa bibliotecas diferentes (material components web library, vuetify, chartjs, etc.).", + "nl": "Material Design Widgets zijn gebaseerd op de materiaalontwerprichtlijnen van Google. De adapter maakt gebruik van verschillende bibliotheken (material components web library, vuetify, chartjs, etc.).", + "fr": "Les Widgets de conception de matériaux sont basés sur les directives de conception de matériaux de Google. L'adaptateur utilise différentes bibliothèques (material components web library, vuetify, chartjs, etc.).", + "it": "I widget per il design dei materiali si basano sulle linee guida per il design dei materiali di Google. L'adattatore utilizza diverse librerie (material components web library, vuetify, chartjs, ecc.)", + "es": "Los Widgets de diseño de materiales se basan en las directrices de diseño de materiales de Google. El adaptador utiliza diferentes librerías (material components web library, vuetify, chartjs, etc.).", + "pl": "Widgety do projektowania materiałów oparte są na wytycznych Google dotyczących projektowania materiałów. Adapter wykorzystuje różne biblioteki (material components web library, vuetify, chartjs, itp.)", + "zh-cn": "Material Design Widgets基于Google的Material Design准则。适配器使用不同的库(材料组件Web库,vuetify,chartjs等)。" + }, + "titleFull": { + "en": "Material Design Widgets", + "de": "Material Design Widgets", + "ru": "Material Design Widgets", + "pt": "Material Design Widgets", + "nl": "Material Design Widgets", + "fr": "Material Design Widgets", + "it": "Material Design Widgets", + "es": "Material Design Widgets", + "pl": "Material Design Widgets", + "zh-cn": "Material Design Widgets" + }, + "branch": "master", + "github": "https://github.com/Scrounger/ioBroker.vis-materialdesign", + "installs": 6579, + "weekDownloads": 139, + "stars": 59, + "issues": 82, + "score": 1 + }, + "vis-material-webfont": { + "title": { + "de": "vis-material-webfont", + "en": "vis-material-webfont", + "ru": "vis-material-webfont", + "zh-cn": "vis-material-webfont" + }, + "content": "adapterref/iobroker.vis-material-webfont/README.md", + "icon": "adapterref/iobroker.vis-material-webfont/material-webfont.png", + "keywords": "material, GUI, ioBroker, vis", + "authors": "om2804 ", + "license": "MIT", + "published": "2019-12-01T09:07:25.918Z", + "version": "-.-.-", + "latestVersion": "0.0.3", + "description": { + "en": "Material Design Webfont", + "de": "Material Design Webfont", + "ru": "Материал Дизайн Webfont", + "pt": "Material Design Webfont", + "nl": "Materiaalontwerp Webfont", + "fr": "Conception de matériel Webfont", + "it": "Material Design Webfont", + "es": "Diseño de materiales Webfont", + "pl": "Material Design Webfont", + "zh-cn": "材质设计Webfont" + }, + "titleFull": { + "en": "Material Design Webfont", + "de": "Material Design Webfont", + "ru": "Материал Дизайн вебшрифты", + "pt": "Material Design Webfont", + "nl": "Materiaalontwerp Webfont", + "fr": "Conception de matériel Webfont", + "it": "Material Design Webfont", + "es": "Diseño de materiales Webfont", + "pl": "Material Design Webfont", + "zh-cn": "材质设计Webfont" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-google-fonts", - "installs": 4449, - "weekDownloads": 160, - "stars": 4, - "issues": 2, + "github": "https://github.com/om2804/ioBroker.vis-material-webfont", + "installs": 1642, + "weekDownloads": 28, + "stars": -1, + "issues": 6, "score": 1 }, - "vis-material-advanced": { + "vis-hqwidgets": { "title": { - "de": "vis-material-advanced", - "en": "vis-material-advanced", - "ru": "vis-material-advanced", - "zh-cn": "vis-material-advanced" + "de": "vis-hqwidgets", + "en": "vis-hqwidgets", + "ru": "vis-hqwidgets", + "zh-cn": "vis-hqwidgets" }, - "content": "adapterref/iobroker.vis-material-advanced/README.md", - "icon": "adapterref/iobroker.vis-material-advanced/vis-material-advanced.png", - "keywords": "vis, material, widget, iobroker", - "authors": "EdgarM73 ", + "content": "adapterref/iobroker.vis-hqwidgets/README.md", + "icon": "adapterref/iobroker.vis-hqwidgets/hqwidgets.png", + "keywords": "hqwidgets, vis, GUI, graphical, scada", + "authors": "bluefox ", "license": "MIT", - "published": "2020-08-27T11:38:20.888Z", - "version": "1.7.2", - "latestVersion": "1.7.4", + "published": "2015-07-19T16:00:19.063Z", + "version": "1.4.0", + "latestVersion": "1.4.0", "description": { - "en": "This Adapter provides standardized Widgets for vis in ioBroker. Lots of different predifined widgets", - "de": "Dieser Adapter bietet standardisierte Widgets für vis in ioBroker. ", - "ru": "Этот адаптер предоставляет стандартизированные виджеты для vis в ioBroker. ", - "pt": "Este adaptador fornece Widgets padronizados para visualização no ioBroker. ", - "nl": "Deze adapter biedt gestandaardiseerde widgets voor vis in ioBroker. ", - "fr": "Cet adaptateur fournit des widgets standardisés pour la visibilité dans ioBroker. ", - "it": "Questo adattatore fornisce widget standardizzati per vis in ioBroker. ", - "es": "Este adaptador proporciona widgets estandarizados para vis in ioBroker. ", - "pl": "Ten adapter zapewnia ustandaryzowane widżety dla vis w ioBroker. ", - "zh-cn": "该适配器为ioBroker中的vis提供了标准化的小部件。" + "en": "High quality Widgets for ioBroker.vis", + "de": "Hochwertige (High quality) Widgets für ioBroker.vis", + "ru": "Высококачественные виджеты (High quality) для ioBroker.vis", + "pt": "Widgets de alta qualidade para ioBroker.vis", + "nl": "Hoge kwaliteit (High quality) Widgets voor ioBroker.vis", + "fr": "Widgets de haute qualité (High quality) pour ioBroker.vis", + "it": "Widget di alta qualità (High quality) per ioBroker.vis", + "es": "Widgets de alta calidad (High quality) para ioBroker.vis", + "pl": "Wysokiej jakości widżety (High quality) dla ioBroker.vis" }, "titleFull": { - "en": "Material Advanced", - "de": "Material Advanced", - "ru": "Расширенный материал", - "pt": "Material Avançado", - "nl": "Materiaal geavanceerd", - "fr": "Matériel avancé", - "it": "Materiale avanzato", - "es": "Material avanzado", - "pl": "Materiał zaawansowany", - "zh-cn": "材料先进" + "en": "High quality Widgets", + "de": "Hochwertige Widgets", + "ru": "Виджеты высокого качества", + "pt": "Widgets de alta qualidade", + "nl": "Widgets van hoge kwaliteit", + "fr": "Widgets de haute qualité", + "it": "Widget di alta qualità", + "es": "Widgets de alta calidad", + "pl": "Widżety wysokiej jakości", + "zh-cn": "高品质的小工具" }, "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced", - "installs": 8783, - "weekDownloads": 431, - "stars": 2, - "issues": 18, + "github": "https://github.com/ioBroker/ioBroker.vis-hqwidgets", + "installs": 21682, + "weekDownloads": 848, + "stars": 18, + "issues": 9, "score": 1 }, "vis-map": { @@ -25904,8 +26366,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-map", - "installs": 4737, - "weekDownloads": 132, + "installs": 4766, + "weekDownloads": 105, "stars": 11, "issues": 10, "score": 1 @@ -25951,93 +26413,12 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-timeandweather", - "installs": 19519, - "weekDownloads": 495, + "installs": 19541, + "weekDownloads": 485, "stars": 17, "issues": 6, "score": 1 }, - "vis-inventwo": { - "title": { - "de": "vis-inventwo", - "en": "vis-inventwo", - "ru": "vis-inventwo", - "zh-cn": "vis-inventwo" - }, - "content": "adapterref/iobroker.vis-inventwo/README.md", - "icon": "adapterref/iobroker.vis-inventwo/inventwo.png", - "keywords": "ioBroker, Smart Home, home automation, inventwo, vis", - "authors": "jkvarel , skvarel ", - "license": "MIT", - "published": "2020-03-01T16:34:53.649Z", - "version": "3.3.3", - "latestVersion": "3.3.3", - "materialize": true, - "compact": true, - "description": { - "en": "inventwo Design widgets for ioBroker.vis", - "de": "inventwo Design Widgets für ioBroker.vis", - "ru": "Изобретены виджеты дизайна для ioBroker.vis", - "pt": "widgets de Design do inventwo para ioBroker.vis", - "nl": "inventwo Ontwerpwidgets voor ioBroker.vis", - "fr": "widgets Inventwo Design pour ioBroker.vis", - "it": "inventwo Widget di design per ioBroker.vis", - "es": "inventwo Widgets de diseño para ioBroker.vis", - "pl": "wynalazki Widżety projektowe dla ioBroker.vis", - "zh-cn": "ioBroker.vis的inventwo设计小部件" - }, - "titleFull": { - "en": "inventwo Design Widgets", - "de": "inventwo Design Widgets", - "ru": "Изобретательские Виджеты Дизайна", - "pt": "inventwo Design Widgets", - "nl": "inventwo Design Widgets", - "fr": "inventwo Design Widgets", - "it": "inventwo Design Widgets", - "es": "inventwo Widgets de diseño", - "pl": "wynalazki dwóch widżetów projektowych", - "zh-cn": "inventwo设计小部件" - }, - "branch": "master", - "github": "https://github.com/inventwo/ioBroker.vis-inventwo", - "installs": 14781, - "weekDownloads": 588, - "stars": 41, - "issues": 64, - "score": 1 - }, - "vis-material": { - "title": { - "de": "vis-material", - "en": "vis-material", - "ru": "vis-material", - "zh-cn": "vis-material" - }, - "content": "adapterref/iobroker.vis-material/README.md", - "icon": "adapterref/iobroker.vis-material/material.png", - "keywords": "material, vis, GUI, graphical, scada", - "authors": "nisiode ", - "license": "MIT", - "published": "2018-01-10T20:55:37.228Z", - "version": "-.-.-", - "latestVersion": "0.1.3", - "description": { - "en": "material Widgets for ioBroker.vis", - "de": "material Widgets für ioBroker.vis", - "ru": "material Widgets для ioBroker.vis", - "pt": "molde de Widgets para o ioBroker.vis", - "fr": "modèle de Widgets pour ioBroker.vis", - "nl": "sjabloon widgets voor ioBroker.vis" - }, - "titleFull": "material widgets", - "branch": "master", - "github": "https://github.com/nisiode/ioBroker.vis-material", - "installs": 2058, - "weekDownloads": 30, - "stars": 55, - "issues": 11, - "score": 1 - }, "vis-lcars": { "title": { "de": "vis-lcars", @@ -26063,8 +26444,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-lcars", - "installs": 3356, - "weekDownloads": 169, + "installs": 3366, + "weekDownloads": 199, "stars": 7, "issues": 1, "score": 1 @@ -26092,137 +26473,39 @@ "titleFull": "ioBroker Visualisation - plumb style Widgets", "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-plumb", - "installs": 6056, - "weekDownloads": 193, + "installs": 6050, + "weekDownloads": 196, "stars": 6, "issues": 6, "score": 1 }, - "vis-keyboard": { - "title": { - "de": "vis-keyboard", - "en": "vis-keyboard", - "ru": "vis-keyboard", - "zh-cn": "vis-keyboard" - }, - "content": "adapterref/iobroker.vis-keyboard/README.md", - "icon": "adapterref/iobroker.vis-keyboard/keyboard.png", - "keywords": "iobroker.vis-keyboard, vis, GUI, graphical, scada", - "authors": "Steffen Schorling ", - "license": "MIT", - "published": "2015-10-28T20:37:47.053Z", - "version": "0.0.2", - "latestVersion": "0.0.2", - "description": { - "en": "iobroker.vis-keyboard Widgets for ioBroker.vis", - "de": "iobroker.vis-keyboard Widgets für ioBroker.vis", - "ru": "iobroker.vis-keyboard Widgets для ioBroker.vis" - }, - "titleFull": "ioBroker Visualisation - iobroker.vis-keyboard Widgets", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-keyboard", - "installs": 2855, - "weekDownloads": 103, - "stars": 4, - "issues": 5, - "score": 1 - }, "vis-rgraph": { "title": { "de": "vis-rgraph", "en": "vis-rgraph", "ru": "vis-rgraph", - "zh-cn": "vis-rgraph" - }, - "content": "adapterref/iobroker.vis-rgraph/README.md", - "icon": "adapterref/iobroker.vis-rgraph/rgraph.png", - "keywords": "rgraph, vis, GUI, graphical, scada", - "authors": "bluefox ", - "license": "MIT", - "published": "2015-10-04T15:09:12.293Z", - "version": "0.0.2", - "latestVersion": "0.0.2", - "description": { - "en": "Gauge and charts widgets for ioBroker.vis", - "de": "Messuhr und Chart widgets für ioBroker.vis", - "ru": "Индикатор и график-виджеты для ioBroker.vis" - }, - "titleFull": "ioBroker Visualisation - rgraph style Widgets", - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-rgraph", - "installs": 6106, - "weekDownloads": 208, - "stars": 9, - "issues": 8, - "score": 1 - }, - "vis-metro": { - "title": { - "de": "vis-metro", - "en": "vis-metro", - "ru": "vis-metro", - "zh-cn": "vis-metro" - }, - "content": "adapterref/iobroker.vis-metro/README.md", - "icon": "adapterref/iobroker.vis-metro/metro.png", - "keywords": "metro, vis, GUI, graphical, scada", - "authors": "hobbyquaker ", - "license": "MIT", - "published": "2015-06-28T21:47:39.618Z", - "version": "1.2.0", - "latestVersion": "1.2.0", - "description": { - "en": "metro Widgets for ioBroker.vis", - "de": "metro Widgets für ioBroker.vis", - "ru": "metro Widgets для ioBroker.vis" - }, - "titleFull": { - "en": "Metro style Widgets for vis", - "de": "Widgets im Metro-Stil für vis", - "ru": "Виджеты в стиле Metro для vis", - "pt": "Widgets estilo Metro para vis", - "nl": "Metro-stijl Widgets voor vis", - "fr": "Widgets de style métro pour vis", - "it": "Widget stile metro per vis", - "es": "Widgets de estilo Metro para vis", - "pl": "Widgety w stylu Metro dla vis", - "zh-cn": "用于 vis 的 Metro 风格小部件" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-metro", - "installs": 12677, - "weekDownloads": 365, - "stars": 12, - "issues": 1, - "score": 1 - }, - "vis-2-widgets-energy": { - "title": { - "de": "vis-2-widgets-energy", - "en": "vis-2-widgets-energy", - "ru": "vis-2-widgets-energy", - "zh-cn": "vis-2-widgets-energy" + "zh-cn": "vis-rgraph" }, - "content": "adapterref/iobroker.vis-2-widgets-energy/README.md", - "icon": "adapterref/iobroker.vis-2-widgets-energy/vis-2-widgets-energy.png", - "keywords": "vis-2-widgets-energy", + "content": "adapterref/iobroker.vis-rgraph/README.md", + "icon": "adapterref/iobroker.vis-rgraph/rgraph.png", + "keywords": "rgraph, vis, GUI, graphical, scada", "authors": "bluefox ", "license": "MIT", - "published": "2022-11-13T14:32:00.490Z", - "version": "-.-.-", - "latestVersion": "0.3.8", + "published": "2015-10-04T15:09:12.293Z", + "version": "0.0.2", + "latestVersion": "0.0.2", "description": { - "en": "Vis 2 Widgets Energy" - }, - "titleFull": { - "en": "Vis 2 Widgets Energy" + "en": "Gauge and charts widgets for ioBroker.vis", + "de": "Messuhr und Chart widgets für ioBroker.vis", + "ru": "Индикатор и график-виджеты для ioBroker.vis" }, + "titleFull": "ioBroker Visualisation - rgraph style Widgets", "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-energy", - "installs": 1752, - "weekDownloads": 1049, - "stars": 3, - "issues": 1, + "github": "https://github.com/ioBroker/ioBroker.vis-rgraph", + "installs": 6111, + "weekDownloads": 181, + "stars": 9, + "issues": 8, "score": 1 }, "vis-jqui-mfd": { @@ -26264,81 +26547,12 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-jqui-mfd", - "installs": 12148, - "weekDownloads": 350, + "installs": 12153, + "weekDownloads": 345, "stars": 9, "issues": 18, "score": 1 }, - "vis-players": { - "title": { - "de": "vis-players", - "en": "vis-players", - "ru": "vis-players", - "zh-cn": "vis-players" - }, - "content": "adapterref/iobroker.vis-players/README.md", - "icon": "adapterref/iobroker.vis-players/players.png", - "keywords": "players, vis, GUI, graphical, scada", - "authors": "instalator ", - "license": "MIT", - "published": "2016-12-29T14:56:46.555Z", - "version": "0.1.6", - "latestVersion": "0.1.6", - "description": { - "en": "Media Players Widgets for ioBroker.vis", - "de": "Media Players Widgets für ioBroker.vis", - "ru": "Media Players Widgets для ioBroker.vis" - }, - "titleFull": { - "en": "Media players widgets", - "de": "Medienspieler Widgets", - "ru": "Виджеты медиа проигрывателей", - "pt": "Widgets de jogadores de mídia", - "nl": "Media spelers Widgets", - "fr": "Les widgets des lecteurs multimédias", - "it": "Widget di lettori multimediali", - "es": "Media players widgets", - "pl": "Odtwarzacz mediów", - "zh-cn": "媒体角色担心目标" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.vis-players", - "installs": 5033, - "weekDownloads": 126, - "stars": -1, - "issues": 0, - "score": 1 - }, - "vis-2-widgets-gauges": { - "title": { - "de": "vis-2-widgets-gauges", - "en": "vis-2-widgets-gauges", - "ru": "vis-2-widgets-gauges", - "zh-cn": "vis-2-widgets-gauges" - }, - "content": "adapterref/iobroker.vis-2-widgets-gauges/README.md", - "icon": "adapterref/iobroker.vis-2-widgets-gauges/vis-2-widgets-gauges.png", - "keywords": "vis-2-widgets-gauges", - "authors": "bluefox ", - "license": "MIT", - "published": "2022-11-13T14:26:27.662Z", - "version": "-.-.-", - "latestVersion": "0.2.0", - "description": { - "en": "Vis 2 Widgets Gauge" - }, - "titleFull": { - "en": "Vis 2 Widgets Gauge" - }, - "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-gauges", - "installs": 1699, - "weekDownloads": 117, - "stars": 2, - "issues": 4, - "score": 1 - }, "vis-canvas-gauges": { "title": { "de": "vis-canvas-gauges", @@ -26364,192 +26578,117 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.vis-canvas-gauges", - "installs": 7871, - "weekDownloads": 223, + "installs": 7887, + "weekDownloads": 209, "stars": 12, "issues": 8, "score": 1 }, - "vis-weather": { - "title": { - "de": "vis-weather", - "en": "vis-weather", - "ru": "vis-weather", - "zh-cn": "vis-weather" - }, - "content": "adapterref/iobroker.vis-weather/README.md", - "icon": "adapterref/iobroker.vis-weather/vis-weather.png", - "keywords": "weather, vis, GUI, graphical, scada", - "authors": "René G. ", - "license": "MIT", - "published": "2017-05-14T10:52:23.840Z", - "version": "2.5.6", - "latestVersion": "2.5.6", - "materialize": true, - "description": { - "en": "general flot-based weather Widgets to be used with daswetter or weatherundergrund adapter", - "de": "allgemeine Flot-basierte Wetter-Widgets, die mit daswetter- oder weatherundergrund-Adapter verwendet werden können", - "ru": "Визиты, которые будут использоваться с адаптером daswetter или weatherundergrund", - "pt": "Widgets de clima baseados em flotadores em geral para serem usados ​​com o adaptador daswetter ou weatherundergrund", - "nl": "algemene op flot gebaseerde weer Widgets voor gebruik met daswetter of weatherundergrund adapter", - "fr": "Widgets météo à base de flot à utiliser avec un adaptateur daswetter ou weatherundergrund", - "it": "widget meteo generali basati su flottazione da utilizzare con l'adattatore daswetter o weatherundergrund", - "es": "Widgets meteorológicos generales basados ​​en flotante para ser utilizados con el adaptador daswetter o weatherundergrund", - "pl": "Ogólne widgety pogodowe oparte na flotach, które mają być używane z adapterem daswetter lub weatherundergrund", - "zh-cn": "基于浮点的常规天气小部件,可与daswetter或weatherundergrund适配器一起使用", - "uk": "загальні віджети погоди на основі флоту для використання з адаптером daswetter або weatherundergrund" - }, - "titleFull": { - "en": "weather Widgets", - "de": "Wetter Widgets", - "ru": "погода Виджеты", - "pt": "Widgets meteorológicos", - "nl": "weer Widgets", - "fr": "météo Widgets", - "it": "widget meteo", - "es": "Widgets del tiempo", - "pl": "Widgety pogodowe", - "zh-cn": "天气小部件", - "uk": "Віджети погоди" - }, - "branch": "master", - "github": "https://github.com/rg-engineering/ioBroker.vis-weather", - "installs": 10278, - "weekDownloads": 263, - "stars": 5, - "issues": 9, - "score": 1 - }, - "vis-materialdesign": { + "vis-2-widgets-jaeger-design": { "title": { - "de": "vis-materialdesign", - "en": "vis-materialdesign", - "ru": "vis-materialdesign", - "zh-cn": "vis-materialdesign" + "de": "vis-2-widgets-jaeger-design", + "en": "vis-2-widgets-jaeger-design", + "ru": "vis-2-widgets-jaeger-design", + "zh-cn": "vis-2-widgets-jaeger-design" }, - "content": "adapterref/iobroker.vis-materialdesign/README.md", - "icon": "adapterref/iobroker.vis-materialdesign/vis-materialdesign.png", - "keywords": "vis, material, GUI", - "authors": "Scrounger ", + "content": "adapterref/iobroker.vis-2-widgets-jaeger-design/README.md", + "icon": "adapterref/iobroker.vis-2-widgets-jaeger-design/vis-2-widgets-jaeger-design.png", + "keywords": "vis-2-widgets-jaeger-design", + "authors": "bluefox ", "license": "MIT", - "published": "2019-09-20T16:13:26.396Z", + "published": "2023-01-10T08:30:19.906Z", "version": "-.-.-", - "latestVersion": "0.5.9", - "materialize": true, + "latestVersion": "1.0.2", "description": { - "en": "Material Design Widgets are based on Google's material design guidelines. The adapter uses different libraries (material components web library, vuetify, chartjs, etc.).", - "de": "Material Design Widgets basieren auf den Google-Richtlinien für das Material Design. Dabei verwendet der Adapter verschiedene Bibliothek (material components web library, vuetify, chartjs, etc.).", - "ru": "Виджеты для проектирования материалов основаны на руководстве Google по проектированию материалов. Адаптер использует различные библиотеки (material components web library, vuetify, chartjs, и т.д.).", - "pt": "Os Widgets de design de materiais são baseados nas diretrizes de design de materiais do Google. O adaptador usa bibliotecas diferentes (material components web library, vuetify, chartjs, etc.).", - "nl": "Material Design Widgets zijn gebaseerd op de materiaalontwerprichtlijnen van Google. De adapter maakt gebruik van verschillende bibliotheken (material components web library, vuetify, chartjs, etc.).", - "fr": "Les Widgets de conception de matériaux sont basés sur les directives de conception de matériaux de Google. L'adaptateur utilise différentes bibliothèques (material components web library, vuetify, chartjs, etc.).", - "it": "I widget per il design dei materiali si basano sulle linee guida per il design dei materiali di Google. L'adattatore utilizza diverse librerie (material components web library, vuetify, chartjs, ecc.)", - "es": "Los Widgets de diseño de materiales se basan en las directrices de diseño de materiales de Google. El adaptador utiliza diferentes librerías (material components web library, vuetify, chartjs, etc.).", - "pl": "Widgety do projektowania materiałów oparte są na wytycznych Google dotyczących projektowania materiałów. Adapter wykorzystuje różne biblioteki (material components web library, vuetify, chartjs, itp.)", - "zh-cn": "Material Design Widgets基于Google的Material Design准则。适配器使用不同的库(材料组件Web库,vuetify,chartjs等)。" + "en": "Vis 2 Jaeger Styled Widgets" }, "titleFull": { - "en": "Material Design Widgets", - "de": "Material Design Widgets", - "ru": "Material Design Widgets", - "pt": "Material Design Widgets", - "nl": "Material Design Widgets", - "fr": "Material Design Widgets", - "it": "Material Design Widgets", - "es": "Material Design Widgets", - "pl": "Material Design Widgets", - "zh-cn": "Material Design Widgets" + "en": "Vis 2 Jaeger Styled Widgets" }, "branch": "master", - "github": "https://github.com/Scrounger/ioBroker.vis-materialdesign", - "installs": 6555, - "weekDownloads": 74, - "stars": 59, - "issues": 82, + "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-jaeger-design", + "installs": 307, + "weekDownloads": 105, + "stars": 1, + "issues": 7, "score": 1 }, - "vis-material-webfont": { + "vis-2-widgets-material": { "title": { - "de": "vis-material-webfont", - "en": "vis-material-webfont", - "ru": "vis-material-webfont", - "zh-cn": "vis-material-webfont" + "de": "vis-2-widgets-material", + "en": "vis-2-widgets-material", + "ru": "vis-2-widgets-material", + "zh-cn": "vis-2-widgets-material" }, - "content": "adapterref/iobroker.vis-material-webfont/README.md", - "icon": "adapterref/iobroker.vis-material-webfont/material-webfont.png", - "keywords": "material, GUI, ioBroker, vis", - "authors": "om2804 ", + "content": "adapterref/iobroker.vis-2-widgets-material/README.md", + "icon": "adapterref/iobroker.vis-2-widgets-material/vis-2-widgets-material.png", + "keywords": "vis-2-widgets-material", + "authors": "bluefox ", "license": "MIT", - "published": "2019-12-01T09:07:25.918Z", + "published": "2022-10-21T13:44:26.382Z", "version": "-.-.-", - "latestVersion": "0.0.3", + "latestVersion": "1.2.1", "description": { - "en": "Material Design Webfont", - "de": "Material Design Webfont", - "ru": "Материал Дизайн Webfont", - "pt": "Material Design Webfont", - "nl": "Materiaalontwerp Webfont", - "fr": "Conception de matériel Webfont", - "it": "Material Design Webfont", - "es": "Diseño de materiales Webfont", - "pl": "Material Design Webfont", - "zh-cn": "材质设计Webfont" + "en": "Vis 2 Widgets Material" }, "titleFull": { - "en": "Material Design Webfont", - "de": "Material Design Webfont", - "ru": "Материал Дизайн вебшрифты", - "pt": "Material Design Webfont", - "nl": "Materiaalontwerp Webfont", - "fr": "Conception de matériel Webfont", - "it": "Material Design Webfont", - "es": "Diseño de materiales Webfont", - "pl": "Material Design Webfont", - "zh-cn": "材质设计Webfont" + "en": "Vis 2 Widgets Material" }, "branch": "master", - "github": "https://github.com/om2804/ioBroker.vis-material-webfont", - "installs": 1643, - "weekDownloads": 23, - "stars": -1, - "issues": 6, + "github": "https://github.com/ioBroker/ioBroker.vis-2-widgets-material", + "installs": 1918, + "weekDownloads": 189, + "stars": 2, + "issues": 8, "score": 1 }, - "vis-justgage": { - "title": { - "de": "vis-justgage", - "en": "vis-justgage", - "ru": "vis-justgage", - "zh-cn": "vis-justgage" + "vis-inventwo": { + "title": { + "de": "vis-inventwo", + "en": "vis-inventwo", + "ru": "vis-inventwo", + "zh-cn": "vis-inventwo" }, - "content": "adapterref/iobroker.vis-justgage/README.md", - "icon": "adapterref/iobroker.vis-justgage/justgage.png", - "keywords": "justgage, vis, GUI, graphical, scada", - "authors": "Pmant ", + "content": "adapterref/iobroker.vis-inventwo/README.md", + "icon": "adapterref/iobroker.vis-inventwo/inventwo.png", + "keywords": "ioBroker, Smart Home, home automation, inventwo, vis", + "authors": "jkvarel , skvarel ", "license": "MIT", - "published": "2016-02-17T00:56:07.344Z", - "version": "1.0.2", - "latestVersion": "1.0.2", + "published": "2020-03-01T16:34:53.649Z", + "version": "3.3.3", + "latestVersion": "3.3.3", "materialize": true, + "compact": true, "description": { - "en": "justGage Widgets for ioBroker.vis", - "de": "justGage Widgets für ioBroker.vis", - "ru": "Виджеты justGage для ioBroker.vis", - "pt": "Widgets justGage para ioBroker.vis", - "nl": "justGage Widgets voor ioBroker.vis", - "fr": "justGage Widgets pour ioBroker.vis", - "it": "Widget di justGage per ioBroker.vis", - "es": "JustGage Widgets para ioBroker.vis", - "pl": "Widżety justGage dla ioBroker.vis", - "zh-cn": "ioBroker.vis的justGage小部件" + "en": "inventwo Design widgets for ioBroker.vis", + "de": "inventwo Design Widgets für ioBroker.vis", + "ru": "Изобретены виджеты дизайна для ioBroker.vis", + "pt": "widgets de Design do inventwo para ioBroker.vis", + "nl": "inventwo Ontwerpwidgets voor ioBroker.vis", + "fr": "widgets Inventwo Design pour ioBroker.vis", + "it": "inventwo Widget di design per ioBroker.vis", + "es": "inventwo Widgets de diseño para ioBroker.vis", + "pl": "wynalazki Widżety projektowe dla ioBroker.vis", + "zh-cn": "ioBroker.vis的inventwo设计小部件" + }, + "titleFull": { + "en": "inventwo Design Widgets", + "de": "inventwo Design Widgets", + "ru": "Изобретательские Виджеты Дизайна", + "pt": "inventwo Design Widgets", + "nl": "inventwo Design Widgets", + "fr": "inventwo Design Widgets", + "it": "inventwo Design Widgets", + "es": "inventwo Widgets de diseño", + "pl": "wynalazki dwóch widżetów projektowych", + "zh-cn": "inventwo设计小部件" }, - "titleFull": "justGage Widgets", "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.vis-justgage", - "installs": 9384, - "weekDownloads": 265, - "stars": 4, - "issues": 11, + "github": "https://github.com/inventwo/ioBroker.vis-inventwo", + "installs": 14845, + "weekDownloads": 670, + "stars": 41, + "issues": 71, "score": 1 } } @@ -26567,6 +26706,55 @@ "pl": "Pogoda" }, "pages": { + "accuweather": { + "title": { + "de": "accuweather", + "en": "accuweather", + "ru": "accuweather", + "zh-cn": "accuweather" + }, + "content": "adapterref/iobroker.accuweather/README.md", + "icon": "adapterref/iobroker.accuweather/accuweather.png", + "keywords": "Weather, AccuWeather, Forecast", + "authors": "algar42 ", + "license": "MIT", + "published": "2019-09-12T18:44:03.231Z", + "version": "1.3.1", + "latestVersion": "1.3.1", + "materialize": true, + "compact": true, + "description": { + "en": "Weather forecast using AccuWeather API", + "de": "Wettervorhersage mit AccuWeather API", + "ru": "Прогноз погоды с использованием AccuWeather API", + "pt": "Previsão do tempo usando a API AccuWeather", + "nl": "Weersverwachting met AccuWeather API", + "fr": "Prévisions météorologiques à l'aide de l'API AccuWeather", + "it": "Previsioni del tempo utilizzando l'API AccuWeather", + "es": "Pronóstico del tiempo usando AccuWeather API", + "pl": "Prognoza pogody za pomocą interfejsu API AccuWeather", + "zh-cn": "使用AccuWeather API的天气预报" + }, + "titleFull": { + "en": "AccuWeather", + "de": "AccuWeather", + "ru": "AccuWeather", + "pt": "AccuWeather", + "nl": "AccuWeather", + "fr": "AccuWeather", + "it": "AccuWeather", + "es": "AccuWeather", + "pl": "AccuWeather", + "zh-cn": "机构AccuWeather" + }, + "branch": "master", + "github": "https://github.com/iobroker-community-adapters/ioBroker.accuweather", + "installs": 4139, + "weekDownloads": 421, + "stars": 4, + "issues": 6, + "score": 1 + }, "daswetter": { "title": { "de": "daswetter", @@ -26612,61 +26800,12 @@ }, "branch": "master", "github": "https://github.com/rg-engineering/ioBroker.daswetter", - "installs": 14748, - "weekDownloads": 766, + "installs": 14796, + "weekDownloads": 721, "stars": 17, "issues": 16, "score": 1 }, - "accuweather": { - "title": { - "de": "accuweather", - "en": "accuweather", - "ru": "accuweather", - "zh-cn": "accuweather" - }, - "content": "adapterref/iobroker.accuweather/README.md", - "icon": "adapterref/iobroker.accuweather/accuweather.png", - "keywords": "Weather, AccuWeather, Forecast", - "authors": "algar42 ", - "license": "MIT", - "published": "2019-09-12T18:44:03.231Z", - "version": "1.3.1", - "latestVersion": "1.3.1", - "materialize": true, - "compact": true, - "description": { - "en": "Weather forecast using AccuWeather API", - "de": "Wettervorhersage mit AccuWeather API", - "ru": "Прогноз погоды с использованием AccuWeather API", - "pt": "Previsão do tempo usando a API AccuWeather", - "nl": "Weersverwachting met AccuWeather API", - "fr": "Prévisions météorologiques à l'aide de l'API AccuWeather", - "it": "Previsioni del tempo utilizzando l'API AccuWeather", - "es": "Pronóstico del tiempo usando AccuWeather API", - "pl": "Prognoza pogody za pomocą interfejsu API AccuWeather", - "zh-cn": "使用AccuWeather API的天气预报" - }, - "titleFull": { - "en": "AccuWeather", - "de": "AccuWeather", - "ru": "AccuWeather", - "pt": "AccuWeather", - "nl": "AccuWeather", - "fr": "AccuWeather", - "it": "AccuWeather", - "es": "AccuWeather", - "pl": "AccuWeather", - "zh-cn": "机构AccuWeather" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.accuweather", - "installs": 4097, - "weekDownloads": 1203, - "stars": 4, - "issues": 6, - "score": 1 - }, "dwd": { "title": { "de": "dwd", @@ -26710,10 +26849,10 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.dwd", - "installs": 11967, - "weekDownloads": 468, + "installs": 12022, + "weekDownloads": 518, "stars": 22, - "issues": 9, + "issues": 10, "score": 1 }, "iceroad": { @@ -26761,8 +26900,8 @@ }, "branch": "main", "github": "https://github.com/iobroker-community-adapters/ioBroker.iceroad", - "installs": 123, - "weekDownloads": 12, + "installs": 131, + "weekDownloads": 27, "stars": 3, "issues": 1, "score": 1 @@ -26810,62 +26949,12 @@ }, "branch": "master", "github": "https://github.com/DrozmotiX/ioBroker.knmi-weather", - "installs": 130, - "weekDownloads": 4, + "installs": 133, + "weekDownloads": 18, "stars": 3, "issues": 12, "score": 1 }, - "luftdaten": { - "title": { - "de": "luftdaten", - "en": "luftdaten", - "ru": "luftdaten", - "zh-cn": "luftdaten" - }, - "content": "adapterref/iobroker.luftdaten/README.md", - "icon": "adapterref/iobroker.luftdaten/luftdaten.png", - "keywords": "web, weather, air, quality, ", - "authors": "Matthias Kleine ", - "license": "MIT", - "published": "2018-05-14T13:52:35.278Z", - "version": "3.0.0", - "latestVersion": "3.0.0", - "compact": true, - "description": { - "en": "Loads current air quality data from a local or remote sensor", - "de": "Lädt aktuelle Luftqualitätsdaten eines lokalen oder Cloud-Sensors", - "ru": "Загружает текущие данные о качестве воздуха с местного или удаленного датчика", - "pt": "Carrega dados atuais de qualidade do ar de um sensor local ou remoto", - "nl": "Laadt huidige luchtkwaliteitsgegevens van een lokale of externe sensor", - "fr": "Charge les données actuelles sur la qualité de l'air à partir d'un capteur local ou distant", - "it": "Carica i dati attuali sulla qualità dell'aria da un sensore locale o remoto", - "es": "Carga datos actuales de la calidad del aire desde un sensor local o remoto", - "pl": "Ładuje aktualne dane o jakości powietrza z lokalnego lub zdalnego czujnika", - "zh-cn": "从本地或远程传感器加载当前的空气质量数据", - "uk": "Завантажує поточні дані про якість повітря з локального або дистанційного датчика" - }, - "titleFull": { - "en": "Luftdaten", - "de": "Luftdaten", - "ru": "Luftdaten", - "pt": "Luftdaten", - "nl": "Luftdaten", - "fr": "Luftdaten", - "it": "Luftdaten", - "es": "Luftdaten", - "pl": "Luftdaten", - "zh-cn": "Luftdaten", - "uk": "Luftdaten" - }, - "branch": "master", - "github": "https://github.com/klein0r/ioBroker.luftdaten", - "installs": 1774, - "weekDownloads": 55, - "stars": 22, - "issues": 1, - "score": 1 - }, "meteoalarm": { "title": { "de": "meteoalarm", @@ -26897,24 +26986,74 @@ "zh-cn": "来自meteoalarm.org 的整个欧洲的天气警报" }, "titleFull": { - "en": "Meteoalarm", - "de": "Meteoalarm", - "ru": "Meteoalarm", - "pt": "Meteoalarm", - "nl": "Meteoalarm", - "fr": "Meteoalarm", - "it": "Meteoalarm", - "es": "Meteoalarm", - "pl": "Meteoalarm", - "uk": "Meteoalarm", - "zh-cn": "Meteoalarm" + "en": "Meteoalarm", + "de": "Meteoalarm", + "ru": "Meteoalarm", + "pt": "Meteoalarm", + "nl": "Meteoalarm", + "fr": "Meteoalarm", + "it": "Meteoalarm", + "es": "Meteoalarm", + "pl": "Meteoalarm", + "uk": "Meteoalarm", + "zh-cn": "Meteoalarm" + }, + "branch": "master", + "github": "https://github.com/jack-blackson/ioBroker.meteoalarm", + "installs": 824, + "weekDownloads": 113, + "stars": 5, + "issues": 3, + "score": 1 + }, + "luftdaten": { + "title": { + "de": "luftdaten", + "en": "luftdaten", + "ru": "luftdaten", + "zh-cn": "luftdaten" + }, + "content": "adapterref/iobroker.luftdaten/README.md", + "icon": "adapterref/iobroker.luftdaten/luftdaten.png", + "keywords": "web, weather, air, quality, ", + "authors": "Matthias Kleine ", + "license": "MIT", + "published": "2018-05-14T13:52:35.278Z", + "version": "3.0.0", + "latestVersion": "3.0.0", + "compact": true, + "description": { + "en": "Loads current air quality data from a local or remote sensor", + "de": "Lädt aktuelle Luftqualitätsdaten eines lokalen oder Cloud-Sensors", + "ru": "Загружает текущие данные о качестве воздуха с местного или удаленного датчика", + "pt": "Carrega dados atuais de qualidade do ar de um sensor local ou remoto", + "nl": "Laadt huidige luchtkwaliteitsgegevens van een lokale of externe sensor", + "fr": "Charge les données actuelles sur la qualité de l'air à partir d'un capteur local ou distant", + "it": "Carica i dati attuali sulla qualità dell'aria da un sensore locale o remoto", + "es": "Carga datos actuales de la calidad del aire desde un sensor local o remoto", + "pl": "Ładuje aktualne dane o jakości powietrza z lokalnego lub zdalnego czujnika", + "zh-cn": "从本地或远程传感器加载当前的空气质量数据", + "uk": "Завантажує поточні дані про якість повітря з локального або дистанційного датчика" + }, + "titleFull": { + "en": "Luftdaten", + "de": "Luftdaten", + "ru": "Luftdaten", + "pt": "Luftdaten", + "nl": "Luftdaten", + "fr": "Luftdaten", + "it": "Luftdaten", + "es": "Luftdaten", + "pl": "Luftdaten", + "zh-cn": "Luftdaten", + "uk": "Luftdaten" }, "branch": "master", - "github": "https://github.com/jack-blackson/ioBroker.meteoalarm", - "installs": 810, - "weekDownloads": 189, - "stars": 5, - "issues": 2, + "github": "https://github.com/klein0r/ioBroker.luftdaten", + "installs": 1793, + "weekDownloads": 105, + "stars": 22, + "issues": 1, "score": 1 }, "netatmo-crawler": { @@ -26960,12 +27099,61 @@ }, "branch": "master", "github": "https://github.com/Bart1909/ioBroker.netatmo-crawler", - "installs": 1965, - "weekDownloads": 57, + "installs": 1980, + "weekDownloads": 87, "stars": 9, "issues": 12, "score": 1 }, + "openweathermap": { + "title": { + "de": "openweathermap", + "en": "openweathermap", + "ru": "openweathermap", + "zh-cn": "openweathermap" + }, + "content": "adapterref/iobroker.openweathermap/README.md", + "icon": "adapterref/iobroker.openweathermap/openweathermap.png", + "keywords": "weather, forecast, temperature, rain, openweathermap, meteorology", + "authors": "bluefox , Matthias Kleine ", + "license": "MIT", + "published": "2018-08-03T07:35:01.926Z", + "version": "0.3.9", + "latestVersion": "0.4.5", + "materialize": true, + "compact": true, + "description": { + "en": "Fetches 60h weather forecast from openweathermap.org", + "de": "Ruft die 60-Stunden-Wettervorhersage von openweathermap.org ab", + "ru": "Получает прогноз погоды на 60 часов с openweathermap.org", + "pt": "Obtém a previsão do tempo de 60 horas em openweathermap.org", + "nl": "Haalt 60 uur weersvoorspelling van openweathermap.org", + "fr": "Récupère les prévisions météo à 60h de openweathermap.org", + "it": "Recupera le previsioni del tempo a 60 ore da openweathermap.org", + "es": "Obtiene el pronóstico del tiempo a 60 horas de openweathermap.org", + "pl": "Pobiera 60-godzinną prognozę pogody z openweathermap.org", + "zh-cn": "从 openweathermap.org 获取 60 小时天气预报" + }, + "titleFull": { + "en": "openweathermap.org weather", + "de": "openweathermap.org Wetter", + "ru": "openweathermap.org погода", + "pt": "clima openweathermap.org", + "nl": "openweathermap.org weer", + "fr": "météo openweathermap.org", + "it": "openweathermap.org meteo", + "es": "tiempo en openweathermap.org", + "pl": "openweathermap.org pogoda", + "zh-cn": "openweathermap.org 天气" + }, + "branch": "master", + "github": "https://github.com/ioBroker/ioBroker.openweathermap", + "installs": 7457, + "weekDownloads": 678, + "stars": 9, + "issues": 4, + "score": 1 + }, "netatmo": { "title": { "de": "netatmo", @@ -27010,8 +27198,8 @@ }, "branch": "master", "github": "https://github.com/PArns/ioBroker.netatmo", - "installs": 3951, - "weekDownloads": 132, + "installs": 3955, + "weekDownloads": 183, "stars": 24, "issues": 11, "score": 1 @@ -27061,8 +27249,8 @@ }, "branch": "master", "github": "https://github.com/simatec/ioBroker.pegelalarm", - "installs": 552, - "weekDownloads": 269, + "installs": 550, + "weekDownloads": 72, "stars": -1, "issues": 8, "score": 1 @@ -27110,59 +27298,43 @@ }, "branch": "master", "github": "https://github.com/schmupu/ioBroker.pollenflug", - "installs": 3276, - "weekDownloads": 82, + "installs": 3297, + "weekDownloads": 101, "stars": 6, "issues": 27, "score": 1 }, - "openweathermap": { + "sainlogic": { "title": { - "de": "openweathermap", - "en": "openweathermap", - "ru": "openweathermap", - "zh-cn": "openweathermap" + "de": "sainlogic", + "en": "sainlogic", + "ru": "sainlogic", + "zh-cn": "sainlogic" }, - "content": "adapterref/iobroker.openweathermap/README.md", - "icon": "adapterref/iobroker.openweathermap/openweathermap.png", - "keywords": "weather, forecast, temperature, rain, openweathermap, meteorology", - "authors": "bluefox , Matthias Kleine ", + "content": "adapterref/iobroker.sainlogic/README.md", + "icon": "adapterref/iobroker.sainlogic/sainlogic.png", + "keywords": "weather, sainlogic", + "authors": "Fogg ", "license": "MIT", - "published": "2018-08-03T07:35:01.926Z", - "version": "0.3.9", - "latestVersion": "0.4.3", + "published": "2020-05-02T10:04:02.375Z", + "version": "0.10.5", + "latestVersion": "0.10.5", "materialize": true, "compact": true, "description": { - "en": "Fetches 60h weather forecast from openweathermap.org", - "de": "Ruft die 60-Stunden-Wettervorhersage von openweathermap.org ab", - "ru": "Получает прогноз погоды на 60 часов с openweathermap.org", - "pt": "Obtém a previsão do tempo de 60 horas em openweathermap.org", - "nl": "Haalt 60 uur weersvoorspelling van openweathermap.org", - "fr": "Récupère les prévisions météo à 60h de openweathermap.org", - "it": "Recupera le previsioni del tempo a 60 ore da openweathermap.org", - "es": "Obtiene el pronóstico del tiempo a 60 horas de openweathermap.org", - "pl": "Pobiera 60-godzinną prognozę pogody z openweathermap.org", - "zh-cn": "从 openweathermap.org 获取 60 小时天气预报" + "en": "Read data from a sainlogic based weather station", + "de": "Read data from a sainlogic based weather station" }, "titleFull": { - "en": "openweathermap.org weather", - "de": "openweathermap.org Wetter", - "ru": "openweathermap.org погода", - "pt": "clima openweathermap.org", - "nl": "openweathermap.org weer", - "fr": "météo openweathermap.org", - "it": "openweathermap.org meteo", - "es": "tiempo en openweathermap.org", - "pl": "openweathermap.org pogoda", - "zh-cn": "openweathermap.org 天气" + "en": "Sainlogic Weatherstation", + "de": "Sainlogic Weatherstation" }, "branch": "master", - "github": "https://github.com/ioBroker/ioBroker.openweathermap", - "installs": 7421, - "weekDownloads": 377, - "stars": 9, - "issues": 5, + "github": "https://github.com/phifogg/ioBroker.sainlogic", + "installs": 1051, + "weekDownloads": 93, + "stars": 17, + "issues": 11, "score": 1 }, "solarwetter": { @@ -27193,10 +27365,10 @@ }, "branch": "master", "github": "https://github.com/iobroker-community-adapters/ioBroker.solarwetter", - "installs": 1341, - "weekDownloads": 163, + "installs": 1385, + "weekDownloads": 102, "stars": 4, - "issues": 7, + "issues": 9, "score": 1 }, "swiss-weather-api": { @@ -27243,8 +27415,8 @@ }, "branch": "master", "github": "https://github.com/baerengraben/ioBroker.swiss-weather-api", - "installs": 562, - "weekDownloads": 88, + "installs": 572, + "weekDownloads": 305, "stars": 12, "issues": 1, "score": 1 @@ -27294,43 +27466,59 @@ }, "branch": "master", "github": "https://github.com/simatec/ioBroker.uv-protect", - "installs": 323, - "weekDownloads": 166, + "installs": 326, + "weekDownloads": 49, "stars": -1, "issues": 1, "score": 1 }, - "sainlogic": { + "weatherunderground": { "title": { - "de": "sainlogic", - "en": "sainlogic", - "ru": "sainlogic", - "zh-cn": "sainlogic" + "de": "weatherunderground", + "en": "weatherunderground", + "ru": "weatherunderground", + "zh-cn": "weatherunderground" }, - "content": "adapterref/iobroker.sainlogic/README.md", - "icon": "adapterref/iobroker.sainlogic/sainlogic.png", - "keywords": "weather, sainlogic", - "authors": "Fogg ", + "content": "adapterref/iobroker.weatherunderground/README.md", + "icon": "adapterref/iobroker.weatherunderground/wu.png", + "keywords": "iobroker, weather, forecast, wu, weatherunderground", + "authors": "Daniel Schaedler , Ingo Fischer ", "license": "MIT", - "published": "2020-05-02T10:04:02.375Z", - "version": "0.10.5", - "latestVersion": "0.10.5", + "published": "2015-12-27T09:53:12.280Z", + "version": "3.6.0", + "latestVersion": "3.6.0", "materialize": true, "compact": true, "description": { - "en": "Read data from a sainlogic based weather station", - "de": "Read data from a sainlogic based weather station" + "en": "Loads Weatherunderground weather forecast for your location", + "de": "Lädt Wetterwetterprognose für Ihren Standort", + "ru": "Нагрузки Weatherunderground прогноз погоды для вашего местоположения", + "pt": "Carrega Weatherunderground previsão do tempo para sua localização", + "nl": "Hiermee laadt u Weatherunderground-weersvoorspelling voor uw locatie", + "fr": "Charge Weatherunder météo Prévisions pour votre localité", + "it": "Carica le previsioni meteo Weatherunderground per la tua posizione", + "es": "Cargas Weatherunderground pronóstico del tiempo para su ubicación", + "pl": "Ładuje prognozę pogody Weatherunderground dla Twojej lokalizacji", + "zh-cn": "载入您所在位置的Weatherunderground天气预报" }, "titleFull": { - "en": "Sainlogic Weatherstation", - "de": "Sainlogic Weatherstation" + "en": "Weatherunderground forecast", + "de": "Vorhersage Weatherunderground", + "ru": "Weatherunderground прогноз", + "pt": "Previsão do Weatherunderground", + "nl": "Weatherunderground voorspelling", + "fr": "Météo Weatherunderground", + "it": "Previsioni Weatherunderground", + "es": "Previsión Weatherunderground", + "pl": "Prognoza Weatherunderground", + "zh-cn": "地下天气预报" }, "branch": "master", - "github": "https://github.com/phifogg/ioBroker.sainlogic", - "installs": 1032, - "weekDownloads": 63, - "stars": 17, - "issues": 11, + "github": "https://github.com/iobroker-community-adapters/ioBroker.weatherunderground", + "installs": 7077, + "weekDownloads": 1461, + "stars": 15, + "issues": 1, "score": 1 }, "weatherflow_udp": { @@ -27376,61 +27564,12 @@ }, "branch": "master", "github": "https://github.com/woessmich/ioBroker.weatherflow_udp", - "installs": 62, - "weekDownloads": 3, + "installs": 61, + "weekDownloads": 25, "stars": 1, "issues": 0, "score": 1 }, - "weatherunderground": { - "title": { - "de": "weatherunderground", - "en": "weatherunderground", - "ru": "weatherunderground", - "zh-cn": "weatherunderground" - }, - "content": "adapterref/iobroker.weatherunderground/README.md", - "icon": "adapterref/iobroker.weatherunderground/wu.png", - "keywords": "iobroker, weather, forecast, wu, weatherunderground", - "authors": "Daniel Schaedler , Ingo Fischer ", - "license": "MIT", - "published": "2015-12-27T09:53:12.280Z", - "version": "3.4.2", - "latestVersion": "3.6.0", - "materialize": true, - "compact": true, - "description": { - "en": "Loads Weatherunderground weather forecast for your location", - "de": "Lädt Wetterwetterprognose für Ihren Standort", - "ru": "Нагрузки Weatherunderground прогноз погоды для вашего местоположения", - "pt": "Carrega Weatherunderground previsão do tempo para sua localização", - "nl": "Hiermee laadt u Weatherunderground-weersvoorspelling voor uw locatie", - "fr": "Charge Weatherunder météo Prévisions pour votre localité", - "it": "Carica le previsioni meteo Weatherunderground per la tua posizione", - "es": "Cargas Weatherunderground pronóstico del tiempo para su ubicación", - "pl": "Ładuje prognozę pogody Weatherunderground dla Twojej lokalizacji", - "zh-cn": "载入您所在位置的Weatherunderground天气预报" - }, - "titleFull": { - "en": "Weatherunderground forecast", - "de": "Vorhersage Weatherunderground", - "ru": "Weatherunderground прогноз", - "pt": "Previsão do Weatherunderground", - "nl": "Weatherunderground voorspelling", - "fr": "Météo Weatherunderground", - "it": "Previsioni Weatherunderground", - "es": "Previsión Weatherunderground", - "pl": "Prognoza Weatherunderground", - "zh-cn": "地下天气预报" - }, - "branch": "master", - "github": "https://github.com/iobroker-community-adapters/ioBroker.weatherunderground", - "installs": 7087, - "weekDownloads": 326, - "stars": 15, - "issues": 1, - "score": 1 - }, "yr": { "title": { "de": "yr", @@ -27474,8 +27613,8 @@ }, "branch": "master", "github": "https://github.com/ioBroker/ioBroker.yr", - "installs": 3830, - "weekDownloads": 64, + "installs": 3854, + "weekDownloads": 124, "stars": 10, "issues": 13, "score": 1 @@ -27523,8 +27662,8 @@ }, "branch": "master", "github": "https://github.com/AlCalzone/ioBroker.sensebox", - "installs": 30, - "weekDownloads": 1, + "installs": 28, + "weekDownloads": 4, "stars": -1, "issues": 10, "score": 1 diff --git a/engine/front-end/public/blog.json b/engine/front-end/public/blog.json index de0af1611..33272a1eb 100644 --- a/engine/front-end/public/blog.json +++ b/engine/front-end/public/blog.json @@ -5,7 +5,7 @@ "title": { "de": "Neuigkeiten von ioBroker (August-September 2023)", "en": "News from ioBroker (August-September 2023)", - "ru": "Новости от ioBroker (август-сентябрь 2023 г.)", + "ru": "", "zh-cn": "" }, "logo": "", @@ -14,7 +14,7 @@ "desc": { "de": "In diesem Blog-Beitrag werfen wir einen Blick auf einige der neuen Adapter und neuen Funktionen, die im August und September 2023 für ioBroker veröffentlicht wurden.", "en": "In this blog post, we'll take a look at some of the new adapters and new features that have been released for ioBroker in August and September 2023.", - "ru": "В этом сообщении блога мы рассмотрим некоторые новые адаптеры и новые функции, выпущенные для ioBroker в августе и сентябре 2023 года.", + "ru": "# Новости от ioBroker (август-сентябрь 2023 г.)\\nВ этом сообщении блога мы рассмотрим некоторые новые адаптеры и новые функции, выпущенные для ioBroker в августе и сентябре 2023 года.", "zh-cn": "# 来自 ioBroker 的新闻(2023 年 8 月至 9 月)\\n在这篇博文中,我们将了解 2023 年 8 月和 9 月为 ioBroker 发布的一些新适配器和新功能。" } }, diff --git a/engine/front-end/public/blog_ru.xml b/engine/front-end/public/blog_ru.xml index e9c36dd62..f3ceab68f 100644 --- a/engine/front-end/public/blog_ru.xml +++ b/engine/front-end/public/blog_ru.xml @@ -6,9 +6,9 @@ Sat, 16 Sep 2023 06:00:00 GMT 1440 - <![CDATA[Новости от ioBroker (август-сентябрь 2023 г.)]]> + <![CDATA[]]> В этом сообщении блога мы рассмотрим некоторые новые адаптеры и новые функции, выпущенные для ioBroker в августе и сентябре 2023 года.

+

# Новости от ioBroker (август-сентябрь 2023 г.)\nВ этом сообщении блога мы рассмотрим некоторые новые адаптеры и новые функции, выпущенные для ioBroker в августе и сентябре 2023 года.

]]>
https://www.iobroker.net/#ru/blog/2023_09_16 https://www.iobroker.net/#ru/blog/2023_09_16 diff --git a/engine/front-end/public/sitemap.txt b/engine/front-end/public/sitemap.txt index 894e4f141..e26d2b96c 100644 --- a/engine/front-end/public/sitemap.txt +++ b/engine/front-end/public/sitemap.txt @@ -749,6 +749,7 @@ https://www.iobroker.net/#de/adapters/adapterref/iobroker.bydhvs/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.calendar/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.cameras/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.canbus/README.md +https://www.iobroker.net/#de/adapters/adapterref/iobroker.cec2/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.chargemaster/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.chromecast/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.cleveron/README.md @@ -1075,6 +1076,7 @@ https://www.iobroker.net/#de/adapters/adapterref/iobroker.pushsafer/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.pvforecast/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.pvforecast/vis.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.pvoutputorg/README.md +https://www.iobroker.net/#de/adapters/adapterref/iobroker.pylontech/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.radar-trap/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.radar2/README.md https://www.iobroker.net/#de/adapters/adapterref/iobroker.radiohead/README.md @@ -1375,6 +1377,7 @@ https://www.iobroker.net/#en/adapters/adapterref/iobroker.bydhvs/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.calendar/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.cameras/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.canbus/README.md +https://www.iobroker.net/#en/adapters/adapterref/iobroker.cec2/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.chargemaster/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.chromecast/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.cleveron/README.md @@ -1701,6 +1704,7 @@ https://www.iobroker.net/#en/adapters/adapterref/iobroker.pushsafer/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.pvforecast/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.pvforecast/vis.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.pvoutputorg/README.md +https://www.iobroker.net/#en/adapters/adapterref/iobroker.pylontech/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.radar-trap/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.radar2/README.md https://www.iobroker.net/#en/adapters/adapterref/iobroker.radiohead/README.md @@ -2001,6 +2005,7 @@ https://www.iobroker.net/#ru/adapters/adapterref/iobroker.bydhvs/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.calendar/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.cameras/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.canbus/README.md +https://www.iobroker.net/#ru/adapters/adapterref/iobroker.cec2/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.chargemaster/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.chromecast/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.cleveron/README.md @@ -2327,6 +2332,7 @@ https://www.iobroker.net/#ru/adapters/adapterref/iobroker.pushsafer/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.pvforecast/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.pvforecast/vis.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.pvoutputorg/README.md +https://www.iobroker.net/#ru/adapters/adapterref/iobroker.pylontech/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.radar-trap/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.radar2/README.md https://www.iobroker.net/#ru/adapters/adapterref/iobroker.radiohead/README.md @@ -2627,6 +2633,7 @@ https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.bydhvs/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.calendar/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.cameras/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.canbus/README.md +https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.cec2/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.chargemaster/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.chromecast/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.cleveron/README.md @@ -2953,6 +2960,7 @@ https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.pushsafer/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.pvforecast/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.pvforecast/vis.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.pvoutputorg/README.md +https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.pylontech/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.radar-trap/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.radar2/README.md https://www.iobroker.net/#zh-cn/adapters/adapterref/iobroker.radiohead/README.md