diff --git a/docs/de/adapterref/iobroker.lorawan/README.md b/docs/de/adapterref/iobroker.lorawan/README.md new file mode 100644 index 000000000..390bfdcdd --- /dev/null +++ b/docs/de/adapterref/iobroker.lorawan/README.md @@ -0,0 +1,180 @@ +--- +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.lorawan/README.md +title: ioBroker.lorawan +hash: mBAY+nBFksMkwrSN+wskFlL+vKx7miJ5PR5A7FluxOY= +--- +![Logo](../../../en/adapterref/iobroker.lorawan/admin/lorawan.png) + +![NPM-Version](https://img.shields.io/npm/v/iobroker.lorawan.svg) +![Downloads](https://img.shields.io/npm/dm/iobroker.lorawan.svg) +![Anzahl der Installationen](https://iobroker.live/badges/lorawan-installed.svg) +![Spenden](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg) +![NPM](https://nodei.co/npm/iobroker.lorawan.png?downloads=true) + +# IoBroker.lorawan +![Test und Freigabe](https://github.com/BenAhrdt/ioBroker.lorawan/workflows/Test%20and%20Release/badge.svg) + +## Lorawan-Adapter für ioBroker +Der Adapter kommuniziert bidirektional mit LoraWan-Geräten über den LoRaWAN-Netzwerkserver über das MQTT-Protokoll. +„The Thinks Network“ und „Chirpstack“ werden jetzt unterstützt, weitere könnten später folgen. +Adapter entstand in Zusammenarbeit mit Jörg Froehner LoraWan@hafenmeister.com + +Für die Dokumentation verwenden Sie den Doc-Ordner. +Derzeit gibt es eine Dokumentation in englischer Sprache hier: http://www.hafenmeister.com/LoraWan/Iobroker-Adapter.pdf + +## HAFTUNGSAUSSCHLUSS +Die Rechte an den Marken und Firmennamen verbleiben bei ihren Eigentümern und haben keinen Bezug zu diesem Adapter. +Die Fairuse-Richtlinie ist vom Betreiber des Adapters weiterhin einzuhalten. +Wenn dieses Repository geforkt ist, muss es als Quelle angegeben werden. + +LoRa® ist eine eingetragene Marke oder Dienstleistungsmarke der Semtech Corporation oder ihrer verbundenen Unternehmen. + +LoRaWAN® ist eine lizenzierte Marke. + +## Changelog + +### **WORK IN PROGRESS** +* (BenAhrdt) some more functions + +### 0.3.4 (2024-02-20) +* (BenAhrdt) put some debug and silly logging to code + +### 0.3.3 (2024-02-19) +* (BenAhrdt) set infos into native + +### 0.3.2 (2024-02-16) +* (BenAhrdt) wording recieved => received in messageing + +### 0.3.1 (2024-02-15) +* (BenAhrdt) rebuild with better messageing + +### 0.3.0 (2024-02-15) +* (BenAhrdt) define user friendly Blockly Blocks with result + +### 0.2.1 (2024-02-13) +* (BenAhrdt) check types of messaging values and implements more blockly blocks + +### 0.2.0 (2024-02-12) +* (BenAhrdt) more functionality in messageing + +### 0.1.13 (2024-02-12) +* (BenAhrdt) building of directory changed and message implemented + +### 0.1.12 (2024-02-09) +* (BenAhrdt) default value crc config bug fixed + +### 0.1.11 (2024-02-09) +* (BenAhrdt) min / max values for downlink-configs (number) + +### 0.1.10 (2024-02-08) +* (BenAhrdt) default of crc changed + +### 0.1.9 (2024-02-07) +* (BenAhrdt) crc calculation improoved + +### 0.1.8 (2024-02-07) +* (BenAhrdt) implement crc calculation + +### 0.1.7 (2024-02-06) +* (BenAhrdt) change filter on statechange + +### 0.1.6 (2024-02-05) +* (BenAhrdt) implments byte swap + +### 0.1.5 (2024-02-02) +* (BenAhrdt) remove units and insert roles + +### 0.1.4 (2024-02-01) +* (BenAhrdt) change input of length and validate hex inputs + +### 0.1.3 (2024-02-01) +* (BenAhrdt) change internal Base devices + +### 0.1.2 (2024-01-31) +* (BenAhrdt) concept of config changed + +### 0.1.1 (2024-01-30) +* (BenAhrdt) reduceing calling changeInfo > create expersettings to send downlinks with uplink + +### 0.1.0 (2024-01-26) +* (BenAhrdt) removing downlink/configuration path and first tests of send downlink with uplink + +### 0.0.18 (2024-01-25) +* (BenAhrdt) remove wrong warn logging + +### 0.0.17 (2024-01-25) +* (BenAhrdt) changed Handling of standard configurations + +### 0.0.16 (2024-01-22) +* (BenAhrdt) romeve reacheble object directory / improoved object === NULL + +### 0.0.15 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory at downlink queued + +### 0.0.14 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory + +### 0.0.13 (2024-01-21) +* (BenAhrdt) change device id selecting in chirpstack out of directory (for downlink queued) + +### 0.0.12 (2024-01-21) +* (BenAhrdt) change flow of downlink + +### 0.0.11 (2024-01-20) +* (BenAhrdt) toSend und lastSend added to folders + +### 0.0.10 (2024-01-19) +* (BenAhrdt) changes in length calculation + +### 0.0.9 (2024-01-19) +* (BenAhrdt) first version for beta + +### 0.0.8 (2024-01-18) +* (BenAhrdt) first implementation of chirpstack + +### 0.0.7 (2024-01-17) +* (BenAhrdt) hex to Upper case, more units for decoded payload values + +### 0.0.6 (2024-01-16) +* (BenAhrdt) insert whole translation for config and move some functions + +### 0.0.5 (2024-01-15) +* (BenAhrdt) delete not configed states at startup + +### 0.0.4 (2024-01-15) +* (BenAhrdt) implements buttons and standard downlink control ind json (push / replace) + +### 0.0.3 (2024-01-14) +* (BenAhrdt) first config for downlinks inputed + +### 0.0.2 (2024-01-12) +* (BenAhrdt) initial release + +## License +MIT License + +Copyright (c) 2024 BenAhrdt +Copyright (c) 2024 Joerg Froehner + +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.lorawan/admin/lorawan.png b/docs/de/adapterref/iobroker.lorawan/admin/lorawan.png new file mode 100644 index 000000000..ff81dc7b8 Binary files /dev/null and b/docs/de/adapterref/iobroker.lorawan/admin/lorawan.png differ diff --git a/docs/de/adapterref/iobroker.radar-trap/admin/radar-trap.png b/docs/de/adapterref/iobroker.radar-trap/admin/radar-trap.png new file mode 100644 index 000000000..29f824316 Binary files /dev/null and b/docs/de/adapterref/iobroker.radar-trap/admin/radar-trap.png differ diff --git a/docs/de/history/media/2024_02_16 scenes-enums.png b/docs/de/history/media/2024_02_16 scenes-enums.png new file mode 100644 index 000000000..ae2bb650f Binary files /dev/null and b/docs/de/history/media/2024_02_16 scenes-enums.png differ diff --git a/docs/en/adapterref/iobroker.lorawan/README.md b/docs/en/adapterref/iobroker.lorawan/README.md new file mode 100644 index 000000000..e2b267d21 --- /dev/null +++ b/docs/en/adapterref/iobroker.lorawan/README.md @@ -0,0 +1,175 @@ +![Logo](admin/lorawan.png) +# ioBroker.lorawan + +[![NPM version](https://img.shields.io/npm/v/iobroker.lorawan.svg)](https://www.npmjs.com/package/iobroker.lorawan) +[![Downloads](https://img.shields.io/npm/dm/iobroker.lorawan.svg)](https://www.npmjs.com/package/iobroker.lorawan) +![Number of Installations](https://iobroker.live/badges/lorawan-installed.svg) +![Test and Release](https://github.com/BenAhrdt/ioBroker.lorawan/workflows/Test%20and%20Release/badge.svg) +[![Donate](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg)](https://paypal.me/besc83) + +[![NPM](https://nodei.co/npm/iobroker.lorawan.png?downloads=true)](https://nodei.co/npm/iobroker.lorawan/) + +## lorawan adapter for ioBroker +The adapter communicates bidirectionally with LoraWan devices via LoRaWAN Network Server via MQTT protocol. +“The Thinks Network” and “Chirpstack” are supported now, more could follow later. +Adapter was created in collaboration with Joerg Froehner LoraWan@hafenmeister.com + +For Documentation use the doc folder. +For now there is documentation in English here: http://www.hafenmeister.com/LoraWan/Iobroker-Adapter.pdf + +## Changelog + +### **WORK IN PROGRESS** +* (BenAhrdt) some more functions + +### 0.3.4 (2024-02-20) +* (BenAhrdt) put some debug and silly logging to code + +### 0.3.3 (2024-02-19) +* (BenAhrdt) set infos into native + +### 0.3.2 (2024-02-16) +* (BenAhrdt) wording recieved => received in messageing + +### 0.3.1 (2024-02-15) +* (BenAhrdt) rebuild with better messageing + +### 0.3.0 (2024-02-15) +* (BenAhrdt) define user friendly Blockly Blocks with result + +### 0.2.1 (2024-02-13) +* (BenAhrdt) check types of messaging values and implements more blockly blocks + +### 0.2.0 (2024-02-12) +* (BenAhrdt) more functionality in messageing + +### 0.1.13 (2024-02-12) +* (BenAhrdt) building of directory changed and message implemented + +### 0.1.12 (2024-02-09) +* (BenAhrdt) default value crc config bug fixed + +### 0.1.11 (2024-02-09) +* (BenAhrdt) min / max values for downlink-configs (number) + +### 0.1.10 (2024-02-08) +* (BenAhrdt) default of crc changed + +### 0.1.9 (2024-02-07) +* (BenAhrdt) crc calculation improoved + +### 0.1.8 (2024-02-07) +* (BenAhrdt) implement crc calculation + +### 0.1.7 (2024-02-06) +* (BenAhrdt) change filter on statechange + +### 0.1.6 (2024-02-05) +* (BenAhrdt) implments byte swap + +### 0.1.5 (2024-02-02) +* (BenAhrdt) remove units and insert roles + +### 0.1.4 (2024-02-01) +* (BenAhrdt) change input of length and validate hex inputs + +### 0.1.3 (2024-02-01) +* (BenAhrdt) change internal Base devices + +### 0.1.2 (2024-01-31) +* (BenAhrdt) concept of config changed + +### 0.1.1 (2024-01-30) +* (BenAhrdt) reduceing calling changeInfo > create expersettings to send downlinks with uplink + +### 0.1.0 (2024-01-26) +* (BenAhrdt) removing downlink/configuration path and first tests of send downlink with uplink + +### 0.0.18 (2024-01-25) +* (BenAhrdt) remove wrong warn logging + +### 0.0.17 (2024-01-25) +* (BenAhrdt) changed Handling of standard configurations + +### 0.0.16 (2024-01-22) +* (BenAhrdt) romeve reacheble object directory / improoved object === NULL + +### 0.0.15 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory at downlink queued + +### 0.0.14 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory + +### 0.0.13 (2024-01-21) +* (BenAhrdt) change device id selecting in chirpstack out of directory (for downlink queued) + +### 0.0.12 (2024-01-21) +* (BenAhrdt) change flow of downlink + +### 0.0.11 (2024-01-20) +* (BenAhrdt) toSend und lastSend added to folders + +### 0.0.10 (2024-01-19) +* (BenAhrdt) changes in length calculation + +### 0.0.9 (2024-01-19) +* (BenAhrdt) first version for beta + +### 0.0.8 (2024-01-18) +* (BenAhrdt) first implementation of chirpstack + +### 0.0.7 (2024-01-17) +* (BenAhrdt) hex to Upper case, more units for decoded payload values + +### 0.0.6 (2024-01-16) +* (BenAhrdt) insert whole translation for config and move some functions + +### 0.0.5 (2024-01-15) +* (BenAhrdt) delete not configed states at startup + +### 0.0.4 (2024-01-15) +* (BenAhrdt) implements buttons and standard downlink control ind json (push / replace) + +### 0.0.3 (2024-01-14) +* (BenAhrdt) first config for downlinks inputed + +### 0.0.2 (2024-01-12) +* (BenAhrdt) initial release + +## License +MIT License + +Copyright (c) 2024 BenAhrdt +Copyright (c) 2024 Joerg Froehner + +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. + +## DISCLAIMER +The rights of the trademarks and company names, +remain with their owners and have no relation to this adapter. +The fairuse policy must continue to be adhered to by the operator of the adapter. +If this repository is forked, it must be cited as the source. + +LoRa® is a registered trademark or service +mark of Semtech Corporation or its affilantes. + +LoRaWAN® is a licensed mark. \ No newline at end of file diff --git a/docs/en/adapterref/iobroker.lorawan/admin/lorawan.png b/docs/en/adapterref/iobroker.lorawan/admin/lorawan.png new file mode 100644 index 000000000..ff81dc7b8 Binary files /dev/null and b/docs/en/adapterref/iobroker.lorawan/admin/lorawan.png differ diff --git a/docs/ru/adapterref/iobroker.lorawan/README.md b/docs/ru/adapterref/iobroker.lorawan/README.md new file mode 100644 index 000000000..d67e074a2 --- /dev/null +++ b/docs/ru/adapterref/iobroker.lorawan/README.md @@ -0,0 +1,180 @@ +--- +translatedFrom: en +translatedWarning: Если вы хотите отредактировать этот документ, удалите поле «translationFrom», в противном случае этот документ будет снова автоматически переведен +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/ru/adapterref/iobroker.lorawan/README.md +title: ioBroker.loravan +hash: mBAY+nBFksMkwrSN+wskFlL+vKx7miJ5PR5A7FluxOY= +--- +![Логотип](../../../en/adapterref/iobroker.lorawan/admin/lorawan.png) + +![НПМ-версия](https://img.shields.io/npm/v/iobroker.lorawan.svg) +![Загрузки](https://img.shields.io/npm/dm/iobroker.lorawan.svg) +![Количество установок](https://iobroker.live/badges/lorawan-installed.svg) +![Пожертвовать](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg) +![НПМ](https://nodei.co/npm/iobroker.lorawan.png?downloads=true) + +# IoBroker.loravan +![Тестирование и выпуск](https://github.com/BenAhrdt/ioBroker.lorawan/workflows/Test%20and%20Release/badge.svg) + +## Адаптер lorawan для ioBroker +Адаптер осуществляет двустороннюю связь с устройствами LoraWan через сетевой сервер LoRaWAN по протоколу MQTT. +«The Thinks Network» и «Chirpstack» поддерживаются сейчас, позже могут появиться и другие. +Адаптер был создан в сотрудничестве с Йоргом Фрёнером LoraWan@hafenmeister.com. + +Для документации используйте папку doc. +На данный момент документация на английском языке доступна здесь: http://www.hafenmeister.com/LoraWan/Iobroker-Adapter.pdf. + +## ОТКАЗ ОТ ОТВЕТСТВЕННОСТИ +Права на товарные знаки и названия компаний остаются за их владельцами и не имеют никакого отношения к данному адаптеру. +Оператор адаптера должен продолжать соблюдать политику добросовестного использования. +Если этот репозиторий разветвлен, его необходимо указать в качестве источника. + +LoRa® является зарегистрированной торговой маркой или знаком обслуживания Semtech Corporation или ее дочерних компаний. + +LoRaWAN® является лицензионным знаком. + +## Changelog + +### **WORK IN PROGRESS** +* (BenAhrdt) some more functions + +### 0.3.4 (2024-02-20) +* (BenAhrdt) put some debug and silly logging to code + +### 0.3.3 (2024-02-19) +* (BenAhrdt) set infos into native + +### 0.3.2 (2024-02-16) +* (BenAhrdt) wording recieved => received in messageing + +### 0.3.1 (2024-02-15) +* (BenAhrdt) rebuild with better messageing + +### 0.3.0 (2024-02-15) +* (BenAhrdt) define user friendly Blockly Blocks with result + +### 0.2.1 (2024-02-13) +* (BenAhrdt) check types of messaging values and implements more blockly blocks + +### 0.2.0 (2024-02-12) +* (BenAhrdt) more functionality in messageing + +### 0.1.13 (2024-02-12) +* (BenAhrdt) building of directory changed and message implemented + +### 0.1.12 (2024-02-09) +* (BenAhrdt) default value crc config bug fixed + +### 0.1.11 (2024-02-09) +* (BenAhrdt) min / max values for downlink-configs (number) + +### 0.1.10 (2024-02-08) +* (BenAhrdt) default of crc changed + +### 0.1.9 (2024-02-07) +* (BenAhrdt) crc calculation improoved + +### 0.1.8 (2024-02-07) +* (BenAhrdt) implement crc calculation + +### 0.1.7 (2024-02-06) +* (BenAhrdt) change filter on statechange + +### 0.1.6 (2024-02-05) +* (BenAhrdt) implments byte swap + +### 0.1.5 (2024-02-02) +* (BenAhrdt) remove units and insert roles + +### 0.1.4 (2024-02-01) +* (BenAhrdt) change input of length and validate hex inputs + +### 0.1.3 (2024-02-01) +* (BenAhrdt) change internal Base devices + +### 0.1.2 (2024-01-31) +* (BenAhrdt) concept of config changed + +### 0.1.1 (2024-01-30) +* (BenAhrdt) reduceing calling changeInfo > create expersettings to send downlinks with uplink + +### 0.1.0 (2024-01-26) +* (BenAhrdt) removing downlink/configuration path and first tests of send downlink with uplink + +### 0.0.18 (2024-01-25) +* (BenAhrdt) remove wrong warn logging + +### 0.0.17 (2024-01-25) +* (BenAhrdt) changed Handling of standard configurations + +### 0.0.16 (2024-01-22) +* (BenAhrdt) romeve reacheble object directory / improoved object === NULL + +### 0.0.15 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory at downlink queued + +### 0.0.14 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory + +### 0.0.13 (2024-01-21) +* (BenAhrdt) change device id selecting in chirpstack out of directory (for downlink queued) + +### 0.0.12 (2024-01-21) +* (BenAhrdt) change flow of downlink + +### 0.0.11 (2024-01-20) +* (BenAhrdt) toSend und lastSend added to folders + +### 0.0.10 (2024-01-19) +* (BenAhrdt) changes in length calculation + +### 0.0.9 (2024-01-19) +* (BenAhrdt) first version for beta + +### 0.0.8 (2024-01-18) +* (BenAhrdt) first implementation of chirpstack + +### 0.0.7 (2024-01-17) +* (BenAhrdt) hex to Upper case, more units for decoded payload values + +### 0.0.6 (2024-01-16) +* (BenAhrdt) insert whole translation for config and move some functions + +### 0.0.5 (2024-01-15) +* (BenAhrdt) delete not configed states at startup + +### 0.0.4 (2024-01-15) +* (BenAhrdt) implements buttons and standard downlink control ind json (push / replace) + +### 0.0.3 (2024-01-14) +* (BenAhrdt) first config for downlinks inputed + +### 0.0.2 (2024-01-12) +* (BenAhrdt) initial release + +## License +MIT License + +Copyright (c) 2024 BenAhrdt +Copyright (c) 2024 Joerg Froehner + +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.lorawan/admin/lorawan.png b/docs/ru/adapterref/iobroker.lorawan/admin/lorawan.png new file mode 100644 index 000000000..ff81dc7b8 Binary files /dev/null and b/docs/ru/adapterref/iobroker.lorawan/admin/lorawan.png differ diff --git a/docs/ru/adapterref/iobroker.radar-trap/admin/radar-trap.png b/docs/ru/adapterref/iobroker.radar-trap/admin/radar-trap.png new file mode 100644 index 000000000..29f824316 Binary files /dev/null and b/docs/ru/adapterref/iobroker.radar-trap/admin/radar-trap.png differ diff --git a/docs/zh-cn/adapterref/iobroker.lorawan/README.md b/docs/zh-cn/adapterref/iobroker.lorawan/README.md new file mode 100644 index 000000000..4be60e9a5 --- /dev/null +++ b/docs/zh-cn/adapterref/iobroker.lorawan/README.md @@ -0,0 +1,180 @@ +--- +translatedFrom: en +translatedWarning: 如果您想编辑此文档,请删除“translatedFrom”字段,否则此文档将再次自动翻译 +editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/zh-cn/adapterref/iobroker.lorawan/README.md +title: ioBroker.lorawan +hash: mBAY+nBFksMkwrSN+wskFlL+vKx7miJ5PR5A7FluxOY= +--- +![标识](../../../en/adapterref/iobroker.lorawan/admin/lorawan.png) + +![NPM版本](https://img.shields.io/npm/v/iobroker.lorawan.svg) +![下载](https://img.shields.io/npm/dm/iobroker.lorawan.svg) +![安装数量](https://iobroker.live/badges/lorawan-installed.svg) +![捐](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg) +![国家公共管理](https://nodei.co/npm/iobroker.lorawan.png?downloads=true) + +# IoBroker.lorawan +![测试与发布](https://github.com/BenAhrdt/ioBroker.lorawan/workflows/Test%20and%20Release/badge.svg) + +## IoBroker 的 lorawan 适配器 +该适配器通过 LoRaWAN 网络服务器通过 MQTT 协议与 LoraWan 设备进行双向通信。 +现在支持“The Thinks Network”和“Chirpstack”,以后可能会支持更多。 +适配器是与 Joerg Froehner 合作创建的 LoraWan@hafenmeister.com + +对于文档,请使用 doc 文件夹。 +目前这里有英文文档:http://www.hafenmeister.com/LoraWan/Iobroker-Adapter.pdf + +## 免责声明 +商标和公司名称的权利归其所有者所有,与此适配器无关。 +适配器运营商必须继续遵守公平使用政策。 +如果此存储库是分叉的,则必须将其引用为源。 + +LoRa® 是 Semtech Corporation 或其附属公司的注册商标或服务标志。 + +LoRaWAN® 是一个许可商标。 + +## Changelog + +### **WORK IN PROGRESS** +* (BenAhrdt) some more functions + +### 0.3.4 (2024-02-20) +* (BenAhrdt) put some debug and silly logging to code + +### 0.3.3 (2024-02-19) +* (BenAhrdt) set infos into native + +### 0.3.2 (2024-02-16) +* (BenAhrdt) wording recieved => received in messageing + +### 0.3.1 (2024-02-15) +* (BenAhrdt) rebuild with better messageing + +### 0.3.0 (2024-02-15) +* (BenAhrdt) define user friendly Blockly Blocks with result + +### 0.2.1 (2024-02-13) +* (BenAhrdt) check types of messaging values and implements more blockly blocks + +### 0.2.0 (2024-02-12) +* (BenAhrdt) more functionality in messageing + +### 0.1.13 (2024-02-12) +* (BenAhrdt) building of directory changed and message implemented + +### 0.1.12 (2024-02-09) +* (BenAhrdt) default value crc config bug fixed + +### 0.1.11 (2024-02-09) +* (BenAhrdt) min / max values for downlink-configs (number) + +### 0.1.10 (2024-02-08) +* (BenAhrdt) default of crc changed + +### 0.1.9 (2024-02-07) +* (BenAhrdt) crc calculation improoved + +### 0.1.8 (2024-02-07) +* (BenAhrdt) implement crc calculation + +### 0.1.7 (2024-02-06) +* (BenAhrdt) change filter on statechange + +### 0.1.6 (2024-02-05) +* (BenAhrdt) implments byte swap + +### 0.1.5 (2024-02-02) +* (BenAhrdt) remove units and insert roles + +### 0.1.4 (2024-02-01) +* (BenAhrdt) change input of length and validate hex inputs + +### 0.1.3 (2024-02-01) +* (BenAhrdt) change internal Base devices + +### 0.1.2 (2024-01-31) +* (BenAhrdt) concept of config changed + +### 0.1.1 (2024-01-30) +* (BenAhrdt) reduceing calling changeInfo > create expersettings to send downlinks with uplink + +### 0.1.0 (2024-01-26) +* (BenAhrdt) removing downlink/configuration path and first tests of send downlink with uplink + +### 0.0.18 (2024-01-25) +* (BenAhrdt) remove wrong warn logging + +### 0.0.17 (2024-01-25) +* (BenAhrdt) changed Handling of standard configurations + +### 0.0.16 (2024-01-22) +* (BenAhrdt) romeve reacheble object directory / improoved object === NULL + +### 0.0.15 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory at downlink queued + +### 0.0.14 (2024-01-21) +* (BenAhrdt) bugfix chirpstack directory + +### 0.0.13 (2024-01-21) +* (BenAhrdt) change device id selecting in chirpstack out of directory (for downlink queued) + +### 0.0.12 (2024-01-21) +* (BenAhrdt) change flow of downlink + +### 0.0.11 (2024-01-20) +* (BenAhrdt) toSend und lastSend added to folders + +### 0.0.10 (2024-01-19) +* (BenAhrdt) changes in length calculation + +### 0.0.9 (2024-01-19) +* (BenAhrdt) first version for beta + +### 0.0.8 (2024-01-18) +* (BenAhrdt) first implementation of chirpstack + +### 0.0.7 (2024-01-17) +* (BenAhrdt) hex to Upper case, more units for decoded payload values + +### 0.0.6 (2024-01-16) +* (BenAhrdt) insert whole translation for config and move some functions + +### 0.0.5 (2024-01-15) +* (BenAhrdt) delete not configed states at startup + +### 0.0.4 (2024-01-15) +* (BenAhrdt) implements buttons and standard downlink control ind json (push / replace) + +### 0.0.3 (2024-01-14) +* (BenAhrdt) first config for downlinks inputed + +### 0.0.2 (2024-01-12) +* (BenAhrdt) initial release + +## License +MIT License + +Copyright (c) 2024 BenAhrdt +Copyright (c) 2024 Joerg Froehner + +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.lorawan/admin/lorawan.png b/docs/zh-cn/adapterref/iobroker.lorawan/admin/lorawan.png new file mode 100644 index 000000000..ff81dc7b8 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.lorawan/admin/lorawan.png differ diff --git a/docs/zh-cn/adapterref/iobroker.radar-trap/admin/radar-trap.png b/docs/zh-cn/adapterref/iobroker.radar-trap/admin/radar-trap.png new file mode 100644 index 000000000..29f824316 Binary files /dev/null and b/docs/zh-cn/adapterref/iobroker.radar-trap/admin/radar-trap.png differ