UNPKG

iobroker.lorawan

Version:

converts the desired lora gateway data to a ioBroker structure

262 lines 13.8 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", "BridgePanel": "Bridge", "BridgeInformation": "Main configuration for 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", "applicationId": "Applicaion Id", "applicationName": "Application Name", "usedApplicationName": "Used Application Name (common.name)", "deviceEUI": "Device EUI", "deviceId": "Device Id", "usedDeviceId": "Used Device Id (common.name)", "no": "none", "space": "space", "underline": "underline", "minus": "minus", "BridgeHeader": "Bridge to a Foreign System", "_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: ", "_NoLoRaWAN": "The State is not in the right LoRaWAN instance", "publishTooltip": "publish the state on Bridge", "subscribeTooltip": "subscribe the state from Bridge", "BridgeStateHeader": "Define States for Discovery Topic", "BridgeStateInformation": "Here you can define an array of states, that will be set a Topic for Discovery. (Wildcards are possible too)", "Application": "Application", "Device": "Device", "Folder": "Folder", "State": "State", "BridgeType": "Bridge Type", "BridgeTypeTooltip": "Select the Type of the foreign System", "BridgeTypeOff": "off", "BridgeTypeHA": "Home Assistant", "BridgeTypeSH": "Smart Home", "LorawanOff": "off", "RefreshDiscoveryCronJob": "Discover Cycle", "RefreshDiscoveryCronJobTooltip": "insert the cronjob for refreshing the discovery", "ClimateHeader": "Define States for Climate Entity", "ClimateInformation": "Here you can define an array of Climate definitions", "ClimateNameText": "Entityname", "ClimateTargetTemperatureText": "Target Temperature", "ClimateActTemperatureText": "Target Temperature", "ClimateModeTemperatureText": "Mode", "_DiscoveredIds": "Discoverd Ids", "_PublishedIds": "Published Ids", "_SubscribedTopics": "Subscribed Topics", "_Deviceinformations": "Deviceinformations", "NoBridgeConfiged": "There is no bridge configed !!!", "EnableRefresh": "cyclic Discover", "EnableRefreshTooltip": "enable to discover in a cyclic cron", "* Not Present (Virtual)": "* Not Present (Virtual)", "BridgenotificationActivation": "notification activation", "BridgenotificationTooltip": "activate or deactivate the notification", "all notifications": "all notifications", "bridge connection": "connection notifications", "new discover": "discover notifications", "device online offline": "device state notifications", "no notifications": "nonotifications", "LoRaWAN Network Service is connected": "LoRaWAN Network Service is connected", "LoRaWAN Network Service is disconnected": "LoRaWAN Network Service is disconnected", "LoRaWAN device is back online": "The following LoRaWAN device is back online", "LoRaWAN device is offline": "The following LoRaWAN device is offline", "connection to bridge is activ": "connection to bridge is activ", "connection to bridge is closed": "connection to bridge will be closed", "new device discovered": "new device discovered", "Adapter will be stoped": "The LoRaWAN Bridge Adapter will be stoped", "BridgeEnum": "Bridge Enum", "BridgeEnumTooltip": "Select an enum, that is used for bringing foreign states to the bridge", "BridgeConnectionTest": "connectiontest", "BridgeConnectionTestTooltip": "cklick this button, to check to connection to your bridge", "no connection to bridge": "❌ no connection", "connection to bridge ok": "✅ connection OK", "BridgeLoRaPanel": "Bridge LoRaWAN", "BridgeLoRaConfigHeader": "Settigs for the Lorawan Bridge", "BridgeForeignPanel": "Bridge Foreign", "BridgeForeignConfigHeader": "Settings for the foreign states", "BridgeLoRaHeader": "Definition of deviceindetifier", "BridgeForeignHeader": "Select of Bridge Enum", "_BridgeEnumDiscription": "Select a Enum tha is used for setting states into Bridge.\nThe name of the device is following this priorities:\n1. Devicename\n2. Channelname\n3. Namespace of state", "ClimateForeignHeader": "Define States for Climate Entity", "ClimateForeignInformation": "Here you can define an array of Climate definitions", "VirtualMode": "Virtual Mode", "VirtualModeTooltip": "Activate, if a mode id is not present", "HumidifierHeader": "Define States for a Humidifier Entity", "HumidifierInformation": "Here you can define an array of Humidifier definitions", "HumidifierNameText": "Entityname", "Humidifier": "Humidifier", "HumidifierTooltip": "humidifier / dehumidifier", "WithAct": "with Act-State", "WithActTooltip": "activate for setting id for actual value", "HumidifierOnOffText": "On / Off", "HumidifierTargetText": "Target humidity", "HumidifierActText": "Actual humidity", "LightHeader": "Define States for a Light Entity", "LightInformation": "Here you can define an array of Light definitions", "LightNameText": "Entityname", "LightBrightness": "Brightness", "LightBrightnessTooltip": "enable to set brightness id", "LightColor": "Color", "LightColorTooltip": "enable to set color id", "LightOnOffText": "On / Off", "LightBrightnessText": "Brightness id", "LightColorText": "Color id", "LightEffects": "Effects", "LightEffectsTooltip": "enable to set Effects id", "LightEffectsText": "Effects id", "CoverHeader": "Define States for a Cover Entity", "CoverInformation": "Here you can define an array of Cover definitions", "CoverNameText": "Entityname", "CoverSeparate": "separate", "CoverSeparateTooltip": "selected: separate boolean states for open / close. Otherwise, one string state.", "CoverStop": "stop", "CoverOpenSignal": "limit switch for open", "CoverOpenSignalTooltip": "Choose a Boolean signal that indicates the open state", "CoverClosedSignal": "limit switch for closed", "CoverClosedSignalTooltip": "Choose a Boolean signal that indicates the closed state", "CoverStopTooltip": "An additional state for stop command", "CommandText": "Command ID", "UpText": "Up Command ID", "CoverDownText": "Down Command ID", "CoverStopText": "Stop Command ID", "CoverOpenText": "Open Command ID", "CoverCloseText": "Close Command ID", "CoverSignal": "Signals from limit switches", "CoverOpenSignalTrue": "signal true if open", "CoverClosedSignalTrue": "signal true if closed", "CoverOpenSignalTrueTooltip": "select true, if signal brings value true in cas of cover is open", "CoverClosedSignalTrueTooltip": "select true, if signal brings value true in cas of cover is closed", "SeparateIds": "separated ids for command", "OneString": "one string for command", "no command": "no command id", "CoverPosition": "position", "CoverPositionTooltip": "selected: separate id for position", "LockHeader": "Define States for a Lock Entity", "LockInformation": "Here you can define an array of Lock definitions", "LockNameText": "Entityname", "LockSeparate": "separate", "LockSeparateTooltip": "selected: separate boolean states for lock, unlock. Otherwise, one string state.", "LockOpen": "open", "LockOpenTooltip": "selected: separate boolean states for open", "LockSeparateState": "separate state", "LockSeparateStateTooltip": "selected: separate state for the state of the lock", "StateText": "State ID", "LockLockText": "Lock ID", "LockUnlockText": "Unlock ID", "LockOpenText": "Open ID", "commandForOpen": "command to open the lock", "commandForOpenTooltip": "set the command, that opens the lock", "CoverTilt": "tilt", "CoverTiltTooltip": "selected: separate id for tilt", "CoverTiltText": "Tilt ID", "CoverPositionText": "Position ID", "CoverDeviceClass": "Device Class", "CoverDeviceClassTooltip": "Select the desired device class", "CoverAwning": "awning", "CoverBlind": "blind", "CoverCurtain": "curtain", "CoverDamper": "damper", "CoverDoor": "door", "CoverGarage": "garage", "CoverGate": "gate", "CoverShade": "shade", "CoverShutter": "shutter", "CoverWindow": "window", "deviceSuffix": "device Suffix" }