UNPKG

iobroker.lorawan

Version:

converts the desired lora gateway data to a ioBroker structure

126 lines 7.03 kB
{ "lorawan adapter settings": "Adapter settings for lorawan", "mainSettings": "Main Settings", "ServersettingsHeader": "Serversettings", "Serverinformation": "Set the main communication settings to your server", "ipUrl": "url or ip of the server", "ipUrlTooltip": "input the ip-address, or the url you want to connect to", "port": "port", "portTooltip": "input the port for the connection", "SSL": "SSL", "sslTooltip": "if your connection uses ssl, please enable this checkbox (hppts instead http is used)", "AuthenticationHeader": "Authenticationsettings", "AuthenticationInformation": "Set the authentication for your server (if needed)", "username": "username", "usernameTooltip": "input your username", "password": "password", "passwordTooltip": "input you password", "OriginHeader": "Origensettings", "OriginInformation": "Set the origin of the expected data", "origin":"origin", "originTooltip": "select the origin of your data", "notificationActivation": "notification activation", "notificationTooltip": "activate or deactivate the notification", "downlinkConfig": "Donwlink-konfiguration", "name": "name", "nameTooltip": "insert the name of the state, for this dowlink", "portDownlink": "port", "portDownlinkTooltip": "input the port you want to send in the downlink", "priority": "priority", "priorityTooltip": "input the priority you want to send in the downlink", "type": "type", "typeTooltip": "select the type of input you like to chose", "confirmed": "confirmed", "confirmedTooltip": "if you like to send the download with confirmed message enable this option", "front": "front value", "frontTooltip": "insert the front-value, wich will be set to the downlink (value must be in hex - exept type string)", "end": "end value", "endTooltip": "insert the end-value, wich will be set to the downlink (value must be in hex - exept type string)", "lengthInByte": "length of state (byte)", "lengthInByteTooltip": "insert the length of the state in bytes", "on": "on", "onTooltip": "insert the value you want to send if you set the state to true", "off": "off", "offTooltip": "insert the value you want to send if you set the state to false", "onClick": "on click", "onClickTooltip": "insert the value you want to send if you set the state to true (button click)", "multiplyfaktor": "multiplyfaktor", "multiplyfaktorTooltip": "insert the faktor you want to multiply your data (eg. 60 for input 1(min) => 60s)", "unit": "unit", "unitTooltip": "insert the unit for your value", "deviceType": "device-type", "expertSettings": "Expert-Settings", "enabled & collect": "enabled & collect", "deviceTypeTooltip": "insert the name of the device type, this config is valid. (eg. Dragino XY also matches Dragino)", "sendWithUplink": "send with uplink", "sendWithUplinkTooltip": "choose your send mode for configs with the desired devicetype", "decimalPlaces": "decimal places", "decimalPlacesTooltip": "select the desired numberof decimal places", "downlinkConfigMainHeader": "main downlink config", "downlinkConfigSubHeader": "individual downlink config", "swap": "little endian (sawp byteorder)", "swapTooltip": "swap the byteoder of the input", "no crc": "no crc adding", "crc": "checksum (crc 16)", "crcTooltip": "append the crc16 to your data", "String": "String", "limitMin": "limit min.", "limitMinTooltip": "limits the possibility of inputs in negative direction", "limitMinValue": "min. value", "limitMinValueTooltip": "input the limit in negative direction", "limitMax": "limit max.", "limitMaxTooltip": "limits the possibility of inputs in positive direction", "limitMaxValue": "max. value", "limitMaxValueTooltip": "input the limit in positive direction", "keepalive": "keepalive", "keepaliveTooltip": "input the time in seconds for keepalive function", "unused": "unused", "downlinkConfigHeader": "Add your device specific downlinks", "customConfig": "\"Custom\"-Konfiguation", "customConfigHeader": "Add a specific custom Object to each decoded state", "customJson": "Objekt für den \"Custom\"-Bereich im \"Common\" Objekt", "customJsonTooltip": "Fügen Sie ein Objekt hinzu, welches in common.custom geschrieben wird.", "customJsonInformation" : "With this function it is possible to add your own custom entries to the decoded states. Just input the desired json content in active function.", "customDecodedJsonActive" : "\"decoded.custom\"-JSON", "customJsonActiveTooltip" : "With this function it is possible to add your own custom entries to the decoded states", "customDesciption": "The folwing picture shows you an example for data in the JSON-EDITOR. For more informations use the documentation.", "customDescriptionImageTooltip": "Please fill the Editor with desired json you like to have in common.custom object of the decoded states.", "customConfigurationJsonActive" : "\"configuration-custom\"-JSON", "customConfigurationJsonActiveTooltip" : "With this function you add the desired JSON on the custom entrie from the configuration channel", "customControlJsonActive" : "\"control-custom\"-JSON", "customControlJsonActiveTooltip" : "With this function you add the desired JSON on the custom entrie from the control channel", "customDeleteDesciption": "To delete an entry, please enter the entry with content \"null\".", "customDeleteDescriptionImageTooltip": "Information about removing an existing entry.", "notification": "notification", "no notification": "no notification", "HABridge": "Home Assistant Bridge", "HABridgeInformation": "Main configuration for home assistant bridge via mqtt discovery", "MQTTInstance": "MQTT Instance", "DeviceIdentifiers": "Device Identifiers", "DeviceIdentifierTooltip": "Identifieres for the HA Device", "separator": "separator", "separatorTooltip": "choose a separator for the identifiers", "HABridgeDecoded": "decoded states", "HABridgeDecodedTooltip": "Choose if the decoded states has to be publisehd", "HABridgeControl": "control states", "HABridgeControlTooltip": "Choose if the control states has to be published, or aditional subscribed", "applicationId": "Applicaion Id", "applicationName": "Application Name", "usedApplicationName": "Used Application Name (common.name)", "deviceEUI": "Device EUI", "deviceId": "Device Id", "usedDeviceId": "Used Device Id (common.name)", "HABridgeDecodedOff": "Off", "HABridgeDecodedPublish": "Publish", "HABridgeControlOff": "Off", "HABridgeControlPublish": "Publish", "HABridgeControlPublishSubscribe": "Publish & Subscribe", "no": "none", "space": "space", "underline": "underline", "minus": "minus", "HaBridgeHeader": "Home Assistant Bridge", "_DeviceIdentifierConfiguredDiscription": "Result of configured Topic: ", "_DeviceIdentifierDiscription": "Configure the identifiers to create an MQTT topic for a state. You can select multiple device identifiers, separated by the separator.", "_DeviceIdentifierExampleDiscription": "Example for configured Topic: " }