Add default translations for binding add-ons (#11760)

* Add default translations for binding add-ons

This makes the texts used by these add-ons translatable with Crowdin.

To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.

There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2021-12-15 18:40:21 +01:00 committed by GitHub
parent 05e782ec1a
commit 07a1976c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
234 changed files with 33234 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# binding
binding.adorne.name = Adorne Binding
binding.adorne.description = The Adorne Binding controls Legrand's Adorne Wi-Fi ready switches and outlets.
# thing types
thing-type.adorne.dimmer.label = Adorne Dimmer Switch
thing-type.adorne.dimmer.description = Controls an Adorne dimmer switch.
thing-type.adorne.hub.label = Adorne Hub
thing-type.adorne.hub.description = The Adorne Hub serves as the bridge to control Adorne switches, dimmer switches and outlets.
thing-type.adorne.switch.label = Adorne Switch
thing-type.adorne.switch.description = Controls an Adorne switch or outlet.
# thing types config
thing-type.config.adorne.dimmer.zoneId.label = Zone ID
thing-type.config.adorne.hub.host.label = Host
thing-type.config.adorne.hub.host.description = Host name or IP address.
thing-type.config.adorne.hub.port.label = Port
thing-type.config.adorne.switch.zoneId.label = Zone ID

View File

@ -0,0 +1,37 @@
# binding
binding.ahawastecollection.name = aha WasteCollection Binding
binding.ahawastecollection.description = This binding provides information about the upcoming waste collection dates for places, that are served by aha, the waste collection company of the region Hannover. The values are retrieved from the online aha waste collection schedule available at: https://www.aha-region.de/abholtermine/abfuhrkalender.
# thing types
thing-type.ahawastecollection.collectionSchedule.label = aha Waste Collection Schedule
thing-type.ahawastecollection.collectionSchedule.description = aha Waste Collection Schedule from http://www.aha-region.de/abholtermine/abfuhrkalender
# thing types config
thing-type.config.ahawastecollection.collectionSchedule.collectionPlace.label = Collection Place
thing-type.config.ahawastecollection.collectionSchedule.collectionPlace.description = Form value for the collection place, taken from the form field `ladeort`. This value must look like 67269-0010+
thing-type.config.ahawastecollection.collectionSchedule.commune.label = Commune
thing-type.config.ahawastecollection.collectionSchedule.commune.description = The selected commune, taken from the form field 'gemeinde'.
thing-type.config.ahawastecollection.collectionSchedule.houseNumber.label = House Number
thing-type.config.ahawastecollection.collectionSchedule.houseNumber.description = The selected house number, taken from the form field 'hausnr'.
thing-type.config.ahawastecollection.collectionSchedule.houseNumberAddon.label = House Number Addon
thing-type.config.ahawastecollection.collectionSchedule.houseNumberAddon.description = The selected house number addon, taken from the form field 'hausnraddon'.
thing-type.config.ahawastecollection.collectionSchedule.street.label = Street
thing-type.config.ahawastecollection.collectionSchedule.street.description = The selected street, taken from the form field 'strasse'. This value must look like 67269@Rosmarinweg+/+Kirchhorst@Kirchhorst
# channel types
channel-type.ahawastecollection.collectionDateBioWaste.label = Bio Waste
channel-type.ahawastecollection.collectionDateBioWaste.description = Next collection day for bio waste
channel-type.ahawastecollection.collectionDateBioWaste.state.pattern = %1$tF
channel-type.ahawastecollection.collectionDateGeneralWaste.label = General Waste
channel-type.ahawastecollection.collectionDateGeneralWaste.description = Next collection day for general waste
channel-type.ahawastecollection.collectionDateGeneralWaste.state.pattern = %1$tF
channel-type.ahawastecollection.collectionDateLeightweightPackaging.label = Leightweight Packaging
channel-type.ahawastecollection.collectionDateLeightweightPackaging.description = Next collection day for leightweight packaging
channel-type.ahawastecollection.collectionDateLeightweightPackaging.state.pattern = %1$tF
channel-type.ahawastecollection.collectionDatePaper.label = Paper
channel-type.ahawastecollection.collectionDatePaper.description = Next collection day for paper
channel-type.ahawastecollection.collectionDatePaper.state.pattern = %1$tF

View File

@ -0,0 +1,111 @@
# binding
binding.airq.name = air-Q Binding
binding.airq.description = This is the binding for air-Q devices. The air-Q device contains several sensors measuring gases in the air and other ambiance parameters like noise or temperature. With this binding you can integrate those values into your openHAB system and change parametrs of the air-Q device.
# thing types
thing-type.airq.airq.label = air-Q
thing-type.airq.airq.description = Thing for air-Q Device
# thing types config
thing-type.config.airq.airq.ipAddress.label = Network Address
thing-type.config.airq.airq.ipAddress.description = IP Network Address where air-Q Can Be Reached.
thing-type.config.airq.airq.password.label = Password
thing-type.config.airq.airq.password.description = Password of air-Q Device.
# channel types
channel-type.airq.AdvancedDataProcessing.label = Advanced Data Processing
channel-type.airq.AlarmForwarding.label = Share Alarms With Other air-Q
channel-type.airq.AutoDriftCompensation.label = Compensate Automatic Drift
channel-type.airq.AutoUpdate.label = Automatic Firmware Update
channel-type.airq.Averaging.label = Do Average
channel-type.airq.DeleteKey.label = Settings to Be Deleted
channel-type.airq.ErrorBars.label = Calculate Maximum Errors
channel-type.airq.FireAlarm.label = Fire Alarm
channel-type.airq.GasAlarm.label = Gas Alarm
channel-type.airq.InitialCalFinished.label = Initial Calibration Done
channel-type.airq.Logging.label = Logging Level
channel-type.airq.Rejection.label = Power Frequency
channel-type.airq.RoomType.label = Room Type
channel-type.airq.SecondsMeasurementDelay.label = Rhythm Historic Average
channel-type.airq.SoundInfo.label = Sound Info
channel-type.airq.TimeServer.label = Time Server
channel-type.airq.WLAN_config_BSSID.label = Network BSSID
channel-type.airq.WLAN_config_Gateway.label = Network Gateway
channel-type.airq.WLAN_config_IPAddress.label = Assigned IP Address
channel-type.airq.WLAN_config_MAC.label = MAC Address
channel-type.airq.WLAN_config_NetMask.label = Network Mask
channel-type.airq.WLAN_config_SSID.label = WLAN SSID
channel-type.airq.WLANssid.label = WLAN SSID
channel-type.airq.WarmupPhase.label = Send data as in Warmup Phase
channel-type.airq.Wifi.label = Use WLAN
channel-type.airq.WifiInfo.label = Show WLAN Status with LED
channel-type.airq.cloudUpload.label = Upload to air-Q Cloud
channel-type.airq.cnt0_3.label = Fine Dust >0,3 μm
channel-type.airq.cnt0_3_maxerr.label = Max. Error Fine Dust >0,3μm
channel-type.airq.cnt0_5.label = Fine Dust >0,5 μm
channel-type.airq.cnt0_5_maxerr.label = Max. Error Fine Dust >0,5μm
channel-type.airq.cnt1.label = Fine Dust >1 μm
channel-type.airq.cnt10.label = Fine Dust >10 μm
channel-type.airq.cnt10_maxerr.label = Max. Error Fine Dust >10μm
channel-type.airq.cnt1_maxerr.label = Max. Error Fine Dust >1μm
channel-type.airq.cnt2_5.label = Fine Dust >2,5 μm
channel-type.airq.cnt2_5_maxerr.label = Max. Error Fine Dust >2,5μm
channel-type.airq.cnt5.label = Fine Dust >5 μm
channel-type.airq.cnt5_maxerr.label = Max. Error Fine Dust >5μm
channel-type.airq.co.label = CO Concentration
channel-type.airq.co2.label = CO₂ Concentration
channel-type.airq.co2_maxerr.label = Max. Error CO₂ Conc.
channel-type.airq.co_maxerr.label = Max. Error CO Conc.
channel-type.airq.dco2dt.label = Change of CO₂ Concentr.
channel-type.airq.deviceName.label = Device Name
channel-type.airq.dewpt.label = Dew Point
channel-type.airq.dewpt_maxerr.label = Max. Error Dew Point
channel-type.airq.dhdt.label = Change of Humidity
channel-type.airq.door.label = Door Event (exp)
channel-type.airq.geopos.label = Location of air-Q Device
channel-type.airq.health.label = Health Index
channel-type.airq.humidity.label = Humidity
channel-type.airq.humidity_abs.label = Absolute Humidity
channel-type.airq.humidity_abs_maxerr.label = Max. Error Abs. Humidity
channel-type.airq.humidity_maxerr.label = Max. Error Humidity
channel-type.airq.mtime.label = Time Needed for Measurement
channel-type.airq.nightmodeBrightnessDay.label = Day Brightness of LED
channel-type.airq.nightmodeBrightnessNight.label = Night Brightness of LED
channel-type.airq.nightmodeFanNightOff.label = Switch Off Fan at Night
channel-type.airq.nightmodeStartDay.label = Start of Day Operation
channel-type.airq.nightmodeStartNight.label = End of Day Operation
channel-type.airq.nightmodeWifiNightOff.label = Switch Off WLAN at Night
channel-type.airq.no2.label = NO₂ Concentration
channel-type.airq.no2_maxerr.label = Max. Error NO₂ Conc.
channel-type.airq.o3.label = O₃ Concentration
channel-type.airq.o3_maxerr.label = Max. Error O₃ Conc.
channel-type.airq.oxygen.label = Oxygen Concentration
channel-type.airq.oxygen_maxerr.label = Max. Error Oxygen Conc.
channel-type.airq.pass.label = Device Password
channel-type.airq.performance.label = Performance Index
channel-type.airq.pm1.label = Fine Dust Concentr. >1μ
channel-type.airq.pm10.label = Fine Dust Concentr. >10μ
channel-type.airq.pm10_maxerr.label = Max. Error Fine Dust Conc. >10μm
channel-type.airq.pm1_maxerr.label = Max. Error Fine Dust Conc. >1μm
channel-type.airq.pm2_5.label = Fine Dust Concentr. >2,5μ
channel-type.airq.pm2_5_maxerr.label = Max. Error Fine Dust Conc. >2,5μm
channel-type.airq.ppm_and_ppb.label = Values in Particles
channel-type.airq.pressure.label = Pressure
channel-type.airq.pressure_maxerr.label = Max. Error Pressure
channel-type.airq.so2.label = SO₂ Concentration
channel-type.airq.so2_maxerr.label = Max. Error SO₂ Conc.
channel-type.airq.sound.label = Noise
channel-type.airq.sound_maxerr.label = Max. Error Noise
channel-type.airq.status.label = Status of Sensors
channel-type.airq.temperature.label = Temperature
channel-type.airq.temperature_maxerr.label = Max. Error Temperature
channel-type.airq.timestamp.label = Time Stamp
channel-type.airq.tvoc.label = VOC Concentration
channel-type.airq.tvoc_maxerr.label = Max. Error VOC Conc.
channel-type.airq.typps.label = Average Size of Fine Dust
channel-type.airq.uptime.label = Uptime
channel-type.airq.usercalib.label = Last Sensor Calibration

View File

@ -0,0 +1,43 @@
# binding
binding.airvisualnode.name = AirVisual Node Binding
binding.airvisualnode.description = Binding for AirVisual Node air quality monitor
# thing types
thing-type.airvisualnode.avnode.label = AirVisual Node
thing-type.airvisualnode.avnode.description = AirVisual Node air quality monitor
# thing types config
thing-type.config.airvisualnode.avnode.address.label = Node Network Address
thing-type.config.airvisualnode.avnode.address.description = Node network address
thing-type.config.airvisualnode.avnode.password.label = Node Password
thing-type.config.airvisualnode.avnode.password.description = Node network password
thing-type.config.airvisualnode.avnode.refresh.label = Refresh Interval
thing-type.config.airvisualnode.avnode.refresh.description = Node data fetches interval (in seconds)
thing-type.config.airvisualnode.avnode.share.label = Share Name
thing-type.config.airvisualnode.avnode.share.description = Node network share name
thing-type.config.airvisualnode.avnode.username.label = Node Username
thing-type.config.airvisualnode.avnode.username.description = Node network username
# channel types
channel-type.airvisualnode.Aqi.label = AQI
channel-type.airvisualnode.Aqi.description = Air Quality Index (US)
channel-type.airvisualnode.Co2.label = CO₂ Level
channel-type.airvisualnode.Co2.description = CO₂ level, ppm
channel-type.airvisualnode.Humidity.label = Humidity
channel-type.airvisualnode.Humidity.description = Humidity, %
channel-type.airvisualnode.Pm_01.label = PM0.1
channel-type.airvisualnode.Pm_01.description = PM0.1 level, µg/m³(Only in Pro version)
channel-type.airvisualnode.Pm_10.label = PM10
channel-type.airvisualnode.Pm_10.description = PM10 level, µg/m³(Only in Pro version)
channel-type.airvisualnode.Pm_25.label = PM2.5
channel-type.airvisualnode.Pm_25.description = PM2.5 level, µg/m³
channel-type.airvisualnode.Temperature.label = Temperature
channel-type.airvisualnode.Temperature.description = Current temperature
channel-type.airvisualnode.Timestamp.label = Timestamp
channel-type.airvisualnode.Timestamp.description = Status timestamp
channel-type.airvisualnode.Used_memory.label = Used Memory
channel-type.airvisualnode.Used_memory.description = Used memory

View File

@ -0,0 +1,105 @@
# binding
binding.alarmdecoder.name = Alarm Decoder Binding
binding.alarmdecoder.description = This binding is for the Nu Tech Alarm Decoder, used for interfacing with Ademco/Honeywell and DSC alarm systems.
# thing types
thing-type.alarmdecoder.ipbridge.label = Alarm Decoder IP Bridge
thing-type.alarmdecoder.ipbridge.description = Nu Tech Alarm Decoder IP Bridge
thing-type.alarmdecoder.keypad.label = Alarm Keypad
thing-type.alarmdecoder.keypad.description = Alarm Decoder keypad thing
thing-type.alarmdecoder.keypad.channel.acpower.label = AC Power
thing-type.alarmdecoder.keypad.channel.alarm.label = Alarm
thing-type.alarmdecoder.keypad.channel.alarm.description = Alarm is currently sounding
thing-type.alarmdecoder.keypad.channel.alarmoccurred.label = Alarm Occurred
thing-type.alarmdecoder.keypad.channel.alarmoccurred.description = Alarm has occurred in the past
thing-type.alarmdecoder.keypad.channel.armedaway.label = Armed Away
thing-type.alarmdecoder.keypad.channel.armedhome.label = Armed Stay
thing-type.alarmdecoder.keypad.channel.backlight.label = Keypad Backlight
thing-type.alarmdecoder.keypad.channel.beeps.label = Beeps
thing-type.alarmdecoder.keypad.channel.beeps.description = Number of beeps for message
thing-type.alarmdecoder.keypad.channel.bypassed.label = Zone Bypassed
thing-type.alarmdecoder.keypad.channel.chime.label = Chime Enabled
thing-type.alarmdecoder.keypad.channel.command.label = Keypad Command
thing-type.alarmdecoder.keypad.channel.delayoff.label = Entry Delay Off
thing-type.alarmdecoder.keypad.channel.fire.label = Fire Detected
thing-type.alarmdecoder.keypad.channel.intcommand.label = Integer Mapped Keypad Command
thing-type.alarmdecoder.keypad.channel.lowbat.label = Low Battery
thing-type.alarmdecoder.keypad.channel.perimeter.label = Perimeter Only
thing-type.alarmdecoder.keypad.channel.program.label = Programming Mode
thing-type.alarmdecoder.keypad.channel.ready.label = Ready
thing-type.alarmdecoder.keypad.channel.sysfault.label = System Fault
thing-type.alarmdecoder.keypad.channel.text.label = Keypad Message
thing-type.alarmdecoder.keypad.channel.zone.label = Zone
thing-type.alarmdecoder.lrr.label = Long Range Radio
thing-type.alarmdecoder.lrr.description = Long range radio message handler
thing-type.alarmdecoder.lrr.channel.cidmessage.label = CID Message
thing-type.alarmdecoder.lrr.channel.cidmessage.description = SIA Contact ID Protocol message
thing-type.alarmdecoder.lrr.channel.eventdata.label = Event Data
thing-type.alarmdecoder.lrr.channel.eventdata.description = CID event data (user or zone)
thing-type.alarmdecoder.lrr.channel.partition.label = Partition
thing-type.alarmdecoder.lrr.channel.partition.description = Partition number (0 = System)
thing-type.alarmdecoder.lrr.channel.reportcode.label = Report Code
thing-type.alarmdecoder.lrr.channel.reportcode.description = CID report code
thing-type.alarmdecoder.rfzone.label = Alarm RF Zone
thing-type.alarmdecoder.rfzone.description = Alarm Decoder RFX zone
thing-type.alarmdecoder.rfzone.channel.loop1.label = Loop 1
thing-type.alarmdecoder.rfzone.channel.loop2.label = Loop 2
thing-type.alarmdecoder.rfzone.channel.loop3.label = Loop 3
thing-type.alarmdecoder.rfzone.channel.loop4.label = Loop 4
thing-type.alarmdecoder.rfzone.channel.lowbat.label = Low Battery
thing-type.alarmdecoder.rfzone.channel.supervision.label = Supervision Indicator
thing-type.alarmdecoder.serialbridge.label = Alarm Decoder Serial Bridge
thing-type.alarmdecoder.serialbridge.description = Nu Tech Alarm Decoder Serial Bridge
thing-type.alarmdecoder.vzone.label = Virtual Zone
thing-type.alarmdecoder.vzone.description = Alarm Decoder virtual zone
thing-type.alarmdecoder.zone.label = Alarm Zone
thing-type.alarmdecoder.zone.description = Alarm Decoder REL or EXP zone
# thing types config
thing-type.config.alarmdecoder.ipbridge.discovery.label = Enable Discovery
thing-type.config.alarmdecoder.ipbridge.discovery.description = Enable automatic discovery of zones and RF zones
thing-type.config.alarmdecoder.ipbridge.hostname.label = Host Name
thing-type.config.alarmdecoder.ipbridge.hostname.description = The hostname or IP address of the Alarm Decoder device
thing-type.config.alarmdecoder.ipbridge.reconnect.label = Reconnect Interval
thing-type.config.alarmdecoder.ipbridge.reconnect.description = The period in minutes that the handler will wait between connection attempts and checks
thing-type.config.alarmdecoder.ipbridge.tcpPort.label = TCP Port
thing-type.config.alarmdecoder.ipbridge.tcpPort.description = TCP port number for the Alarm Decoder connection
thing-type.config.alarmdecoder.ipbridge.timeout.label = Message Receive Timeout
thing-type.config.alarmdecoder.ipbridge.timeout.description = The period in minutes after which the connection will be reset if no valid messages have been received. Set to 0 to disable.
thing-type.config.alarmdecoder.keypad.addressMask.label = Address Mask
thing-type.config.alarmdecoder.keypad.addressMask.description = String containing the address mask in hex that the keypad thing will receive messages for. (0=any)
thing-type.config.alarmdecoder.keypad.commandMapping.label = Command Mapping for intcommand Channel
thing-type.config.alarmdecoder.keypad.commandMapping.description = Comma separated list of key/value pairs mapping integers to command strings for intcommand channel.
thing-type.config.alarmdecoder.keypad.sendCommands.label = Send Commands
thing-type.config.alarmdecoder.keypad.sendCommands.description = Allow keypad commands to be sent to the alarm system from openHAB. Enabling this means the alarm system will be only as secure as your openHAB system.
thing-type.config.alarmdecoder.keypad.sendStar.label = Send * for Fault Info
thing-type.config.alarmdecoder.keypad.sendStar.description = When disarmed, automatically send * character to obtain zone fault information.
thing-type.config.alarmdecoder.lrr.partition.label = Partition
thing-type.config.alarmdecoder.lrr.partition.description = Partition for which to receive LRR events (0=All)
thing-type.config.alarmdecoder.rfzone.serial.label = Serial
thing-type.config.alarmdecoder.rfzone.serial.description = Serial number of the RF zone
thing-type.config.alarmdecoder.serialbridge.bitrate.label = Bitrate
thing-type.config.alarmdecoder.serialbridge.bitrate.description = Speed of the serial connection
thing-type.config.alarmdecoder.serialbridge.discovery.label = Enable Discovery
thing-type.config.alarmdecoder.serialbridge.discovery.description = Enable automatic discovery of zones and RF zones
thing-type.config.alarmdecoder.serialbridge.serialPort.label = Serial Or USB Port
thing-type.config.alarmdecoder.serialbridge.serialPort.description = The name of the serial port used to connect to the Alarm Decoder device
thing-type.config.alarmdecoder.vzone.address.label = Virtual Zone Number
thing-type.config.alarmdecoder.zone.address.label = Zone Address
thing-type.config.alarmdecoder.zone.channel.label = Zone Channel
# channel types
channel-type.alarmdecoder.command-channel.label = Command Channel
channel-type.alarmdecoder.contact-channel.label = Contact State
channel-type.alarmdecoder.contact-command-channel.label = Contact Command
channel-type.alarmdecoder.contact-command-channel.command.option.OPEN = Open
channel-type.alarmdecoder.contact-command-channel.command.option.CLOSED = Closed
channel-type.alarmdecoder.indicator-channel.label = Indicator State
channel-type.alarmdecoder.int-command-channel.label = Integer Command Channel
channel-type.alarmdecoder.number-channel.label = Number
channel-type.alarmdecoder.switch-channel.label = Switch State
channel-type.alarmdecoder.text-channel.label = Text Channel

View File

@ -0,0 +1,78 @@
# binding
binding.allplay.name = AllPlay Binding
binding.allplay.description = The AllPlay binding integrates devices compatible with Qualcomm AllPlay.
# binding config
binding.config.allplay.callbackUrl.label = Callback URL
binding.config.allplay.callbackUrl.description = URL to use for playing audio streams, e.g. http://192.168.0.2:8080
binding.config.allplay.fastForwardSkipTimeInSec.label = Fast Forward Skip Time
binding.config.allplay.fastForwardSkipTimeInSec.description = Seconds to jump forward if the fastforward command is executed
binding.config.allplay.rewindSkipTimeInSec.label = Rewind Skip Time
binding.config.allplay.rewindSkipTimeInSec.description = Seconds to jump backwards if the rewind command is executed
binding.config.allplay.zoneMemberSeparator.label = Zone Member Separator
binding.config.allplay.zoneMemberSeparator.description = Separator which is used when sending multiple zone members to channel 'zonemembers'
# thing types
thing-type.allplay.speaker.label = AllPlay Speaker
# thing types config
thing-type.config.allplay.speaker.deviceId.label = Device ID
thing-type.config.allplay.speaker.deviceId.description = The device identifier identifies one certain speaker.
thing-type.config.allplay.speaker.deviceName.label = Device Name
thing-type.config.allplay.speaker.deviceName.description = The device name of the speaker.
thing-type.config.allplay.speaker.volumeStepSize.label = Volume Step Size
thing-type.config.allplay.speaker.volumeStepSize.description = Step size to use if the volume is changed using the increase/decrease command.
# channel types
channel-type.allplay.clearzone.label = Clear Zone
channel-type.allplay.clearzone.description = Remove the current speaker from the zone
channel-type.allplay.control.label = Control
channel-type.allplay.control.description = Control the AllPlay speaker, e.g. start/pause/next/previous/ffward/rewind
channel-type.allplay.coverart.label = Cover Art
channel-type.allplay.coverart.description = Cover art image of the track currently playing
channel-type.allplay.coverarturl.label = Cover Art URL
channel-type.allplay.coverarturl.description = Cover art URL of the track currently playing
channel-type.allplay.currentalbum.label = Current Album
channel-type.allplay.currentalbum.description = Album of the track currently playing
channel-type.allplay.currentartist.label = Current Artist
channel-type.allplay.currentartist.description = Artist of the track currently playing
channel-type.allplay.currentduration.label = Current Duration
channel-type.allplay.currentduration.description = Duration in seconds of the track currently playing
channel-type.allplay.currentgenre.label = Current Genre
channel-type.allplay.currentgenre.description = Genre of the track currently playing
channel-type.allplay.currenttitle.label = Current Title
channel-type.allplay.currenttitle.description = Title of the track currently playing
channel-type.allplay.currenturl.label = Current URL
channel-type.allplay.currenturl.description = URL of the track or radio station currently playing
channel-type.allplay.currentuserdata.label = Current User Data
channel-type.allplay.currentuserdata.description = Custom user data (e.g. name of radio station) of the track currently playing
channel-type.allplay.input.label = Input
channel-type.allplay.input.description = Current input of the speaker
channel-type.allplay.loopmode.label = Loop Mode
channel-type.allplay.loopmode.description = Loop mode of the speaker (ONE, ALL, NONE)
channel-type.allplay.loopmode.state.option.NONE = No Repeat
channel-type.allplay.loopmode.state.option.ONE = Repeat Track
channel-type.allplay.loopmode.state.option.ALL = Repeat Playlist
channel-type.allplay.mute.label = Mute
channel-type.allplay.mute.description = Set or get the mute state of the speaker
channel-type.allplay.playstate.label = State
channel-type.allplay.playstate.description = The State channel contains state of the Speaker, e.g. BUFFERING, PLAYING, STOPPED,...
channel-type.allplay.shufflemode.label = Shuffle Mode
channel-type.allplay.shufflemode.description = Toggle the shuffle mode of the speaker
channel-type.allplay.stop.label = Stop
channel-type.allplay.stop.description = Stop the current playback
channel-type.allplay.stream.label = Stream URL
channel-type.allplay.stream.description = Play the given HTTP or file stream (file:// or http://)
channel-type.allplay.volume.label = Volume
channel-type.allplay.volume.description = Set or get the master volume
channel-type.allplay.volumecontrol.label = Volume Control
channel-type.allplay.volumecontrol.description = Flag if the volume control is enabled (might be disabled if speaker is not master of the zone)
channel-type.allplay.zoneid.label = Zone ID
channel-type.allplay.zoneid.description = Id of the Zone the speaker belongs to
channel-type.allplay.zonemembers.label = Zone Members
channel-type.allplay.zonemembers.description = Comma-separated list of zone members of this (lead) speaker

View File

@ -0,0 +1,181 @@
# binding
binding.amazonechocontrol.name = Amazon Echo Control Binding
binding.amazonechocontrol.description = Binding to control Amazon Echo devices (Alexa). This binding enables openHAB to control the volume, playing state, bluetooth connection of your amazon echo devices or allow to use it as TTS device.
# thing types
thing-type.amazonechocontrol.account.label = Amazon Account
thing-type.amazonechocontrol.account.description = Amazon Account where the amazon echo devices are registered.
thing-type.amazonechocontrol.echo.label = Amazon Echo
thing-type.amazonechocontrol.echo.description = Amazon Echo device (Amazon Echo, Amazon Echo Dot, Amazon Echo Plus...)
thing-type.amazonechocontrol.echoshow.label = Amazon Echo Show
thing-type.amazonechocontrol.echoshow.description = Amazon Echo Show device
thing-type.amazonechocontrol.echospot.label = Amazon Echo Spot
thing-type.amazonechocontrol.echospot.description = Amazon Echo Spot device
thing-type.amazonechocontrol.flashbriefingprofile.label = Flash Briefing Profile
thing-type.amazonechocontrol.flashbriefingprofile.description = Store and load a flash briefing configuration
thing-type.amazonechocontrol.smartHomeDevice.label = Smart Home Device
thing-type.amazonechocontrol.smartHomeDevice.description = Smart home device connected to Alexa
thing-type.amazonechocontrol.smartHomeDeviceGroup.label = Smart Home Device Group
thing-type.amazonechocontrol.smartHomeDeviceGroup.description = Group of smart home devices in your amazon account
thing-type.amazonechocontrol.wha.label = Amazon Echo Whole House Audio Control
thing-type.amazonechocontrol.wha.description = Amazon Multiroom Music
# thing types config
thing-type.config.amazonechocontrol.account.discoverSmartHome.label = Device Discovery Mode
thing-type.config.amazonechocontrol.account.discoverSmartHome.description = Defines which devices shall be discovered.
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.0 = No Discovery
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.1 = Direct connected
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.2 = Direct and over Alexa skill
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.3 = Direct, over Alexa and openHAB skill
thing-type.config.amazonechocontrol.account.pollingIntervalSmartHomeAlexa.label = Polling Interval Alexa
thing-type.config.amazonechocontrol.account.pollingIntervalSmartHomeAlexa.description = Defines the time in seconds for openHAB to pull the state of the directly connected devices. The minimum is 10 seconds.
thing-type.config.amazonechocontrol.account.pollingIntervalSmartSkills.label = Polling Interval Skill
thing-type.config.amazonechocontrol.account.pollingIntervalSmartSkills.description = Defines the time in seconds for openHAB to pull the state of the over a skill connected devices. The minimum is 60 seconds.
thing-type.config.amazonechocontrol.echo.serialNumber.label = Serial Number
thing-type.config.amazonechocontrol.echo.serialNumber.description = The serial number of the device from the Alexa app
thing-type.config.amazonechocontrol.echoshow.serialNumber.label = Serial Number
thing-type.config.amazonechocontrol.echoshow.serialNumber.description = The serial number of the device from the Alexa app
thing-type.config.amazonechocontrol.echospot.serialNumber.label = Serial Number
thing-type.config.amazonechocontrol.echospot.serialNumber.description = The serial number of the device from the Alexa app
thing-type.config.amazonechocontrol.smartHomeDevice.id.label = Device Id
thing-type.config.amazonechocontrol.smartHomeDevice.id.description = The id of the device (Please use the discover function to get a configured Thing)
thing-type.config.amazonechocontrol.smartHomeDeviceGroup.id.label = Group Id
thing-type.config.amazonechocontrol.smartHomeDeviceGroup.id.description = The id of the device group (Please use the discover function to get a configured Thing)
thing-type.config.amazonechocontrol.wha.serialNumber.label = Serial Number
thing-type.config.amazonechocontrol.wha.serialNumber.description = The serial number of the device from the Alexa app
# channel types
channel-type.amazonechocontrol.active.label = Active
channel-type.amazonechocontrol.active.description = Activate this flash briefing configuration
channel-type.amazonechocontrol.amazonMusic.label = Amazon Music
channel-type.amazonechocontrol.amazonMusic.description = Amazon Music turned on
channel-type.amazonechocontrol.amazonMusicPlayListId.label = Amazon Music Play List Id
channel-type.amazonechocontrol.amazonMusicPlayListId.description = Amazon Music play list id (Write only, no current state)
channel-type.amazonechocontrol.amazonMusicPlayListIdLastUsed.label = Amazon Music Last Selected Playlist Id
channel-type.amazonechocontrol.amazonMusicPlayListIdLastUsed.description = Id of the playlist which was started with openHAB
channel-type.amazonechocontrol.amazonMusicTrackId.label = Amazon Music Track Id
channel-type.amazonechocontrol.amazonMusicTrackId.description = Id of the amazon music track
channel-type.amazonechocontrol.announcement.label = Announcement
channel-type.amazonechocontrol.announcement.description = Display the announcement message on the display (Write only). See in the tutorial section of the binding description to learn how it's possible to set the title and turn off the sound.
channel-type.amazonechocontrol.armState.label = ARM State
channel-type.amazonechocontrol.armState.description = ARM State
channel-type.amazonechocontrol.ascendingAlarm.label = Ascending Alarm
channel-type.amazonechocontrol.ascendingAlarm.description = Ascending alarm up to the configured volume
channel-type.amazonechocontrol.bluetooth.label = Bluetooth Connection
channel-type.amazonechocontrol.bluetooth.description = Connect to last used device
channel-type.amazonechocontrol.bluetoothDeviceName.label = Bluetooth Device
channel-type.amazonechocontrol.bluetoothDeviceName.description = Connected bluetooth device
channel-type.amazonechocontrol.bluetoothMAC.label = Bluetooth Connection
channel-type.amazonechocontrol.bluetoothMAC.description = MAC-Address of the bluetooth connected device
channel-type.amazonechocontrol.brightness.label = Brightness
channel-type.amazonechocontrol.brightness.description = Brightness
channel-type.amazonechocontrol.burglaryAlarm.label = Burglary Alarm
channel-type.amazonechocontrol.burglaryAlarm.description = Burglary Alarm
channel-type.amazonechocontrol.carbonMonoxideAlarm.label = Carbon Monoxide Alarm
channel-type.amazonechocontrol.carbonMonoxideAlarm.description = Carbon Monoxide Alarm
channel-type.amazonechocontrol.color.label = Color
channel-type.amazonechocontrol.color.description = Color
channel-type.amazonechocontrol.colorName.label = Color Name
channel-type.amazonechocontrol.colorName.description = Color Name
channel-type.amazonechocontrol.colorTemperatureInKelvin.label = Color Temperature In Kelvin
channel-type.amazonechocontrol.colorTemperatureInKelvin.description = Color Temperature In Kelvin
channel-type.amazonechocontrol.colorTemperatureName.label = Color Temperature Name
channel-type.amazonechocontrol.colorTemperatureName.description = Color Temperature Name
channel-type.amazonechocontrol.equalizerBass.label = Bass
channel-type.amazonechocontrol.equalizerBass.description = Equalizer Bass
channel-type.amazonechocontrol.equalizerMidrange.label = Midrange
channel-type.amazonechocontrol.equalizerMidrange.description = Equalizer Midrange
channel-type.amazonechocontrol.equalizerTreble.label = Treble
channel-type.amazonechocontrol.equalizerTreble.description = Equalizer Treble
channel-type.amazonechocontrol.fireAlarm.label = Fire Alarm
channel-type.amazonechocontrol.fireAlarm.description = Fire Alarm
channel-type.amazonechocontrol.glassBreakDetectionState.label = Glass Break Detection State
channel-type.amazonechocontrol.glassBreakDetectionState.description = Glass Break Detection State
channel-type.amazonechocontrol.imageUrl.label = Image Url
channel-type.amazonechocontrol.imageUrl.description = Url of the album image or radio station logo
channel-type.amazonechocontrol.lastVoiceCommand.label = Last Voice Command
channel-type.amazonechocontrol.lastVoiceCommand.description = Last voice command spoken to the device. Writing to the channel starts voice output.
channel-type.amazonechocontrol.loop.label = Loop
channel-type.amazonechocontrol.loop.description = Loop
channel-type.amazonechocontrol.mediaLength.label = Media Length
channel-type.amazonechocontrol.mediaLength.description = Media length
channel-type.amazonechocontrol.mediaProgress.label = Media Progress
channel-type.amazonechocontrol.mediaProgress.description = Media progress in percent
channel-type.amazonechocontrol.mediaProgressTime.label = Media Play Time
channel-type.amazonechocontrol.mediaProgressTime.description = Media play time
channel-type.amazonechocontrol.musicProviderId.label = Music Provider
channel-type.amazonechocontrol.musicProviderId.description = Music provider
channel-type.amazonechocontrol.nextAlarm.label = Next Alarm
channel-type.amazonechocontrol.nextAlarm.description = Next alarm
channel-type.amazonechocontrol.nextMusicAlarm.label = Next Music Alarm
channel-type.amazonechocontrol.nextMusicAlarm.description = Next music alarm
channel-type.amazonechocontrol.nextReminder.label = Next Reminder
channel-type.amazonechocontrol.nextReminder.description = Next Reminder
channel-type.amazonechocontrol.nextTimer.label = Next Timer
channel-type.amazonechocontrol.nextTimer.description = Next timer
channel-type.amazonechocontrol.notificationVolume.label = Notification Volume
channel-type.amazonechocontrol.notificationVolume.description = Notification Volume
channel-type.amazonechocontrol.percentage.label = Percentage
channel-type.amazonechocontrol.percentage.description = Percentage
channel-type.amazonechocontrol.playAlarmSound.label = Alarm Sound
channel-type.amazonechocontrol.playAlarmSound.description = Plays an alarm sound
channel-type.amazonechocontrol.playMusicVoiceCommand.label = Music Voice Command
channel-type.amazonechocontrol.playMusicVoiceCommand.description = Voice command as text. E.g. 'Yesterday from the Beatles' (Write only)
channel-type.amazonechocontrol.playOnDevice.label = Play On Device
channel-type.amazonechocontrol.playOnDevice.description = Plays the briefing on the device (serial number or name, write only)
channel-type.amazonechocontrol.player.label = Player
channel-type.amazonechocontrol.player.description = Music Player
channel-type.amazonechocontrol.powerLevel.label = Power Level
channel-type.amazonechocontrol.powerLevel.description = Power Level
channel-type.amazonechocontrol.powerState.label = Power State
channel-type.amazonechocontrol.powerState.description = Power State
channel-type.amazonechocontrol.providerDisplayName.label = Provider Name
channel-type.amazonechocontrol.providerDisplayName.description = Name of music provider
channel-type.amazonechocontrol.radio.label = TuneIn Radio
channel-type.amazonechocontrol.radio.description = Radio turned on
channel-type.amazonechocontrol.radioStationId.label = TuneIn Radio Station Id
channel-type.amazonechocontrol.radioStationId.description = Id of the radio station
channel-type.amazonechocontrol.remind.label = Remind
channel-type.amazonechocontrol.remind.description = Speak the reminder and send a notification to the Alexa app
channel-type.amazonechocontrol.save.label = Save
channel-type.amazonechocontrol.save.description = Save the current flash briefing configuration (Write only)
channel-type.amazonechocontrol.sendMessage.label = Send Message
channel-type.amazonechocontrol.sendMessage.description = Sends a message to the Echo devices (Write only).
channel-type.amazonechocontrol.shuffle.label = Shuffle
channel-type.amazonechocontrol.shuffle.description = Shuffle play
channel-type.amazonechocontrol.smokeAlarmDetectionState.label = Smoke Alarm Detection State
channel-type.amazonechocontrol.smokeAlarmDetectionState.description = Smoke Alarm Detection State
channel-type.amazonechocontrol.startCommand.label = Start
channel-type.amazonechocontrol.startCommand.description = Start information (Write only)
channel-type.amazonechocontrol.startCommand.state.option.Weather = Weather
channel-type.amazonechocontrol.startCommand.state.option.Traffic = Traffic
channel-type.amazonechocontrol.startCommand.state.option.GoodMorning = Good morning
channel-type.amazonechocontrol.startCommand.state.option.SingASong = Song
channel-type.amazonechocontrol.startCommand.state.option.TellStory = Story
channel-type.amazonechocontrol.startCommand.state.option.FlashBriefing = Flash briefing
channel-type.amazonechocontrol.startRoutine.label = Start a Routine
channel-type.amazonechocontrol.startRoutine.description = The command which must be spoken to active the routing without the preceding "Alexa," (Write Only)
channel-type.amazonechocontrol.subtitle1.label = Subtitle 1
channel-type.amazonechocontrol.subtitle1.description = Subtitle 1
channel-type.amazonechocontrol.subtitle2.label = Subtitle 2
channel-type.amazonechocontrol.subtitle2.description = Subtitle 2
channel-type.amazonechocontrol.targetSetpoint.label = Target Setpoint
channel-type.amazonechocontrol.targetSetpoint.description = Target Setpoint
channel-type.amazonechocontrol.temperature.label = Temperature
channel-type.amazonechocontrol.temperature.description = Temperature
channel-type.amazonechocontrol.textCommand.label = TextCommand
channel-type.amazonechocontrol.textCommand.description = Run a command (Write only). The command can run like a spoken command.
channel-type.amazonechocontrol.textToSpeech.label = Speak
channel-type.amazonechocontrol.textToSpeech.description = Speak the text (Write only). It is possible to use plain text or SSML: <speak>I want to tell you a secret.<amazon:effect name="whispered">I am not a real human.</amazon:effect>.Can you believe it?</speak>
channel-type.amazonechocontrol.textToSpeechVolume.label = Speak Volume
channel-type.amazonechocontrol.textToSpeechVolume.description = Volume of the Speak channel. If 0, the current volume will be used.
channel-type.amazonechocontrol.title.label = Title
channel-type.amazonechocontrol.title.description = Title
channel-type.amazonechocontrol.volume.label = Volume
channel-type.amazonechocontrol.volume.description = Volume of the sound
channel-type.amazonechocontrol.waterAlarm.label = Water Alarm
channel-type.amazonechocontrol.waterAlarm.description = Water Alarm

View File

@ -0,0 +1,45 @@
# binding
binding.amplipi.name = AmpliPi Binding
binding.amplipi.description = This is the binding for the AmpliPi Home Audio System from MicroNova.
# thing types
thing-type.amplipi.controller.label = AmpliPi Controller
thing-type.amplipi.controller.description = An AmpliPi controller
thing-type.amplipi.controller.channel.input1.label = Source 1
thing-type.amplipi.controller.channel.input1.description = This channel selects the input for source 1.
thing-type.amplipi.controller.channel.input2.label = Source 2
thing-type.amplipi.controller.channel.input2.description = This channel selects the input for source 2.
thing-type.amplipi.controller.channel.input3.label = Source 3
thing-type.amplipi.controller.channel.input3.description = This channel selects the input for source 3.
thing-type.amplipi.controller.channel.input4.label = Source 4
thing-type.amplipi.controller.channel.input4.description = This channel selects the input for source 4.
thing-type.amplipi.group.label = AmpliPi Group
thing-type.amplipi.group.description = A group of the AmpliPi system
thing-type.amplipi.zone.label = AmpliPi Zone
thing-type.amplipi.zone.description = A zone of the AmpliPi system
# thing types config
thing-type.config.amplipi.controller.hostname.label = Hostname
thing-type.config.amplipi.controller.hostname.description = Hostname or IP address of the AmpliPi
thing-type.config.amplipi.controller.refreshInterval.label = Refresh Interval
thing-type.config.amplipi.controller.refreshInterval.description = Interval the device is polled in sec.
thing-type.config.amplipi.group.id.label = Group ID
thing-type.config.amplipi.group.id.description = The ID of the group
thing-type.config.amplipi.zone.id.label = Zone ID
thing-type.config.amplipi.zone.id.description = The ID of the zone
# channel types
channel-type.amplipi.input.label = Input
channel-type.amplipi.input.description = The selected input for the source
channel-type.amplipi.preset.label = Preset
channel-type.amplipi.preset.description = Choose an existing preset
channel-type.amplipi.source.label = Source
channel-type.amplipi.source.description = The audio source that is played
channel-type.amplipi.source.state.option.0 = Source 1
channel-type.amplipi.source.state.option.1 = Source 2
channel-type.amplipi.source.state.option.2 = Source 3
channel-type.amplipi.source.state.option.3 = Source 4

View File

@ -0,0 +1,349 @@
# binding
binding.androiddebugbridge.name = Android Debug Bridge Binding
binding.androiddebugbridge.description = This is the binding for connect to Android devices using the Android Debug Bridge protocol.
# binding config
binding.config.androiddebugbridge.discoveryIpRangeMax.label = Discovery Range IP Max
binding.config.androiddebugbridge.discoveryIpRangeMax.description = Used to limit the numbers of ips checked while discovering.
binding.config.androiddebugbridge.discoveryIpRangeMin.label = Discovery Range IP Min
binding.config.androiddebugbridge.discoveryIpRangeMin.description = Used to limit the numbers of ips checked while discovering.
binding.config.androiddebugbridge.discoveryPort.label = Discovery Port
binding.config.androiddebugbridge.discoveryPort.description = Port used on discovery to connect to the device through adb.
binding.config.androiddebugbridge.discoveryReachableMs.label = Discovery Reachable
binding.config.androiddebugbridge.discoveryReachableMs.description = Milliseconds to wait while discovering to determine if the ip is reachable.
# thing types
thing-type.androiddebugbridge.android.label = Android Device Thing
thing-type.androiddebugbridge.android.description = Android Device Thing for Android Debug Bridge Binding
# thing types config
thing-type.config.androiddebugbridge.android.ip.label = IP Address
thing-type.config.androiddebugbridge.android.ip.description = Device ip address.
thing-type.config.androiddebugbridge.android.mediaStateJSONConfig.label = Media State Config
thing-type.config.androiddebugbridge.android.mediaStateJSONConfig.description = JSON config that allows to modify the media state detection strategy for each app. Refer to the binding documentation.
thing-type.config.androiddebugbridge.android.port.label = Port
thing-type.config.androiddebugbridge.android.port.description = Device port listening to adb connections.
thing-type.config.androiddebugbridge.android.refreshTime.label = Refresh Time
thing-type.config.androiddebugbridge.android.refreshTime.description = Seconds between device status refreshes.
thing-type.config.androiddebugbridge.android.timeout.label = Command Timeout
thing-type.config.androiddebugbridge.android.timeout.description = Command timeout seconds.
# channel types
channel-type.androiddebugbridge.awake-state-channel.label = Awake State
channel-type.androiddebugbridge.awake-state-channel.description = Awake State
channel-type.androiddebugbridge.current-package-channel.label = Current Package
channel-type.androiddebugbridge.current-package-channel.description = Package name of the top application in screen
channel-type.androiddebugbridge.key-event-channel.label = Send Key Event
channel-type.androiddebugbridge.key-event-channel.description = Send key event to android device
channel-type.androiddebugbridge.key-event-channel.state.option.7 = KEYCODE_0
channel-type.androiddebugbridge.key-event-channel.state.option.8 = KEYCODE_1
channel-type.androiddebugbridge.key-event-channel.state.option.227 = KEYCODE_11
channel-type.androiddebugbridge.key-event-channel.state.option.228 = KEYCODE_12
channel-type.androiddebugbridge.key-event-channel.state.option.9 = KEYCODE_2
channel-type.androiddebugbridge.key-event-channel.state.option.10 = KEYCODE_3
channel-type.androiddebugbridge.key-event-channel.state.option.206 = KEYCODE_3D_MODE
channel-type.androiddebugbridge.key-event-channel.state.option.11 = KEYCODE_4
channel-type.androiddebugbridge.key-event-channel.state.option.12 = KEYCODE_5
channel-type.androiddebugbridge.key-event-channel.state.option.13 = KEYCODE_6
channel-type.androiddebugbridge.key-event-channel.state.option.14 = KEYCODE_7
channel-type.androiddebugbridge.key-event-channel.state.option.15 = KEYCODE_8
channel-type.androiddebugbridge.key-event-channel.state.option.16 = KEYCODE_9
channel-type.androiddebugbridge.key-event-channel.state.option.29 = KEYCODE_A
channel-type.androiddebugbridge.key-event-channel.state.option.284 = KEYCODE_ALL_APPS
channel-type.androiddebugbridge.key-event-channel.state.option.57 = KEYCODE_ALT_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.58 = KEYCODE_ALT_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.75 = KEYCODE_APOSTROPHE
channel-type.androiddebugbridge.key-event-channel.state.option.187 = KEYCODE_APP_SWITCH
channel-type.androiddebugbridge.key-event-channel.state.option.219 = KEYCODE_ASSIST
channel-type.androiddebugbridge.key-event-channel.state.option.77 = KEYCODE_AT
channel-type.androiddebugbridge.key-event-channel.state.option.182 = KEYCODE_AVR_INPUT
channel-type.androiddebugbridge.key-event-channel.state.option.181 = KEYCODE_AVR_POWER
channel-type.androiddebugbridge.key-event-channel.state.option.30 = KEYCODE_B
channel-type.androiddebugbridge.key-event-channel.state.option.4 = KEYCODE_BACK
channel-type.androiddebugbridge.key-event-channel.state.option.73 = KEYCODE_BACKSLASH
channel-type.androiddebugbridge.key-event-channel.state.option.174 = KEYCODE_BOOKMARK
channel-type.androiddebugbridge.key-event-channel.state.option.121 = KEYCODE_BREAK
channel-type.androiddebugbridge.key-event-channel.state.option.220 = KEYCODE_BRIGHTNESS_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.221 = KEYCODE_BRIGHTNESS_UP
channel-type.androiddebugbridge.key-event-channel.state.option.188 = KEYCODE_BUTTON_1
channel-type.androiddebugbridge.key-event-channel.state.option.197 = KEYCODE_BUTTON_10
channel-type.androiddebugbridge.key-event-channel.state.option.198 = KEYCODE_BUTTON_11
channel-type.androiddebugbridge.key-event-channel.state.option.199 = KEYCODE_BUTTON_12
channel-type.androiddebugbridge.key-event-channel.state.option.200 = KEYCODE_BUTTON_13
channel-type.androiddebugbridge.key-event-channel.state.option.201 = KEYCODE_BUTTON_14
channel-type.androiddebugbridge.key-event-channel.state.option.202 = KEYCODE_BUTTON_15
channel-type.androiddebugbridge.key-event-channel.state.option.203 = KEYCODE_BUTTON_16
channel-type.androiddebugbridge.key-event-channel.state.option.189 = KEYCODE_BUTTON_2
channel-type.androiddebugbridge.key-event-channel.state.option.190 = KEYCODE_BUTTON_3
channel-type.androiddebugbridge.key-event-channel.state.option.191 = KEYCODE_BUTTON_4
channel-type.androiddebugbridge.key-event-channel.state.option.192 = KEYCODE_BUTTON_5
channel-type.androiddebugbridge.key-event-channel.state.option.193 = KEYCODE_BUTTON_6
channel-type.androiddebugbridge.key-event-channel.state.option.194 = KEYCODE_BUTTON_7
channel-type.androiddebugbridge.key-event-channel.state.option.195 = KEYCODE_BUTTON_8
channel-type.androiddebugbridge.key-event-channel.state.option.196 = KEYCODE_BUTTON_9
channel-type.androiddebugbridge.key-event-channel.state.option.96 = KEYCODE_BUTTON_A
channel-type.androiddebugbridge.key-event-channel.state.option.97 = KEYCODE_BUTTON_B
channel-type.androiddebugbridge.key-event-channel.state.option.98 = KEYCODE_BUTTON_C
channel-type.androiddebugbridge.key-event-channel.state.option.102 = KEYCODE_BUTTON_L1
channel-type.androiddebugbridge.key-event-channel.state.option.104 = KEYCODE_BUTTON_L2
channel-type.androiddebugbridge.key-event-channel.state.option.110 = KEYCODE_BUTTON_MODE
channel-type.androiddebugbridge.key-event-channel.state.option.103 = KEYCODE_BUTTON_R1
channel-type.androiddebugbridge.key-event-channel.state.option.105 = KEYCODE_BUTTON_R2
channel-type.androiddebugbridge.key-event-channel.state.option.109 = KEYCODE_BUTTON_SELECT
channel-type.androiddebugbridge.key-event-channel.state.option.108 = KEYCODE_BUTTON_START
channel-type.androiddebugbridge.key-event-channel.state.option.106 = KEYCODE_BUTTON_THUMBL
channel-type.androiddebugbridge.key-event-channel.state.option.107 = KEYCODE_BUTTON_THUMBR
channel-type.androiddebugbridge.key-event-channel.state.option.99 = KEYCODE_BUTTON_X
channel-type.androiddebugbridge.key-event-channel.state.option.100 = KEYCODE_BUTTON_Y
channel-type.androiddebugbridge.key-event-channel.state.option.101 = KEYCODE_BUTTON_Z
channel-type.androiddebugbridge.key-event-channel.state.option.31 = KEYCODE_C
channel-type.androiddebugbridge.key-event-channel.state.option.210 = KEYCODE_CALCULATOR
channel-type.androiddebugbridge.key-event-channel.state.option.208 = KEYCODE_CALENDAR
channel-type.androiddebugbridge.key-event-channel.state.option.5 = KEYCODE_CALL
channel-type.androiddebugbridge.key-event-channel.state.option.27 = KEYCODE_CAMERA
channel-type.androiddebugbridge.key-event-channel.state.option.115 = KEYCODE_CAPS_LOCK
channel-type.androiddebugbridge.key-event-channel.state.option.175 = KEYCODE_CAPTIONS
channel-type.androiddebugbridge.key-event-channel.state.option.167 = KEYCODE_CHANNEL_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.166 = KEYCODE_CHANNEL_UP
channel-type.androiddebugbridge.key-event-channel.state.option.28 = KEYCODE_CLEAR
channel-type.androiddebugbridge.key-event-channel.state.option.55 = KEYCODE_COMMA
channel-type.androiddebugbridge.key-event-channel.state.option.207 = KEYCODE_CONTACTS
channel-type.androiddebugbridge.key-event-channel.state.option.278 = KEYCODE_COPY
channel-type.androiddebugbridge.key-event-channel.state.option.113 = KEYCODE_CTRL_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.114 = KEYCODE_CTRL_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.277 = KEYCODE_CUT
channel-type.androiddebugbridge.key-event-channel.state.option.32 = KEYCODE_D
channel-type.androiddebugbridge.key-event-channel.state.option.67 = KEYCODE_DEL
channel-type.androiddebugbridge.key-event-channel.state.option.23 = KEYCODE_DPAD_CENTER
channel-type.androiddebugbridge.key-event-channel.state.option.20 = KEYCODE_DPAD_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.269 = KEYCODE_DPAD_DOWN_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.271 = KEYCODE_DPAD_DOWN_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.21 = KEYCODE_DPAD_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.22 = KEYCODE_DPAD_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.19 = KEYCODE_DPAD_UP
channel-type.androiddebugbridge.key-event-channel.state.option.268 = KEYCODE_DPAD_UP_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.270 = KEYCODE_DPAD_UP_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.173 = KEYCODE_DVR
channel-type.androiddebugbridge.key-event-channel.state.option.33 = KEYCODE_E
channel-type.androiddebugbridge.key-event-channel.state.option.212 = KEYCODE_EISU
channel-type.androiddebugbridge.key-event-channel.state.option.6 = KEYCODE_ENDCALL
channel-type.androiddebugbridge.key-event-channel.state.option.66 = KEYCODE_ENTER
channel-type.androiddebugbridge.key-event-channel.state.option.65 = KEYCODE_ENVELOPE
channel-type.androiddebugbridge.key-event-channel.state.option.70 = KEYCODE_EQUALS
channel-type.androiddebugbridge.key-event-channel.state.option.111 = KEYCODE_ESCAPE
channel-type.androiddebugbridge.key-event-channel.state.option.64 = KEYCODE_EXPLORER
channel-type.androiddebugbridge.key-event-channel.state.option.34 = KEYCODE_F
channel-type.androiddebugbridge.key-event-channel.state.option.131 = KEYCODE_F1
channel-type.androiddebugbridge.key-event-channel.state.option.140 = KEYCODE_F10
channel-type.androiddebugbridge.key-event-channel.state.option.141 = KEYCODE_F11
channel-type.androiddebugbridge.key-event-channel.state.option.142 = KEYCODE_F12
channel-type.androiddebugbridge.key-event-channel.state.option.132 = KEYCODE_F2
channel-type.androiddebugbridge.key-event-channel.state.option.133 = KEYCODE_F3
channel-type.androiddebugbridge.key-event-channel.state.option.134 = KEYCODE_F4
channel-type.androiddebugbridge.key-event-channel.state.option.135 = KEYCODE_F5
channel-type.androiddebugbridge.key-event-channel.state.option.136 = KEYCODE_F6
channel-type.androiddebugbridge.key-event-channel.state.option.137 = KEYCODE_F7
channel-type.androiddebugbridge.key-event-channel.state.option.138 = KEYCODE_F8
channel-type.androiddebugbridge.key-event-channel.state.option.139 = KEYCODE_F9
channel-type.androiddebugbridge.key-event-channel.state.option.80 = KEYCODE_FOCUS
channel-type.androiddebugbridge.key-event-channel.state.option.125 = KEYCODE_FORWARD
channel-type.androiddebugbridge.key-event-channel.state.option.112 = KEYCODE_FORWARD_DEL
channel-type.androiddebugbridge.key-event-channel.state.option.119 = KEYCODE_FUNCTION
channel-type.androiddebugbridge.key-event-channel.state.option.35 = KEYCODE_G
channel-type.androiddebugbridge.key-event-channel.state.option.68 = KEYCODE_GRAVE
channel-type.androiddebugbridge.key-event-channel.state.option.172 = KEYCODE_GUIDE
channel-type.androiddebugbridge.key-event-channel.state.option.36 = KEYCODE_H
channel-type.androiddebugbridge.key-event-channel.state.option.79 = KEYCODE_HEADSETHOOK
channel-type.androiddebugbridge.key-event-channel.state.option.259 = KEYCODE_HELP
channel-type.androiddebugbridge.key-event-channel.state.option.214 = KEYCODE_HENKAN
channel-type.androiddebugbridge.key-event-channel.state.option.3 = KEYCODE_HOME
channel-type.androiddebugbridge.key-event-channel.state.option.37 = KEYCODE_I
channel-type.androiddebugbridge.key-event-channel.state.option.165 = KEYCODE_INFO
channel-type.androiddebugbridge.key-event-channel.state.option.124 = KEYCODE_INSERT
channel-type.androiddebugbridge.key-event-channel.state.option.38 = KEYCODE_J
channel-type.androiddebugbridge.key-event-channel.state.option.39 = KEYCODE_K
channel-type.androiddebugbridge.key-event-channel.state.option.218 = KEYCODE_KANA
channel-type.androiddebugbridge.key-event-channel.state.option.215 = KEYCODE_KATAKANA_HIRAGANA
channel-type.androiddebugbridge.key-event-channel.state.option.40 = KEYCODE_L
channel-type.androiddebugbridge.key-event-channel.state.option.204 = KEYCODE_LANGUAGE_SWITCH
channel-type.androiddebugbridge.key-event-channel.state.option.229 = KEYCODE_LAST_CHANNEL
channel-type.androiddebugbridge.key-event-channel.state.option.71 = KEYCODE_LEFT_BRACKET
channel-type.androiddebugbridge.key-event-channel.state.option.41 = KEYCODE_M
channel-type.androiddebugbridge.key-event-channel.state.option.205 = KEYCODE_MANNER_MODE
channel-type.androiddebugbridge.key-event-channel.state.option.222 = KEYCODE_MEDIA_AUDIO_TRACK
channel-type.androiddebugbridge.key-event-channel.state.option.128 = KEYCODE_MEDIA_CLOSE
channel-type.androiddebugbridge.key-event-channel.state.option.129 = KEYCODE_MEDIA_EJECT
channel-type.androiddebugbridge.key-event-channel.state.option.90 = KEYCODE_MEDIA_FAST_FORWARD
channel-type.androiddebugbridge.key-event-channel.state.option.87 = KEYCODE_MEDIA_NEXT
channel-type.androiddebugbridge.key-event-channel.state.option.127 = KEYCODE_MEDIA_PAUSE
channel-type.androiddebugbridge.key-event-channel.state.option.126 = KEYCODE_MEDIA_PLAY
channel-type.androiddebugbridge.key-event-channel.state.option.85 = KEYCODE_MEDIA_PLAY_PAUSE
channel-type.androiddebugbridge.key-event-channel.state.option.88 = KEYCODE_MEDIA_PREVIOUS
channel-type.androiddebugbridge.key-event-channel.state.option.130 = KEYCODE_MEDIA_RECORD
channel-type.androiddebugbridge.key-event-channel.state.option.89 = KEYCODE_MEDIA_REWIND
channel-type.androiddebugbridge.key-event-channel.state.option.273 = KEYCODE_MEDIA_SKIP_BACKWARD
channel-type.androiddebugbridge.key-event-channel.state.option.272 = KEYCODE_MEDIA_SKIP_FORWARD
channel-type.androiddebugbridge.key-event-channel.state.option.275 = KEYCODE_MEDIA_STEP_BACKWARD
channel-type.androiddebugbridge.key-event-channel.state.option.274 = KEYCODE_MEDIA_STEP_FORWARD
channel-type.androiddebugbridge.key-event-channel.state.option.86 = KEYCODE_MEDIA_STOP
channel-type.androiddebugbridge.key-event-channel.state.option.226 = KEYCODE_MEDIA_TOP_MENU
channel-type.androiddebugbridge.key-event-channel.state.option.82 = KEYCODE_MENU
channel-type.androiddebugbridge.key-event-channel.state.option.117 = KEYCODE_META_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.118 = KEYCODE_META_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.69 = KEYCODE_MINUS
channel-type.androiddebugbridge.key-event-channel.state.option.123 = KEYCODE_MOVE_END
channel-type.androiddebugbridge.key-event-channel.state.option.122 = KEYCODE_MOVE_HOME
channel-type.androiddebugbridge.key-event-channel.state.option.213 = KEYCODE_MUHENKAN
channel-type.androiddebugbridge.key-event-channel.state.option.209 = KEYCODE_MUSIC
channel-type.androiddebugbridge.key-event-channel.state.option.91 = KEYCODE_MUTE
channel-type.androiddebugbridge.key-event-channel.state.option.42 = KEYCODE_N
channel-type.androiddebugbridge.key-event-channel.state.option.262 = KEYCODE_NAVIGATE_IN
channel-type.androiddebugbridge.key-event-channel.state.option.261 = KEYCODE_NAVIGATE_NEXT
channel-type.androiddebugbridge.key-event-channel.state.option.263 = KEYCODE_NAVIGATE_OUT
channel-type.androiddebugbridge.key-event-channel.state.option.260 = KEYCODE_NAVIGATE_PREVIOUS
channel-type.androiddebugbridge.key-event-channel.state.option.83 = KEYCODE_NOTIFICATION
channel-type.androiddebugbridge.key-event-channel.state.option.78 = KEYCODE_NUM
channel-type.androiddebugbridge.key-event-channel.state.option.144 = KEYCODE_NUMPAD_0
channel-type.androiddebugbridge.key-event-channel.state.option.145 = KEYCODE_NUMPAD_1
channel-type.androiddebugbridge.key-event-channel.state.option.146 = KEYCODE_NUMPAD_2
channel-type.androiddebugbridge.key-event-channel.state.option.147 = KEYCODE_NUMPAD_3
channel-type.androiddebugbridge.key-event-channel.state.option.148 = KEYCODE_NUMPAD_4
channel-type.androiddebugbridge.key-event-channel.state.option.149 = KEYCODE_NUMPAD_5
channel-type.androiddebugbridge.key-event-channel.state.option.150 = KEYCODE_NUMPAD_6
channel-type.androiddebugbridge.key-event-channel.state.option.151 = KEYCODE_NUMPAD_7
channel-type.androiddebugbridge.key-event-channel.state.option.152 = KEYCODE_NUMPAD_8
channel-type.androiddebugbridge.key-event-channel.state.option.153 = KEYCODE_NUMPAD_9
channel-type.androiddebugbridge.key-event-channel.state.option.157 = KEYCODE_NUMPAD_ADD
channel-type.androiddebugbridge.key-event-channel.state.option.159 = KEYCODE_NUMPAD_COMMA
channel-type.androiddebugbridge.key-event-channel.state.option.154 = KEYCODE_NUMPAD_DIVIDE
channel-type.androiddebugbridge.key-event-channel.state.option.158 = KEYCODE_NUMPAD_DOT
channel-type.androiddebugbridge.key-event-channel.state.option.160 = KEYCODE_NUMPAD_ENTER
channel-type.androiddebugbridge.key-event-channel.state.option.161 = KEYCODE_NUMPAD_EQUALS
channel-type.androiddebugbridge.key-event-channel.state.option.162 = KEYCODE_NUMPAD_LEFT_PAREN
channel-type.androiddebugbridge.key-event-channel.state.option.155 = KEYCODE_NUMPAD_MULTIPLY
channel-type.androiddebugbridge.key-event-channel.state.option.163 = KEYCODE_NUMPAD_RIGHT_PAREN
channel-type.androiddebugbridge.key-event-channel.state.option.156 = KEYCODE_NUMPAD_SUBTRACT
channel-type.androiddebugbridge.key-event-channel.state.option.143 = KEYCODE_NUM_LOCK
channel-type.androiddebugbridge.key-event-channel.state.option.43 = KEYCODE_O
channel-type.androiddebugbridge.key-event-channel.state.option.44 = KEYCODE_P
channel-type.androiddebugbridge.key-event-channel.state.option.93 = KEYCODE_PAGE_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.92 = KEYCODE_PAGE_UP
channel-type.androiddebugbridge.key-event-channel.state.option.225 = KEYCODE_PAIRING
channel-type.androiddebugbridge.key-event-channel.state.option.279 = KEYCODE_PASTE
channel-type.androiddebugbridge.key-event-channel.state.option.56 = KEYCODE_PERIOD
channel-type.androiddebugbridge.key-event-channel.state.option.94 = KEYCODE_PICTSYMBOLS
channel-type.androiddebugbridge.key-event-channel.state.option.81 = KEYCODE_PLUS
channel-type.androiddebugbridge.key-event-channel.state.option.18 = KEYCODE_POUND
channel-type.androiddebugbridge.key-event-channel.state.option.26 = KEYCODE_POWER
channel-type.androiddebugbridge.key-event-channel.state.option.288 = KEYCODE_PROFILE_SWITCH
channel-type.androiddebugbridge.key-event-channel.state.option.186 = KEYCODE_PROG_BLUE
channel-type.androiddebugbridge.key-event-channel.state.option.184 = KEYCODE_PROG_GREEN
channel-type.androiddebugbridge.key-event-channel.state.option.183 = KEYCODE_PROG_RED
channel-type.androiddebugbridge.key-event-channel.state.option.185 = KEYCODE_PROG_YELLOW
channel-type.androiddebugbridge.key-event-channel.state.option.45 = KEYCODE_Q
channel-type.androiddebugbridge.key-event-channel.state.option.46 = KEYCODE_R
channel-type.androiddebugbridge.key-event-channel.state.option.285 = KEYCODE_REFRESH
channel-type.androiddebugbridge.key-event-channel.state.option.72 = KEYCODE_RIGHT_BRACKET
channel-type.androiddebugbridge.key-event-channel.state.option.217 = KEYCODE_RO
channel-type.androiddebugbridge.key-event-channel.state.option.47 = KEYCODE_S
channel-type.androiddebugbridge.key-event-channel.state.option.116 = KEYCODE_SCROLL_LOCK
channel-type.androiddebugbridge.key-event-channel.state.option.84 = KEYCODE_SEARCH
channel-type.androiddebugbridge.key-event-channel.state.option.74 = KEYCODE_SEMICOLON
channel-type.androiddebugbridge.key-event-channel.state.option.176 = KEYCODE_SETTINGS
channel-type.androiddebugbridge.key-event-channel.state.option.59 = KEYCODE_SHIFT_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.60 = KEYCODE_SHIFT_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.76 = KEYCODE_SLASH
channel-type.androiddebugbridge.key-event-channel.state.option.223 = KEYCODE_SLEEP
channel-type.androiddebugbridge.key-event-channel.state.option.1 = KEYCODE_SOFT_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.2 = KEYCODE_SOFT_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.276 = KEYCODE_SOFT_SLEEP
channel-type.androiddebugbridge.key-event-channel.state.option.62 = KEYCODE_SPACE
channel-type.androiddebugbridge.key-event-channel.state.option.17 = KEYCODE_STAR
channel-type.androiddebugbridge.key-event-channel.state.option.180 = KEYCODE_STB_INPUT
channel-type.androiddebugbridge.key-event-channel.state.option.179 = KEYCODE_STB_POWER
channel-type.androiddebugbridge.key-event-channel.state.option.265 = KEYCODE_STEM_1
channel-type.androiddebugbridge.key-event-channel.state.option.266 = KEYCODE_STEM_2
channel-type.androiddebugbridge.key-event-channel.state.option.267 = KEYCODE_STEM_3
channel-type.androiddebugbridge.key-event-channel.state.option.264 = KEYCODE_STEM_PRIMARY
channel-type.androiddebugbridge.key-event-channel.state.option.95 = KEYCODE_SWITCH_CHARSET
channel-type.androiddebugbridge.key-event-channel.state.option.63 = KEYCODE_SYM
channel-type.androiddebugbridge.key-event-channel.state.option.120 = KEYCODE_SYSRQ
channel-type.androiddebugbridge.key-event-channel.state.option.281 = KEYCODE_SYSTEM_NAVIGATION_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.282 = KEYCODE_SYSTEM_NAVIGATION_LEFT
channel-type.androiddebugbridge.key-event-channel.state.option.283 = KEYCODE_SYSTEM_NAVIGATION_RIGHT
channel-type.androiddebugbridge.key-event-channel.state.option.280 = KEYCODE_SYSTEM_NAVIGATION_UP
channel-type.androiddebugbridge.key-event-channel.state.option.48 = KEYCODE_T
channel-type.androiddebugbridge.key-event-channel.state.option.61 = KEYCODE_TAB
channel-type.androiddebugbridge.key-event-channel.state.option.287 = KEYCODE_THUMBS_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.286 = KEYCODE_THUMBS_UP
channel-type.androiddebugbridge.key-event-channel.state.option.170 = KEYCODE_TV
channel-type.androiddebugbridge.key-event-channel.state.option.242 = KEYCODE_TV_ANTENNA_CABLE
channel-type.androiddebugbridge.key-event-channel.state.option.252 = KEYCODE_TV_AUDIO_DESCRIPTION
channel-type.androiddebugbridge.key-event-channel.state.option.254 = KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.253 = KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP
channel-type.androiddebugbridge.key-event-channel.state.option.256 = KEYCODE_TV_CONTENTS_MENU
channel-type.androiddebugbridge.key-event-channel.state.option.230 = KEYCODE_TV_DATA_SERVICE
channel-type.androiddebugbridge.key-event-channel.state.option.178 = KEYCODE_TV_INPUT
channel-type.androiddebugbridge.key-event-channel.state.option.249 = KEYCODE_TV_INPUT_COMPONENT_1
channel-type.androiddebugbridge.key-event-channel.state.option.250 = KEYCODE_TV_INPUT_COMPONENT_2
channel-type.androiddebugbridge.key-event-channel.state.option.247 = KEYCODE_TV_INPUT_COMPOSITE_1
channel-type.androiddebugbridge.key-event-channel.state.option.248 = KEYCODE_TV_INPUT_COMPOSITE_2
channel-type.androiddebugbridge.key-event-channel.state.option.243 = KEYCODE_TV_INPUT_HDMI_1
channel-type.androiddebugbridge.key-event-channel.state.option.244 = KEYCODE_TV_INPUT_HDMI_2
channel-type.androiddebugbridge.key-event-channel.state.option.245 = KEYCODE_TV_INPUT_HDMI_3
channel-type.androiddebugbridge.key-event-channel.state.option.246 = KEYCODE_TV_INPUT_HDMI_4
channel-type.androiddebugbridge.key-event-channel.state.option.251 = KEYCODE_TV_INPUT_VGA_1
channel-type.androiddebugbridge.key-event-channel.state.option.257 = KEYCODE_TV_MEDIA_CONTEXT_MENU
channel-type.androiddebugbridge.key-event-channel.state.option.241 = KEYCODE_TV_NETWORK
channel-type.androiddebugbridge.key-event-channel.state.option.234 = KEYCODE_TV_NUMBER_ENTRY
channel-type.androiddebugbridge.key-event-channel.state.option.177 = KEYCODE_TV_POWER
channel-type.androiddebugbridge.key-event-channel.state.option.232 = KEYCODE_TV_RADIO_SERVICE
channel-type.androiddebugbridge.key-event-channel.state.option.237 = KEYCODE_TV_SATELLITE
channel-type.androiddebugbridge.key-event-channel.state.option.238 = KEYCODE_TV_SATELLITE_BS
channel-type.androiddebugbridge.key-event-channel.state.option.239 = KEYCODE_TV_SATELLITE_CS
channel-type.androiddebugbridge.key-event-channel.state.option.240 = KEYCODE_TV_SATELLITE_SERVICE
channel-type.androiddebugbridge.key-event-channel.state.option.233 = KEYCODE_TV_TELETEXT
channel-type.androiddebugbridge.key-event-channel.state.option.235 = KEYCODE_TV_TERRESTRIAL_ANALOG
channel-type.androiddebugbridge.key-event-channel.state.option.236 = KEYCODE_TV_TERRESTRIAL_DIGITAL
channel-type.androiddebugbridge.key-event-channel.state.option.258 = KEYCODE_TV_TIMER_PROGRAMMING
channel-type.androiddebugbridge.key-event-channel.state.option.255 = KEYCODE_TV_ZOOM_MODE
channel-type.androiddebugbridge.key-event-channel.state.option.49 = KEYCODE_U
channel-type.androiddebugbridge.key-event-channel.state.option.0 = KEYCODE_UNKNOWN
channel-type.androiddebugbridge.key-event-channel.state.option.50 = KEYCODE_V
channel-type.androiddebugbridge.key-event-channel.state.option.231 = KEYCODE_VOICE_ASSIST
channel-type.androiddebugbridge.key-event-channel.state.option.25 = KEYCODE_VOLUME_DOWN
channel-type.androiddebugbridge.key-event-channel.state.option.164 = KEYCODE_VOLUME_MUTE
channel-type.androiddebugbridge.key-event-channel.state.option.24 = KEYCODE_VOLUME_UP
channel-type.androiddebugbridge.key-event-channel.state.option.51 = KEYCODE_W
channel-type.androiddebugbridge.key-event-channel.state.option.224 = KEYCODE_WAKEUP
channel-type.androiddebugbridge.key-event-channel.state.option.171 = KEYCODE_WINDOW
channel-type.androiddebugbridge.key-event-channel.state.option.52 = KEYCODE_X
channel-type.androiddebugbridge.key-event-channel.state.option.53 = KEYCODE_Y
channel-type.androiddebugbridge.key-event-channel.state.option.216 = KEYCODE_YEN
channel-type.androiddebugbridge.key-event-channel.state.option.54 = KEYCODE_Z
channel-type.androiddebugbridge.key-event-channel.state.option.211 = KEYCODE_ZENKAKU_HANKAKU
channel-type.androiddebugbridge.key-event-channel.state.option.168 = KEYCODE_ZOOM_IN
channel-type.androiddebugbridge.key-event-channel.state.option.16 = KEYCODE_ZOOM_OUT
channel-type.androiddebugbridge.screen-state-channel.label = Screen State
channel-type.androiddebugbridge.screen-state-channel.description = Screen Power State
channel-type.androiddebugbridge.shutdown-channel.label = Shutdown
channel-type.androiddebugbridge.shutdown-channel.description = Shutdown/Reboot Device
channel-type.androiddebugbridge.shutdown-channel.state.option.POWER_OFF = POWER_OFF
channel-type.androiddebugbridge.shutdown-channel.state.option.REBOOT = REBOOT
channel-type.androiddebugbridge.start-package-channel.label = Start Package
channel-type.androiddebugbridge.start-package-channel.description = Run application by package name
channel-type.androiddebugbridge.stop-current-package-channel.label = Stop Current Package
channel-type.androiddebugbridge.stop-current-package-channel.description = Stops the top application in screen when receives an OFF command
channel-type.androiddebugbridge.stop-package-channel.label = Stop Package
channel-type.androiddebugbridge.stop-package-channel.description = Stop application by package name
channel-type.androiddebugbridge.tap-channel.label = Send Tap
channel-type.androiddebugbridge.tap-channel.description = Send tap event to android device
channel-type.androiddebugbridge.text-channel.label = Send Text
channel-type.androiddebugbridge.text-channel.description = Send text to android device
channel-type.androiddebugbridge.wake-lock-channel.label = Wake Lock
channel-type.androiddebugbridge.wake-lock-channel.description = Power Wake Lock State

View File

@ -0,0 +1,62 @@
# binding
binding.anel.name = Anel NET-PwrCtrl Binding
binding.anel.description = This is the binding for Anel NET-PwrCtrl devices.
# thing types
thing-type.anel.advanced-firmware.label = ADV / IO / HUT
thing-type.anel.advanced-firmware.description = Anel device with 8 controllable outlets / relays and possibly 8 IO ports.
thing-type.anel.home.label = HOME
thing-type.anel.home.description = Anel device with 3 controllable outlets without IO ports.
thing-type.anel.simple-firmware.label = PRO / POWER
thing-type.anel.simple-firmware.description = Anel device with 8 controllable outlets without IO ports.
# thing types config
thing-type.config.anel.config.hostname.label = Hostname / IP address
thing-type.config.anel.config.hostname.description = Hostname or IP address of the device
thing-type.config.anel.config.password.label = Password
thing-type.config.anel.config.password.description = Password to access the device
thing-type.config.anel.config.udpReceivePort.label = Receive Port
thing-type.config.anel.config.udpReceivePort.description = UDP port to receive data from the device (in the anel web UI, it's the send port!)
thing-type.config.anel.config.udpSendPort.label = Send Port
thing-type.config.anel.config.udpSendPort.description = UDP port to send data to the device (in the anel web UI, it's the receive port!)
thing-type.config.anel.config.user.label = User
thing-type.config.anel.config.user.description = User to access the device (make sure it has rights to change relay / IO states!)
# channel group types
channel-group-type.anel.ioGroup.label = I/O Port
channel-group-type.anel.ioGroup.description = An Input / Output Port
channel-group-type.anel.propertiesGroup.label = Device Properties
channel-group-type.anel.propertiesGroup.description = Device properties
channel-group-type.anel.relayGroup.label = Relay / Socket
channel-group-type.anel.relayGroup.description = A relay / socket
channel-group-type.anel.sensorGroup.label = Sensor
channel-group-type.anel.sensorGroup.description = Optional sensor values
# channel types
channel-type.anel.ioMode-channel.label = IO is Input
channel-type.anel.ioMode-channel.description = Whether the port is configured as input (true) or output (false)
channel-type.anel.ioName-channel.label = IO Name
channel-type.anel.ioName-channel.description = The name of the I/O port
channel-type.anel.ioState-channel.label = IO State
channel-type.anel.ioState-channel.description = The state of the I/O port (read-only for input ports)
channel-type.anel.name-channel.label = Device Name
channel-type.anel.name-channel.description = The name of the Anel device
channel-type.anel.relayLocked-channel.label = Relay Locked
channel-type.anel.relayLocked-channel.description = Whether or not the relay is locked
channel-type.anel.relayName-channel.label = Relay Name
channel-type.anel.relayName-channel.description = The name of the relay / socket
channel-type.anel.relayState-channel.label = Relay State
channel-type.anel.relayState-channel.description = The state of the relay / socket (read-only if locked!)
channel-type.anel.sensorBrightness-channel.label = Sensor Brightness
channel-type.anel.sensorBrightness-channel.description = The brightness value of the optional sensor
channel-type.anel.sensorHumidity-channel.label = Sensor Humidity
channel-type.anel.sensorHumidity-channel.description = The humidity value of the optional sensor
channel-type.anel.sensorTemperature-channel.label = Sensor Temperature
channel-type.anel.sensorTemperature-channel.description = The temperature value of the optional sensor
channel-type.anel.temperature-channel.label = Anel Device Temperature
channel-type.anel.temperature-channel.description = The value of the built-in temperature sensor of the Anel device

View File

@ -0,0 +1,236 @@
# binding
binding.atlona.name = Atlona Products
binding.atlona.description = Binding for Atlona PRO3 HDBaseT Matrix switches.
# thing types
thing-type.atlona.pro3-1616m.label = Atlona Pro3 16x16 HDBaseT Matrix
thing-type.atlona.pro3-1616m.description = Atlona Pro3 16x16 HDBaseT Matrix (Model AT-UHD-PRO3-1616M)
thing-type.atlona.pro3-1616m.group.mirror17.label = HDMI Port 17
thing-type.atlona.pro3-1616m.group.mirror17.description = HDMI Port 17 Mirroring Channels
thing-type.atlona.pro3-1616m.group.mirror18.label = HDMI Port 18
thing-type.atlona.pro3-1616m.group.mirror18.description = HDMI Port 18 Mirroring Channels
thing-type.atlona.pro3-1616m.group.mirror19.label = HDMI Port 19
thing-type.atlona.pro3-1616m.group.mirror19.description = HDMI Port 19 Mirroring Channels
thing-type.atlona.pro3-1616m.group.mirror20.label = HDMI Port 20
thing-type.atlona.pro3-1616m.group.mirror20.description = HDMI Port 20 Mirroring Channels
thing-type.atlona.pro3-1616m.group.port1.label = Port 1
thing-type.atlona.pro3-1616m.group.port1.description = Output Port 1 Channels
thing-type.atlona.pro3-1616m.group.port2.label = Port 2
thing-type.atlona.pro3-1616m.group.port2.description = Output Port 2 Channels
thing-type.atlona.pro3-1616m.group.port3.label = Port 3
thing-type.atlona.pro3-1616m.group.port3.description = Output Port 3 Channels
thing-type.atlona.pro3-1616m.group.port4.label = Port 4
thing-type.atlona.pro3-1616m.group.port4.description = Output Port 4 Channels
thing-type.atlona.pro3-1616m.group.port5.label = Port 5
thing-type.atlona.pro3-1616m.group.port5.description = Output Port 5 Channels
thing-type.atlona.pro3-1616m.group.port6.label = Port 6
thing-type.atlona.pro3-1616m.group.port6.description = Output Port 6 Channels
thing-type.atlona.pro3-1616m.group.port7.label = Port 7
thing-type.atlona.pro3-1616m.group.port7.description = Output Port 7 Channels
thing-type.atlona.pro3-1616m.group.port8.label = Port 8
thing-type.atlona.pro3-1616m.group.port8.description = Output Port 8 Channels
thing-type.atlona.pro3-1616m.group.port9.label = Port 9
thing-type.atlona.pro3-1616m.group.port9.description = Output Port 9 Channels
thing-type.atlona.pro3-1616m.group.port10.label = Port 10
thing-type.atlona.pro3-1616m.group.port10.description = Output Port 10 Channels
thing-type.atlona.pro3-1616m.group.port11.label = Port 11
thing-type.atlona.pro3-1616m.group.port11.description = Output Port 11 Channels
thing-type.atlona.pro3-1616m.group.port12.label = Port 12
thing-type.atlona.pro3-1616m.group.port12.description = Output Port 12 Channels
thing-type.atlona.pro3-1616m.group.port13.label = Port 13
thing-type.atlona.pro3-1616m.group.port13.description = Output Port 13 Channels
thing-type.atlona.pro3-1616m.group.port14.label = Port 14
thing-type.atlona.pro3-1616m.group.port14.description = Output Port 14 Channels
thing-type.atlona.pro3-1616m.group.port15.label = Port 15
thing-type.atlona.pro3-1616m.group.port15.description = Output Port 15 Channels
thing-type.atlona.pro3-1616m.group.port16.label = Port 16
thing-type.atlona.pro3-1616m.group.port16.description = Output Port 16 Channels
thing-type.atlona.pro3-1616m.group.port17.label = Port 17
thing-type.atlona.pro3-1616m.group.port17.description = Output Port 17 Channels
thing-type.atlona.pro3-1616m.group.port18.label = Port 18
thing-type.atlona.pro3-1616m.group.port18.description = Output Port 18 Channels
thing-type.atlona.pro3-1616m.group.port19.label = Port 19
thing-type.atlona.pro3-1616m.group.port19.description = Output Port 19 Channels
thing-type.atlona.pro3-1616m.group.port20.label = Port 20
thing-type.atlona.pro3-1616m.group.port20.description = Output Port 20 Channels
thing-type.atlona.pro3-1616m.group.volume1.label = Volume 1
thing-type.atlona.pro3-1616m.group.volume1.description = Volume 1 channels
thing-type.atlona.pro3-1616m.group.volume2.label = Volume 2
thing-type.atlona.pro3-1616m.group.volume2.description = Volume 2 channels
thing-type.atlona.pro3-1616m.group.volume3.label = Volume 3
thing-type.atlona.pro3-1616m.group.volume3.description = Volume 3 channels
thing-type.atlona.pro3-1616m.group.volume4.label = Volume 4
thing-type.atlona.pro3-1616m.group.volume4.description = Volume 4 channels
thing-type.atlona.pro3-1616m.group.volume5.label = Volume 5
thing-type.atlona.pro3-1616m.group.volume5.description = Volume 5 channels
thing-type.atlona.pro3-1616m.group.volume6.label = Volume 6
thing-type.atlona.pro3-1616m.group.volume6.description = Volume 6 channels
thing-type.atlona.pro3-1616m.group.volume7.label = Volume 7
thing-type.atlona.pro3-1616m.group.volume7.description = Volume 7 channels
thing-type.atlona.pro3-1616m.group.volume8.label = Volume 8
thing-type.atlona.pro3-1616m.group.volume8.description = Volume 8 channels
thing-type.atlona.pro3-1616m.group.volume9.label = Volume 9
thing-type.atlona.pro3-1616m.group.volume9.description = Volume 9 channels
thing-type.atlona.pro3-1616m.group.volume10.label = Volume 10
thing-type.atlona.pro3-1616m.group.volume10.description = Volume 10 channels
thing-type.atlona.pro3-1616m.group.volume11.label = Volume 11
thing-type.atlona.pro3-1616m.group.volume11.description = Volume 11 channels
thing-type.atlona.pro3-1616m.group.volume12.label = Volume 12
thing-type.atlona.pro3-1616m.group.volume12.description = Volume 12 channels
thing-type.atlona.pro3-44m.label = Atlona Pro3 4x4 HDBaseT Matrix
thing-type.atlona.pro3-44m.description = Atlona Pro3 4x4 HDBaseT Matrix (Model AT-UHD-PRO3-44M)
thing-type.atlona.pro3-44m.group.mirror5.label = HDMI Port 5
thing-type.atlona.pro3-44m.group.mirror5.description = HDMI Port 5 Mirroring Channels
thing-type.atlona.pro3-44m.group.port1.label = Port 1
thing-type.atlona.pro3-44m.group.port1.description = Output Port 1 Channels
thing-type.atlona.pro3-44m.group.port2.label = Port 2
thing-type.atlona.pro3-44m.group.port2.description = Output Port 2 Channels
thing-type.atlona.pro3-44m.group.port3.label = Port 3
thing-type.atlona.pro3-44m.group.port3.description = Output Port 3 Channels
thing-type.atlona.pro3-44m.group.port4.label = Port 4
thing-type.atlona.pro3-44m.group.port4.description = Output Port 4 Channels
thing-type.atlona.pro3-44m.group.port5.label = Port 5
thing-type.atlona.pro3-44m.group.port5.description = Output Port 5 Channels
thing-type.atlona.pro3-44m.group.volume1.label = Volume 1
thing-type.atlona.pro3-44m.group.volume1.description = Volume 1 channels
thing-type.atlona.pro3-44m.group.volume2.label = Volume 2
thing-type.atlona.pro3-44m.group.volume2.description = Volume 2 channels
thing-type.atlona.pro3-44m.group.volume3.label = Volume 3
thing-type.atlona.pro3-44m.group.volume3.description = Volume 3 channels
thing-type.atlona.pro3-66m.label = Atlona Pro3 6x6 HDBaseT Matrix
thing-type.atlona.pro3-66m.description = Atlona Pro3 6x6 HDBaseT Matrix (Model AT-UHD-PRO3-66M)
thing-type.atlona.pro3-66m.group.mirror6.label = HDMI Port 6
thing-type.atlona.pro3-66m.group.mirror6.description = HDMI Port 6 Mirroring Channels
thing-type.atlona.pro3-66m.group.mirror8.label = HDMI Port 8
thing-type.atlona.pro3-66m.group.mirror8.description = HDMI Port 8 Mirroring Channels
thing-type.atlona.pro3-66m.group.port1.label = Port 1
thing-type.atlona.pro3-66m.group.port1.description = Output Port 1 Channels
thing-type.atlona.pro3-66m.group.port2.label = Port 2
thing-type.atlona.pro3-66m.group.port2.description = Output Port 2 Channels
thing-type.atlona.pro3-66m.group.port3.label = Port 3
thing-type.atlona.pro3-66m.group.port3.description = Output Port 3 Channels
thing-type.atlona.pro3-66m.group.port4.label = Port 4
thing-type.atlona.pro3-66m.group.port4.description = Output Port 4 Channels
thing-type.atlona.pro3-66m.group.port5.label = Port 5
thing-type.atlona.pro3-66m.group.port5.description = Output Port 5 Channels
thing-type.atlona.pro3-66m.group.port6.label = Port 6
thing-type.atlona.pro3-66m.group.port6.description = Output Port 6 Channels
thing-type.atlona.pro3-66m.group.port7.label = Port 7
thing-type.atlona.pro3-66m.group.port7.description = Output Port 7 Channels
thing-type.atlona.pro3-66m.group.port8.label = Port 8
thing-type.atlona.pro3-66m.group.port8.description = Output Port 8 Channels
thing-type.atlona.pro3-66m.group.volume1.label = Volume 1
thing-type.atlona.pro3-66m.group.volume1.description = Volume 1 channels
thing-type.atlona.pro3-66m.group.volume2.label = Volume 2
thing-type.atlona.pro3-66m.group.volume2.description = Volume 2 channels
thing-type.atlona.pro3-66m.group.volume3.label = Volume 3
thing-type.atlona.pro3-66m.group.volume3.description = Volume 3 channels
thing-type.atlona.pro3-66m.group.volume4.label = Volume 4
thing-type.atlona.pro3-66m.group.volume4.description = Volume 4 channels
thing-type.atlona.pro3-88m.label = Atlona Pro3 8x8 HDBaseT Matrix
thing-type.atlona.pro3-88m.description = Atlona Pro3 8x8 HDBaseT Matrix (Model AT-UHD-PRO3-66M)
thing-type.atlona.pro3-88m.group.mirror8.label = HDMI Port 8
thing-type.atlona.pro3-88m.group.mirror8.description = HDMI Port 8 Mirroring Channels
thing-type.atlona.pro3-88m.group.mirror10.label = HDMI Port 10
thing-type.atlona.pro3-88m.group.mirror10.description = HDMI Port 10 Mirroring Channels
thing-type.atlona.pro3-88m.group.port1.label = Port 1
thing-type.atlona.pro3-88m.group.port1.description = Output Port 1 Channels
thing-type.atlona.pro3-88m.group.port2.label = Port 2
thing-type.atlona.pro3-88m.group.port2.description = Output Port 2 Channels
thing-type.atlona.pro3-88m.group.port3.label = Port 3
thing-type.atlona.pro3-88m.group.port3.description = Output Port 3 Channels
thing-type.atlona.pro3-88m.group.port4.label = Port 4
thing-type.atlona.pro3-88m.group.port4.description = Output Port 4 Channels
thing-type.atlona.pro3-88m.group.port5.label = Port 5
thing-type.atlona.pro3-88m.group.port5.description = Output Port 5 Channels
thing-type.atlona.pro3-88m.group.port6.label = Port 6
thing-type.atlona.pro3-88m.group.port6.description = Output Port 6 Channels
thing-type.atlona.pro3-88m.group.port7.label = Port 7
thing-type.atlona.pro3-88m.group.port7.description = Output Port 7 Channels
thing-type.atlona.pro3-88m.group.port8.label = Port 8
thing-type.atlona.pro3-88m.group.port8.description = Output Port 8 Channels
thing-type.atlona.pro3-88m.group.port9.label = Port 9
thing-type.atlona.pro3-88m.group.port9.description = Output Port 9 Channels
thing-type.atlona.pro3-88m.group.port10.label = Port 10
thing-type.atlona.pro3-88m.group.port10.description = Output Port 10 Channels
thing-type.atlona.pro3-88m.group.volume1.label = Volume 1
thing-type.atlona.pro3-88m.group.volume1.description = Volume 1 channels
thing-type.atlona.pro3-88m.group.volume2.label = Volume 2
thing-type.atlona.pro3-88m.group.volume2.description = Volume 2 channels
thing-type.atlona.pro3-88m.group.volume3.label = Volume 3
thing-type.atlona.pro3-88m.group.volume3.description = Volume 3 channels
thing-type.atlona.pro3-88m.group.volume4.label = Volume 4
thing-type.atlona.pro3-88m.group.volume4.description = Volume 4 channels
thing-type.atlona.pro3-88m.group.volume5.label = Volume 5
thing-type.atlona.pro3-88m.group.volume5.description = Volume 5 channels
thing-type.atlona.pro3-88m.group.volume6.label = Volume 6
thing-type.atlona.pro3-88m.group.volume6.description = Volume 6 channels
thing-type.atlona.pro3-hd66m.label = Atlona Pro3 HD 6x6 HDBaseT Matrix
thing-type.atlona.pro3-hd66m.description = Atlona Pro3 6x6 HDBaseT Matrix (Model AT-PRO3HD66M)
thing-type.atlona.pro3-hd66m.group.port1.label = Port 1
thing-type.atlona.pro3-hd66m.group.port1.description = Output Port 1 Channels
thing-type.atlona.pro3-hd66m.group.port2.label = Port 2
thing-type.atlona.pro3-hd66m.group.port2.description = Output Port 2 Channels
thing-type.atlona.pro3-hd66m.group.port3.label = Port 3
thing-type.atlona.pro3-hd66m.group.port3.description = Output Port 3 Channels
thing-type.atlona.pro3-hd66m.group.port4.label = Port 4
thing-type.atlona.pro3-hd66m.group.port4.description = Output Port 4 Channels
thing-type.atlona.pro3-hd66m.group.port5.label = Port 5
thing-type.atlona.pro3-hd66m.group.port5.description = Output Port 5 Channels
thing-type.atlona.pro3-hd66m.group.port6.label = Port 6
thing-type.atlona.pro3-hd66m.group.port6.description = Output Port 6 Channels
# thing types config
thing-type.config.altona.hdmimatrix.ipAddress.label = IP or Host Name
thing-type.config.altona.hdmimatrix.ipAddress.description = IP or Host name of Atlona Matrix Switch
thing-type.config.altona.hdmimatrix.password.label = Password
thing-type.config.altona.hdmimatrix.password.description = Password to login with if Telnet Login is on
thing-type.config.altona.hdmimatrix.ping.label = Ping Interval
thing-type.config.altona.hdmimatrix.ping.description = Ping Interval (in seconds) to keep the connection alive
thing-type.config.altona.hdmimatrix.polling.label = Polling Interval
thing-type.config.altona.hdmimatrix.polling.description = Interval (in seconds) to poll the actual state of the Matrix
thing-type.config.altona.hdmimatrix.retryPolling.label = Polling Interval to Try to Reconnect
thing-type.config.altona.hdmimatrix.retryPolling.description = Interval (in seconds) to try to (re)connect to the Matrix
thing-type.config.altona.hdmimatrix.userName.label = User Name
thing-type.config.altona.hdmimatrix.userName.description = User Name to login with if Telnet Login is on
# channel group types
channel-group-type.atlona.hd-portgroup.label = Port
channel-group-type.atlona.hd-portgroup.description = Output Port Channels
channel-group-type.atlona.mirrorgroup.label = HDMI Port
channel-group-type.atlona.mirrorgroup.description = HDMI Port Mirroring Channels
channel-group-type.atlona.portgroup.label = Port
channel-group-type.atlona.portgroup.description = Output Port Channels
channel-group-type.atlona.primarygroup.label = Primary Channels
channel-group-type.atlona.primarygroup.description = Primary Channels
channel-group-type.atlona.volumegroup.label = Volume
channel-group-type.atlona.volumegroup.description = Volume channels
# channel types
channel-type.atlona.irenable.label = IR Enable
channel-type.atlona.irenable.description = Enables or Disables IR
channel-type.atlona.matrixcmd.label = Matrix Command
channel-type.atlona.matrixcmd.description = Send a matrix command ("resetmatrix", "resetports", "allportsX")
channel-type.atlona.panellock.label = Panel Lock
channel-type.atlona.panellock.description = Whether the front panel buttons are locked or not
channel-type.atlona.portmirror.label = Mirror Port
channel-type.atlona.portmirror.description = Sets the port to be mirrored on the output port
channel-type.atlona.portmirrorenabled.label = Mirror Enabled
channel-type.atlona.portmirrorenabled.description = Whether the HDMI port mirroring is enabled or not
channel-type.atlona.portoutput.label = Output Port
channel-type.atlona.portoutput.description = Sets the output port to the input port
channel-type.atlona.portpower.label = Output Port Power
channel-type.atlona.portpower.description = Turns on/off the output port
channel-type.atlona.power.label = Power
channel-type.atlona.power.description = Whether the matrix is on or not
channel-type.atlona.presetcmd.label = Preset Command
channel-type.atlona.presetcmd.description = Send a preset command ("saveX", "recallX", "clearX")
channel-type.atlona.volume.label = Output Volume
channel-type.atlona.volume.description = Sets the volume (in db) of the output port (default: -40db with range from -79db to 15db)
channel-type.atlona.volumemute.label = Mute
channel-type.atlona.volumemute.description = Sets the output to muted or not

View File

@ -0,0 +1,369 @@
# binding
binding.autelis.name = Autelis Pool Control Binding
binding.autelis.description = This is the binding for a Autelis pool controller.
# thing types
thing-type.autelis.jandy.label = Jandy Pool Controller
thing-type.autelis.jandy.description = A Jandy pool control thing represents a Autelis pool controller for Jandy systems
thing-type.autelis.jandy.channel.equipment-aux1.label = Auxiliary 1
thing-type.autelis.jandy.channel.equipment-aux1.description = The current state of auxiliary 1
thing-type.autelis.jandy.channel.equipment-aux2.label = Auxiliary 2
thing-type.autelis.jandy.channel.equipment-aux2.description = The current state of auxiliary 2
thing-type.autelis.jandy.channel.equipment-aux3.label = Auxiliary 3
thing-type.autelis.jandy.channel.equipment-aux3.description = The current state of auxiliary 3
thing-type.autelis.jandy.channel.equipment-aux4.label = Auxiliary 4
thing-type.autelis.jandy.channel.equipment-aux4.description = The current state of auxiliary 4
thing-type.autelis.jandy.channel.equipment-aux5.label = Auxiliary 5
thing-type.autelis.jandy.channel.equipment-aux5.description = The current state of auxiliary 5
thing-type.autelis.jandy.channel.equipment-aux6.label = Auxiliary 6
thing-type.autelis.jandy.channel.equipment-aux6.description = The current state of auxiliary 6
thing-type.autelis.jandy.channel.equipment-aux7.label = Auxiliary 7
thing-type.autelis.jandy.channel.equipment-aux7.description = The current state of auxiliary 7
thing-type.autelis.jandy.channel.equipment-aux8.label = Auxiliary 8
thing-type.autelis.jandy.channel.equipment-aux8.description = The current state of auxiliary 8
thing-type.autelis.jandy.channel.equipment-aux9.label = Auxiliary 9
thing-type.autelis.jandy.channel.equipment-aux9.description = The current state of auxiliary 9
thing-type.autelis.jandy.channel.equipment-aux10.label = Auxiliary 10
thing-type.autelis.jandy.channel.equipment-aux10.description = The current state of auxiliary 10
thing-type.autelis.jandy.channel.equipment-aux11.label = Auxiliary 11
thing-type.autelis.jandy.channel.equipment-aux11.description = The current state of auxiliary 11
thing-type.autelis.jandy.channel.equipment-aux12.label = Auxiliary 12
thing-type.autelis.jandy.channel.equipment-aux12.description = The current state of auxiliary 12
thing-type.autelis.jandy.channel.equipment-aux13.label = Auxiliary 13
thing-type.autelis.jandy.channel.equipment-aux13.description = The current state of auxiliary 13
thing-type.autelis.jandy.channel.equipment-aux14.label = Auxiliary 14
thing-type.autelis.jandy.channel.equipment-aux14.description = The current state of auxiliary 14
thing-type.autelis.jandy.channel.equipment-aux15.label = Auxiliary 15
thing-type.autelis.jandy.channel.equipment-aux15.description = The current state of auxiliary 15
thing-type.autelis.jandy.channel.equipment-aux16.label = Auxiliary 16
thing-type.autelis.jandy.channel.equipment-aux16.description = The current state of auxiliary 16
thing-type.autelis.jandy.channel.equipment-aux17.label = Auxiliary 17
thing-type.autelis.jandy.channel.equipment-aux17.description = The current state of auxiliary 17
thing-type.autelis.jandy.channel.equipment-aux18.label = Auxiliary 18
thing-type.autelis.jandy.channel.equipment-aux18.description = The current state of auxiliary 18
thing-type.autelis.jandy.channel.equipment-aux19.label = Auxiliary 19
thing-type.autelis.jandy.channel.equipment-aux19.description = The current state of auxiliary 19
thing-type.autelis.jandy.channel.equipment-aux20.label = Auxiliary 20
thing-type.autelis.jandy.channel.equipment-aux20.description = The current state of auxiliary 20
thing-type.autelis.jandy.channel.equipment-aux21.label = Auxiliary 21
thing-type.autelis.jandy.channel.equipment-aux21.description = The current state of auxiliary 21
thing-type.autelis.jandy.channel.equipment-aux22.label = Auxiliary 22
thing-type.autelis.jandy.channel.equipment-aux22.description = The current state of auxiliary 22
thing-type.autelis.jandy.channel.equipment-aux23.label = Auxiliary 23
thing-type.autelis.jandy.channel.equipment-aux23.description = The current state of auxiliary 23
thing-type.autelis.jandy.channel.equipment-cleaner.label = Cleaner Pump
thing-type.autelis.jandy.channel.equipment-cleaner.description = The current state of the cleaner pump
thing-type.autelis.jandy.channel.equipment-htpmp.label = Heat Pump
thing-type.autelis.jandy.channel.equipment-htpmp.description = The current state of the heat pump
thing-type.autelis.jandy.channel.equipment-poolht.label = Pool Heater
thing-type.autelis.jandy.channel.equipment-poolht.description = The current state of the pool heater
thing-type.autelis.jandy.channel.equipment-poolht2.label = Pool Heater @
thing-type.autelis.jandy.channel.equipment-poolht2.description = The current state of the pool heater 2
thing-type.autelis.jandy.channel.equipment-pump.label = Pump
thing-type.autelis.jandy.channel.equipment-pump.description = The current state of the pump
thing-type.autelis.jandy.channel.equipment-pumplo.label = Lowspeed Pump
thing-type.autelis.jandy.channel.equipment-pumplo.description = The current state of the lowspeed pump
thing-type.autelis.jandy.channel.equipment-solarht.label = Solar Heater
thing-type.autelis.jandy.channel.equipment-solarht.description = The current state of the solar heater
thing-type.autelis.jandy.channel.equipment-spa.label = Spa Pump
thing-type.autelis.jandy.channel.equipment-spa.description = The current state of the spa pump
thing-type.autelis.jandy.channel.equipment-spaht.label = Spa Heater
thing-type.autelis.jandy.channel.equipment-spaht.description = The current state of the spa heater
thing-type.autelis.jandy.channel.equipment-waterfall.label = Waterfall Pump
thing-type.autelis.jandy.channel.equipment-waterfall.description = The current state of the waterfall pump
thing-type.autelis.jandy.channel.temp-airtemp.label = Air Temperature
thing-type.autelis.jandy.channel.temp-airtemp.description = The current air temperature
thing-type.autelis.jandy.channel.temp-poolsp.label = Pool Setpoint
thing-type.autelis.jandy.channel.temp-poolsp.description = The current pool setpoint
thing-type.autelis.jandy.channel.temp-poolsp2.label = Pool Setpoint 2
thing-type.autelis.jandy.channel.temp-poolsp2.description = The current pool setpoint 2
thing-type.autelis.jandy.channel.temp-pooltemp.label = Pool Temperature
thing-type.autelis.jandy.channel.temp-pooltemp.description = The current pool temperature. Note: Only accurate when pool is running
thing-type.autelis.jandy.channel.temp-solartemp.label = Solar Temperature
thing-type.autelis.jandy.channel.temp-solartemp.description = The current solar temperature
thing-type.autelis.jandy.channel.temp-spasp.label = Spa Setpoint
thing-type.autelis.jandy.channel.temp-spasp.description = The current spa setpoint
thing-type.autelis.jandy.channel.temp-spatemp.label = Spa Temperature
thing-type.autelis.jandy.channel.temp-spatemp.description = The current spa temperature. Note: Only accurate when spa is running
thing-type.autelis.pentair.label = Pentair Pool Controller
thing-type.autelis.pentair.description = A Pentair pool control thing represents an Autelis pool controller for Pentair systems
thing-type.autelis.pentair.channel.equipment-circuit1.label = Circuit 1
thing-type.autelis.pentair.channel.equipment-circuit1.description = The current state of circuit 1 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit2.label = Circuit 2
thing-type.autelis.pentair.channel.equipment-circuit2.description = The current state of circuit 2 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit3.label = Circuit 3
thing-type.autelis.pentair.channel.equipment-circuit3.description = The current state of circuit 3 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit4.label = Circuit 4
thing-type.autelis.pentair.channel.equipment-circuit4.description = The current state of circuit 4 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit5.label = Circuit 5
thing-type.autelis.pentair.channel.equipment-circuit5.description = The current state of circuit 5 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit6.label = Circuit 6
thing-type.autelis.pentair.channel.equipment-circuit6.description = The current state of circuit 6 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit7.label = Circuit 7
thing-type.autelis.pentair.channel.equipment-circuit7.description = The current state of circuit 7 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit8.label = Circuit 8
thing-type.autelis.pentair.channel.equipment-circuit8.description = The current state of circuit 8 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit9.label = Circuit 9
thing-type.autelis.pentair.channel.equipment-circuit9.description = The current state of circuit 9 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-circuit10.label = Circuit 10
thing-type.autelis.pentair.channel.equipment-circuit10.description = The current state of circuit 10 (Spa or Lo-Temp)
thing-type.autelis.pentair.channel.equipment-feature1.label = Feature 1
thing-type.autelis.pentair.channel.equipment-feature1.description = The current state of feature/macro 1
thing-type.autelis.pentair.channel.equipment-feature2.label = Feature 2
thing-type.autelis.pentair.channel.equipment-feature2.description = The current state of feature/macro 2
thing-type.autelis.pentair.channel.equipment-feature3.label = Feature 3
thing-type.autelis.pentair.channel.equipment-feature3.description = The current state of feature/macro 3
thing-type.autelis.pentair.channel.equipment-feature4.label = Feature 4
thing-type.autelis.pentair.channel.equipment-feature4.description = The current state of feature/macro 4
thing-type.autelis.pentair.channel.equipment-feature5.label = Feature 5
thing-type.autelis.pentair.channel.equipment-feature5.description = The current state of feature/macro 5
thing-type.autelis.pentair.channel.equipment-feature6.label = Feature 6
thing-type.autelis.pentair.channel.equipment-feature6.description = The current state of feature/macro 6
thing-type.autelis.pentair.channel.equipment-feature7.label = Feature 7
thing-type.autelis.pentair.channel.equipment-feature7.description = The current state of feature/macro 7
thing-type.autelis.pentair.channel.equipment-feature8.label = Feature 8
thing-type.autelis.pentair.channel.equipment-feature8.description = The current state of feature/macro 8
thing-type.autelis.pentair.channel.equipment-feature9.label = Feature 9
thing-type.autelis.pentair.channel.equipment-feature9.description = The current state of feature/macro 9
thing-type.autelis.pentair.channel.equipment-feature10.label = Feature 10
thing-type.autelis.pentair.channel.equipment-feature10.description = The current state of feature/macro 10
thing-type.autelis.pentair.channel.pumps-pump2.label = Pump 2
thing-type.autelis.pentair.channel.pumps-pump2.description = Pump 2
thing-type.autelis.pentair.channel.pumps-pump3.label = Pump 3
thing-type.autelis.pentair.channel.pumps-pump3.description = Pump 3
thing-type.autelis.pentair.channel.pumps-pump4.label = Pump 4
thing-type.autelis.pentair.channel.pumps-pump4.description = Pump 4
thing-type.autelis.pentair.channel.pumps-pump5.label = Pump 5
thing-type.autelis.pentair.channel.pumps-pump5.description = Pump 5
thing-type.autelis.pentair.channel.pumps-pump6.label = Pump 6
thing-type.autelis.pentair.channel.pumps-pump6.description = Pump 6
thing-type.autelis.pentair.channel.pumps-pump7.label = Pump 7
thing-type.autelis.pentair.channel.pumps-pump7.description = Pump 7
thing-type.autelis.pentair.channel.pumps-pump8.label = Pump 8
thing-type.autelis.pentair.channel.pumps-pump8.description = Pump 8
thing-type.autelis.pentair.channel.system-sensor1.label = Sensor 1
thing-type.autelis.pentair.channel.system-sensor1.description = The state of sensor 1 (water sensor)
thing-type.autelis.pentair.channel.system-sensor2.label = Sensor 2
thing-type.autelis.pentair.channel.system-sensor2.description = The state of sensor 2 (water sensor)
thing-type.autelis.pentair.channel.system-sensor3.label = Sensor 3
thing-type.autelis.pentair.channel.system-sensor3.description = The state of sensor 3 (water sensor)
thing-type.autelis.pentair.channel.system-sensor4.label = Sensor 4
thing-type.autelis.pentair.channel.system-sensor4.description = The state of sensor 4 (water sensor)
thing-type.autelis.pentair.channel.system-sensor5.label = Sensor 5
thing-type.autelis.pentair.channel.system-sensor5.description = The state of sensor 5 (water sensor)
thing-type.autelis.pentair.channel.temp-poolht.label = Pool Heater Status
thing-type.autelis.pentair.channel.temp-poolht.description = The current pool/hi-temp heater settings
thing-type.autelis.pentair.channel.temp-spaht.label = Spa Heater Status
thing-type.autelis.pentair.channel.temp-spaht.description = The current spa/hi-temp heater settings
# thing types config
thing-type.config.autelis.jandy.host.label = Host or IP
thing-type.config.autelis.jandy.host.description = The host name or IP address of the Autelis Controller.
thing-type.config.autelis.jandy.password.label = Password
thing-type.config.autelis.jandy.password.description = The password to use when connecting to a Autelis Controller.
thing-type.config.autelis.jandy.port.label = Port
thing-type.config.autelis.jandy.port.description = The port the Autelis Controller is listening on.
thing-type.config.autelis.jandy.refresh.label = Refresh Interval
thing-type.config.autelis.jandy.refresh.description = Specifies the refresh interval in seconds
thing-type.config.autelis.jandy.user.label = User Name
thing-type.config.autelis.jandy.user.description = The user name to use when connecting to a Autelis Controller.
thing-type.config.autelis.pentair.host.label = Host or IP
thing-type.config.autelis.pentair.host.description = The host name or IP address of the Autelis Controller.
thing-type.config.autelis.pentair.password.label = Password
thing-type.config.autelis.pentair.password.description = The password to use when connecting to a Autelis Controller.
thing-type.config.autelis.pentair.port.label = Port
thing-type.config.autelis.pentair.port.description = The port the Autelis Controller is listening on.
thing-type.config.autelis.pentair.refresh.label = Refresh Interval
thing-type.config.autelis.pentair.refresh.description = Specifies the refresh interval in seconds
thing-type.config.autelis.pentair.user.label = User Name
thing-type.config.autelis.pentair.user.description = The user name to use when connecting to a Autelis Controller.
# channel types
channel-type.autelis.chem-avail.label = Equipment Is Available
channel-type.autelis.chem-avail.description = Indicates what equipment is available
channel-type.autelis.chem-chlrp.label = Pool Chlorination Setpoint
channel-type.autelis.chem-chlrp.description = Pool chlorination setpoint
channel-type.autelis.chem-chlrs.label = Spa Chlorination Setpoint
channel-type.autelis.chem-chlrs.description = Spa chlorination setpoint
channel-type.autelis.chem-orp1.label = ORP Unit 1
channel-type.autelis.chem-orp1.description = ORP reading from unit 1
channel-type.autelis.chem-orp2.label = ORP Unit 2
channel-type.autelis.chem-orp2.description = ORP reading from unit 2
channel-type.autelis.chem-orpfd1.label = ORP Feed Unit 1
channel-type.autelis.chem-orpfd1.description = ORP feed from unit 1
channel-type.autelis.chem-orpfd2.label = ORP Feed Unit 2
channel-type.autelis.chem-orpfd2.description = ORP feed from unit 2
channel-type.autelis.chem-ph1.label = PH Unit 1
channel-type.autelis.chem-ph1.description = PH reading from unit 1
channel-type.autelis.chem-ph2.label = PH Unit 2
channel-type.autelis.chem-ph2.description = PH reading from unit 2
channel-type.autelis.chem-phfd1.label = PH Feed Unit 1
channel-type.autelis.chem-phfd1.description = PH feed from unit 1
channel-type.autelis.chem-phfd2.label = PH Feed Unit 2
channel-type.autelis.chem-phfd2.description = PH feed from unit 2
channel-type.autelis.chem-saltp.label = Pool Salt Level
channel-type.autelis.chem-saltp.description = Pool salt level
channel-type.autelis.chem-salts.label = Spa Salt Level
channel-type.autelis.chem-salts.description = Spa salt level
channel-type.autelis.chlor-chloren.label = Chlorine
channel-type.autelis.chlor-chloren.description = Chlorine
channel-type.autelis.chlor-chlorerr.label = Chlorine Error
channel-type.autelis.chlor-chlorerr.description = Chlorine Error value
channel-type.autelis.chlor-chlorname.label = Chlorine Model Name
channel-type.autelis.chlor-chlorname.description = Chlorine Model Name
channel-type.autelis.chlor-poolsp.label = Chlorine Pool Setpoint
channel-type.autelis.chlor-poolsp.description = Chlorine Pool Setpoint
channel-type.autelis.chlor-salt.label = Chlorine Salt Level
channel-type.autelis.chlor-salt.description = Chlorine Salt Level
channel-type.autelis.chlor-spasp.label = Chlorine Spa Setpoint
channel-type.autelis.chlor-spasp.description = Chlorine Sap Setpoint
channel-type.autelis.chlor-super.label = Chlorine Super Level
channel-type.autelis.chlor-super.description = Chlorine Super Level
channel-type.autelis.equipment-aux.label = Auxiliary
channel-type.autelis.equipment-aux.description = The current state of auxiliary channel
channel-type.autelis.equipment-aux.state.option.0 = Off
channel-type.autelis.equipment-aux.state.option.1 = On
channel-type.autelis.equipment-aux.state.option.25 = 25%
channel-type.autelis.equipment-aux.state.option.50 = 50%
channel-type.autelis.equipment-aux.state.option.75 = 75%
channel-type.autelis.equipment-aux.state.option.100 = 100%
channel-type.autelis.equipment-circuit.label = Circuit 1
channel-type.autelis.equipment-circuit.description = The current state of a circuit (Spa or Lo-Temp)
channel-type.autelis.equipment-feature.label = Feature
channel-type.autelis.equipment-feature.description = The current state of a feature/macro
channel-type.autelis.equipment-ht.label = Heater
channel-type.autelis.equipment-ht.description = The current state of the heater
channel-type.autelis.equipment-ht.state.option.0 = Off
channel-type.autelis.equipment-ht.state.option.1 = Enabled
channel-type.autelis.equipment-ht.state.option.2 = On
channel-type.autelis.equipment-switch.label = Equipment Switch
channel-type.autelis.equipment-switch.description = The current state of a equipment switch
channel-type.autelis.lightscmd.label = Lighting Cmd
channel-type.autelis.lightscmd.description = Send A lighting command
channel-type.autelis.lightscmd.state.option.alloff = All Off
channel-type.autelis.lightscmd.state.option.allon = All On
channel-type.autelis.lightscmd.state.option.csync = C Sync
channel-type.autelis.lightscmd.state.option.cset = C Set
channel-type.autelis.lightscmd.state.option.cswim = C Swim
channel-type.autelis.lightscmd.state.option.party = Party
channel-type.autelis.lightscmd.state.option.romance = Romance
channel-type.autelis.lightscmd.state.option.caribbean = Caribbean
channel-type.autelis.lightscmd.state.option.american = American
channel-type.autelis.lightscmd.state.option.sunset = Sunset
channel-type.autelis.lightscmd.state.option.royalty = Royalty
channel-type.autelis.lightscmd.state.option.blue = Blue
channel-type.autelis.lightscmd.state.option.green = Green
channel-type.autelis.lightscmd.state.option.red = Red
channel-type.autelis.lightscmd.state.option.white = White
channel-type.autelis.lightscmd.state.option.magenta = Magenta
channel-type.autelis.lightscmd.state.option.hold = Hold
channel-type.autelis.lightscmd.state.option.recall = Recall
channel-type.autelis.pumps-pump.label = Pump 2
channel-type.autelis.pumps-pump.description = Pump 2
channel-type.autelis.pumps-pump1-error.label = Pump 1 Error
channel-type.autelis.pumps-pump1-error.description = Pump 1 error status
channel-type.autelis.pumps-pump1-filter.label = Pump 1 Filter
channel-type.autelis.pumps-pump1-filter.description = Pump 1
channel-type.autelis.pumps-pump1-gpm.label = Pump 1 GPM
channel-type.autelis.pumps-pump1-gpm.description = Pump 1 GPM
channel-type.autelis.pumps-pump1-rpm.label = Pump 1 RPM
channel-type.autelis.pumps-pump1-rpm.description = Pump 1 RPM
channel-type.autelis.pumps-pump1-watts.label = Pump 1 Watts
channel-type.autelis.pumps-pump1-watts.description = Pump 1 watts
channel-type.autelis.pumps-pump1.label = Pump 1
channel-type.autelis.pumps-pump1.description = Pump 1 raw value
channel-type.autelis.pumps-vsp1.label = Pump 1
channel-type.autelis.pumps-vsp1.description = Pump 1
channel-type.autelis.pumps-vsp2.label = Pump 2
channel-type.autelis.pumps-vsp2.description = Pump 2
channel-type.autelis.pumps-vsp3.label = Pump 3
channel-type.autelis.pumps-vsp3.description = Pump 3
channel-type.autelis.pumps-vsp4.label = Pump 4
channel-type.autelis.pumps-vsp4.description = Pump 4
channel-type.autelis.reboot.label = Reboot Autelis Device
channel-type.autelis.reboot.description = Reboots the Autelis device. This will not reboot any actual pool equipment.
channel-type.autelis.reboot.label = Reboot Autelis Device
channel-type.autelis.reboot.description = Reboots the Autelis device. This will not reboot any actual pool equipment.
channel-type.autelis.system-dip.label = Dip Switches
channel-type.autelis.system-dip.description = The current state of the Aqualink® controller's dip switches. Possible values: 8 binary digits representing S1-S8 from left to right
channel-type.autelis.system-freeze.label = Freeze State
channel-type.autelis.system-freeze.description = The state of freeze protect
channel-type.autelis.system-freeze.state.option.0 = Off
channel-type.autelis.system-freeze.state.option.1 = On
channel-type.autelis.system-haddr.label = Hardware Address
channel-type.autelis.system-haddr.description = The controller's harware address
channel-type.autelis.system-lowbat.label = Battery State
channel-type.autelis.system-lowbat.description = The current state of the Aqualink® controller's battery
channel-type.autelis.system-lowbat.state.option.0 = Normal
channel-type.autelis.system-lowbat.state.option.1 = Low
channel-type.autelis.system-model.label = Model
channel-type.autelis.system-model.description = The model of the Intellitouch® controller
channel-type.autelis.system-model.label = Model
channel-type.autelis.system-model.description = The model number of the Aqualink® controller
channel-type.autelis.system-opmode.label = Operation Mode
channel-type.autelis.system-opmode.description = The current state of the Intellitouch® controller
channel-type.autelis.system-opmode.state.option.0 = Auto
channel-type.autelis.system-opmode.state.option.1 = Service/Timeout
channel-type.autelis.system-opmode.label = Operation Mode
channel-type.autelis.system-opmode.description = The current state of the Aqualink® controller
channel-type.autelis.system-opmode.state.option.0 = Auto
channel-type.autelis.system-opmode.state.option.1 = Service
channel-type.autelis.system-opmode.state.option.2 = Timeout
channel-type.autelis.system-runstate.label = Runstate
channel-type.autelis.system-runstate.description = The controller's runstate. 1 = Starting Up, 2-49 = Getting Data, 50 = Ready
channel-type.autelis.system-runstate.label = Runstate
channel-type.autelis.system-runstate.description = The controller's runstate. 1 = Not Connected, 2-7 = Startup Initialization Sequence, 8 = Connected and Ready, 9-12 = Connected and Busy Executing Command
channel-type.autelis.system-sensor.label = Sensor
channel-type.autelis.system-sensor.description = The state of a sensor (water sensor)
channel-type.autelis.system-sensor.state.option.0 = OK
channel-type.autelis.system-sensor.state.option.1 = ERROR
channel-type.autelis.system-time.label = Time
channel-type.autelis.system-time.description = The time as kept by the Pool Control device
channel-type.autelis.system-time.label = Time
channel-type.autelis.system-time.description = The time as kept by the Pool Control device
channel-type.autelis.system-vbat.label = Battery Voltage
channel-type.autelis.system-vbat.description = The voltage of the Aqualink® controller's battery
channel-type.autelis.system-version.label = Version
channel-type.autelis.system-version.description = The firmware version of the Pool Control device
channel-type.autelis.system-version.label = Version
channel-type.autelis.system-version.description = The firmware version of the Pool Control device
channel-type.autelis.temp-airtemp.label = Air Temperature
channel-type.autelis.temp-airtemp.description = The current temperature measured by the air sensor
channel-type.autelis.temp-airtemp.label = Air Temperature
channel-type.autelis.temp-airtemp.description = The current air temperature
channel-type.autelis.temp-ht.label = Heater Status
channel-type.autelis.temp-ht.description = The current hi-temp heater settings
channel-type.autelis.temp-ht.state.option.0 = Off
channel-type.autelis.temp-ht.state.option.1 = Heater
channel-type.autelis.temp-ht.state.option.2 = Solar Preferred
channel-type.autelis.temp-ht.state.option.3 = Solar Only
channel-type.autelis.temp-htpump.label = Heat Pump
channel-type.autelis.temp-htpump.description = Heat Pump
channel-type.autelis.temp-htstatus.label = Heat Status
channel-type.autelis.temp-htstatus.description = Heat Status
channel-type.autelis.temp-poolsp.label = Pool Heat Setpoint
channel-type.autelis.temp-poolsp.description = The current pool/hi-temp setpoint
channel-type.autelis.temp-pooltemp.label = Pool Temp
channel-type.autelis.temp-pooltemp.description = The current pool temperature. Note: Only accurate when pool is running
channel-type.autelis.temp-soltemp.label = Solar Temperature
channel-type.autelis.temp-soltemp.description = The current temperature measured by the solar sensor
channel-type.autelis.temp-sp.label = Setpoint
channel-type.autelis.temp-sp.description = The current setpoint
channel-type.autelis.temp-spasp.label = Spa Heat Setpoint
channel-type.autelis.temp-spasp.description = The current spa/lo-temp setpoint
channel-type.autelis.temp-spatemp.label = Spa Temperature
channel-type.autelis.temp-spatemp.description = The current spa temperature. Note: Only accurate when spa is running
channel-type.autelis.temp-temperature.label = Temperature
channel-type.autelis.temp-temperature.description = The current temperature. Note: Only accurate when pool is running
channel-type.autelis.temp-tempunits.label = Temperature Units
channel-type.autelis.temp-tempunits.description = The selected units for temperature
channel-type.autelis.temp-tempunits.state.option.F = Fahrenheit
channel-type.autelis.temp-tempunits.state.option.C = Celsius
channel-type.autelis.temp-tempunits.label = Temperature Units
channel-type.autelis.temp-tempunits.description = The selected units for temperature
channel-type.autelis.temp-tempunits.state.option.F = Fahrenheit
channel-type.autelis.temp-tempunits.state.option.C = Celsius

View File

@ -0,0 +1,83 @@
# binding
binding.benqprojector.name = BenQ Projector Binding
binding.benqprojector.description = This binding is compatible with BenQ projectors
# thing types
thing-type.benqprojector.projector-serial.label = BenQ Projector - Serial
thing-type.benqprojector.projector-serial.description = A BenQ projector connected via a serial port
thing-type.benqprojector.projector-tcp.label = BenQ Projector - TCP/IP
thing-type.benqprojector.projector-tcp.description = A BenQ projector connected via the built-in ethernet port or a serial over IP device
# thing types config
thing-type.config.benqprojector.projector-serial.pollingInterval.label = Polling Interval
thing-type.config.benqprojector.projector-serial.pollingInterval.description = Configures How Often to Poll the Projector for Updates (5-60; Default 10)
thing-type.config.benqprojector.projector-serial.serialPort.label = Serial Port
thing-type.config.benqprojector.projector-serial.serialPort.description = Serial Port to Use for Connecting to the BenQ Projector
thing-type.config.benqprojector.projector-tcp.host.label = Host
thing-type.config.benqprojector.projector-tcp.host.description = IP address for the projector or serial over IP device
thing-type.config.benqprojector.projector-tcp.pollingInterval.label = Polling Interval
thing-type.config.benqprojector.projector-tcp.pollingInterval.description = Configures How Often to Poll the Projector for Updates (5-60; Default 10)
thing-type.config.benqprojector.projector-tcp.port.label = Port
thing-type.config.benqprojector.projector-tcp.port.description = Port for the projector or serial over IP device
# channel types
channel-type.benqprojector.aspectratio.label = Aspect Ratio
channel-type.benqprojector.aspectratio.description = Retrieve or Set the Aspect Ratio
channel-type.benqprojector.aspectratio.state.option.4:3 = 4:3
channel-type.benqprojector.aspectratio.state.option.16:9 = 16:9
channel-type.benqprojector.aspectratio.state.option.auto = Auto
channel-type.benqprojector.aspectratio.state.option.lbox = Letterbox
channel-type.benqprojector.aspectratio.state.option.wide = Wide
channel-type.benqprojector.blank.label = Screen Blank
channel-type.benqprojector.blank.description = Turn the Screen Blank On or Off
channel-type.benqprojector.directcmd.label = Direct Command
channel-type.benqprojector.directcmd.description = Send a Command Directly to the Projector
channel-type.benqprojector.directcmd.state.option.mute=on = Mute On
channel-type.benqprojector.directcmd.state.option.mute=off = Mute Off
channel-type.benqprojector.directcmd.state.option.vol=+ = Volume +
channel-type.benqprojector.directcmd.state.option.vol=- = Volume -
channel-type.benqprojector.directcmd.state.option.zoomI = Zoom In
channel-type.benqprojector.directcmd.state.option.zoomO = Zoom Out
channel-type.benqprojector.directcmd.state.option.auto = Zoom Auto
channel-type.benqprojector.directcmd.state.option.menu=on = Menu On
channel-type.benqprojector.directcmd.state.option.menu=off = Menu Off
channel-type.benqprojector.directcmd.state.option.up = Up
channel-type.benqprojector.directcmd.state.option.down = Down
channel-type.benqprojector.directcmd.state.option.left = Left
channel-type.benqprojector.directcmd.state.option.right = Right
channel-type.benqprojector.directcmd.state.option.enter = Enter
channel-type.benqprojector.freeze.label = Freeze Image
channel-type.benqprojector.freeze.description = Turn the Freeze Image Mode On or Off
channel-type.benqprojector.lamptime.label = Lamp Time
channel-type.benqprojector.lamptime.description = Retrieves the Lamp Hours
channel-type.benqprojector.picturemode.label = Picture Mode
channel-type.benqprojector.picturemode.description = Retrieve or Set the Picture Mode
channel-type.benqprojector.picturemode.state.option.dynamic = Dynamic
channel-type.benqprojector.picturemode.state.option.preset = Presentation
channel-type.benqprojector.picturemode.state.option.srgb = sRGB
channel-type.benqprojector.picturemode.state.option.bright = Bright
channel-type.benqprojector.picturemode.state.option.livingroom = Living Room
channel-type.benqprojector.picturemode.state.option.game = Game
channel-type.benqprojector.picturemode.state.option.cine = Cinema
channel-type.benqprojector.picturemode.state.option.std = Standard/Vivid
channel-type.benqprojector.picturemode.state.option.football = Football
channel-type.benqprojector.picturemode.state.option.footballbt = Football Bright
channel-type.benqprojector.picturemode.state.option.user1 = User 1
channel-type.benqprojector.picturemode.state.option.user2 = User 2
channel-type.benqprojector.picturemode.state.option.user3 = User 3
channel-type.benqprojector.picturemode.state.option.isfday = ISF Day
channel-type.benqprojector.picturemode.state.option.isfnight = ISF Night
channel-type.benqprojector.picturemode.state.option.threed = 3-D
channel-type.benqprojector.source.label = Source
channel-type.benqprojector.source.description = Retrieve or Set the Input Source
channel-type.benqprojector.source.state.option.hdmi = HDMI
channel-type.benqprojector.source.state.option.hdmi2 = HDMI2
channel-type.benqprojector.source.state.option.ypbr = Component
channel-type.benqprojector.source.state.option.rgb = Computer/YPbPr
channel-type.benqprojector.source.state.option.rgb2 = Computer/YPbPr2
channel-type.benqprojector.source.state.option.vid = Video
channel-type.benqprojector.source.state.option.svid = S-Video

View File

@ -0,0 +1,82 @@
# binding
binding.bigassfan.name = BigAssFan Binding
binding.bigassfan.description = This is the binding for BigAssFan.
# thing types
thing-type.bigassfan.controller.label = Controller
thing-type.bigassfan.controller.description = Wall controller for Big Ass Fan
thing-type.bigassfan.fan.label = BigAssFan
thing-type.bigassfan.fan.description = Big Ass Fan
thing-type.bigassfan.light.label = Light
thing-type.bigassfan.light.description = Light
# thing types config
thing-type.config.bigassfan.device.ipAddress.label = Network Address
thing-type.config.bigassfan.device.ipAddress.description = Enter the IP address of the device
thing-type.config.bigassfan.device.label.label = Name of Device
thing-type.config.bigassfan.device.label.description = Enter the name you've given to the device
thing-type.config.bigassfan.device.macAddress.label = MAC Address
thing-type.config.bigassfan.device.macAddress.description = Enter the MAC address of the device
# channel types
channel-type.bigassfan.fan-auto.label = Fan Auto Mode
channel-type.bigassfan.fan-auto.description = Enable or disable fan auto mode
channel-type.bigassfan.fan-direction.label = Fan Direction
channel-type.bigassfan.fan-direction.description = Forward or reverse
channel-type.bigassfan.fan-direction.state.option.FWD = Forward
channel-type.bigassfan.fan-direction.state.option.REV = Reverse
channel-type.bigassfan.fan-learn-speed-max.label = Maximum Fan Speed
channel-type.bigassfan.fan-learn-speed-max.description = Set the maximum fan speed when in Smart Cooling mode
channel-type.bigassfan.fan-learn-speed-min.label = Minimum Fan Speed
channel-type.bigassfan.fan-learn-speed-min.description = Set the minimum fan speed when in Smart Cooling mode
channel-type.bigassfan.fan-power.label = Fan Power
channel-type.bigassfan.fan-power.description = Turn the fan on and off
channel-type.bigassfan.fan-sleep.label = Sleep Mode
channel-type.bigassfan.fan-sleep.description = Enable or disable fan sleep mode
channel-type.bigassfan.fan-smartmode.label = Fan Smartmode
channel-type.bigassfan.fan-smartmode.description = Set Smartmode to OFF, COOLING, or HEATING
channel-type.bigassfan.fan-smartmode.state.option.OFF = OFF
channel-type.bigassfan.fan-smartmode.state.option.COOLING = COOLING
channel-type.bigassfan.fan-smartmode.state.option.HEATING = HEATING
channel-type.bigassfan.fan-speed-max.label = Maximum Fan Speed
channel-type.bigassfan.fan-speed-max.description = Set the maximum fan speed
channel-type.bigassfan.fan-speed-min.label = Minimum Fan Speed
channel-type.bigassfan.fan-speed-min.description = Set the minimum fan speed
channel-type.bigassfan.fan-speed.label = Fan Speed
channel-type.bigassfan.fan-speed.description = Control the speed of the fan
channel-type.bigassfan.fan-whoosh.label = Fan Whoosh Mode
channel-type.bigassfan.fan-whoosh.description = Enable or disable fan whoosh mode
channel-type.bigassfan.fan-wintermode.label = Fan Winter Mode
channel-type.bigassfan.fan-wintermode.description = Enable or disable fan winter mode
channel-type.bigassfan.light-auto.label = Light Auto Mode
channel-type.bigassfan.light-auto.description = Enable or disable light auto mode
channel-type.bigassfan.light-color.label = Light Color
channel-type.bigassfan.light-color.description = Light allows hue to be adjusted
channel-type.bigassfan.light-color.state.option.COLOR = Color
channel-type.bigassfan.light-color.state.option.NOCOLOR = No Color
channel-type.bigassfan.light-hue.label = Hue
channel-type.bigassfan.light-hue.description = Set the hue of the light
channel-type.bigassfan.light-level-max.label = Maximum Brightness
channel-type.bigassfan.light-level-max.description = Set the maximum brightness level when using Smarter Lighting
channel-type.bigassfan.light-level-min.label = Minimum Brightness
channel-type.bigassfan.light-level-min.description = Set the minimum brightness level when using Smarter Lighting
channel-type.bigassfan.light-level.label = Light Brightness
channel-type.bigassfan.light-level.description = The brightness level of the fan's light
channel-type.bigassfan.light-power.label = Light Power
channel-type.bigassfan.light-power.description = Turn the fan's light on and off
channel-type.bigassfan.light-present.label = Light Present
channel-type.bigassfan.light-present.description = Fan has the integrated light installed
channel-type.bigassfan.light-present.state.option.PRESENT = Present
channel-type.bigassfan.light-present.state.option.NOTPRESENT = Not Present
channel-type.bigassfan.light-smarter.label = Smarter Lighting
channel-type.bigassfan.light-smarter.description = Enable or disable Smarter Lighting
channel-type.bigassfan.motion.label = Motion Sensor
channel-type.bigassfan.motion.description = The fan's motion sensor has detected motion
channel-type.bigassfan.motion.state.option.ON = Triggered
channel-type.bigassfan.motion.state.option.OFF = Untriggered
channel-type.bigassfan.time.label = Time
channel-type.bigassfan.time.description = Time reported by the fan

View File

@ -0,0 +1,27 @@
# binding
binding.bluetooth.name = Bluetooth Binding
binding.bluetooth.description = This binding supports the Bluetooth protocol.
# thing types
thing-type.bluetooth.beacon.label = Bluetooth Device
thing-type.bluetooth.beacon.description = A generic Bluetooth device in beacon-mode
thing-type.bluetooth.connected.label = Connected Bluetooth Device
thing-type.bluetooth.connected.description = A generic Bluetooth device in connected-mode
# thing types config
thing-type.config.bluetooth.beacon.address.label = Address
thing-type.config.bluetooth.beacon.address.description = The unique Bluetooth address of the device
thing-type.config.bluetooth.connected.address.label = Address
thing-type.config.bluetooth.connected.address.description = The unique Bluetooth address of the device
# channel types
channel-type.bluetooth.adapter-location.label = Adapter Location
channel-type.bluetooth.adapter-location.description = Location of the nearest adapter to this device
channel-type.bluetooth.adapter-uid.label = Adapter UID
channel-type.bluetooth.adapter-uid.description = ThingUID of nearest adapter
channel-type.bluetooth.rssi.label = RSSI
channel-type.bluetooth.rssi.description = Received signal strength indicator

View File

@ -0,0 +1,253 @@
# binding
binding.bmwconnecteddrive.name = BMW ConnectedDrive
binding.bmwconnecteddrive.description = Provides access to your Vehicle Data via BMW Connected Drive Portal
# thing types
thing-type.bmwconnecteddrive.account.label = BMW ConnectedDrive Account
thing-type.bmwconnecteddrive.account.description = Access to BMW ConnectedDrive Portal for a specific user
thing-type.bmwconnecteddrive.bev.label = Electric Vehicle
thing-type.bmwconnecteddrive.bev.description = Battery Electric Vehicle (BEV)
thing-type.bmwconnecteddrive.bev_rex.label = Electric Vehicle with REX
thing-type.bmwconnecteddrive.bev_rex.description = Battery Electric Vehicle with Range Extender (BEV_REX)
thing-type.bmwconnecteddrive.conv.label = Conventional Vehicle
thing-type.bmwconnecteddrive.conv.description = Conventional Fuel Vehicle (CONV)
thing-type.bmwconnecteddrive.phev.label = Plug-In-Hybrid Electric Vehicle
thing-type.bmwconnecteddrive.phev.description = Conventional Fuel Vehicle with supporting Electric Engine (PHEV)
# thing types config
thing-type.config.bmwconnecteddrive.bridge.password.label = Password
thing-type.config.bmwconnecteddrive.bridge.password.description = BMW Connected Drive Password
thing-type.config.bmwconnecteddrive.bridge.preferMyBmw.label = Prefer MyBMW API
thing-type.config.bmwconnecteddrive.bridge.preferMyBmw.description = Prefer *MyBMW* API instead of *BMW Connected Drive*
thing-type.config.bmwconnecteddrive.bridge.region.label = Region
thing-type.config.bmwconnecteddrive.bridge.region.description = Select Region in order to connect to the appropriate BMW Server
thing-type.config.bmwconnecteddrive.bridge.region.option.NORTH_AMERICA = North America
thing-type.config.bmwconnecteddrive.bridge.region.option.CHINA = China
thing-type.config.bmwconnecteddrive.bridge.region.option.ROW = Rest of the World
thing-type.config.bmwconnecteddrive.bridge.userName.label = Username
thing-type.config.bmwconnecteddrive.bridge.userName.description = BMW Connected Drive Username
thing-type.config.bmwconnecteddrive.vehicle.imageSize.label = Image Picture Size
thing-type.config.bmwconnecteddrive.vehicle.imageSize.description = Vehicle Image size for width and length
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.label = Image Viewport
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.description = Viewport for Vehicle Image
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.option.FRONT = Front View
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.option.REAR = Rear View
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.option.SIDE = Side View
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.option.DASHBOARD = Dashboard View
thing-type.config.bmwconnecteddrive.vehicle.imageViewport.option.DRIVERDOOR = Driver Door View
thing-type.config.bmwconnecteddrive.vehicle.refreshInterval.label = Refresh Interval
thing-type.config.bmwconnecteddrive.vehicle.refreshInterval.description = Data Refresh Rate for your Vehicle data
thing-type.config.bmwconnecteddrive.vehicle.units.label = Unit Selection
thing-type.config.bmwconnecteddrive.vehicle.units.description = Units are selected via auto-detection but you can overrule
thing-type.config.bmwconnecteddrive.vehicle.units.option.AUTODETECT = Auto Detect
thing-type.config.bmwconnecteddrive.vehicle.units.option.METRIC = Metric
thing-type.config.bmwconnecteddrive.vehicle.units.option.IMPERIAL = Imperial
thing-type.config.bmwconnecteddrive.vehicle.vin.label = Vehicle Identification Number (VIN)
thing-type.config.bmwconnecteddrive.vehicle.vin.description = Unique VIN given by BMW
# channel group types
channel-group-type.bmwconnecteddrive.charge-values.label = Electric Charging
channel-group-type.bmwconnecteddrive.charge-values.description = Charge Profiles of Vehicle
channel-group-type.bmwconnecteddrive.check-control-values.label = Check Control Messages
channel-group-type.bmwconnecteddrive.check-control-values.description = Show the current active CheckControl Messages
channel-group-type.bmwconnecteddrive.conv-range-values.label = Range Data
channel-group-type.bmwconnecteddrive.conv-range-values.description = Provides Mileage, remaining range and fuel level values
channel-group-type.bmwconnecteddrive.destination-values.label = Destination List
channel-group-type.bmwconnecteddrive.destination-values.description = Shows Your Destinations in a List
channel-group-type.bmwconnecteddrive.door-values.label = Detailed Door Status
channel-group-type.bmwconnecteddrive.door-values.description = Detailed Status of all Doors and Windows
channel-group-type.bmwconnecteddrive.ev-last-trip-values.label = Last Trip Statistics
channel-group-type.bmwconnecteddrive.ev-last-trip-values.description = EV Consumption Values and Distances for the Last Trip
channel-group-type.bmwconnecteddrive.ev-lifetime-values.label = Lifetime Statistics
channel-group-type.bmwconnecteddrive.ev-lifetime-values.description = Consumption Values and Distances over Lifetime
channel-group-type.bmwconnecteddrive.ev-range-values.label = Electric Range Data
channel-group-type.bmwconnecteddrive.ev-range-values.description = Provides Mileage, remaining range and charge level values
channel-group-type.bmwconnecteddrive.ev-vehicle-status.label = Vehicle Status
channel-group-type.bmwconnecteddrive.ev-vehicle-status.description = Provides Status of Doors, Windows, Lock State, Service and Check Control Messages
channel-group-type.bmwconnecteddrive.hybrid-last-trip-values.label = Last Trip Statistics
channel-group-type.bmwconnecteddrive.hybrid-last-trip-values.description = Hybrid Consumption Values and Distances for the Last Trip
channel-group-type.bmwconnecteddrive.hybrid-lifetime-values.label = Lifetime Statistics
channel-group-type.bmwconnecteddrive.hybrid-lifetime-values.description = Consumption Values and Distances over Lifetime
channel-group-type.bmwconnecteddrive.hybrid-range-values.label = Hybrid Range Data
channel-group-type.bmwconnecteddrive.hybrid-range-values.description = Provides Mileage, remaining range and fuel and charge level values
channel-group-type.bmwconnecteddrive.image-values.label = Vehicle Image
channel-group-type.bmwconnecteddrive.image-values.description = Provides an Image of your Vehicle
channel-group-type.bmwconnecteddrive.location-values.label = Vehicle Location
channel-group-type.bmwconnecteddrive.location-values.description = Coordinates and Heading of the Vehcile
channel-group-type.bmwconnecteddrive.remote-services.label = Remote Services
channel-group-type.bmwconnecteddrive.remote-services.description = Services can be executed via BMW Server like Door lock/unlock, Air Conditioning and more
channel-group-type.bmwconnecteddrive.service-values.label = Vehicle Services
channel-group-type.bmwconnecteddrive.service-values.description = All future Service schedules
channel-group-type.bmwconnecteddrive.vehicle-status.label = Vehicle Status
channel-group-type.bmwconnecteddrive.vehicle-status.description = Provides Status of Doors, Windows, Lock State, Service and Check Control Messages
# channel types
channel-type.bmwconnecteddrive.average-combined-consumption-channel.label = Avg. Combined Consumption
channel-type.bmwconnecteddrive.average-combined-consumption-channel.description = Average combined consumption in liter per 100 km/mi
channel-type.bmwconnecteddrive.average-combined-consumption-channel.label = Avg. Combined Consumption
channel-type.bmwconnecteddrive.average-combined-consumption-channel.description = Average combined consumption in liter per 100 km/mi
channel-type.bmwconnecteddrive.average-consumption-channel.label = Avg. Power Consumption
channel-type.bmwconnecteddrive.average-consumption-channel.description = Average Combined Consumption electric power consumption per 100 km/mi
channel-type.bmwconnecteddrive.average-consumption-channel.label = Avg. Power Consumption
channel-type.bmwconnecteddrive.average-consumption-channel.description = Average electric power consumption per 100 km/mi
channel-type.bmwconnecteddrive.average-recuperation-channel.label = Avg. Combined Consumption Recuperation
channel-type.bmwconnecteddrive.average-recuperation-channel.description = Average electric recuperation per 100 km/mi
channel-type.bmwconnecteddrive.average-recuperation-channel.label = Avg. Recuperation
channel-type.bmwconnecteddrive.average-recuperation-channel.description = Average electric recuperation per 100 km/mi
channel-type.bmwconnecteddrive.charging-remaining-channel.label = Remaining Charging Time
channel-type.bmwconnecteddrive.charging-status-channel.label = Charging Status
channel-type.bmwconnecteddrive.check-control-channel.label = Check Control
channel-type.bmwconnecteddrive.checkcontrol-details-channel.label = CheckControl Details
channel-type.bmwconnecteddrive.checkcontrol-mileage-channel.label = Mileage Occurrence
channel-type.bmwconnecteddrive.checkcontrol-name-channel.label = CheckControl Description
channel-type.bmwconnecteddrive.destination-gps-channel.label = GPS Coordinates
channel-type.bmwconnecteddrive.destination-name-channel.label = Name
channel-type.bmwconnecteddrive.distance-channel.label = Last Trip Distance
channel-type.bmwconnecteddrive.distance-since-charging-channel.label = Distance since Charge
channel-type.bmwconnecteddrive.distance-since-charging-channel.description = Total distance driven since last charging
channel-type.bmwconnecteddrive.doors-channel.label = Overall Door Status
channel-type.bmwconnecteddrive.driver-front-channel.label = Driver Door
channel-type.bmwconnecteddrive.driver-rear-channel.label = Driver Door Rear
channel-type.bmwconnecteddrive.gps-channel.label = GPS Coordinates
channel-type.bmwconnecteddrive.heading-channel.label = Heading Angle
channel-type.bmwconnecteddrive.hood-channel.label = Hood
channel-type.bmwconnecteddrive.image-size-channel.label = Image Size
channel-type.bmwconnecteddrive.image-view-channel.label = Image Viewport
channel-type.bmwconnecteddrive.image-view-channel.command.option.FRONT = Front View
channel-type.bmwconnecteddrive.image-view-channel.command.option.REAR = Rear View
channel-type.bmwconnecteddrive.image-view-channel.command.option.SIDE = Side View
channel-type.bmwconnecteddrive.image-view-channel.command.option.DASHBOARD = Dashboard View
channel-type.bmwconnecteddrive.image-view-channel.command.option.DRIVERDOOR = Driver Door View
channel-type.bmwconnecteddrive.last-update-channel.label = Last Status Timestamp
channel-type.bmwconnecteddrive.last-update-channel.state.pattern = %1$tA, %1$td.%1$tm. %1$tH:%1$tM
channel-type.bmwconnecteddrive.last-update-reason-channel.label = Last Status Timestamp Reason
channel-type.bmwconnecteddrive.lock-channel.label = Doors Locked
channel-type.bmwconnecteddrive.mileage-channel.label = Total Distance Driven
channel-type.bmwconnecteddrive.next-service-date-channel.label = Next Service Date
channel-type.bmwconnecteddrive.next-service-date-channel.state.pattern = %1$tb %1$tY
channel-type.bmwconnecteddrive.next-service-mileage-channel.label = Mileage Till Next Service
channel-type.bmwconnecteddrive.override-departure-channel.label = OT Departure Time
channel-type.bmwconnecteddrive.override-departure-channel.description = Departure time for override timer
channel-type.bmwconnecteddrive.override-departure-channel.state.pattern = %1$tH:%1$tM
channel-type.bmwconnecteddrive.override-enabled-channel.label = OT Enabled
channel-type.bmwconnecteddrive.override-enabled-channel.description = Override timer enabled
channel-type.bmwconnecteddrive.passenger-front-channel.label = Passenger Door
channel-type.bmwconnecteddrive.passenger-rear-channel.label = Passenger Door Rear
channel-type.bmwconnecteddrive.plug-connection-channel.label = Plug Connection Status
channel-type.bmwconnecteddrive.png-channel.label = Rendered Vehicle Image
channel-type.bmwconnecteddrive.profile-climate-channel.label = A/C at Departure Time
channel-type.bmwconnecteddrive.profile-mode-channel.label = Charge Mode
channel-type.bmwconnecteddrive.profile-mode-channel.description = Mode for selecting immediate or delyed charging
channel-type.bmwconnecteddrive.profile-mode-channel.command.option.IMMEDIATE_CHARGING = Immediate Charging
channel-type.bmwconnecteddrive.profile-mode-channel.command.option.DELAYED_CHARGING = Prefer Charging in Charging Window
channel-type.bmwconnecteddrive.profile-prefs-channel.label = Charge Preferences
channel-type.bmwconnecteddrive.profile-prefs-channel.description = Preferences for delayed charging
channel-type.bmwconnecteddrive.profile-prefs-channel.command.option.NO_PRESELECTION = No Preference
channel-type.bmwconnecteddrive.profile-prefs-channel.command.option.CHARGING_WINDOW = Charging Window
channel-type.bmwconnecteddrive.range-electric-channel.label = Electric Range
channel-type.bmwconnecteddrive.range-electric-max-channel.label = Electric Range if Fully Charged
channel-type.bmwconnecteddrive.range-fuel-channel.label = Fuel Range
channel-type.bmwconnecteddrive.range-hybrid-channel.label = Hybrid Range
channel-type.bmwconnecteddrive.range-hybrid-max-channel.label = Hybrid Range if Fully Charged
channel-type.bmwconnecteddrive.range-radius-electric-channel.label = Electric Range Radius if Fully Charged
channel-type.bmwconnecteddrive.range-radius-electric-max-channel.label = Electric Range Radius
channel-type.bmwconnecteddrive.range-radius-fuel-channel.label = Fuel Range Radius
channel-type.bmwconnecteddrive.range-radius-hybrid-channel.label = Hybrid Range Radius
channel-type.bmwconnecteddrive.range-radius-hybrid-max-channel.label = Hybrid Range Radius if Fully Charged
channel-type.bmwconnecteddrive.remaining-fuel-channel.label = Remaining Fuel
channel-type.bmwconnecteddrive.remote-command-channel.label = Remote Command
channel-type.bmwconnecteddrive.remote-state-channel.label = Service Execution State
channel-type.bmwconnecteddrive.service-date-channel.label = Service Date
channel-type.bmwconnecteddrive.service-date-channel.state.pattern = %1$tb %1$tY
channel-type.bmwconnecteddrive.service-details-channel.label = Service Details
channel-type.bmwconnecteddrive.service-mileage-channel.label = Mileage till Service
channel-type.bmwconnecteddrive.service-name-channel.label = Service Name
channel-type.bmwconnecteddrive.single-longest-distance-channel.label = Longest 1-Charge Distance
channel-type.bmwconnecteddrive.soc-channel.label = Battery Charge Level
channel-type.bmwconnecteddrive.soc-max-channel.label = Max Battery Capacity
channel-type.bmwconnecteddrive.sunroof-channel.label = Sunroof
channel-type.bmwconnecteddrive.timer1-day-fri-channel.label = T1 Friday
channel-type.bmwconnecteddrive.timer1-day-fri-channel.description = Friday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-day-mon-channel.label = T1 Monday
channel-type.bmwconnecteddrive.timer1-day-mon-channel.description = Monday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-day-sat-channel.label = T1 Saturday
channel-type.bmwconnecteddrive.timer1-day-sat-channel.description = Saturday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-day-sun-channel.label = T1 Sunday
channel-type.bmwconnecteddrive.timer1-day-sun-channel.description = Sunday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-day-thu-channel.label = T1 Thursday
channel-type.bmwconnecteddrive.timer1-day-thu-channel.description = Thursday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-day-tue-channel.label = T1 Tuesday
channel-type.bmwconnecteddrive.timer1-day-tue-channel.description = Tuesday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-day-wed-channel.label = T1 Wednesday
channel-type.bmwconnecteddrive.timer1-day-wed-channel.description = Wednesday scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-days-channel.label = T1 Days
channel-type.bmwconnecteddrive.timer1-days-channel.description = Days scheduled for timer 1
channel-type.bmwconnecteddrive.timer1-departure-channel.label = T1 Departure Time
channel-type.bmwconnecteddrive.timer1-departure-channel.description = Departure time for regular schedule timer 1
channel-type.bmwconnecteddrive.timer1-departure-channel.state.pattern = %1$tH:%1$tM
channel-type.bmwconnecteddrive.timer1-enabled-channel.label = T1 Enabled
channel-type.bmwconnecteddrive.timer1-enabled-channel.description = Timer 1 enabled
channel-type.bmwconnecteddrive.timer2-day-fri-channel.label = T2 Friday
channel-type.bmwconnecteddrive.timer2-day-fri-channel.description = Friday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-day-mon-channel.label = T2 Monday
channel-type.bmwconnecteddrive.timer2-day-mon-channel.description = Monday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-day-sat-channel.label = T2 Saturday
channel-type.bmwconnecteddrive.timer2-day-sat-channel.description = Saturday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-day-sun-channel.label = T2 Sunday
channel-type.bmwconnecteddrive.timer2-day-sun-channel.description = Sunday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-day-thu-channel.label = T2 Thursday
channel-type.bmwconnecteddrive.timer2-day-thu-channel.description = Thursday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-day-tue-channel.label = T2 Tuesday
channel-type.bmwconnecteddrive.timer2-day-tue-channel.description = Tuesday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-day-wed-channel.label = T2 Wednesday
channel-type.bmwconnecteddrive.timer2-day-wed-channel.description = Wednesday scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-days-channel.label = T2 Days
channel-type.bmwconnecteddrive.timer2-days-channel.description = Days scheduled for timer 2
channel-type.bmwconnecteddrive.timer2-departure-channel.label = T2 Departure Time
channel-type.bmwconnecteddrive.timer2-departure-channel.description = Departure time for regular schedule timer 2
channel-type.bmwconnecteddrive.timer2-departure-channel.state.pattern = %1$tH:%1$tM
channel-type.bmwconnecteddrive.timer2-enabled-channel.label = T2 Enabled
channel-type.bmwconnecteddrive.timer2-enabled-channel.description = Timer 2 enabled
channel-type.bmwconnecteddrive.timer3-day-fri-channel.label = T3 Friday
channel-type.bmwconnecteddrive.timer3-day-fri-channel.description = Friday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-day-mon-channel.label = T3 Monday
channel-type.bmwconnecteddrive.timer3-day-mon-channel.description = Monday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-day-sat-channel.label = T3 Saturday
channel-type.bmwconnecteddrive.timer3-day-sat-channel.description = Saturday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-day-sun-channel.label = T3 Sunday
channel-type.bmwconnecteddrive.timer3-day-sun-channel.description = Sunday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-day-thu-channel.label = T3 Thursday
channel-type.bmwconnecteddrive.timer3-day-thu-channel.description = Thursday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-day-tue-channel.label = T3 Tuesday
channel-type.bmwconnecteddrive.timer3-day-tue-channel.description = Tuesday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-day-wed-channel.label = T3 Wednesday
channel-type.bmwconnecteddrive.timer3-day-wed-channel.description = Wednesday scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-days-channel.label = T3 Days
channel-type.bmwconnecteddrive.timer3-days-channel.description = Days scheduled for timer 3
channel-type.bmwconnecteddrive.timer3-departure-channel.label = T3 Departure Time
channel-type.bmwconnecteddrive.timer3-departure-channel.description = Departure time for regular schedule timer 3
channel-type.bmwconnecteddrive.timer3-departure-channel.state.pattern = %1$tH:%1$tM
channel-type.bmwconnecteddrive.timer3-enabled-channel.label = T3 Enabled
channel-type.bmwconnecteddrive.timer3-enabled-channel.description = Timer 3 enabled
channel-type.bmwconnecteddrive.total-driven-distance-channel.label = Total Electric Distance
channel-type.bmwconnecteddrive.trip-date-time-channel.label = Date and Time
channel-type.bmwconnecteddrive.trip-date-time-channel.state.pattern = %1$tA, %1$td.%1$tm. %1$tH:%1$tM
channel-type.bmwconnecteddrive.trip-duration-channel.label = Last Trip Duration
channel-type.bmwconnecteddrive.trunk-channel.label = Trunk
channel-type.bmwconnecteddrive.window-driver-front-channel.label = Driver Window
channel-type.bmwconnecteddrive.window-driver-rear-channel.label = Driver Rear Window
channel-type.bmwconnecteddrive.window-end-channel.label = Window End Time
channel-type.bmwconnecteddrive.window-end-channel.description = End time of charging window
channel-type.bmwconnecteddrive.window-end-channel.state.pattern = %1$tH:%1$tM
channel-type.bmwconnecteddrive.window-passenger-front-channel.label = Passenger Window
channel-type.bmwconnecteddrive.window-passenger-rear-channel.label = Passenger Rear Window
channel-type.bmwconnecteddrive.window-rear-channel.label = Rear Window
channel-type.bmwconnecteddrive.window-start-channel.label = Window Start Time
channel-type.bmwconnecteddrive.window-start-channel.description = Start time of charging window
channel-type.bmwconnecteddrive.window-start-channel.state.pattern = %1$tH:%1$tM
channel-type.bmwconnecteddrive.windows-channel.label = Overall Window Status

View File

@ -0,0 +1,58 @@
# binding
binding.boschindego.name = BoschIndego Binding
binding.boschindego.description = This is the binding for Bosch Indego Connect lawn mowers.
# thing types
thing-type.boschindego.indego.label = Bosch Indego
thing-type.boschindego.indego.description = Indego which supports the connect feature.
# thing types config
thing-type.config.boschindego.indego.password.label = Password
thing-type.config.boschindego.indego.password.description = Password for the Bosch Indego account.
thing-type.config.boschindego.indego.refresh.label = Refresh Interval
thing-type.config.boschindego.indego.refresh.description = Specifies the refresh interval in seconds.
thing-type.config.boschindego.indego.username.label = Username
thing-type.config.boschindego.indego.username.description = Username for the Bosch Indego account.
# channel types
channel-type.boschindego.errorcode.label = Error Code
channel-type.boschindego.errorcode.description = 0 = no error
channel-type.boschindego.mowed.label = Cut Grass
channel-type.boschindego.ready.label = Ready
channel-type.boschindego.ready.description = Indicates if mower is ready to mow
channel-type.boschindego.ready.state.option.0 = not ready
channel-type.boschindego.ready.state.option.1 = ready
channel-type.boschindego.state.label = Numeric State
channel-type.boschindego.state.state.option.1 = Mow
channel-type.boschindego.state.state.option.2 = Charge/Dock
channel-type.boschindego.state.state.option.3 = Pause
channel-type.boschindego.statecode.label = State Code
channel-type.boschindego.statecode.description = API-code of the Indego state
channel-type.boschindego.statecode.state.option.0 = Reading status
channel-type.boschindego.statecode.state.option.257 = Charging
channel-type.boschindego.statecode.state.option.258 = Docked
channel-type.boschindego.statecode.state.option.259 = Docked - Software update
channel-type.boschindego.statecode.state.option.260 = Docked
channel-type.boschindego.statecode.state.option.261 = Docked
channel-type.boschindego.statecode.state.option.262 = Docked - Loading map
channel-type.boschindego.statecode.state.option.263 = Docked - Saving map
channel-type.boschindego.statecode.state.option.512 = Mowing
channel-type.boschindego.statecode.state.option.514 = Relocalising
channel-type.boschindego.statecode.state.option.515 = Loading map
channel-type.boschindego.statecode.state.option.516 = Learning lawn
channel-type.boschindego.statecode.state.option.517 = Paused
channel-type.boschindego.statecode.state.option.518 = Border cut
channel-type.boschindego.statecode.state.option.519 = Idle in lawn
channel-type.boschindego.statecode.state.option.769 = Returning to Dock
channel-type.boschindego.statecode.state.option.770 = Returning to Dock
channel-type.boschindego.statecode.state.option.771 = Returning to Dock - Battery low
channel-type.boschindego.statecode.state.option.772 = Returning to Dock - Calendar timeslot ended
channel-type.boschindego.statecode.state.option.773 = Returning to Dock - Battery temp range
channel-type.boschindego.statecode.state.option.774 = Returning to Dock
channel-type.boschindego.statecode.state.option.775 = Returning to Dock - Lawn complete
channel-type.boschindego.statecode.state.option.775 = Returning to Dock - Relocalising
channel-type.boschindego.textualstate.label = Textual State

View File

@ -0,0 +1,183 @@
# binding
binding.bosesoundtouch.name = Bose SoundTouch Binding
binding.bosesoundtouch.description = This is the binding for Bose SoundTouch devices.
# thing types
thing-type.bosesoundtouch.10.label = Bose SoundTouch 10
thing-type.bosesoundtouch.10.description = Bose SoundTouch 10 Speaker
thing-type.bosesoundtouch.20.label = Bose SoundTouch 20
thing-type.bosesoundtouch.20.description = Bose SoundTouch 20 Speaker
thing-type.bosesoundtouch.30.label = Bose SoundTouch 30
thing-type.bosesoundtouch.30.description = Bose SoundTouch 30 Speaker
thing-type.bosesoundtouch.300.label = Bose SoundTouch 300
thing-type.bosesoundtouch.300.description = Bose SoundTouch 300 Speaker
thing-type.bosesoundtouch.device.label = Bose SoundTouch Device
thing-type.bosesoundtouch.device.description = Aan unknown Bose SoundTouch Device
thing-type.bosesoundtouch.sa5Amplifier.label = Bose SoundTouch SA-5 Amplifier
thing-type.bosesoundtouch.sa5Amplifier.description = A Bose SoundTouch SA-5 Amplifier
thing-type.bosesoundtouch.waveSoundTouchMusicSystemIV.label = Bose Wave SoundTouch Music System IV
thing-type.bosesoundtouch.waveSoundTouchMusicSystemIV.description = A Bose Wave SoundTouch Music System IV
thing-type.bosesoundtouch.wirelessLinkAdapter.label = Bose SoundTouch Wireless Link Adapter
thing-type.bosesoundtouch.wirelessLinkAdapter.description = Bose SoundTouch Wireless Link Adapter
# thing types config
thing-type.config.bosesoundtouch.config.appKey.label = Authorization Key
thing-type.config.bosesoundtouch.config.appKey.description = An authorization key used to identify the client application. Should be requested from the developer portal.
thing-type.config.bosesoundtouch.config.host.label = Host Address
thing-type.config.bosesoundtouch.config.host.description = The Host / IP Address used for communication to this device.
thing-type.config.bosesoundtouch.config.macAddress.label = MAC Address
thing-type.config.bosesoundtouch.config.macAddress.description = The MAC Address used for communication to this device.
# channel types
channel-type.bosesoundtouch.bass.label = Bass
channel-type.bosesoundtouch.bass.description = Bass (-9 minimum, 0 maximum)
channel-type.bosesoundtouch.keyCode.label = Remote Key Code
channel-type.bosesoundtouch.keyCode.description = Simulates pushing a remote control button
channel-type.bosesoundtouch.keyCode.state.option.PLAY = Play
channel-type.bosesoundtouch.keyCode.state.option.PAUSE = Pause
channel-type.bosesoundtouch.keyCode.state.option.STOP = Stop
channel-type.bosesoundtouch.keyCode.state.option.PREV_TRACK = Prev Track
channel-type.bosesoundtouch.keyCode.state.option.NEXT_TRACK = Next Track
channel-type.bosesoundtouch.keyCode.state.option.THUMBS_UP = Thumbs Up
channel-type.bosesoundtouch.keyCode.state.option.THUMBS_DOWN = Thumbs Down
channel-type.bosesoundtouch.keyCode.state.option.BOOKMARK = Bookmark
channel-type.bosesoundtouch.keyCode.state.option.POWER = Power
channel-type.bosesoundtouch.keyCode.state.option.MUTE = Mute
channel-type.bosesoundtouch.keyCode.state.option.VOLUME_UP = Volume Up
channel-type.bosesoundtouch.keyCode.state.option.VOLUME_DOWN = Volume Down
channel-type.bosesoundtouch.keyCode.state.option.PRESET_1 = Preset 1
channel-type.bosesoundtouch.keyCode.state.option.PRESET_2 = Preset 2
channel-type.bosesoundtouch.keyCode.state.option.PRESET_3 = Preset 3
channel-type.bosesoundtouch.keyCode.state.option.PRESET_4 = Preset 4
channel-type.bosesoundtouch.keyCode.state.option.PRESET_5 = Preset 5
channel-type.bosesoundtouch.keyCode.state.option.PRESET_6 = Preset 6
channel-type.bosesoundtouch.keyCode.state.option.AUX_INPUT = AUX Input
channel-type.bosesoundtouch.keyCode.state.option.SHUFFLE_OFF = Shuffle Off
channel-type.bosesoundtouch.keyCode.state.option.SHUFFLE_ON = Shuffle On
channel-type.bosesoundtouch.keyCode.state.option.REPEAT_OFF = Repeat Off
channel-type.bosesoundtouch.keyCode.state.option.REPEAT_ONE = Repeat One
channel-type.bosesoundtouch.keyCode.state.option.REPEAT_ALL = Repeat All
channel-type.bosesoundtouch.keyCode.state.option.PLAY_PAUSE = Play/Pause
channel-type.bosesoundtouch.keyCode.state.option.ADD_FAVORITE = Add Favorite
channel-type.bosesoundtouch.keyCode.state.option.REMOVE_FAVORITE = Remove Favorite
channel-type.bosesoundtouch.mute.label = Mute
channel-type.bosesoundtouch.mute.description = Mutes the sound
channel-type.bosesoundtouch.notificationsound.label = Notification Sound
channel-type.bosesoundtouch.notificationsound.description = Play a notification sound by a given URI
channel-type.bosesoundtouch.nowPlayingAlbum.label = Album
channel-type.bosesoundtouch.nowPlayingAlbum.description = Current playing album name
channel-type.bosesoundtouch.nowPlayingArtist.label = Artist
channel-type.bosesoundtouch.nowPlayingArtist.description = Current playing artist name
channel-type.bosesoundtouch.nowPlayingArtwork.label = Artwork
channel-type.bosesoundtouch.nowPlayingArtwork.description = Artwork for the current playing song
channel-type.bosesoundtouch.nowPlayingDescription.label = Description
channel-type.bosesoundtouch.nowPlayingDescription.description = Description to current playing song
channel-type.bosesoundtouch.nowPlayingGenre.label = Genre
channel-type.bosesoundtouch.nowPlayingGenre.description = Genre of current playing song
channel-type.bosesoundtouch.nowPlayingItemName.label = Now Playing
channel-type.bosesoundtouch.nowPlayingItemName.description = Visible description shown in display
channel-type.bosesoundtouch.nowPlayingStationLocation.label = Station Location
channel-type.bosesoundtouch.nowPlayingStationLocation.description = Location of current playing radio station
channel-type.bosesoundtouch.nowPlayingStationName.label = Station Name
channel-type.bosesoundtouch.nowPlayingStationName.description = Name of current playing radio station
channel-type.bosesoundtouch.nowPlayingTrack.label = Track
channel-type.bosesoundtouch.nowPlayingTrack.description = Track currently playing
channel-type.bosesoundtouch.operationMode_BST_10_20_30.label = Operation Mode
channel-type.bosesoundtouch.operationMode_BST_10_20_30.description = Current Operation Mode
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.STANDBY = Standby
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.INTERNET_RADIO = Internet Radio
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.BLUETOOTH = Bluetooth
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.STORED_MUSIC = Stored Music
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.AUX = AUX
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.SPOTIFY = Spotify
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.PANDORA = Pandora
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.DEEZER = Deezer
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.SIRIUSXM = SiriusXM
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.AMAZON = Amazon
channel-type.bosesoundtouch.operationMode_BST_300.label = Operation Mode
channel-type.bosesoundtouch.operationMode_BST_300.description = Current Operation Mode
channel-type.bosesoundtouch.operationMode_BST_300.state.option.STANDBY = Standby
channel-type.bosesoundtouch.operationMode_BST_300.state.option.INTERNET_RADIO = Internet Radio
channel-type.bosesoundtouch.operationMode_BST_300.state.option.BLUETOOTH = Bluetooth
channel-type.bosesoundtouch.operationMode_BST_300.state.option.STORED_MUSIC = Stored Music
channel-type.bosesoundtouch.operationMode_BST_300.state.option.TV = TV
channel-type.bosesoundtouch.operationMode_BST_300.state.option.HDMI = HDMI
channel-type.bosesoundtouch.operationMode_BST_300.state.option.SPOTIFY = Spotify
channel-type.bosesoundtouch.operationMode_BST_300.state.option.PANDORA = Pandora
channel-type.bosesoundtouch.operationMode_BST_300.state.option.DEEZER = Deezer
channel-type.bosesoundtouch.operationMode_BST_300.state.option.SIRIUSXM = SiriusXM
channel-type.bosesoundtouch.operationMode_BST_300.state.option.AMAZON = Amazon
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.label = Operation Mode
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.description = Bose SoundTouch current Operation Mode
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.STANDBY = Standby
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.INTERNET_RADIO = Internet Radio
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.BLUETOOTH = Bluetooth
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.STORED_MUSIC = Stored Music
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AUX1 = AUX1
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AUX2 = AUX2
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AUX3 = AUX3
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.SPOTIFY = Spotify
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.PANDORA = Pandora
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.DEEZER = Deezer
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.SIRIUSXM = SiriusXM
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AMAZON = Amazon
channel-type.bosesoundtouch.operationMode_BST_WLA.label = Operation Mode
channel-type.bosesoundtouch.operationMode_BST_WLA.description = Current Operation Mode
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.STANDBY = Standby
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.INTERNET_RADIO = Internet Radio
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.BLUETOOTH = Bluetooth
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.STORED_MUSIC = Stored Music
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.AUX = AUX
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.SPOTIFY = Spotify
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.PANDORA = Pandora
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.DEEZER = Deezer
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.SIRIUSXM = SiriusXM
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.AMAZON = Amazon
channel-type.bosesoundtouch.operationMode_default.label = Operation Mode
channel-type.bosesoundtouch.operationMode_default.description = Current Operation Mode
channel-type.bosesoundtouch.operationMode_default.state.option.STANDBY = Standby
channel-type.bosesoundtouch.operationMode_default.state.option.INTERNET_RADIO = Internet Radio
channel-type.bosesoundtouch.operationMode_default.state.option.BLUETOOTH = Bluetooth
channel-type.bosesoundtouch.operationMode_default.state.option.STORED_MUSIC = Stored Music
channel-type.bosesoundtouch.operationMode_default.state.option.AUX = AUX
channel-type.bosesoundtouch.operationMode_default.state.option.AUX1 = AUX1
channel-type.bosesoundtouch.operationMode_default.state.option.AUX2 = AUX2
channel-type.bosesoundtouch.operationMode_default.state.option.AUX3 = AUX3
channel-type.bosesoundtouch.operationMode_default.state.option.TV = TV
channel-type.bosesoundtouch.operationMode_default.state.option.HDMI = HDMI
channel-type.bosesoundtouch.operationMode_default.state.option.SPOTIFY = Spotify
channel-type.bosesoundtouch.operationMode_default.state.option.PANDORA = Pandora
channel-type.bosesoundtouch.operationMode_default.state.option.DEEZER = Deezer
channel-type.bosesoundtouch.operationMode_default.state.option.SIRIUSXM = SiriusXM
channel-type.bosesoundtouch.operationMode_default.state.option.AMAZON = Amazon
channel-type.bosesoundtouch.playerControl.label = Player Control
channel-type.bosesoundtouch.playerControl.description = Control the Player
channel-type.bosesoundtouch.power.label = Power
channel-type.bosesoundtouch.power.description = SoundTouch power state
channel-type.bosesoundtouch.preset.label = Preset
channel-type.bosesoundtouch.preset.description = 1-6 Preset of Soundtouch, >7 Binding Presets
channel-type.bosesoundtouch.rateEnabled.label = Rating Enabled
channel-type.bosesoundtouch.rateEnabled.description = Current source allows rating
channel-type.bosesoundtouch.saveAsPreset.label = Save as Preset
channel-type.bosesoundtouch.saveAsPreset.description = A selected presetable Contentitem is save as Preset with number >6
channel-type.bosesoundtouch.skipEnabled.label = Skip Enabled
channel-type.bosesoundtouch.skipEnabled.description = Current source allows skipping to next track
channel-type.bosesoundtouch.skipPreviousEnabled.label = Skip/Previous Enabled
channel-type.bosesoundtouch.skipPreviousEnabled.description = Current source allows scrolling through tracks
channel-type.bosesoundtouch.volume.label = Volume
channel-type.bosesoundtouch.volume.description = Set or get the volume
# channel types config
channel-type.config.bosesoundtouch.notificationSound.notificationMessage.label = Notification Message
channel-type.config.bosesoundtouch.notificationSound.notificationMessage.description = This indicates further details about the notification. This text will appear on the device display (when available) and the SoundTouch application screen. If a message string is not provided, the field with be blank.
channel-type.config.bosesoundtouch.notificationSound.notificationReason.label = Notification Reason
channel-type.config.bosesoundtouch.notificationSound.notificationReason.description = This indicates the reason for the notification. This text will appear on the device display (when available) and the SoundTouch application screen. If a reason string is not provided, the field with be blank.
channel-type.config.bosesoundtouch.notificationSound.notificationService.label = Notification Service
channel-type.config.bosesoundtouch.notificationSound.notificationService.description = This indicates the service providing the notification. This text will appear on the device display (when available) and the SoundTouch application screen.
channel-type.config.bosesoundtouch.notificationSound.notificationVolume.label = Notification Sound Volume
channel-type.config.bosesoundtouch.notificationSound.notificationVolume.description = This indicates the desired volume level while playing the notification. The value represents a percentage (0 to 100) of the full audible range of the speaker device. A value less than 10 or greater than 70 will result in an error and not play the notification. Upon completion of the notification, the speaker volume will return to its original value. If not present, the notification will play at the existing volume level.

View File

@ -0,0 +1,48 @@
# binding
binding.broadlinkthermostat.name = Broadlinkthermostat Binding
binding.broadlinkthermostat.description = This is the binding for Broadlinkthermostat devices.
# thing types
thing-type.broadlinkthermostat.floureonthermostat.label = Floureon Thermostat
thing-type.broadlinkthermostat.floureonthermostat.description = A heating device thermostat
thing-type.broadlinkthermostat.hysenthermostat.label = Hysen Thermostat
thing-type.broadlinkthermostat.hysenthermostat.description = A heating device thermostat
# thing types config
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.host.label = Hostname
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.host.description = The hostname/IP address the device is bound to, e.g. 192.168.0.2
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.macAddress.label = MAC Address
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.macAddress.description = The unique MAC address of the device, e.g. 00:10:FA:6E:38:4A
# channel types
channel-type.broadlinkthermostat.active.label = Active
channel-type.broadlinkthermostat.active.description = Shows if thermostat is currently actively heating
channel-type.broadlinkthermostat.mode.label = Mode
channel-type.broadlinkthermostat.mode.description = Current mode of the thermostat
channel-type.broadlinkthermostat.mode.state.option.auto = auto
channel-type.broadlinkthermostat.mode.state.option.manual = manual
channel-type.broadlinkthermostat.power.label = Power
channel-type.broadlinkthermostat.power.description = Switch display on/off and enable/disables heating
channel-type.broadlinkthermostat.remotelock.label = Remote Lock
channel-type.broadlinkthermostat.remotelock.description = Locks the device to only allow remote actions
channel-type.broadlinkthermostat.roomtemperature.label = Temperature
channel-type.broadlinkthermostat.roomtemperature.description = Room temperature, measured directly at the device
channel-type.broadlinkthermostat.roomtemperatureexternalsensor.label = Temperature Ext. Sensor
channel-type.broadlinkthermostat.roomtemperatureexternalsensor.description = Room temperature, measured by the external sensor
channel-type.broadlinkthermostat.sensor.label = Sensor
channel-type.broadlinkthermostat.sensor.description = The sensor (internal/external) used for triggering the thermostat
channel-type.broadlinkthermostat.sensor.state.option.internal = internal
channel-type.broadlinkthermostat.sensor.state.option.external = external
channel-type.broadlinkthermostat.sensor.state.option.internal_temp_external_limit = internal control temperature; external limit temperature
channel-type.broadlinkthermostat.setpoint.label = Setpoint
channel-type.broadlinkthermostat.setpoint.description = Temperature setpoint that open/close valve
channel-type.broadlinkthermostat.temperature.label = Temperature
channel-type.broadlinkthermostat.temperature.description = Temperature
channel-type.broadlinkthermostat.temperatureoffset.label = Temperature Offset
channel-type.broadlinkthermostat.temperatureoffset.description = Manual temperature adjustment
channel-type.broadlinkthermostat.time.label = Time
channel-type.broadlinkthermostat.time.description = The time and day of week

View File

@ -0,0 +1,53 @@
# binding
binding.bsblan.name = BSB-LAN Binding
binding.bsblan.description = Binding for BSB-LAN Gateway.
# thing types
thing-type.bsblan.bridge.label = BSB-LAN Bridge
thing-type.bsblan.bridge.description = A bridge to connect a BSB-LAN device
thing-type.bsblan.parameter.label = Parameter
thing-type.bsblan.parameter.description = Represents a single parameter available at the BSB-LAN device and identified by a numeric id.
# thing types config
thing-type.config.bsblan.bridge.group.network.label = Network Settings
thing-type.config.bsblan.bridge.host.label = Host
thing-type.config.bsblan.bridge.host.description = The hostname or IP address of the BSB-LAN device.
thing-type.config.bsblan.bridge.passkey.label = Passkey
thing-type.config.bsblan.bridge.passkey.description = The passkey required to access the BSB-LAN device.
thing-type.config.bsblan.bridge.password.label = Password
thing-type.config.bsblan.bridge.password.description = The password required to access the BSB-LAN device (when using HTTP Basic Authentication).
thing-type.config.bsblan.bridge.port.label = Port
thing-type.config.bsblan.bridge.port.description = The port BSB-LAN device.
thing-type.config.bsblan.bridge.refreshInterval.label = Refresh Interval
thing-type.config.bsblan.bridge.refreshInterval.description = Specifies the refresh interval in seconds.
thing-type.config.bsblan.bridge.username.label = Username
thing-type.config.bsblan.bridge.username.description = The username required to access the BSB-LAN device (when using HTTP Basic Authentication).
thing-type.config.bsblan.parameter.group.change-requests.label = Change Requests
thing-type.config.bsblan.parameter.id.label = Parameter ID
thing-type.config.bsblan.parameter.id.description = Specific parameter identifier
thing-type.config.bsblan.parameter.setId.label = Parameter Set-ID
thing-type.config.bsblan.parameter.setId.description = Parameter identifier used for change requests. Defaults to the value of Parameter ID
thing-type.config.bsblan.parameter.setType.label = Message Type
thing-type.config.bsblan.parameter.setType.description = Message type used for change requests. Defaults to SET.
thing-type.config.bsblan.parameter.setType.option.INF = INF
thing-type.config.bsblan.parameter.setType.option.SET = SET
# channel types
channel-type.bsblan.parameter_datatype.label = Data Type
channel-type.bsblan.parameter_datatype.description = Data type of the parameter
channel-type.bsblan.parameter_description.label = Description
channel-type.bsblan.parameter_description.description = Description of the parameter
channel-type.bsblan.parameter_name.label = Name
channel-type.bsblan.parameter_name.description = Name of the parameter
channel-type.bsblan.parameter_number_value.label = Value
channel-type.bsblan.parameter_number_value.description = Value of the parameter
channel-type.bsblan.parameter_string_value.label = Value
channel-type.bsblan.parameter_string_value.description = Value of the parameter
channel-type.bsblan.parameter_switch_value.label = Value
channel-type.bsblan.parameter_switch_value.description = Value of the parameter
channel-type.bsblan.parameter_unit.label = Unit
channel-type.bsblan.parameter_unit.description = Unit of the parameter

View File

@ -0,0 +1,116 @@
# binding
binding.bticinosmarther.name = BTicino Smarther Binding
binding.bticinosmarther.description = This is the binding for BTicino Smarther chronothermostat units
# thing types
thing-type.bticinosmarther.bridge.label = BTicino Smarther Bridge
thing-type.bticinosmarther.bridge.description = This bridge represents the gateway to Smarther API in the context of one specific BTicino/Legrand developer account.<br/> If you want to control your devices in the context of different accounts you have to register a bridge for each account.<br/> <br/> <b>How-To configure the bridge:</b><br/> <ul> <li>Sign up for a new developer account on <a href="https://developer.legrand.com/login" target="_blank">Works with Legrand website</a></li> <li>Subscribe to "Starter Kit for Legrand APIs" from <a href="https://portal.developer.legrand.com/products/starter-kit" target="_blank">API &gt; Subscriptions</a> menu <ul> <li>This will generate your primary and secondary "Subscription Key"</li> </ul> </li> <li>Register a new application from <a href="https://partners-mysettings.developer.legrand.com/Application/Index" target="_blank">User &gt; My Applications</a> menu <ul> <li>In "First Reply Url" field insert the public callback URL "https://&lt;your openHAB host&gt;:&lt;your openHAB port&gt;/smarther/connectsmarther"</li> <li>Tick the checkbox near "comfort.read" and "comfort.write" scopes</li> </ul> You should receive an email from Legrand, usually within 1-2 days max, containing your application's "Client ID" and "Client Secret". </li> </ul> <b>How-To authorize the bridge:</b><br/> <ul> <li>Create and configure a bridge Thing first, using above Subscription Key + Client ID + Client Secret, then</li> <li>Open in your browser the public URL "https://&lt;your openHAB host&gt;:&lt;your openHAB port&gt;/smarther/connectsmarther", and</li> <li>Follow the steps reported therein to authorize the bridge</li> </ul>
thing-type.bticinosmarther.module.label = BTicino Smarther Chronothermostat
thing-type.bticinosmarther.module.description = This thing represents a BTicino Smarther chronothermostat module.
# thing types config
bridge-type.config.smarther.bridge.clientId.label = Client ID
bridge-type.config.smarther.bridge.clientId.description = This is the Client ID provided by BTicino/Legrand when you add a new Application to your developer account. Go to https://developer.legrand.com/tutorials/create-an-application/
bridge-type.config.smarther.bridge.clientSecret.label = Client Secret
bridge-type.config.smarther.bridge.clientSecret.description = This is the Client Secret provided by BTicino/Legrand when you add a new Application to your developer account.
bridge-type.config.smarther.bridge.group.advancedset.label = Advanced Settings
bridge-type.config.smarther.bridge.group.advancedset.description = Advanced settings of this bridge.
bridge-type.config.smarther.bridge.group.application.label = Application Details
bridge-type.config.smarther.bridge.group.application.description = Details of the Smarther application registered on the BTicino/Legrand development portal.
bridge-type.config.smarther.bridge.group.subscription.label = Product Subscription
bridge-type.config.smarther.bridge.group.subscription.description = Details of the Smarther product subscription connected to the BTicino/Legrand development account.
bridge-type.config.smarther.bridge.statusRefreshPeriod.label = Bridge Status Refresh Period (minutes)
bridge-type.config.smarther.bridge.statusRefreshPeriod.description = This is the frequency the Smarther API gateway is called to update bridge status. There are limits to the number of requests that can be sent to the Smarther API gateway. The more often you poll, the faster locations are updated - at the risk of running out of your request quota.
bridge-type.config.smarther.bridge.subscriptionKey.label = Subscription Key
bridge-type.config.smarther.bridge.subscriptionKey.description = This is the Subscription Key provided by BTicino/Legrand when you subscribe to Smarther - v2.0 product. Go to https://developer.legrand.com/tutorials/getting-started/
bridge-type.config.smarther.bridge.useNotifications.label = Use Notifications
bridge-type.config.smarther.bridge.useNotifications.description = ON = the bridge subscribes each of its locations to receive C2C notifications upon changes on each of its modules' status or sensors data - temperature, humidity (requires a public https endpoint has been set as "First Reply Url" when registering the Application on Legrand's development portal); OFF = for each module connected to this bridge, status+sensors data are requested to Smarther API gateway on a periodical basis and whenever new settings are applied (period can be changed via module's "Status Refresh Period" parameter).
thing-type.config.smarther.module.group.advancedset.label = Advanced Settings
thing-type.config.smarther.module.group.advancedset.description = Advanced settings of this module.
thing-type.config.smarther.module.group.topology.label = Module Topology
thing-type.config.smarther.module.group.topology.description = Reference to uniquely identify the module towards the BTicino/Legrand API gateway.
thing-type.config.smarther.module.moduleId.label = Chronothermostat Module Id
thing-type.config.smarther.module.moduleId.description = This is the Module Id of the Chronothermostat module, provided by Smarther API.
thing-type.config.smarther.module.numberOfEndDays.label = Number Of Days For End Date
thing-type.config.smarther.module.numberOfEndDays.description = This is the number of days to be displayed in module settings, as options list for "End Date" field in "manual" mode (e.g. 1 = only "Today" is displayed, 5 = "Today" + "Tomorrow" + following 3 days are displayed).
thing-type.config.smarther.module.plantId.label = Location Plant Id
thing-type.config.smarther.module.plantId.description = This is the Plant Id of the location the Chronothermostat module is installed in, provided by Smarther API.
thing-type.config.smarther.module.programsRefreshPeriod.label = Programs Refresh Period (hours)
thing-type.config.smarther.module.programsRefreshPeriod.description = This is the frequency the Smarther API gateway is called to refresh Programs list used in "automatic" mode. There are limits to the number of requests that can be sent to the Smarther API gateway. The more often you poll, the faster locations are updated - at the risk of running out of your request quota.
thing-type.config.smarther.module.settingsAutoupdate.label = Module Settings Auto-Update
thing-type.config.smarther.module.settingsAutoupdate.description = ON = the module settings are automatically updated according to the module status whenever it changes (e.g. polling, notification, etc.). OFF = the module settings are aligned to the module status only upon module initialization.
thing-type.config.smarther.module.statusRefreshPeriod.label = Module Status Refresh Period (minutes)
thing-type.config.smarther.module.statusRefreshPeriod.description = This is the frequency the Smarther API gateway is called to update module status and sensors data. There are limits to the number of requests that can be sent to the Smarther API gateway. The more often you poll, the faster locations are updated - at the risk of running out of your request quota.
# channel group types
channel-group-type.bticinosmarther.bridge-config.label = Configuration
channel-group-type.bticinosmarther.bridge-config.description = Convenience configuration channels for the bridge
channel-group-type.bticinosmarther.bridge-status.label = Status
channel-group-type.bticinosmarther.bridge-status.description = Current operational status of the bridge
channel-group-type.bticinosmarther.module-config.label = Configuration
channel-group-type.bticinosmarther.module-config.description = Convenience configuration channels for the module
channel-group-type.bticinosmarther.module-measures.label = Measures
channel-group-type.bticinosmarther.module-measures.description = Measures taken from the module on-board sensors
channel-group-type.bticinosmarther.module-settings.label = Settings
channel-group-type.bticinosmarther.module-settings.description = New operational settings to be applied to the module
channel-group-type.bticinosmarther.module-status.label = Status
channel-group-type.bticinosmarther.module-status.description = Current operational status of the module
# channel types
channel-type.bticinosmarther.config-fetchlocations.label = Fetch Locations List
channel-type.bticinosmarther.config-fetchlocations.description = This is a convenience switch to trigger a call to the Smarther API gateway, to manually fetch the updated client locations list.
channel-type.bticinosmarther.config-fetchprograms.label = Fetch Programs List
channel-type.bticinosmarther.config-fetchprograms.description = This is a convenience switch to trigger a call to the Smarther API gateway, to manually fetch the updated module programs list.
channel-type.bticinosmarther.measures-humidity.label = Humidity
channel-type.bticinosmarther.measures-humidity.description = Indoor humidity as measured by the sensor
channel-type.bticinosmarther.measures-temperature.label = Temperature
channel-type.bticinosmarther.measures-temperature.description = Indoor temperature as measured by the sensor
channel-type.bticinosmarther.settings-boosttime.label = Boost Time
channel-type.bticinosmarther.settings-boosttime.description = New operational boost time to be set on the module (valid only for Mode = "Boost")
channel-type.bticinosmarther.settings-boosttime.state.option.30 = 30 min
channel-type.bticinosmarther.settings-boosttime.state.option.60 = 60 min
channel-type.bticinosmarther.settings-boosttime.state.option.90 = 90 min
channel-type.bticinosmarther.settings-enddate.label = End Date
channel-type.bticinosmarther.settings-enddate.description = New operational end date to be set on the module (valid only for Mode = "Manual")
channel-type.bticinosmarther.settings-endhour.label = End Hour
channel-type.bticinosmarther.settings-endhour.description = New operational end hour to be set on the module (valid only for Mode = "Manual")
channel-type.bticinosmarther.settings-endminute.label = End Minute
channel-type.bticinosmarther.settings-endminute.description = New operational end minute to be set on the module (valid only for Mode = "Manual")
channel-type.bticinosmarther.settings-mode.label = Mode
channel-type.bticinosmarther.settings-mode.description = New operational mode to be set on the module
channel-type.bticinosmarther.settings-mode.state.option.AUTOMATIC = Automatic
channel-type.bticinosmarther.settings-mode.state.option.MANUAL = Manual
channel-type.bticinosmarther.settings-mode.state.option.BOOST = Boost
channel-type.bticinosmarther.settings-mode.state.option.OFF = Off
channel-type.bticinosmarther.settings-mode.state.option.PROTECTION = Protection
channel-type.bticinosmarther.settings-power.label = Power
channel-type.bticinosmarther.settings-power.description = Power on, send new operational settings to the module
channel-type.bticinosmarther.settings-program.label = Program
channel-type.bticinosmarther.settings-program.description = New operational program to be set on the module (valid only for Mode = "Automatic")
channel-type.bticinosmarther.settings-temperature.label = Temperature
channel-type.bticinosmarther.settings-temperature.description = New operational set-point temperature to be set on the module (valid only for Mode = "Manual")
channel-type.bticinosmarther.status-apicallshandled.label = API Calls Handled
channel-type.bticinosmarther.status-apicallshandled.description = Total number of API calls handled by the bridge
channel-type.bticinosmarther.status-endtime.label = End Time
channel-type.bticinosmarther.status-endtime.description = Current operational end time set on the module
channel-type.bticinosmarther.status-function.label = Function
channel-type.bticinosmarther.status-function.description = Current operational function set on the module
channel-type.bticinosmarther.status-mode.label = Mode
channel-type.bticinosmarther.status-mode.description = Current operational mode set on the module
channel-type.bticinosmarther.status-notifsreceived.label = Notifications Received
channel-type.bticinosmarther.status-notifsreceived.description = Total number of C2C notifications received by the bridge
channel-type.bticinosmarther.status-notifsrejected.label = Notifications Rejected
channel-type.bticinosmarther.status-notifsrejected.description = Total number of C2C notifications rejected by the bridge
channel-type.bticinosmarther.status-program.label = Program
channel-type.bticinosmarther.status-program.description = Current operational program set on the module
channel-type.bticinosmarther.status-state.label = State
channel-type.bticinosmarther.status-state.description = Current operational state of the module
channel-type.bticinosmarther.status-temperature.label = Temperature
channel-type.bticinosmarther.status-temperature.description = Current operational target temperature set on the module
channel-type.bticinosmarther.status-temperatureformat.label = Temperature Format
channel-type.bticinosmarther.status-temperatureformat.description = Current operational temperature format of the module

View File

@ -0,0 +1,73 @@
# binding
binding.buienradar.name = Buienradar Binding
binding.buienradar.description = The Buienradar Binding periodically (5 minutes) retrieves results from the Buienradar API. For personal use only.
# thing types
thing-type.buienradar.rain_forecast.label = Rain Forecast
thing-type.buienradar.rain_forecast.description = Does a simple rain forecast at the specified longitude/latitude of two hours, in 5 minute increments using the buienradar.nl webservice.
# thing types config
thing-type.config.buienradar.rain_forecast.exponentialBackoffRetryBaseInSeconds.label = Doubling Backoff Base for Retries
thing-type.config.buienradar.rain_forecast.exponentialBackoffRetryBaseInSeconds.description = Doubling back-off base value for retries in seconds. For example, when this is 30 seconds, will retry at 30, 60, 120, 240 seconds.
thing-type.config.buienradar.rain_forecast.location.label = Location of Weather
thing-type.config.buienradar.rain_forecast.location.description = Location of weather in geographical coordinates (latitude/longitude/altitude).
thing-type.config.buienradar.rain_forecast.refreshIntervalMinutes.label = Refresh Interval
thing-type.config.buienradar.rain_forecast.refreshIntervalMinutes.description = Refresh interval in minutes
thing-type.config.buienradar.rain_forecast.retries.label = Retries
thing-type.config.buienradar.rain_forecast.retries.description = Number of retries to try to retrieve buienradar results
# channel types
channel-type.buienradar.actual_datetime.label = Actual Date/Time
channel-type.buienradar.actual_datetime.description = The actual date and time when the prediction was made."
channel-type.buienradar.forecast_0.label = Current Rainfall
channel-type.buienradar.forecast_0.description = Current rainfall
channel-type.buienradar.forecast_10.label = Rainfall in 10 min
channel-type.buienradar.forecast_10.description = Rainfall in 10 minutes
channel-type.buienradar.forecast_100.label = Rainfall in 100 min
channel-type.buienradar.forecast_100.description = Rainfall in 100 minutes
channel-type.buienradar.forecast_105.label = Rainfall in 105 min
channel-type.buienradar.forecast_105.description = Rainfall in 105 minutes
channel-type.buienradar.forecast_110.label = Rainfall in 110 min
channel-type.buienradar.forecast_110.description = Rainfall in 110 minutes
channel-type.buienradar.forecast_115.label = Rainfall in 115 min
channel-type.buienradar.forecast_115.description = Rainfall in 115 minutes
channel-type.buienradar.forecast_15.label = Rainfall in 15 min
channel-type.buienradar.forecast_15.description = Rainfall in 15 minutes
channel-type.buienradar.forecast_20.label = Rainfall in 20 min
channel-type.buienradar.forecast_20.description = Rainfall in 20 minutes
channel-type.buienradar.forecast_25.label = Rainfall in 25 min
channel-type.buienradar.forecast_25.description = Rainfall in 25 minutes
channel-type.buienradar.forecast_30.label = Rainfall in 30 min
channel-type.buienradar.forecast_30.description = Rainfall in 30 minutes
channel-type.buienradar.forecast_35.label = Rainfall in 35 min
channel-type.buienradar.forecast_35.description = Rainfall in 35 minutes
channel-type.buienradar.forecast_40.label = Rainfall in 40 min
channel-type.buienradar.forecast_40.description = Rainfall in 40 minutes
channel-type.buienradar.forecast_45.label = Rainfall in 45 min
channel-type.buienradar.forecast_45.description = Rainfall in 45 minutes
channel-type.buienradar.forecast_5.label = Rainfall in 5 min
channel-type.buienradar.forecast_5.description = Rainfall in 5 minutes
channel-type.buienradar.forecast_50.label = Rainfall in 50 min
channel-type.buienradar.forecast_50.description = Rainfall in 50 minutes
channel-type.buienradar.forecast_55.label = Rainfall in 55 min
channel-type.buienradar.forecast_55.description = Rainfall in 55 minutes
channel-type.buienradar.forecast_60.label = Rainfall in 60 min
channel-type.buienradar.forecast_60.description = Rainfall in 60 minutes
channel-type.buienradar.forecast_65.label = Rainfall in 65 min
channel-type.buienradar.forecast_65.description = Rainfall in 65 minutes
channel-type.buienradar.forecast_70.label = Rainfall in 70 min
channel-type.buienradar.forecast_70.description = Rainfall in 70 minutes
channel-type.buienradar.forecast_75.label = Rainfall in 75 min
channel-type.buienradar.forecast_75.description = Rainfall in 75 minutes
channel-type.buienradar.forecast_80.label = Rainfall in 80 min
channel-type.buienradar.forecast_80.description = Rainfall in 80 minutes
channel-type.buienradar.forecast_85.label = Rainfall in 85 min
channel-type.buienradar.forecast_85.description = Rainfall in 85 minutes
channel-type.buienradar.forecast_90.label = Rainfall in 90 min
channel-type.buienradar.forecast_90.description = Rainfall in 90 minutes
channel-type.buienradar.forecast_95.label = Rainfall in 95 min
channel-type.buienradar.forecast_95.description = Rainfall in 95 minutes

View File

@ -0,0 +1,372 @@
# binding
binding.caddx.name = Caddx Security Binding
binding.caddx.description = Binding for Caddx security system with RS232 serial interface.
# thing types
thing-type.caddx.bridge.label = Caddx
thing-type.caddx.bridge.description = This bridge represents the Caddx Serial interface.
thing-type.caddx.bridge.channel.send_command.label = Send Command
thing-type.caddx.bridge.channel.send_command.description = Sends an Alarm Panel Command
thing-type.caddx.keypad.label = Caddx Alarm Keypad
thing-type.caddx.keypad.description = Represents any of the keypads of the Caddx Alarm System.
thing-type.caddx.keypad.channel.keypad_key_pressed.label = Key
thing-type.caddx.keypad.channel.keypad_key_pressed.description = Key pressed
thing-type.caddx.panel.label = Caddx Alarm Panel
thing-type.caddx.panel.description = The basic representation of the Caddx Alarm System.
thing-type.caddx.panel.channel.panel_ac_fail.label = AC fail
thing-type.caddx.panel.channel.panel_ac_fail.description = AC fail
thing-type.caddx.panel.channel.panel_ac_power_on.label = AC Power On
thing-type.caddx.panel.channel.panel_ac_power_on.description = AC Power On
thing-type.caddx.panel.channel.panel_firmware_version.label = Firmware Version
thing-type.caddx.panel.channel.panel_firmware_version.description = Firmware version
thing-type.caddx.panel.channel.panel_interface_configuration_message.label = Interface Configuration Message
thing-type.caddx.panel.channel.panel_interface_configuration_message.description = Interface Configuration Message
thing-type.caddx.panel.channel.panel_interface_configuration_request.label = Interface Configuration Request
thing-type.caddx.panel.channel.panel_interface_configuration_request.description = Interface Configuration Request
thing-type.caddx.panel.channel.panel_keypad_message_received.label = Keypad Message Received
thing-type.caddx.panel.channel.panel_keypad_message_received.description = Keypad Message Received
thing-type.caddx.panel.channel.panel_keypad_terminal_mode_request.label = Keypad Terminal Mode Request
thing-type.caddx.panel.channel.panel_keypad_terminal_mode_request.description = Keypad Terminal Mode Request
thing-type.caddx.panel.channel.panel_log_event_message.label = Log Event Message
thing-type.caddx.panel.channel.panel_log_event_message.description = Log Event Message
thing-type.caddx.panel.channel.panel_log_event_request.label = Log Event Request
thing-type.caddx.panel.channel.panel_log_event_request.description = Log Event Request
thing-type.caddx.panel.channel.panel_log_message_n_0.label = Log Message 10
thing-type.caddx.panel.channel.panel_log_message_n_0.description = Log message 10
thing-type.caddx.panel.channel.panel_log_message_n_1.label = Log Message 9
thing-type.caddx.panel.channel.panel_log_message_n_1.description = Log message 9
thing-type.caddx.panel.channel.panel_log_message_n_2.label = Log Message 8
thing-type.caddx.panel.channel.panel_log_message_n_2.description = Log message 8
thing-type.caddx.panel.channel.panel_log_message_n_3.label = Log Message 7
thing-type.caddx.panel.channel.panel_log_message_n_3.description = Log message 7
thing-type.caddx.panel.channel.panel_log_message_n_4.label = Log Message 6
thing-type.caddx.panel.channel.panel_log_message_n_4.description = Log message 6
thing-type.caddx.panel.channel.panel_log_message_n_5.label = Log Message 5
thing-type.caddx.panel.channel.panel_log_message_n_5.description = Log message 5
thing-type.caddx.panel.channel.panel_log_message_n_6.label = Log Message 4
thing-type.caddx.panel.channel.panel_log_message_n_6.description = Log message 4
thing-type.caddx.panel.channel.panel_log_message_n_7.label = Log Message 3
thing-type.caddx.panel.channel.panel_log_message_n_7.description = Log message 3
thing-type.caddx.panel.channel.panel_log_message_n_8.label = Log Message 2
thing-type.caddx.panel.channel.panel_log_message_n_8.description = Log message 2
thing-type.caddx.panel.channel.panel_log_message_n_9.label = Log Message 1
thing-type.caddx.panel.channel.panel_log_message_n_9.description = Log message 1
thing-type.caddx.panel.channel.panel_low_battery_memory.label = Low Battery Memory
thing-type.caddx.panel.channel.panel_low_battery_memory.description = Low Battery Memory
thing-type.caddx.panel.channel.panel_partition_status_message.label = Partition Status Message
thing-type.caddx.panel.channel.panel_partition_status_message.description = Partition Status Message
thing-type.caddx.panel.channel.panel_partition_status_request.label = Partition Status Request
thing-type.caddx.panel.channel.panel_partition_status_request.description = Partition Status Request
thing-type.caddx.panel.channel.panel_partitions_snapshot_message.label = Partitions Snapshot Message
thing-type.caddx.panel.channel.panel_partitions_snapshot_message.description = Partitions Snapshot Message
thing-type.caddx.panel.channel.panel_partitions_snapshot_request.label = Partitions Snapshot Request
thing-type.caddx.panel.channel.panel_partitions_snapshot_request.description = Partitions Snapshot Request
thing-type.caddx.panel.channel.panel_primary_keypad_function_with_pin.label = Primary Keypad Function with PIN
thing-type.caddx.panel.channel.panel_primary_keypad_function_with_pin.description = Primary Keypad Function with PIN
thing-type.caddx.panel.channel.panel_primary_keypad_function_without_pin.label = Primary Keypad Function without PIN
thing-type.caddx.panel.channel.panel_primary_keypad_function_without_pin.description = Primary Keypad Function without PIN
thing-type.caddx.panel.channel.panel_program_data_command.label = Program Data Command
thing-type.caddx.panel.channel.panel_program_data_command.description = Program Data Command
thing-type.caddx.panel.channel.panel_program_data_request.label = Program Data Request
thing-type.caddx.panel.channel.panel_program_data_request.description = Program Data Request
thing-type.caddx.panel.channel.panel_secondary_keypad_function.label = Secondary Keypad Function
thing-type.caddx.panel.channel.panel_secondary_keypad_function.description = Secondary Keypad Function
thing-type.caddx.panel.channel.panel_send_keypad_text_message.label = Send Keypad Text Message
thing-type.caddx.panel.channel.panel_send_keypad_text_message.description = Send Keypad Text Message
thing-type.caddx.panel.channel.panel_send_x10_message.label = Send X-10 Message
thing-type.caddx.panel.channel.panel_send_x10_message.description = Send X-10 Message
thing-type.caddx.panel.channel.panel_set_clock_calendar_command.label = Set Clock / Calendar Command
thing-type.caddx.panel.channel.panel_set_clock_calendar_command.description = Set Clock / Calendar Command
thing-type.caddx.panel.channel.panel_set_user_authorization_command_with_pin.label = Set User Authorization Command with PIN
thing-type.caddx.panel.channel.panel_set_user_authorization_command_with_pin.description = Set User Authorization Command with PIN
thing-type.caddx.panel.channel.panel_set_user_authorization_command_without_pin.label = Set User Authorization Command without PIN
thing-type.caddx.panel.channel.panel_set_user_authorization_command_without_pin.description = Set User Authorization Command without PIN
thing-type.caddx.panel.channel.panel_set_user_code_command_with_pin.label = Set User Code Command with PIN
thing-type.caddx.panel.channel.panel_set_user_code_command_with_pin.description = Set User Code Command with PIN
thing-type.caddx.panel.channel.panel_set_user_code_command_without_pin.label = Set User Code Command without PIN
thing-type.caddx.panel.channel.panel_set_user_code_command_without_pin.description = Set User Code Command without PIN
thing-type.caddx.panel.channel.panel_store_communication_event_command.label = Store Communication Event Command
thing-type.caddx.panel.channel.panel_store_communication_event_command.description = Store Communication Event Command
thing-type.caddx.panel.channel.panel_system_status_message.label = System Status Message
thing-type.caddx.panel.channel.panel_system_status_message.description = System Status Message
thing-type.caddx.panel.channel.panel_system_status_request.label = System Status Request
thing-type.caddx.panel.channel.panel_system_status_request.description = System Status Request
thing-type.caddx.panel.channel.panel_user_information_request_with_pin.label = User Information Request with PIN
thing-type.caddx.panel.channel.panel_user_information_request_with_pin.description = User Information Request with PIN
thing-type.caddx.panel.channel.panel_user_information_request_without_pin.label = User Information Request without PIN
thing-type.caddx.panel.channel.panel_user_information_request_without_pin.description = User Information Request without PIN
thing-type.caddx.panel.channel.panel_x10_message_received.label = X-10 Message Received
thing-type.caddx.panel.channel.panel_x10_message_received.description = X-10 Message Received
thing-type.caddx.panel.channel.panel_zone_bypass_toggle.label = Zone Bypass Toggle
thing-type.caddx.panel.channel.panel_zone_bypass_toggle.description = Zone Bypass Toggle
thing-type.caddx.panel.channel.panel_zone_name_request.label = Zone Name Request
thing-type.caddx.panel.channel.panel_zone_name_request.description = Zone Name Request
thing-type.caddx.panel.channel.panel_zone_status_message.label = Zone Status Message
thing-type.caddx.panel.channel.panel_zone_status_message.description = Zone Status Message
thing-type.caddx.panel.channel.panel_zone_status_request.label = Zone Status Request
thing-type.caddx.panel.channel.panel_zone_status_request.description = Zone Status Request
thing-type.caddx.panel.channel.panel_zones_snapshot_message.label = Zones Snapshot Message
thing-type.caddx.panel.channel.panel_zones_snapshot_message.description = Zones Snapshot Message
thing-type.caddx.panel.channel.panel_zones_snapshot_request.label = Zones Snapshot Request
thing-type.caddx.panel.channel.panel_zones_snapshot_request.description = Zones Snapshot Request
thing-type.caddx.partition.label = Caddx Alarm Partition
thing-type.caddx.partition.description = Represents a controllable area within a Caddx Alarm System.
thing-type.caddx.partition.channel.partition_alarm_memory.label = Alarm Memory
thing-type.caddx.partition.channel.partition_alarm_memory.description = Alarm memory
thing-type.caddx.partition.channel.partition_alarm_sent_using_phone_number_1.label = Alarm Sent Using Phone 1
thing-type.caddx.partition.channel.partition_alarm_sent_using_phone_number_1.description = Alarm sent using phone number 1
thing-type.caddx.partition.channel.partition_alarm_sent_using_phone_number_2.label = Alarm Sent Using Phone 2
thing-type.caddx.partition.channel.partition_alarm_sent_using_phone_number_2.description = Alarm sent using phone number 2
thing-type.caddx.partition.channel.partition_alarm_sent_using_phone_number_3.label = Alarm Sent Using Phone 3
thing-type.caddx.partition.channel.partition_alarm_sent_using_phone_number_3.description = Alarm sent using phone number 3
thing-type.caddx.partition.channel.partition_armed.label = Armed
thing-type.caddx.partition.channel.partition_armed.description = Armed
thing-type.caddx.partition.channel.partition_auto_home_inhibited.label = Auto Home Inhibited
thing-type.caddx.partition.channel.partition_auto_home_inhibited.description = Auto home inhibited
thing-type.caddx.partition.channel.partition_bypass_code_required.label = Bypass Code Required
thing-type.caddx.partition.channel.partition_bypass_code_required.description = Bypass code required
thing-type.caddx.partition.channel.partition_cancel_command_entered.label = Cancel Command Entered
thing-type.caddx.partition.channel.partition_cancel_command_entered.description = Cancel command entered
thing-type.caddx.partition.channel.partition_cancel_pending.label = Cancel Pending
thing-type.caddx.partition.channel.partition_cancel_pending.description = Cancel pending
thing-type.caddx.partition.channel.partition_cancel_report_is_in_the_stack.label = Cancel Report is in the Stack
thing-type.caddx.partition.channel.partition_cancel_report_is_in_the_stack.description = Cancel report is in the stack
thing-type.caddx.partition.channel.partition_chime_mode_on.label = Chime Mode On
thing-type.caddx.partition.channel.partition_chime_mode_on.description = Chime mode on
thing-type.caddx.partition.channel.partition_chime_on.label = Chime On (Sounding)
thing-type.caddx.partition.channel.partition_chime_on.description = Chime on (sounding)
thing-type.caddx.partition.channel.partition_code_entered.label = Code Entered
thing-type.caddx.partition.channel.partition_code_entered.description = Code entered
thing-type.caddx.partition.channel.partition_cross_timing.label = Cross Timing
thing-type.caddx.partition.channel.partition_cross_timing.description = Cross timing
thing-type.caddx.partition.channel.partition_delay_expiration_warning.label = Delay Expiration Warning
thing-type.caddx.partition.channel.partition_delay_expiration_warning.description = Delay expiration warning
thing-type.caddx.partition.channel.partition_delay_trip_in_progress.label = Delay Trip in Progress
thing-type.caddx.partition.channel.partition_delay_trip_in_progress.description = Delay Trip in progress (common zone)
thing-type.caddx.partition.channel.partition_entry.label = Entry
thing-type.caddx.partition.channel.partition_entry.description = Entry
thing-type.caddx.partition.channel.partition_entry1.label = Entry 1
thing-type.caddx.partition.channel.partition_entry1.description = Entry 1
thing-type.caddx.partition.channel.partition_entryguard.label = Entryguard (Stay Mode)
thing-type.caddx.partition.channel.partition_entryguard.description = Entryguard (stay mode)
thing-type.caddx.partition.channel.partition_error_beep.label = Error Beep (Triple Beep)
thing-type.caddx.partition.channel.partition_error_beep.description = Error beep (triple beep)
thing-type.caddx.partition.channel.partition_exit1.label = Exit1
thing-type.caddx.partition.channel.partition_exit1.description = Exit1
thing-type.caddx.partition.channel.partition_exit2.label = Exit2
thing-type.caddx.partition.channel.partition_exit2.description = Exit2
thing-type.caddx.partition.channel.partition_exit_error_triggered.label = Exit Error Triggered
thing-type.caddx.partition.channel.partition_exit_error_triggered.description = Exit error triggered
thing-type.caddx.partition.channel.partition_fire.label = Fire
thing-type.caddx.partition.channel.partition_fire.description = Fire
thing-type.caddx.partition.channel.partition_fire_trouble.label = Fire Trouble
thing-type.caddx.partition.channel.partition_fire_trouble.description = Fire trouble
thing-type.caddx.partition.channel.partition_force_arm_triggered_by_auto_arm.label = Force Arm triggered by Auto Arm
thing-type.caddx.partition.channel.partition_force_arm_triggered_by_auto_arm.description = Force arm triggered by auto arm
thing-type.caddx.partition.channel.partition_instant.label = Instant
thing-type.caddx.partition.channel.partition_instant.description = Instant
thing-type.caddx.partition.channel.partition_keyswitch_armed.label = Keyswitch Armed
thing-type.caddx.partition.channel.partition_keyswitch_armed.description = Keyswitch armed
thing-type.caddx.partition.channel.partition_led_extinguish.label = Led Extinguish
thing-type.caddx.partition.channel.partition_led_extinguish.description = Led extinguish
thing-type.caddx.partition.channel.partition_open_period.label = Open Period
thing-type.caddx.partition.channel.partition_open_period.description = Open period
thing-type.caddx.partition.channel.partition_previous_alarm.label = Previous Alarm
thing-type.caddx.partition.channel.partition_previous_alarm.description = Previous Alarm
thing-type.caddx.partition.channel.partition_pulsing_buzzer.label = Pulsing Buzzer
thing-type.caddx.partition.channel.partition_pulsing_buzzer.description = Pulsing Buzzer
thing-type.caddx.partition.channel.partition_ready_to_arm.label = Ready to Arm
thing-type.caddx.partition.channel.partition_ready_to_arm.description = Ready to arm
thing-type.caddx.partition.channel.partition_ready_to_force_arm.label = Ready to Force Arm
thing-type.caddx.partition.channel.partition_ready_to_force_arm.description = Ready to force arm
thing-type.caddx.partition.channel.partition_recent_closing_being_timed.label = Recent Closing Being Timed
thing-type.caddx.partition.channel.partition_recent_closing_being_timed.description = Recent closing being timed
thing-type.caddx.partition.channel.partition_secondary_command.label = Partition Secondary Command
thing-type.caddx.partition.channel.partition_secondary_command.description = Partition Secondary Command
thing-type.caddx.partition.channel.partition_sensor_lost_supervision.label = Sensor Lost Supervision
thing-type.caddx.partition.channel.partition_sensor_lost_supervision.description = Sensor lost supervision
thing-type.caddx.partition.channel.partition_sensor_low_battery.label = Sensor Low Battery
thing-type.caddx.partition.channel.partition_sensor_low_battery.description = Sensor low battery
thing-type.caddx.partition.channel.partition_silent_exit_enabled.label = Silent Exit Enabled
thing-type.caddx.partition.channel.partition_silent_exit_enabled.description = Silent exit enabled
thing-type.caddx.partition.channel.partition_siren_on.label = Siren On
thing-type.caddx.partition.channel.partition_siren_on.description = Siren on
thing-type.caddx.partition.channel.partition_steady_siren_on.label = Steady Siren On
thing-type.caddx.partition.channel.partition_steady_siren_on.description = Steady siren on
thing-type.caddx.partition.channel.partition_tamper.label = Tamper
thing-type.caddx.partition.channel.partition_tamper.description = Tamper
thing-type.caddx.partition.channel.partition_tlm_fault_memory.label = TLM Fault Memory
thing-type.caddx.partition.channel.partition_tlm_fault_memory.description = TLM fault memory
thing-type.caddx.partition.channel.partition_tone_on.label = Tone On (Activation Tone)
thing-type.caddx.partition.channel.partition_tone_on.description = Tone on (activation tone)
thing-type.caddx.partition.channel.partition_valid_pin_accepted.label = Valid PIN Accepted
thing-type.caddx.partition.channel.partition_valid_pin_accepted.description = Valid PIN accepted
thing-type.caddx.partition.channel.partition_zone_bypassed.label = Zone Bypassed
thing-type.caddx.partition.channel.partition_zone_bypassed.description = Zone bypassed
thing-type.caddx.zone.label = Caddx Alarm Zone
thing-type.caddx.zone.description = Represents a physical device such as a door, window, or motion sensor.
thing-type.caddx.zone.channel.zone_24hour.label = 24 Hour
thing-type.caddx.zone.channel.zone_24hour.description = 24 Hour
thing-type.caddx.zone.channel.zone_alarm_memory.label = Alarm Memory
thing-type.caddx.zone.channel.zone_alarm_memory.description = Alarm memory
thing-type.caddx.zone.channel.zone_bypass_memory.label = Bypass Memory
thing-type.caddx.zone.channel.zone_bypass_memory.description = Bypass memory
thing-type.caddx.zone.channel.zone_bypassable.label = Bypassable
thing-type.caddx.zone.channel.zone_bypassable.description = Bypassable
thing-type.caddx.zone.channel.zone_bypassed.label = Bypassed
thing-type.caddx.zone.channel.zone_bypassed.description = Bypassed
thing-type.caddx.zone.channel.zone_chime.label = Chime
thing-type.caddx.zone.channel.zone_chime.description = Chime
thing-type.caddx.zone.channel.zone_cross_zone.label = Cross Zone
thing-type.caddx.zone.channel.zone_cross_zone.description = Cross zone
thing-type.caddx.zone.channel.zone_dialer_delay.label = Dialer Delay
thing-type.caddx.zone.channel.zone_dialer_delay.description = Dialer delay
thing-type.caddx.zone.channel.zone_double_eol_tamper.label = Double EOL Tamper
thing-type.caddx.zone.channel.zone_double_eol_tamper.description = Double EOL tamper
thing-type.caddx.zone.channel.zone_entry_exit_delay_1.label = Entry / Exit Delay 1
thing-type.caddx.zone.channel.zone_entry_exit_delay_1.description = Entry / exit delay 1
thing-type.caddx.zone.channel.zone_entry_exit_delay_2.label = Entry / Exit Delay 2
thing-type.caddx.zone.channel.zone_entry_exit_delay_2.description = Entry / exit delay 2
thing-type.caddx.zone.channel.zone_entry_guard.label = Entry Guard
thing-type.caddx.zone.channel.zone_entry_guard.description = Entry guard
thing-type.caddx.zone.channel.zone_fast_loop_response.label = Fast Loop Response
thing-type.caddx.zone.channel.zone_fast_loop_response.description = Fast loop response
thing-type.caddx.zone.channel.zone_faulted.label = Faulted
thing-type.caddx.zone.channel.zone_faulted.description = Faulted (or delayed trip)
thing-type.caddx.zone.channel.zone_fire.label = Fire
thing-type.caddx.zone.channel.zone_fire.description = Fire
thing-type.caddx.zone.channel.zone_follower.label = Follower
thing-type.caddx.zone.channel.zone_follower.description = Follower
thing-type.caddx.zone.channel.zone_force_armable.label = Force Armable
thing-type.caddx.zone.channel.zone_force_armable.description = Force armable
thing-type.caddx.zone.channel.zone_group_bypassable.label = Group Bypassable
thing-type.caddx.zone.channel.zone_group_bypassable.description = Group bypassable
thing-type.caddx.zone.channel.zone_inhibited.label = Inhibited (Force Armed)
thing-type.caddx.zone.channel.zone_inhibited.description = Inhibited (force armed)
thing-type.caddx.zone.channel.zone_interior.label = Interior
thing-type.caddx.zone.channel.zone_interior.description = Interior
thing-type.caddx.zone.channel.zone_key_switch.label = Key-switch
thing-type.caddx.zone.channel.zone_key_switch.description = Key-switch
thing-type.caddx.zone.channel.zone_keypad_sounder.label = Keypad Sounder
thing-type.caddx.zone.channel.zone_keypad_sounder.description = Keypad Sounder
thing-type.caddx.zone.channel.zone_listen_in.label = Listen in
thing-type.caddx.zone.channel.zone_listen_in.description = Listen in
thing-type.caddx.zone.channel.zone_local_only.label = Local Only
thing-type.caddx.zone.channel.zone_local_only.description = Local only
thing-type.caddx.zone.channel.zone_loss_of_supervision.label = Loss of Supervision
thing-type.caddx.zone.channel.zone_loss_of_supervision.description = Loss of supervision
thing-type.caddx.zone.channel.zone_low_battery.label = Low Battery
thing-type.caddx.zone.channel.zone_low_battery.description = Low Battery
thing-type.caddx.zone.channel.zone_name.label = Name
thing-type.caddx.zone.channel.zone_name.description = Name
thing-type.caddx.zone.channel.zone_partition1.label = Partition 1
thing-type.caddx.zone.channel.zone_partition1.description = Partition 1
thing-type.caddx.zone.channel.zone_partition2.label = Partition 2
thing-type.caddx.zone.channel.zone_partition2.description = Partition 2
thing-type.caddx.zone.channel.zone_partition3.label = Partition 3
thing-type.caddx.zone.channel.zone_partition3.description = Partition 3
thing-type.caddx.zone.channel.zone_partition4.label = Partition 4
thing-type.caddx.zone.channel.zone_partition4.description = Partition 4
thing-type.caddx.zone.channel.zone_partition5.label = Partition 5
thing-type.caddx.zone.channel.zone_partition5.description = Partition 5
thing-type.caddx.zone.channel.zone_partition6.label = Partition 6
thing-type.caddx.zone.channel.zone_partition6.description = Partition 6
thing-type.caddx.zone.channel.zone_partition7.label = Partition 7
thing-type.caddx.zone.channel.zone_partition7.description = Partition 7
thing-type.caddx.zone.channel.zone_partition8.label = Partition 8
thing-type.caddx.zone.channel.zone_partition8.description = Partition 8
thing-type.caddx.zone.channel.zone_restorable.label = Restorable
thing-type.caddx.zone.channel.zone_restorable.description = Restorable
thing-type.caddx.zone.channel.zone_steady_siren.label = Steady Siren
thing-type.caddx.zone.channel.zone_steady_siren.description = Steady siren
thing-type.caddx.zone.channel.zone_swinger_shutdown.label = Swinger Shutdown
thing-type.caddx.zone.channel.zone_swinger_shutdown.description = Swinger shutdown
thing-type.caddx.zone.channel.zone_tampered.label = Tampered
thing-type.caddx.zone.channel.zone_tampered.description = Tampered
thing-type.caddx.zone.channel.zone_trouble.label = Trouble
thing-type.caddx.zone.channel.zone_trouble.description = Trouble
thing-type.caddx.zone.channel.zone_type_trouble.label = Trouble
thing-type.caddx.zone.channel.zone_type_trouble.description = Trouble
thing-type.caddx.zone.channel.zone_yelping_siren.label = Yelping Siren
thing-type.caddx.zone.channel.zone_yelping_siren.description = Yelping siren
# thing types config
thing-type.config.caddx.bridge.baudrate.label = Baud Rate
thing-type.config.caddx.bridge.baudrate.description = The baud rate of the serial port. Valid values for the NX-584E are 600, 1200, 2400, 4800, 9600 (default), 19200, 38400, and 76800. Valid values for the NX-8E are 2400, 4800, 9600 (default), 19200 and 38400.
thing-type.config.caddx.bridge.baudrate.option.600 = 600
thing-type.config.caddx.bridge.baudrate.option.1200 = 1200
thing-type.config.caddx.bridge.baudrate.option.2400 = 2400
thing-type.config.caddx.bridge.baudrate.option.4800 = 4800
thing-type.config.caddx.bridge.baudrate.option.9600 = 9600
thing-type.config.caddx.bridge.baudrate.option.19200 = 19200
thing-type.config.caddx.bridge.baudrate.option.38400 = 38400
thing-type.config.caddx.bridge.baudrate.option.76800 = 76800
thing-type.config.caddx.bridge.ignoreZoneStatusTransitions.label = Ignore Zone Status Transitions
thing-type.config.caddx.bridge.ignoreZoneStatusTransitions.description = Flag specifying if the Zone Status Transitions should be ignored
thing-type.config.caddx.bridge.maxZoneNumber.label = Maximum Zone Number
thing-type.config.caddx.bridge.maxZoneNumber.description = The maximum zone number that should be auto-discovered
thing-type.config.caddx.bridge.protocol.label = Caddx Bridge Protocol
thing-type.config.caddx.bridge.protocol.description = The configured panel protocol. Valid values are Binary and Ascii.
thing-type.config.caddx.bridge.protocol.option.Ascii = Ascii
thing-type.config.caddx.bridge.protocol.option.Binary = Binary
thing-type.config.caddx.bridge.serialPort.label = Caddx Bridge Serial Port
thing-type.config.caddx.bridge.serialPort.description = The serial port name for the communication. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux.
thing-type.config.caddx.keypad.keypadAddress.label = Keypad Address
thing-type.config.caddx.keypad.keypadAddress.description = The Keypad Address.
thing-type.config.caddx.keypad.terminalModeSeconds.label = Terminal Mode Seconds
thing-type.config.caddx.keypad.terminalModeSeconds.description = The number of Seconds the keypad has to remain in Terminal Mode.
thing-type.config.caddx.partition.partitionNumber.label = Partition Number
thing-type.config.caddx.partition.partitionNumber.description = The Partition Number.
thing-type.config.caddx.partition.userNumber.label = User Number
thing-type.config.caddx.partition.userNumber.description = The User Number.
thing-type.config.caddx.zone.zoneNumber.label = Zone Number
thing-type.config.caddx.zone.zoneNumber.description = The Zone Number.
# channel types
channel-type.caddx.command.label = Send Command
channel-type.caddx.command.description = Sends a Command
channel-type.caddx.keypad_button_press.label = Key
channel-type.caddx.keypad_button_press.description = Key text
channel-type.caddx.panel_flag.label = Panel Flag
channel-type.caddx.panel_flag.description = Panel flag
channel-type.caddx.panel_text.label = Panel Text
channel-type.caddx.panel_text.description = Panel text
channel-type.caddx.partition_condition.label = Partition Condition
channel-type.caddx.partition_condition.description = Partition Condition
channel-type.caddx.partition_secondary.label = Partition Secondary Command
channel-type.caddx.partition_secondary.description = Partition secondary command
channel-type.caddx.partition_secondary.state.option.-1 = None
channel-type.caddx.partition_secondary.state.option.0 = Stay (1 button arm / toggle interiors)
channel-type.caddx.partition_secondary.state.option.1 = Chime (toggle chime mode)
channel-type.caddx.partition_secondary.state.option.2 = Exit (1 button arm / toggle instant)
channel-type.caddx.partition_secondary.state.option.3 = Bypass interiors
channel-type.caddx.partition_secondary.state.option.4 = Fire Panic
channel-type.caddx.partition_secondary.state.option.5 = Medical Panic
channel-type.caddx.partition_secondary.state.option.6 = Police Panic
channel-type.caddx.partition_secondary.state.option.7 = Smoke detector reset
channel-type.caddx.partition_secondary.state.option.8 = Auto callback download
channel-type.caddx.partition_secondary.state.option.9 = Manual pickup download
channel-type.caddx.partition_secondary.state.option.10 = Enable silent exit (for this arm cycle)
channel-type.caddx.partition_secondary.state.option.11 = Perform test
channel-type.caddx.partition_secondary.state.option.12 = Group Bypass
channel-type.caddx.partition_secondary.state.option.13 = Auxiliary function 1
channel-type.caddx.partition_secondary.state.option.14 = Auxiliary function 2
channel-type.caddx.partition_secondary.state.option.15 = Start keypad sounder
channel-type.caddx.reset.label = Reset
channel-type.caddx.reset.description = Reset Switch
channel-type.caddx.zone_bypass.label = Bypass Mode
channel-type.caddx.zone_bypass.description = Bypass Mode (OFF=Armed, ON=Bypassed)
channel-type.caddx.zone_condition.label = Zone Condition
channel-type.caddx.zone_condition.description = Zone Condition
channel-type.caddx.zone_partition.label = Zone Partition
channel-type.caddx.zone_partition.description = Zone Partition
channel-type.caddx.zone_status.label = Zone Status
channel-type.caddx.zone_status.description = Zone Status (Open/Closed)
channel-type.caddx.zone_text.label = Zone Text
channel-type.caddx.zone_text.description = Zone text
channel-type.caddx.zone_type.label = Zone Type
channel-type.caddx.zone_type.description = Zone Type

View File

@ -0,0 +1,51 @@
# binding
binding.cbus.name = C-Bus Binding
binding.cbus.description = Clipsal C-Bus Binding
# thing types
thing-type.cbus.cgate.label = CGate Connection
thing-type.cbus.cgate.description = CGate Connection to connect to physical C-Bus Networks
thing-type.cbus.dali.label = DALI Group
thing-type.cbus.dali.description = DALI Group
thing-type.cbus.light.label = Lighting Group
thing-type.cbus.light.description = Lighting Group
thing-type.cbus.network.label = C-Bus Network
thing-type.cbus.network.description = C-Bus Network bridge
thing-type.cbus.temperature.label = Temperature Group
thing-type.cbus.temperature.description = Temperature Group
thing-type.cbus.trigger.label = Trigger Group
thing-type.cbus.trigger.description = Trigger Group
# thing types config
thing-type.config.cbus.cgate.ipAddress.label = CGate Server IP
thing-type.config.cbus.cgate.ipAddress.description = The IP address of the CGate Server.
thing-type.config.cbus.dali.group.label = CBus Group ID
thing-type.config.cbus.dali.group.description = Group number of this Thing on the C-Bus Network.
thing-type.config.cbus.light.group.label = CBus Group ID
thing-type.config.cbus.light.group.description = Group number of this Thing on the C-Bus Network.
thing-type.config.cbus.network.id.label = C-Bus Network ID
thing-type.config.cbus.network.id.description = Network number of C-Bus Network.
thing-type.config.cbus.network.project.label = C-Bus Project Name
thing-type.config.cbus.network.project.description = Project name that contains the network.
thing-type.config.cbus.network.syncInterval.label = Network Sync Interval
thing-type.config.cbus.network.syncInterval.description = The interval in seconds between fetching current group states from the network.
thing-type.config.cbus.temperature.group.label = CBus Group ID
thing-type.config.cbus.temperature.group.description = Group number of this Thing on the C-Bus Network.
thing-type.config.cbus.trigger.group.label = CBus Group ID
thing-type.config.cbus.trigger.group.description = Group number of this Thing on the C-Bus Network.
# channel types
channel-type.cbus.dali-channel.label = DALI Channel
channel-type.cbus.dali-channel.description = Group channel for CBus DALI groups
channel-type.cbus.level-channel.label = Level Channel
channel-type.cbus.level-channel.description = Group channel for CBus variable value lighting groups
channel-type.cbus.light-channel.label = Light Channel
channel-type.cbus.light-channel.description = Group channel for CBus on/off lighting groups
channel-type.cbus.temp-channel.label = Temperature
channel-type.cbus.temp-channel.description = Group channel for CBus temperature groups
channel-type.cbus.trigger-channel.label = Trigger Channel
channel-type.cbus.trigger-channel.description = Group channel for CBus trigger groups

View File

@ -0,0 +1,31 @@
# binding
binding.cm11a.name = CM11A Binding
binding.cm11a.description = This is the binding for the X10 Cm11a interface
# thing types
thing-type.cm11a.cm11a.label = CM11a Controller for X10 Devices
thing-type.cm11a.cm11a.description = CM11 is a device that allows control of X10 devices for a computer.
thing-type.cm11a.dimmer.label = X10 Dimmer
thing-type.cm11a.dimmer.description = Controls dimmable loads
thing-type.cm11a.switch.label = X10 Switch
thing-type.cm11a.switch.description = On/off switch
# thing types config
thing-type.config.cm11a.cm11a.refresh.label = Refresh Interval
thing-type.config.cm11a.cm11a.refresh.description = Specifies the refresh interval in seconds.
thing-type.config.cm11a.cm11a.serialPort.label = Serial Port
thing-type.config.cm11a.cm11a.serialPort.description = Serial port used to communicate with the CM11a
thing-type.config.cm11a.dimmer.houseUnitCode.label = X10 House and Unit Code
thing-type.config.cm11a.dimmer.houseUnitCode.description = Address of dimmer in the X10 system
thing-type.config.cm11a.switch.houseUnitCode.label = X10 House and Unit Code
thing-type.config.cm11a.switch.houseUnitCode.description = Address of switch in the X10 system
# channel types
channel-type.cm11a.lightDimmer.label = Light Level
channel-type.cm11a.lightDimmer.description = Increase/decrease the light level
channel-type.cm11a.switchState.label = Switch State
channel-type.cm11a.switchState.description = On/off status of the switch

View File

@ -0,0 +1,312 @@
# binding
binding.comfoair.name = ComfoAir Binding
binding.comfoair.description = This is the binding for ComfoAir.
# thing types
thing-type.comfoair.WHR930.label = Zehnder WHR930 Ventilation System
thing-type.comfoair.WHR930.description = Provides a generic access to a Zehnder WHR930 ventilation device
thing-type.comfoair.comfoair.label = Generic ComfoAir Ventilation System
thing-type.comfoair.comfoair.description = Provides a generic access to a ComfoAir compatible ventilation system
thing-type.comfoair.comfoair.group.analog1.label = Analog Inputs 1
thing-type.comfoair.comfoair.group.analog2.label = Analog Inputs 2
thing-type.comfoair.comfoair.group.analog3.label = Analog Inputs 3
thing-type.comfoair.comfoair.group.analog4.label = Analog Inputs 4
# thing types config
thing-type.config.comfoair.serial.refreshInterval.label = Refresh Interval
thing-type.config.comfoair.serial.refreshInterval.description = Refresh interval in seconds
thing-type.config.comfoair.serial.serialPort.label = Serial Port
thing-type.config.comfoair.serial.serialPort.description = Serial port that the ComfoAir is connected to
# channel group types
channel-group-type.comfoair.analog.label = Analog Inputs
channel-group-type.comfoair.analogRF.label = RF Input
channel-group-type.comfoair.bindingControl.label = Binding Control
channel-group-type.comfoair.bypass.label = Bypass Values
channel-group-type.comfoair.cookerhood.label = Cookerhood Values
channel-group-type.comfoair.enthalpy.label = Enthalpy Values
channel-group-type.comfoair.errors.label = Error States
channel-group-type.comfoair.ghx.label = Geothermal Heat Exchanger Values
channel-group-type.comfoair.heater.label = Heater Values
channel-group-type.comfoair.inputs.label = Inputs
channel-group-type.comfoair.menuP1.label = Menu P1: Control States
channel-group-type.comfoair.menuP1_WHR930.label = Menu P1: Control States
channel-group-type.comfoair.menuP2.label = Menu P2: Delay Settings
channel-group-type.comfoair.menuP2_WHR930.label = Menu P2: Delay Settings
channel-group-type.comfoair.menuP9.label = Menu P9: Option Control States
channel-group-type.comfoair.menuP9_WHR930.label = Menu P9: Option Control States
channel-group-type.comfoair.options.label = Option Settings
channel-group-type.comfoair.options_WHR930.label = Option Settings
channel-group-type.comfoair.preheater.label = Preheater Values
channel-group-type.comfoair.resets.label = Reset
channel-group-type.comfoair.temperatures.label = Temperature Values
channel-group-type.comfoair.temperatures_WHR930.label = Temperature Values
channel-group-type.comfoair.times.label = Uptimes
channel-group-type.comfoair.times_WHR930.label = Uptimes
channel-group-type.comfoair.ventilation.label = Ventilation Values
channel-group-type.comfoair.ventilation_WHR930.label = Ventilation Values
# channel types
channel-type.comfoair.L1_end_delay.label = L1 Switch End Delay (P23)
channel-type.comfoair.L1_end_delay.description = End delay for L1 switch (min)
channel-type.comfoair.RF_long_delay.label = RF Long Delay (P26)
channel-type.comfoair.RF_long_delay.description = End delay (RF long actuation) for ventilation level 3 (min)
channel-type.comfoair.RF_max.label = RF Input Max
channel-type.comfoair.RF_max.description = Maximum setting for RF input
channel-type.comfoair.RF_min.label = RF Input Min
channel-type.comfoair.RF_min.description = Minimum setting for RF input
channel-type.comfoair.RF_mode.label = RF Input State
channel-type.comfoair.RF_mode.description = State of RF input
channel-type.comfoair.RF_negative.label = RF Input Postive/Negative
channel-type.comfoair.RF_negative.description = Postive/Negative state of RF input
channel-type.comfoair.RF_short_delay.label = RF Short Delay (P25)
channel-type.comfoair.RF_short_delay.description = End delay (RF short actuation) for ventilation level 3 (min)
channel-type.comfoair.RF_value.label = RF Input Target
channel-type.comfoair.RF_value.description = Target setting for RF input
channel-type.comfoair.activate.label = Activate Binding Control
channel-type.comfoair.activate.description = Activate (control through openHAB) or deactivate (return control to CCEase) binding control
channel-type.comfoair.analog_max.label = Analog Input Max
channel-type.comfoair.analog_max.description = Maximum setting for analog input
channel-type.comfoair.analog_min.label = Analog Input Min
channel-type.comfoair.analog_min.description = Minimum setting for analog input
channel-type.comfoair.analog_mode.label = Analog Input State
channel-type.comfoair.analog_mode.description = State of analog input
channel-type.comfoair.analog_negative.label = Analog Input Postive/Negative
channel-type.comfoair.analog_negative.description = Postive/Negative state of analog input
channel-type.comfoair.analog_priority.label = Analog Priority
channel-type.comfoair.analog_priority.description = Priority of analog inputs for highest fan level
channel-type.comfoair.analog_priority.state.option.0 = Analog inputs
channel-type.comfoair.analog_priority.state.option.1 = Schedule
channel-type.comfoair.analog_value.label = Analog Input Target
channel-type.comfoair.analog_value.description = Target setting for analog input
channel-type.comfoair.analog_volt.label = Analog Input Voltage Level
channel-type.comfoair.analog_volt.description = Voltage level of analog input
channel-type.comfoair.bathroom_end_delay.label = Bathroom Switch End Delay (P22)
channel-type.comfoair.bathroom_end_delay.description = End delay for bathroom switch (min)
channel-type.comfoair.bathroom_start_delay.label = Bathroom Switch Start Delay (P21)
channel-type.comfoair.bathroom_start_delay.description = Start delay for bathroom switch (min)
channel-type.comfoair.bypass_correction.label = Bypass Correction
channel-type.comfoair.bypass_correction.description = Bypass correction state
channel-type.comfoair.bypass_factor.label = Bypass Factor
channel-type.comfoair.bypass_factor.description = Bypass factor value
channel-type.comfoair.bypass_level.label = Bypass Level
channel-type.comfoair.bypass_level.description = Bypass level state
channel-type.comfoair.bypass_state.label = Bypass State
channel-type.comfoair.bypass_state.description = State of the bypass (ON = open / OFF = closed)
channel-type.comfoair.bypass_summer.label = Bypass Summer Mode
channel-type.comfoair.bypass_summer.description = Bypass summer mode
channel-type.comfoair.bypass_time.label = Bypass Duration
channel-type.comfoair.bypass_time.description = Hours of bypass open
channel-type.comfoair.chimney_state.label = Chimney Control State
channel-type.comfoair.chimney_state.description = State of the chimney control
channel-type.comfoair.cookerhood_delay.label = Cookerhood Delay (P20)
channel-type.comfoair.cookerhood_delay.description = End delay for cooker hood control (min)
channel-type.comfoair.cookerhood_speed.label = Cookerhood Speed Up (%)
channel-type.comfoair.cookerhood_speed.description = Speed up of the cookerhood
channel-type.comfoair.cookerhood_state.label = Cookerhood State
channel-type.comfoair.cookerhood_state.description = State of the cookerhood control
channel-type.comfoair.cookerhood_temperature.label = Cookerhood Temperature
channel-type.comfoair.cookerhood_temperature.description = Temperature of cookerhood sensor
channel-type.comfoair.enthalpy_humidity.label = Enthalpy Sensor Humidity
channel-type.comfoair.enthalpy_humidity.description = Humidity of the enthalpy sensor
channel-type.comfoair.enthalpy_level.label = Enthalpy Sensor Level
channel-type.comfoair.enthalpy_level.description = Level of the enthalpy sensor
channel-type.comfoair.enthalpy_state.label = Enthalpy State
channel-type.comfoair.enthalpy_state.description = State of the enthalpy module
channel-type.comfoair.enthalpy_temperature.label = Enthalpy Sensor Temperature
channel-type.comfoair.enthalpy_temperature.description = Temperature of the enthalpy sensor
channel-type.comfoair.enthalpy_time.label = Enthalpy Sensor Timer
channel-type.comfoair.enthalpy_time.description = Timer state of the enthalpy sensor
channel-type.comfoair.error_reset.label = Error Reset
channel-type.comfoair.error_reset.description = Reset errors
channel-type.comfoair.error_reset.command.option.1 = Reset
channel-type.comfoair.errors_current.label = Error Current
channel-type.comfoair.errors_current.description = Current errors
channel-type.comfoair.errors_last.label = Errors Last
channel-type.comfoair.errors_last.description = Last errors
channel-type.comfoair.errors_pre_prelast.label = Errors Pre-Prelast
channel-type.comfoair.errors_pre_prelast.description = Pre-Prelast errors
channel-type.comfoair.errors_prelast.label = Errors Prelast
channel-type.comfoair.errors_prelast.description = Prelast errors
channel-type.comfoair.fan_evel.label = Fan Level
channel-type.comfoair.fan_evel.description = Fan level
channel-type.comfoair.fan_evel.state.option.1 = Away
channel-type.comfoair.fan_evel.state.option.2 = Level 1
channel-type.comfoair.fan_evel.state.option.3 = Level 2
channel-type.comfoair.fan_evel.state.option.4 = Level 3
channel-type.comfoair.fan_in_0.label = Fan In Level 0 (away)
channel-type.comfoair.fan_in_0.description = Fan level 0 performance (%) of incoming fan
channel-type.comfoair.fan_in_1.label = Fan In Level 1
channel-type.comfoair.fan_in_1.description = Fan level 1 performance (%) of incoming fan
channel-type.comfoair.fan_in_2.label = Fan In Level 2
channel-type.comfoair.fan_in_2.description = Fan level 2 performance (%) of incoming fan
channel-type.comfoair.fan_in_3.label = Fan In Level 3
channel-type.comfoair.fan_in_3.description = Fan level 3 performance (%) of incoming fan
channel-type.comfoair.fan_in_RPM.label = Fan In (rpm)
channel-type.comfoair.fan_in_RPM.description = Current absolute speed (rpm) of incoming fan
channel-type.comfoair.fan_in_percent.label = Fan In (%)
channel-type.comfoair.fan_in_percent.description = Current relative speed (%) of incoming fan
channel-type.comfoair.fan_out_0.label = Fan Out Level 0 (away)
channel-type.comfoair.fan_out_0.description = Fan level 0 performance (%) of outgoing fan
channel-type.comfoair.fan_out_1.label = Fan Out Level 1
channel-type.comfoair.fan_out_1.description = Fan level 1 performance (%) of outgoing fan
channel-type.comfoair.fan_out_2.label = Fan Out Level 2
channel-type.comfoair.fan_out_2.description = Fan level 2 performance (%) of outgoing fan
channel-type.comfoair.fan_out_3.label = Fan Out Level 3
channel-type.comfoair.fan_out_3.description = Fan level 3 performance (%) of outgoing fan
channel-type.comfoair.fan_out_RPM.label = Fan Out (rpm)
channel-type.comfoair.fan_out_RPM.description = Current absolute speed (rpm) of outgoing fan
channel-type.comfoair.fan_out_percent.label = Fan Out (%)
channel-type.comfoair.fan_out_percent.description = Current relative speed (%) of outgoing fan
channel-type.comfoair.filter_error.label = Filter Error
channel-type.comfoair.filter_error.description = Filter full
channel-type.comfoair.filter_hours.label = Filter Duration
channel-type.comfoair.filter_hours.description = Uptime of the filter
channel-type.comfoair.filter_reset.label = Filter Reset
channel-type.comfoair.filter_reset.description = Reset filter uptime
channel-type.comfoair.filter_reset.command.option.1 = Reset
channel-type.comfoair.filter_weeks.label = Filter Period (P24)
channel-type.comfoair.filter_weeks.description = Usage period until filter pollution message (weeks)
channel-type.comfoair.freeze_time.label = Antifrost Duration
channel-type.comfoair.freeze_time.description = Uptime of antifrost
channel-type.comfoair.frost_state.label = Antifrost State
channel-type.comfoair.frost_state.description = State of the antifrost control
channel-type.comfoair.ghx_speed.label = GHX Speed Up (%)
channel-type.comfoair.ghx_speed.description = Speed up of the geothermal heat exchanger
channel-type.comfoair.ghx_state.label = Geothermal Heat exchanger State
channel-type.comfoair.ghx_state.description = State of the geothermal heat exchanger valve (ON = open / OFF = closed)
channel-type.comfoair.ghx_temperature.label = GHX Temperature
channel-type.comfoair.ghx_temperature.description = Temperature of geothermal heat exchanger sensor
channel-type.comfoair.ghx_temperature_high.label = GHX Temperature (high)
channel-type.comfoair.ghx_temperature_high.description = Upper temperature of the geothermal heat exchanger
channel-type.comfoair.ghx_temperature_low.label = GHX Temperature (low)
channel-type.comfoair.ghx_temperature_low.description = Lower temperature of the geothermal heat exchanger
channel-type.comfoair.heater_power.label = Heater Power
channel-type.comfoair.heater_power.description = Heater power value
channel-type.comfoair.heater_power_I.label = Heater Power I-Parameter
channel-type.comfoair.heater_power_I.description = Heater power I-parameter value
channel-type.comfoair.heater_state.label = Heater State
channel-type.comfoair.heater_state.description = State of the heater
channel-type.comfoair.heater_target_temperature.label = Heater Target Temperature
channel-type.comfoair.heater_target_temperature.description = Target temperature of the heater
channel-type.comfoair.heater_temperature.label = Heater Temperature
channel-type.comfoair.heater_temperature.description = Temperature of heater sensor
channel-type.comfoair.indoor_temperature_in.label = Indoor Temperature Incoming
channel-type.comfoair.indoor_temperature_in.description = Inlet air temperature (inside)
channel-type.comfoair.indoor_temperature_out.label = Indoor Temperature Outgoing
channel-type.comfoair.indoor_temperature_out.description = Uptake air temperature (inside)
channel-type.comfoair.is_L1_switch.label = L1 Switch
channel-type.comfoair.is_L1_switch.description = Availability of L1 step switch
channel-type.comfoair.is_L2_switch.label = L2 Switch
channel-type.comfoair.is_L2_switch.description = Availability of L2 step switch
channel-type.comfoair.is_RF.label = RF Input Availability
channel-type.comfoair.is_RF.description = Availability of RF input
channel-type.comfoair.is_T1_sensor.label = Sensor T1 Available
channel-type.comfoair.is_T1_sensor.description = Availability of temperature sensor T1 (outdoor in)
channel-type.comfoair.is_T2_sensor.label = Sensor T2 Available
channel-type.comfoair.is_T2_sensor.description = Availability of temperature sensor T2 (indoor in)
channel-type.comfoair.is_T3_sensor.label = Sensor T3 Available
channel-type.comfoair.is_T3_sensor.description = Availability of temperature sensor T3 (indoor out)
channel-type.comfoair.is_T4_sensor.label = Sensor T4 Available
channel-type.comfoair.is_T4_sensor.description = Availability of temperature sensor T4 (outdoor out)
channel-type.comfoair.is_analog.label = Analog Input Availability
channel-type.comfoair.is_analog.description = Availability of analog input
channel-type.comfoair.is_bathroom2_switch.label = Bathroom Switch 2
channel-type.comfoair.is_bathroom2_switch.description = Availability of bathroom switch 2 (luxe)
channel-type.comfoair.is_bathroom_switch.label = Bathroom Switch
channel-type.comfoair.is_bathroom_switch.description = Availability of bathroom switch
channel-type.comfoair.is_bypass.label = Bypass
channel-type.comfoair.is_bypass.description = Bypass option installed
channel-type.comfoair.is_chimney.label = Chimney
channel-type.comfoair.is_chimney.description = Chimney option installed
channel-type.comfoair.is_cookerhood.label = Cookerhood
channel-type.comfoair.is_cookerhood.description = Cookerhood option installed
channel-type.comfoair.is_cookerhood_sensor.label = Cookerhood Sensor Available
channel-type.comfoair.is_cookerhood_sensor.description = Availability of cookerhood temperature sensor
channel-type.comfoair.is_cookerhood_switch.label = Cookerhood Switch
channel-type.comfoair.is_cookerhood_switch.description = Availability of cookerhood switch
channel-type.comfoair.is_enthalpy.label = Enthalpy
channel-type.comfoair.is_enthalpy.description = Enthalpy option installed
channel-type.comfoair.is_enthalpy.state.option.0 = Not installed
channel-type.comfoair.is_enthalpy.state.option.1 = With sensor
channel-type.comfoair.is_enthalpy.state.option.2 = Without sensor
channel-type.comfoair.is_external_filter.label = External Filter
channel-type.comfoair.is_external_filter.description = Availability of external filter
channel-type.comfoair.is_ghx.label = Geothermal Heat Exchanger
channel-type.comfoair.is_ghx.description = Geothermal heat exchanger option installed
channel-type.comfoair.is_ghx.state.option.0 = Not installed
channel-type.comfoair.is_ghx.state.option.1 = Regulated
channel-type.comfoair.is_ghx.state.option.2 = Not regulated
channel-type.comfoair.is_ghx_sensor.label = GHX Sensor Available
channel-type.comfoair.is_ghx_sensor.description = Availability of geothermal heat exchanger temperature sensor
channel-type.comfoair.is_heater.label = Heater
channel-type.comfoair.is_heater.description = Heater option installed
channel-type.comfoair.is_heater_sensor.label = Heater Sensor Available
channel-type.comfoair.is_heater_sensor.description = Availability of heater temperature sensor
channel-type.comfoair.is_preheater.label = Preheater
channel-type.comfoair.is_preheater.description = Preheater option installed
channel-type.comfoair.is_wtw.label = Heat Recovery
channel-type.comfoair.is_wtw.description = Availability of heat recovery (WTW)
channel-type.comfoair.level0_time.label = Level 0 Duration
channel-type.comfoair.level0_time.description = Uptime at level 0 (away)
channel-type.comfoair.level1_time.label = Level 1 Duration
channel-type.comfoair.level1_time.description = Uptime at level 1
channel-type.comfoair.level2_time.label = Level 2 Duration
channel-type.comfoair.level2_time.description = Uptime at level 2
channel-type.comfoair.level3_time.label = Level 3 Duration
channel-type.comfoair.level3_time.description = Uptime at level 3
channel-type.comfoair.menu20_mode.label = Menu 20 Mode (P10)
channel-type.comfoair.menu20_mode.description = State of menu 20 mode (P10)
channel-type.comfoair.menu21_mode.label = Menu 21 Mode (P11)
channel-type.comfoair.menu21_mode.description = State of menu 21 mode (P11)
channel-type.comfoair.menu22_mode.label = Menu 22 Mode (P12)
channel-type.comfoair.menu22_mode.description = State of menu 22 mode (P12)
channel-type.comfoair.menu23_mode.label = Menu 23 Mode (P13)
channel-type.comfoair.menu23_mode.description = State of menu 23 mode (P13)
channel-type.comfoair.menu24_mode.label = Menu 24 Mode (P14)
channel-type.comfoair.menu24_mode.description = State of menu 24 mode (P14)
channel-type.comfoair.menu25_mode.label = Menu 25 Mode (P15)
channel-type.comfoair.menu25_mode.description = State of menu 25 mode (P15)
channel-type.comfoair.menu26_mode.label = Menu 26 Mode (P16)
channel-type.comfoair.menu26_mode.description = State of menu 26 mode (P16)
channel-type.comfoair.menu27_mode.label = Menu 27 Mode (P17)
channel-type.comfoair.menu27_mode.description = State of menu 27 mode (P17)
channel-type.comfoair.menu28_mode.label = Menu 28 Mode (P18)
channel-type.comfoair.menu28_mode.description = State of menu 28 mode (P18)
channel-type.comfoair.menu29_mode.label = Menu 29 Mode (P19)
channel-type.comfoair.menu29_mode.description = State of menu 29 mode (P19)
channel-type.comfoair.outdoor_temperature_in.label = Outdoor Temperature Incoming
channel-type.comfoair.outdoor_temperature_in.description = Intake air temperature (outside)
channel-type.comfoair.outdoor_temperature_out.label = Outdoor Temperature Outgoing
channel-type.comfoair.outdoor_temperature_out.description = Outlet air temperature (outside)
channel-type.comfoair.preheater_frost_protect.label = Frost Protection
channel-type.comfoair.preheater_frost_protect.description = State of the frost protection
channel-type.comfoair.preheater_frost_time.label = Preheater Frost Time
channel-type.comfoair.preheater_frost_time.description = Frost minutes
channel-type.comfoair.preheater_heating.label = Preheater
channel-type.comfoair.preheater_heating.description = State of the preheater
channel-type.comfoair.preheater_safety.label = Preheater Frost Safety
channel-type.comfoair.preheater_safety.description = Frost safety setting
channel-type.comfoair.preheater_time.label = Preheater Duration
channel-type.comfoair.preheater_time.description = Uptime of preheater
channel-type.comfoair.preheater_valve.label = Preheater Valve
channel-type.comfoair.preheater_valve.description = State of the preheater valve
channel-type.comfoair.pulse_ventilation.label = Pulse Ventilation Period (P27)
channel-type.comfoair.pulse_ventilation.description = Period for pulse ventilation (min)
channel-type.comfoair.recu_size.label = Comfoair Size
channel-type.comfoair.recu_size.description = Size of the ComfoAir (1 = big / 2 = small)
channel-type.comfoair.recu_size.state.option.1 = Big
channel-type.comfoair.recu_size.state.option.2 = Small
channel-type.comfoair.recu_type.label = Comfoair Type
channel-type.comfoair.recu_type.description = Type of the ComfoAir (1 = left / 2 = right)
channel-type.comfoair.recu_type.state.option.1 = Left
channel-type.comfoair.recu_type.state.option.2 = Right
channel-type.comfoair.target_temperature.label = Target Temperature
channel-type.comfoair.target_temperature.description = Target (comfort) temperature
channel-type.comfoair.v_control_state.label = 0-10V Control State
channel-type.comfoair.v_control_state.description = State of the 0-10V control

View File

@ -0,0 +1,52 @@
# binding
binding.coolmasternet.name = CoolMasterNet Binding
binding.coolmasternet.description = Binding for Cool Automation CoolMasterNet HVAC controllers.
# thing types
thing-type.coolmasternet.controller.label = CoolMasterNet Controller
thing-type.coolmasternet.controller.description = A CoolMasterNet Controller (connected to one or more HVAC systems)
thing-type.coolmasternet.hvac.label = HVAC System
thing-type.coolmasternet.hvac.description = HVAC System connected to a controller (unique UID)
# thing types config
thing-type.config.coolmasternet.controller.host.label = Hostname
thing-type.config.coolmasternet.controller.host.description = The IP address / FQDN of the CoolMasterNet unit
thing-type.config.coolmasternet.controller.port.label = Port
thing-type.config.coolmasternet.controller.port.description = Port of ASCII interface of CoolMasterNet unit.
thing-type.config.coolmasternet.controller.refresh.label = Refresh Frequency
thing-type.config.coolmasternet.controller.refresh.description = Frequency to poll the controller for updates, in seconds. Defaults to every 5 seconds.
thing-type.config.coolmasternet.hvac.uid.label = HVAC Unit ID
thing-type.config.coolmasternet.hvac.uid.description = Unit ID of the HVAC Unit to control. Example: L1.100.
# channel types
channel-type.coolmasternet.fan_speed.label = Fan Speed
channel-type.coolmasternet.fan_speed.state.option.l = Low
channel-type.coolmasternet.fan_speed.state.option.m = Medium
channel-type.coolmasternet.fan_speed.state.option.h = High
channel-type.coolmasternet.fan_speed.state.option.t = Top
channel-type.coolmasternet.fan_speed.state.option.a = Auto
channel-type.coolmasternet.hvac_mode.label = Mode
channel-type.coolmasternet.hvac_mode.description = HVAC unit operation mode
channel-type.coolmasternet.hvac_mode.state.option.cool = Cool
channel-type.coolmasternet.hvac_mode.state.option.heat = Heat
channel-type.coolmasternet.hvac_mode.state.option.auto = Auto
channel-type.coolmasternet.hvac_mode.state.option.dry = Dry
channel-type.coolmasternet.hvac_mode.state.option.fan = Fan Only
channel-type.coolmasternet.louvre_angle.label = Louvre Position
channel-type.coolmasternet.louvre_angle.state.option.0 = No Control
channel-type.coolmasternet.louvre_angle.state.option.a = Auto Swing
channel-type.coolmasternet.louvre_angle.state.option.h = Horizontal
channel-type.coolmasternet.louvre_angle.state.option.3 = 30 degrees
channel-type.coolmasternet.louvre_angle.state.option.4 = 45 degrees
channel-type.coolmasternet.louvre_angle.state.option.6 = 60 degrees
channel-type.coolmasternet.louvre_angle.state.option.v = Vertical
channel-type.coolmasternet.power.label = Power
channel-type.coolmasternet.power.description = Is the HVAC unit powered on?
channel-type.coolmasternet.temperature_readback.label = Current Temperature
channel-type.coolmasternet.temperature_readback.description = Current system ambient temperature
channel-type.coolmasternet.temperature_setpoint.label = Set Temperature
channel-type.coolmasternet.temperature_setpoint.description = Temperature thermostat setpoint

View File

@ -0,0 +1,30 @@
# binding
binding.coronastats.name = CoronaStats Binding
binding.coronastats.description = This is a binding for accessing data from https://corona-stats.online/ website.
# thing types
thing-type.coronastats.country.label = Corona Statistics (Country)
thing-type.coronastats.country.description = Corona statistics for a specific country
thing-type.coronastats.world.label = Corona Statistics (World)
thing-type.coronastats.world.description = Bridge for accessing data from https://corona-stats.online/ website and representing world statistics.
# thing types config
thing-type.config.coronastats.country.countryCode.label = Country Code
thing-type.config.coronastats.country.countryCode.description = 2-letter Country Code
thing-type.config.coronastats.world.refresh.label = Refresh Interval
thing-type.config.coronastats.world.refresh.description = Time between two API requests in minutes. Minimum 15 minutes.
# channel types
channel-type.coronastats.active.label = Active
channel-type.coronastats.cases.label = Total Cases
channel-type.coronastats.critical.label = Critical
channel-type.coronastats.deaths.label = Total Deaths
channel-type.coronastats.recovered.label = Recovered
channel-type.coronastats.tests.label = Tests
channel-type.coronastats.today_cases.label = New Cases
channel-type.coronastats.today_deaths.label = New Deaths
channel-type.coronastats.updated.label = Updated

View File

@ -0,0 +1,149 @@
# binding
binding.daikin.name = Daikin Binding
binding.daikin.description = This is the binding for Daikin A/C units.
# thing types
thing-type.daikin.ac_unit.label = Daikin AC Unit
thing-type.daikin.ac_unit.description = Daikin AC Unit
thing-type.daikin.airbase_ac_unit.label = Daikin Airbase AC Unit
thing-type.daikin.airbase_ac_unit.description = Daikin Airbase AC Unit
# thing types config
thing-type.config.daikin.config.host.label = Host
thing-type.config.daikin.config.host.description = The Host address of the Daikin AC unit.
thing-type.config.daikin.config.key.label = Key
thing-type.config.daikin.config.key.description = The key obtained from the Daikin adapter.
thing-type.config.daikin.config.refresh.label = Refresh Interval
thing-type.config.daikin.config.refresh.description = Time between fetches of the AC unit state.
thing-type.config.daikin.config.secure.label = Secure/HTTPS
thing-type.config.daikin.config.secure.description = Whether to access using https (default:false).
thing-type.config.daikin.config.uuid.label = UUID
thing-type.config.daikin.config.uuid.description = A unique UUID for authentication if required.
# channel types
channel-type.daikin.acunit-cmpfrequency.label = Compressor Frequency
channel-type.daikin.acunit-cmpfrequency.description = Current compressor frequency
channel-type.daikin.acunit-energycoolingcurrentyear-1.label = Energy Cooling Current Year January
channel-type.daikin.acunit-energycoolingcurrentyear-1.description = The energy usage for cooling this year January
channel-type.daikin.acunit-energycoolingcurrentyear-2.label = Energy Cooling Current Year February
channel-type.daikin.acunit-energycoolingcurrentyear-2.description = The energy usage for cooling this year February
channel-type.daikin.acunit-energycoolingcurrentyear-3.label = Energy Cooling Current Year March
channel-type.daikin.acunit-energycoolingcurrentyear-3.description = The energy usage for cooling this year March
channel-type.daikin.acunit-energycoolingcurrentyear-4.label = Energy Cooling Current Year April
channel-type.daikin.acunit-energycoolingcurrentyear-4.description = The energy usage for cooling this year April
channel-type.daikin.acunit-energycoolingcurrentyear-5.label = Energy Cooling Current Year May
channel-type.daikin.acunit-energycoolingcurrentyear-5.description = The energy usage for cooling this year May
channel-type.daikin.acunit-energycoolingcurrentyear-6.label = Energy Cooling Current Year June
channel-type.daikin.acunit-energycoolingcurrentyear-6.description = The energy usage for cooling this year June
channel-type.daikin.acunit-energycoolingcurrentyear-7.label = Energy Cooling Current Year July
channel-type.daikin.acunit-energycoolingcurrentyear-7.description = The energy usage for cooling this year July
channel-type.daikin.acunit-energycoolingcurrentyear-8.label = Energy Cooling Current Year August
channel-type.daikin.acunit-energycoolingcurrentyear-8.description = The energy usage for cooling this year August
channel-type.daikin.acunit-energycoolingcurrentyear-9.label = Energy Cooling Current Year September
channel-type.daikin.acunit-energycoolingcurrentyear-9.description = The energy usage for cooling this year September
channel-type.daikin.acunit-energycoolingcurrentyear-10.label = Energy Cooling Current Year October
channel-type.daikin.acunit-energycoolingcurrentyear-10.description = The energy usage for cooling this year October
channel-type.daikin.acunit-energycoolingcurrentyear-11.label = Energy Cooling Current Year November
channel-type.daikin.acunit-energycoolingcurrentyear-11.description = The energy usage for cooling this year November
channel-type.daikin.acunit-energycoolingcurrentyear-12.label = Energy Cooling Current Year December
channel-type.daikin.acunit-energycoolingcurrentyear-12.description = The energy usage for cooling this year December
channel-type.daikin.acunit-energycoolinglastweek.label = Energy Cooling Last Week
channel-type.daikin.acunit-energycoolinglastweek.description = The energy usage for cooling last week
channel-type.daikin.acunit-energycoolingthisweek.label = Energy Cooling This Week
channel-type.daikin.acunit-energycoolingthisweek.description = The energy usage for cooling this week
channel-type.daikin.acunit-energycoolingtoday.label = Energy Cooling Today
channel-type.daikin.acunit-energycoolingtoday.description = The energy usage for cooling today
channel-type.daikin.acunit-energyheatingcurrentyear-1.label = Energy Heating Current Year January
channel-type.daikin.acunit-energyheatingcurrentyear-1.description = The energy usage for heating this year January
channel-type.daikin.acunit-energyheatingcurrentyear-2.label = Energy Heating Current Year February
channel-type.daikin.acunit-energyheatingcurrentyear-2.description = The energy usage for heating this year February
channel-type.daikin.acunit-energyheatingcurrentyear-3.label = Energy Heating Current Year March
channel-type.daikin.acunit-energyheatingcurrentyear-3.description = The energy usage for heating this year March
channel-type.daikin.acunit-energyheatingcurrentyear-4.label = Energy Heating Current Year April
channel-type.daikin.acunit-energyheatingcurrentyear-4.description = The energy usage for heating this year April
channel-type.daikin.acunit-energyheatingcurrentyear-5.label = Energy Heating Current Year May
channel-type.daikin.acunit-energyheatingcurrentyear-5.description = The energy usage for heating this year May
channel-type.daikin.acunit-energyheatingcurrentyear-6.label = Energy Heating Current Year June
channel-type.daikin.acunit-energyheatingcurrentyear-6.description = The energy usage for heating this year June
channel-type.daikin.acunit-energyheatingcurrentyear-7.label = Energy Heating Current Year July
channel-type.daikin.acunit-energyheatingcurrentyear-7.description = The energy usage for heating this year July
channel-type.daikin.acunit-energyheatingcurrentyear-8.label = Energy Heating Current Year August
channel-type.daikin.acunit-energyheatingcurrentyear-8.description = The energy usage for heating this year August
channel-type.daikin.acunit-energyheatingcurrentyear-9.label = Energy Heating Current Year September
channel-type.daikin.acunit-energyheatingcurrentyear-9.description = The energy usage for heating this year September
channel-type.daikin.acunit-energyheatingcurrentyear-10.label = Energy Heating Current Year October
channel-type.daikin.acunit-energyheatingcurrentyear-10.description = The energy usage for heating this year October
channel-type.daikin.acunit-energyheatingcurrentyear-11.label = Energy Heating Current Year November
channel-type.daikin.acunit-energyheatingcurrentyear-11.description = The energy usage for heating this year November
channel-type.daikin.acunit-energyheatingcurrentyear-12.label = Energy Heating Current Year December
channel-type.daikin.acunit-energyheatingcurrentyear-12.description = The energy usage for heating this year December
channel-type.daikin.acunit-energyheatinglastweek.label = Energy Heating Last Week
channel-type.daikin.acunit-energyheatinglastweek.description = The energy usage for heating last week
channel-type.daikin.acunit-energyheatingthisweek.label = Energy Heating This Week
channel-type.daikin.acunit-energyheatingthisweek.description = The energy usage for heating this week
channel-type.daikin.acunit-energyheatingtoday.label = Energy Heating Today
channel-type.daikin.acunit-energyheatingtoday.description = The energy usage for heating today
channel-type.daikin.acunit-fan.label = Fan
channel-type.daikin.acunit-fan.description = Current fan speed setting of the AC unit
channel-type.daikin.acunit-fan.state.option.AUTO = auto
channel-type.daikin.acunit-fan.state.option.SILENCE = silence
channel-type.daikin.acunit-fan.state.option.LEVEL_1 = level 1
channel-type.daikin.acunit-fan.state.option.LEVEL_2 = level 2
channel-type.daikin.acunit-fan.state.option.LEVEL_3 = level 3
channel-type.daikin.acunit-fan.state.option.LEVEL_4 = level 4
channel-type.daikin.acunit-fan.state.option.LEVEL_5 = level 5
channel-type.daikin.acunit-fandir.label = Fan Swing
channel-type.daikin.acunit-fandir.description = Current fan swing setting of the AC unit
channel-type.daikin.acunit-fandir.state.option.STOPPED = stopped
channel-type.daikin.acunit-fandir.state.option.VERTICAL = vertical
channel-type.daikin.acunit-fandir.state.option.HORIZONTAL = horizontal
channel-type.daikin.acunit-fandir.state.option.VERTICAL_AND_HORIZONTAL = vertical and horizontal
channel-type.daikin.acunit-homekitmode.label = Homekit Mode
channel-type.daikin.acunit-homekitmode.description = Current Homekit mode of the AC unit
channel-type.daikin.acunit-homekitmode.state.option.auto = Auto
channel-type.daikin.acunit-homekitmode.state.option.heat = Heating On
channel-type.daikin.acunit-homekitmode.state.option.cool = Cooling On
channel-type.daikin.acunit-homekitmode.state.option.off = Off
channel-type.daikin.acunit-humidity.label = Indoor Humidity
channel-type.daikin.acunit-humidity.description = The indoor humidity as measured by the A/C unit
channel-type.daikin.acunit-indoortemp.label = Indoor Temperature
channel-type.daikin.acunit-indoortemp.description = The indoor temperature
channel-type.daikin.acunit-mode.label = Mode
channel-type.daikin.acunit-mode.description = Current mode of the AC unit
channel-type.daikin.acunit-mode.state.option.AUTO = auto
channel-type.daikin.acunit-mode.state.option.DEHUMIDIFIER = dehumidifier
channel-type.daikin.acunit-mode.state.option.COLD = cooling
channel-type.daikin.acunit-mode.state.option.HEAT = heating
channel-type.daikin.acunit-mode.state.option.FAN = fan
channel-type.daikin.acunit-outdoortemp.label = Outdoor Temperature
channel-type.daikin.acunit-outdoortemp.description = The outdoor temperature
channel-type.daikin.acunit-power.label = Power
channel-type.daikin.acunit-power.description = Power for the AC unit
channel-type.daikin.acunit-settemp.label = Set Point
channel-type.daikin.acunit-settemp.description = The set point temperature
channel-type.daikin.acunit-specialmode-powerful.label = Powerful Mode
channel-type.daikin.acunit-specialmode-powerful.description = Powerful mode switch
channel-type.daikin.acunit-specialmode.label = Special Mode
channel-type.daikin.acunit-specialmode.description = Current special mode
channel-type.daikin.airbase-acunit-fan.label = Fan
channel-type.daikin.airbase-acunit-fan.description = Current fan speed setting of the AC unit
channel-type.daikin.airbase-acunit-zone1.label = Zone 1
channel-type.daikin.airbase-acunit-zone1.description = Zone 1 for the AC unit
channel-type.daikin.airbase-acunit-zone2.label = Zone 2
channel-type.daikin.airbase-acunit-zone2.description = Zone 2 for the AC unit
channel-type.daikin.airbase-acunit-zone3.label = Zone 3
channel-type.daikin.airbase-acunit-zone3.description = Zone 3 for the AC unit
channel-type.daikin.airbase-acunit-zone4.label = Zone 4
channel-type.daikin.airbase-acunit-zone4.description = Zone 4 for the AC unit
channel-type.daikin.airbase-acunit-zone5.label = Zone 5
channel-type.daikin.airbase-acunit-zone5.description = Zone 5 for the AC unit
channel-type.daikin.airbase-acunit-zone6.label = Zone 6
channel-type.daikin.airbase-acunit-zone6.description = Zone 6 for the AC unit
channel-type.daikin.airbase-acunit-zone7.label = Zone 7
channel-type.daikin.airbase-acunit-zone7.description = Zone 7 for the AC unit
channel-type.daikin.airbase-acunit-zone8.label = Zone 8
channel-type.daikin.airbase-acunit-zone8.description = Zone 8 for the AC unit

View File

@ -0,0 +1,32 @@
# binding
binding.dali.name = DALI Binding
binding.dali.description = This is the binding for controlling lights using the Digital Addressable Lighting Interface (DALI).
# thing types
thing-type.dali.daliserver.label = Daliserver
thing-type.dali.daliserver.description = A running daliserver.
thing-type.dali.device.label = DALI Device
thing-type.dali.device.description = Controls a single device/ballast
thing-type.dali.group.label = DALI Group
thing-type.dali.group.description = Controls a group of devices/ballasts
thing-type.dali.rgb.label = DALI RGB Device
thing-type.dali.rgb.description = Controls three DALI devices representing R,G,B lighting channels
# thing types config
thing-type.config.dali.daliserver.host.label = Host Address
thing-type.config.dali.daliserver.host.description = IP address or host name of daliserver.
thing-type.config.dali.daliserver.port.label = TCP Port
thing-type.config.dali.daliserver.port.description = Port of the daliserver TCP interface.
thing-type.config.dali.device.targetId.label = Device ID
thing-type.config.dali.device.targetId.description = Address of the device in the DALI bus
thing-type.config.dali.group.targetId.label = Group ID
thing-type.config.dali.group.targetId.description = Address of the group in the DALI bus
thing-type.config.dali.rgb.targetIdB.label = B Device ID
thing-type.config.dali.rgb.targetIdB.description = Address of the device in the DALI bus
thing-type.config.dali.rgb.targetIdG.label = G Device ID
thing-type.config.dali.rgb.targetIdG.description = Address of the device in the DALI bus
thing-type.config.dali.rgb.targetIdR.label = R Device ID
thing-type.config.dali.rgb.targetIdR.description = Address of the device in the DALI bus

View File

@ -0,0 +1,56 @@
# binding
binding.dbquery.name = DBQuery Binding
binding.dbquery.description = This is the binding for DBQuery that allows to execute native database queries and bind their results to items.
# thing types
thing-type.dbquery.influxdb2.label = InfluxDB2 Bridge
thing-type.dbquery.influxdb2.description = The InfluxDB 2.0 represents a connection to a InfluxDB 2.0 server
thing-type.dbquery.query.label = Query Thing
thing-type.dbquery.query.description = Thing that represents a native query
# thing types config
thing-type.config.dbquery.influxdb2.bucket.label = Bucket
thing-type.config.dbquery.influxdb2.bucket.description = Name of the database bucket
thing-type.config.dbquery.influxdb2.organization.label = Organization
thing-type.config.dbquery.influxdb2.organization.description = Name of the database organization
thing-type.config.dbquery.influxdb2.token.label = Token
thing-type.config.dbquery.influxdb2.token.description = Token to authenticate to the database
thing-type.config.dbquery.influxdb2.url.label = Url
thing-type.config.dbquery.influxdb2.url.description = Database url
thing-type.config.dbquery.influxdb2.user.label = Username
thing-type.config.dbquery.influxdb2.user.description = Name of the database user
thing-type.config.dbquery.query.hasParameters.label = Query has Parameters
thing-type.config.dbquery.query.hasParameters.description = True if the query has parameters, otherwise false
thing-type.config.dbquery.query.interval.label = Interval
thing-type.config.dbquery.query.interval.description = An interval, in seconds, the query will be repeatedly executed. Default values is 0, which means that query is never executed automatically. You need to send the ON command each time you wish to execute.
thing-type.config.dbquery.query.query.label = Query Definition
thing-type.config.dbquery.query.query.description = Query definition using native query language
thing-type.config.dbquery.query.scalarColumn.label = Scalar Column Name
thing-type.config.dbquery.query.scalarColumn.description = The column's name that is used to extract scalarResult. If only one column is returned this parameter can be blank
thing-type.config.dbquery.query.scalarResult.label = Scalar Result
thing-type.config.dbquery.query.scalarResult.description = True if the query always return only one single scalar value (only one row and one value-column in this row), otherwise false
thing-type.config.dbquery.query.timeout.label = Timeout Query
thing-type.config.dbquery.query.timeout.description = A time-out in seconds to wait for the query result, if it's exceeded result will be discarded. Use 0 for no timeout
# channel types
channel-type.dbquery.calculate-parameters-channel.label = Calculate Parameters
channel-type.dbquery.calculate-parameters-channel.description = Event to calculate query parameters
channel-type.dbquery.correct-channel.label = Last Query Worked
channel-type.dbquery.correct-channel.description = True if last query executed correctly
channel-type.dbquery.execute-channel.label = Execute Query
channel-type.dbquery.execute-channel.description = Send ON to execute the query, the current state tells if the query is running
channel-type.dbquery.parameters-channel.label = JSON Result
channel-type.dbquery.result-channel-contact.label = Contact Result
channel-type.dbquery.result-channel-contact.description = Execute query and binds result value to channel as a Contact
channel-type.dbquery.result-channel-datetime.label = DateTime Result
channel-type.dbquery.result-channel-datetime.description = Execute query and binds result value to channel as a DateTime
channel-type.dbquery.result-channel-number.label = Number Result
channel-type.dbquery.result-channel-number.description = Execute query and binds result value to channel as a Number
channel-type.dbquery.result-channel-string.label = String Result
channel-type.dbquery.result-channel-string.description = Execute query and binds result value to channel as a String
channel-type.dbquery.result-channel-switch.label = Switch Result
channel-type.dbquery.result-channel-switch.description = Execute query and binds result value to channel as a Switch

View File

@ -0,0 +1,110 @@
# binding
binding.denonmarantz.name = DenonMarantz Binding
binding.denonmarantz.description = Binding for controlling network enabled Denon and Marantz receivers.
# thing types
thing-type.denonmarantz.avr.label = Denon/Marantz AVR
thing-type.denonmarantz.avr.description = Control a Denon/Marantz AVR.
thing-type.denonmarantz.avr.group.mainZone.label = Main Zone Control
thing-type.denonmarantz.avr.group.mainZone.description = Channels for the main zone of this AVR.
thing-type.denonmarantz.avr.group.zone2.label = Zone 2 Control
thing-type.denonmarantz.avr.group.zone2.description = Channels for zone2 of this AVR.
thing-type.denonmarantz.avr.group.zone3.label = Zone 3 Control
thing-type.denonmarantz.avr.group.zone3.description = Channels for zone3 of this AVR.
thing-type.denonmarantz.avr.group.zone4.label = Zone 4 Control
thing-type.denonmarantz.avr.group.zone4.description = Channels for zone4 of this AVR.
# thing types config
thing-type.config.denonmarantz.avr.group.connectionSettings.label = General Connection Settings
thing-type.config.denonmarantz.avr.group.httpSettings.label = HTTP Settings
thing-type.config.denonmarantz.avr.group.httpSettings.description = Settings for the HTTP port of the AVR
thing-type.config.denonmarantz.avr.group.receiverProperties.label = Receiver Properties
thing-type.config.denonmarantz.avr.group.telnetSettings.label = Telnet Settings
thing-type.config.denonmarantz.avr.group.telnetSettings.description = Settings for the Telnet port of the AVR
thing-type.config.denonmarantz.avr.host.label = AVR Host or IP Address
thing-type.config.denonmarantz.avr.host.description = Hostname or IP address of the AVR to control.
thing-type.config.denonmarantz.avr.httpPollingInterval.label = Polling Interval
thing-type.config.denonmarantz.avr.httpPollingInterval.description = Refresh interval of the HTTP API in seconds (minimal 5)
thing-type.config.denonmarantz.avr.httpPort.label = HTTP Port
thing-type.config.denonmarantz.avr.httpPort.description = HTTP Port used for AVR communication. Normally shouldn't be changed.
thing-type.config.denonmarantz.avr.telnetEnabled.label = Use Telnet Port
thing-type.config.denonmarantz.avr.telnetEnabled.description = By using telnet the AVR updates are received immediately. Also, some devices only support telnet. However, the AVR only allows 1 simultaneous connection. Uncheck if you are using dedicated apps to control the AVR. Then HTTP polling is used instead.
thing-type.config.denonmarantz.avr.telnetPort.label = Telnet Port
thing-type.config.denonmarantz.avr.telnetPort.description = Telnet port used for AVR communication. Normally shouldn't be changed.
thing-type.config.denonmarantz.avr.zoneCount.label = Zone Count of the Receiver
thing-type.config.denonmarantz.avr.zoneCount.description = Number of zones (including main zone), values 1-4 are supported.
# channel group types
channel-group-type.denonmarantz.general.label = General Control
channel-group-type.denonmarantz.general.description = General channels for this AVR.
channel-group-type.denonmarantz.zone.label = Zone Control
channel-group-type.denonmarantz.zone.description = Channels for a zone of this AVR.
# channel types
channel-type.denonmarantz.album.label = Now Playing (album)
channel-type.denonmarantz.album.description = Displays the album of the now playing song.
channel-type.denonmarantz.artist.label = Now Playing (artist)
channel-type.denonmarantz.artist.description = Displays the artist of the now playing song.
channel-type.denonmarantz.command.label = Send a Custom Command
channel-type.denonmarantz.command.description = Use this channel to send any custom command, e.g. SITV or MSSTANDARD (check the protocol documentation)
channel-type.denonmarantz.input.label = Input Source
channel-type.denonmarantz.input.description = Select the input source for this zone of the AVR
channel-type.denonmarantz.input.state.option.DVD = DVD
channel-type.denonmarantz.input.state.option.BD = BD
channel-type.denonmarantz.input.state.option.TV = TV
channel-type.denonmarantz.input.state.option.SAT/CBL = SAT/CBL
channel-type.denonmarantz.input.state.option.SAT = SAT
channel-type.denonmarantz.input.state.option.MPLAY = MPLAY
channel-type.denonmarantz.input.state.option.VCR = VCR
channel-type.denonmarantz.input.state.option.GAME = GAME
channel-type.denonmarantz.input.state.option.V.AUX = V.AUX
channel-type.denonmarantz.input.state.option.TUNER = TUNER
channel-type.denonmarantz.input.state.option.HDRADIO = HDRADIO
channel-type.denonmarantz.input.state.option.SIRIUS = SIRIUS
channel-type.denonmarantz.input.state.option.SPOTIFY = SPOTIFY
channel-type.denonmarantz.input.state.option.SIRIUSXM = SIRIUSXM
channel-type.denonmarantz.input.state.option.RHAPSODY = RHAPSODY
channel-type.denonmarantz.input.state.option.PANDORA = PANDORA
channel-type.denonmarantz.input.state.option.NAPSTER = NAPSTER
channel-type.denonmarantz.input.state.option.LASTFM = LASTFM
channel-type.denonmarantz.input.state.option.FLICKR = FLICKR
channel-type.denonmarantz.input.state.option.IRADIO = IRADIO
channel-type.denonmarantz.input.state.option.SERVER = SERVER
channel-type.denonmarantz.input.state.option.FAVORITES = FAVORITES
channel-type.denonmarantz.input.state.option.CDR = CDR
channel-type.denonmarantz.input.state.option.AUX1 = AUX1
channel-type.denonmarantz.input.state.option.AUX2 = AUX2
channel-type.denonmarantz.input.state.option.AUX3 = AUX3
channel-type.denonmarantz.input.state.option.AUX4 = AUX4
channel-type.denonmarantz.input.state.option.AUX5 = AUX5
channel-type.denonmarantz.input.state.option.AUX6 = AUX6
channel-type.denonmarantz.input.state.option.AUX7 = AUX7
channel-type.denonmarantz.input.state.option.NET = NET
channel-type.denonmarantz.input.state.option.NET/USB = NET/USB
channel-type.denonmarantz.input.state.option.BT = BT
channel-type.denonmarantz.input.state.option.M-XPORT = M-XPORT
channel-type.denonmarantz.input.state.option.USB/IPOD = USB/IPOD
channel-type.denonmarantz.input.state.option.USB = USB
channel-type.denonmarantz.input.state.option.IPD = IPD
channel-type.denonmarantz.input.state.option.IRP = IRP
channel-type.denonmarantz.input.state.option.FVP = FVP
channel-type.denonmarantz.input.state.option.OTP = OTP
channel-type.denonmarantz.mainPower.label = Power
channel-type.denonmarantz.mainPower.description = Power ON/OFF the AVR
channel-type.denonmarantz.mute.label = Mute
channel-type.denonmarantz.mute.description = Enable/Disable Mute on this zone of the AVR
channel-type.denonmarantz.surroundProgram.label = Surround Program
channel-type.denonmarantz.surroundProgram.description = Select the surround program of the AVR
channel-type.denonmarantz.track.label = Now Playing (track)
channel-type.denonmarantz.track.description = Displays the title of the now playing track.
channel-type.denonmarantz.volume.label = Volume
channel-type.denonmarantz.volume.description = Set the volume level of this zone
channel-type.denonmarantz.volumeDB.label = Volume (dB)
channel-type.denonmarantz.volumeDB.description = Set the volume level (dB). Same as [mainVolume - 80].
channel-type.denonmarantz.zonePower.label = Power (zone)
channel-type.denonmarantz.zonePower.description = Power ON/OFF this zone of the AVR

View File

@ -0,0 +1,102 @@
# binding
binding.deutschebahn.name = Deutsche Bahn Binding
binding.deutschebahn.description = This binding provides timetable information for train stations of Deutsche Bahn.
# thing types
thing-type.deutschebahn.timetable.label = Deutsche Bahn Timetable
thing-type.deutschebahn.timetable.description = Connection to the timetable API of Deutsche Bahn. Provides timetable data that can be displayed using the train things.
thing-type.deutschebahn.train.label = Train
thing-type.deutschebahn.train.description = Displays informations about an train within the given timetable at one station.
thing-type.deutschebahn.train.group.arrival.label = Arrival
thing-type.deutschebahn.train.group.arrival.description = Contains all informations about the arrival of the train at the station. Channels may be empty, if the trains starts at this station.
thing-type.deutschebahn.train.group.departure.label = Departure
thing-type.deutschebahn.train.group.departure.description = Contains all informations about the departure of the train at the station. Channels may be empty, if the trains ends at this station.
thing-type.deutschebahn.train.group.trip.label = Trip
thing-type.deutschebahn.train.group.trip.description = Contains all informations about the trip of the train.
# thing types config
thing-type.config.deutschebahn.timetable.accessToken.label = Access Token
thing-type.config.deutschebahn.timetable.accessToken.description = Access Token from Deutsche Bahn developer portal for accessing the webservice api.
thing-type.config.deutschebahn.timetable.evaNo.label = EvaNo of Station
thing-type.config.deutschebahn.timetable.evaNo.description = evaNo of the station, for which the timetable should be requested. see https://data.deutschebahn.com/dataset.tags.EVA-Nr..html
thing-type.config.deutschebahn.timetable.trainFilter.label = Train Filter
thing-type.config.deutschebahn.timetable.trainFilter.description = Selects the trains that will be be displayed in this timetable. If not set only departures will be provided.
thing-type.config.deutschebahn.timetable.trainFilter.option.all = All
thing-type.config.deutschebahn.timetable.trainFilter.option.arrivals = Arrivals
thing-type.config.deutschebahn.timetable.trainFilter.option.departures = Departures
thing-type.config.deutschebahn.train.position.label = Position
thing-type.config.deutschebahn.train.position.description = Selects the position of the train in the timetable.
# channel group types
channel-group-type.deutschebahn.eventAttributes.label = Event Attributes
channel-group-type.deutschebahn.eventAttributes.description = Contains all attributes for an event (arrival / departure) of an train at the station.
channel-group-type.deutschebahn.tripAttributes.label = Trip Attributes
channel-group-type.deutschebahn.tripAttributes.description = Contains all informations about the trip of the train.
# channel types
channel-type.deutschebahn.cancellation-time.label = Cancellation Time
channel-type.deutschebahn.cancellation-time.description = Time when the cancellation of this stop was created.
channel-type.deutschebahn.cancellation-time.state.pattern = %1$tH:%1$tM
channel-type.deutschebahn.category.label = Category
channel-type.deutschebahn.category.description = Provides the category of the trip, e.g. "ICE" or "RE".
channel-type.deutschebahn.changed-distant-endpoint.label = Changed Distant Endpoint
channel-type.deutschebahn.changed-distant-endpoint.description = Changed distant endpoint.
channel-type.deutschebahn.changed-final-station.label = Changed Final Station
channel-type.deutschebahn.changed-final-station.description = Changed final station of the train. For arrivals the starting station is returned, for departures the target station is returned.
channel-type.deutschebahn.changed-intermediate-stations.label = Changed Intermediate Stations
channel-type.deutschebahn.changed-intermediate-stations.description = Returns the changed stations this train came from (for arrivals) or the stations this train will go to (for departures). Stations will be separated by single dash.
channel-type.deutschebahn.changed-path.label = Changed Path
channel-type.deutschebahn.changed-path.description = Provides the planned path of a train. For arrival, the path indicates the stations that come before the current station. The first element then is the trips start station. For departure, the path indicates the stations that come after the current station. The last ele-ment in the path then is the trips destination station. Note that the current station is never included in the path (neither for arrival nor for departure).
channel-type.deutschebahn.changed-platform.label = Changed Platform
channel-type.deutschebahn.changed-platform.description = Provides the changed platform of a train.
channel-type.deutschebahn.changed-status.label = Changed Status
channel-type.deutschebahn.changed-status.description = Provides the changed status of a train.
channel-type.deutschebahn.changed-status.state.option.p = Planned
channel-type.deutschebahn.changed-status.state.option.a = Added
channel-type.deutschebahn.changed-status.state.option.c = Cancelled
channel-type.deutschebahn.changed-time.label = Changed Time
channel-type.deutschebahn.changed-time.description = Provides the changed time of a train.
channel-type.deutschebahn.changed-time.state.pattern = %1$tH:%1$tM
channel-type.deutschebahn.distant-change.label = Distant Change
channel-type.deutschebahn.distant-change.description = distant change
channel-type.deutschebahn.filter-flags.label = Filter Flags
channel-type.deutschebahn.filter-flags.description = Provides the filter flags.
channel-type.deutschebahn.hidden.label = Hidden
channel-type.deutschebahn.hidden.description = On if the event should not be shown, because travellers are not supposed to enter or exit the train at this stop.
channel-type.deutschebahn.line.label = Line
channel-type.deutschebahn.line.description = The line indicator.
channel-type.deutschebahn.messages.label = Messages
channel-type.deutschebahn.messages.description = Messages for this train. Contains all translated codes from the messages of the selected train stop. Multiple messages will be separated with an single dash.
channel-type.deutschebahn.number.label = Number
channel-type.deutschebahn.number.description = Provides the trip/train number, e.g. "4523".
channel-type.deutschebahn.owner.label = Owner
channel-type.deutschebahn.owner.description = Provides the owner of the train. A unique short-form and only intended to map a trip to specific evu (EisenbahnVerkehrsUnternehmen).
channel-type.deutschebahn.planned-distant-endpoint.label = Planned Distant Endpoint
channel-type.deutschebahn.planned-distant-endpoint.description = Planned distant endpoint.
channel-type.deutschebahn.planned-final-station.label = Planned Final Station
channel-type.deutschebahn.planned-final-station.description = Planned final station of the train. For arrivals the starting station is returned, for departures the target station is returned.
channel-type.deutschebahn.planned-intermediate-stations.label = Planned Intermediate Stations
channel-type.deutschebahn.planned-intermediate-stations.description = Returns the planned stations this train came from (for arrivals) or the stations this train will go to (for departures). Stations will be separated by single dash.
channel-type.deutschebahn.planned-path.label = Planned Path
channel-type.deutschebahn.planned-path.description = Provides the planned path of a train. For arrival, the path indicates the stations that come before the current station. The first element then is the trips start station. For departure, the path indicates the stations that come after the current station. The last ele-ment in the path then is the trips destination station. Note that the current station is never included in the path (neither for arrival nor for departure).
channel-type.deutschebahn.planned-platform.label = Planned Platform
channel-type.deutschebahn.planned-platform.description = Provides the planned platform of a train.
channel-type.deutschebahn.planned-status.label = Planned Status
channel-type.deutschebahn.planned-status.description = Provides the planned status of a train.
channel-type.deutschebahn.planned-status.state.option.p = Planned
channel-type.deutschebahn.planned-status.state.option.a = Added
channel-type.deutschebahn.planned-status.state.option.c = Cancelled
channel-type.deutschebahn.planned-time.label = Planned Time
channel-type.deutschebahn.planned-time.description = Provides the planned time of a train.
channel-type.deutschebahn.planned-time.state.pattern = %1$tH:%1$tM
channel-type.deutschebahn.transition.label = Transition
channel-type.deutschebahn.transition.description = Trip id of the next or previous train of a shared train. At the start stop this references the previous trip, at the last stop it references the next trip.
channel-type.deutschebahn.trip-type.label = Trip Type
channel-type.deutschebahn.trip-type.description = Provides the type of the trip.
channel-type.deutschebahn.wings.label = Wings
channel-type.deutschebahn.wings.description = A sequence of trip id separated by the pipe symbols (“|”).

View File

@ -0,0 +1,139 @@
# binding
binding.digiplex.name = Digiplex/EVO Binding
binding.digiplex.description = Binding for Digiplex/EVO alarm systems (utilizing PRT3 module)
# thing types
thing-type.digiplex.area.label = Area
thing-type.digiplex.area.description = Area
thing-type.digiplex.bridge.label = Digiplex PRT3 Module
thing-type.digiplex.bridge.description = Digiplex PRT3 module with Serial Interface
thing-type.digiplex.zone.label = Zone
thing-type.digiplex.zone.description = Zone
# thing types config
thing-type.config.digiplex.area.refreshPeriod.label = Refresh Time of Area Status
thing-type.config.digiplex.area.refreshPeriod.description = Controls how often area status will be refreshed from the PRT3 module
thing-type.config.digiplex.bridge.baudrate.label = Baud Rate
thing-type.config.digiplex.bridge.baudrate.description = Set the serial port baud rate
thing-type.config.digiplex.bridge.baudrate.option.2400 = 2400
thing-type.config.digiplex.bridge.baudrate.option.9600 = 9600
thing-type.config.digiplex.bridge.baudrate.option.19200 = 19200
thing-type.config.digiplex.bridge.baudrate.option.57600 = 57600
thing-type.config.digiplex.bridge.group.port.label = Port Configuration
thing-type.config.digiplex.bridge.port.label = Serial Port
thing-type.config.digiplex.bridge.port.description = Set the serial port used to access PRT3 device
# channel group types
channel-group-type.digiplex.statistics.label = Statistics
channel-group-type.digiplex.statistics.description = Statistics of PRT3 communication
channel-group-type.digiplex.troubles.label = Troubles
channel-group-type.digiplex.troubles.description = Problems reported by the alarm system
# channel types
channel-type.digiplex.ac_failure.label = AC Line
channel-type.digiplex.ac_failure.description = Reports power line failure
channel-type.digiplex.ac_failure.state.option.ON = Failure
channel-type.digiplex.ac_failure.state.option.OFF = OK
channel-type.digiplex.alarm.label = Area in Alarm
channel-type.digiplex.alarm.description = Indicates if area is in alarm
channel-type.digiplex.alarm.state.option.CLOSED = Ok
channel-type.digiplex.alarm.state.option.OPEN = Alarm
channel-type.digiplex.alarm.label = Alarm Triggered
channel-type.digiplex.alarm.description = Indicates if zone is in alarm
channel-type.digiplex.alarm.state.option.CLOSED = No
channel-type.digiplex.alarm.state.option.OPEN = Yes
channel-type.digiplex.area_armed.label = Area Armed
channel-type.digiplex.area_armed.description = Indicates if area is armed
channel-type.digiplex.area_armed.state.option.CLOSED = Ok
channel-type.digiplex.area_armed.state.option.OPEN = Armed
channel-type.digiplex.area_status.label = Area Status
channel-type.digiplex.area_status.description = Area Status as received from 'Area Status Request'
channel-type.digiplex.area_status.state.option.DISARMED = Disarmed
channel-type.digiplex.area_status.state.option.ARMED = Armed
channel-type.digiplex.area_status.state.option.ARMED_FORCE = Force armed
channel-type.digiplex.area_status.state.option.ARMED_STAY = Stay armed
channel-type.digiplex.area_status.state.option.ARMED_INSTANT = Instant armed
channel-type.digiplex.aux_current_limit.label = AUX Current Limit
channel-type.digiplex.aux_current_limit.description = Auxiliary Outputs have exceeded their current limits
channel-type.digiplex.aux_current_limit.state.option.ON = Exceeded
channel-type.digiplex.aux_current_limit.state.option.OFF = OK
channel-type.digiplex.battery_failure.label = Battery
channel-type.digiplex.battery_failure.description = Reports battery failure
channel-type.digiplex.battery_failure.state.option.ON = Failure
channel-type.digiplex.battery_failure.state.option.OFF = OK
channel-type.digiplex.bell_absent.label = Bell Status
channel-type.digiplex.bell_absent.description = Reports if bell is absent
channel-type.digiplex.bell_absent.state.option.ON = Absent
channel-type.digiplex.bell_absent.state.option.OFF = OK
channel-type.digiplex.bell_current_limit.label = Bell Current Limit
channel-type.digiplex.bell_current_limit.description = Bell Output has exceeded its current limit
channel-type.digiplex.bell_current_limit.state.option.ON = Exceeded
channel-type.digiplex.bell_current_limit.state.option.OFF = OK
channel-type.digiplex.clock_trouble.label = Clock
channel-type.digiplex.clock_trouble.description = Reports if clock is not malfunctioning
channel-type.digiplex.clock_trouble.state.option.ON = Failure
channel-type.digiplex.clock_trouble.state.option.OFF = OK
channel-type.digiplex.control.label = Control Alarm System
channel-type.digiplex.control.description = Used to control area status. By reading its state one can check result of the last command sent to the alarm system.
channel-type.digiplex.control.state.option.OK = Ok
channel-type.digiplex.control.state.option.FAIL = Fail
channel-type.digiplex.events_received.label = Events Received
channel-type.digiplex.events_received.description = Counts events received from the alarm system
channel-type.digiplex.extended_status.label = Extended Zone Status
channel-type.digiplex.extended_status.description = Indicates actual zone state as a string
channel-type.digiplex.extended_status.state.option.CLOSED = Closed
channel-type.digiplex.extended_status.state.option.OPEN = Open
channel-type.digiplex.extended_status.state.option.TAMPERED = Tampered
channel-type.digiplex.extended_status.state.option.FIRE_LOOP_TROUBLE = Fire Loop Trouble
channel-type.digiplex.fire_alarm.label = Fire Alarm Triggered
channel-type.digiplex.fire_alarm.description = Indicates if zone is in fire alarm
channel-type.digiplex.fire_alarm.state.option.CLOSED = No
channel-type.digiplex.fire_alarm.state.option.OPEN = Yes
channel-type.digiplex.global_fire_loop.label = Global Fire Loop
channel-type.digiplex.global_fire_loop.description = Reports if fire loop has been triggered
channel-type.digiplex.global_fire_loop.state.option.ON = Fire!
channel-type.digiplex.global_fire_loop.state.option.OFF = OK
channel-type.digiplex.in_programming.label = Area in Programming Mode
channel-type.digiplex.in_programming.description = Indicates if area is in the programming mode
channel-type.digiplex.in_programming.state.option.CLOSED = Ok
channel-type.digiplex.in_programming.state.option.OPEN = In programming mode
channel-type.digiplex.last_triggered.label = Last Triggered Time
channel-type.digiplex.last_triggered.description = Indicates when the zone has been triggered for the last time
channel-type.digiplex.low_battery.label = Low Battery Warning
channel-type.digiplex.low_battery.description = Indicates if zone is low on battery
channel-type.digiplex.low_battery.state.option.CLOSED = No
channel-type.digiplex.low_battery.state.option.OPEN = Yes
channel-type.digiplex.messages_sent.label = Messages Sent
channel-type.digiplex.messages_sent.description = Counts messages sent to the alarm system
channel-type.digiplex.ready.label = Area Ready
channel-type.digiplex.ready.description = Indicates if area is ready (no open zones)
channel-type.digiplex.ready.state.option.CLOSED = Not ready
channel-type.digiplex.ready.state.option.OPEN = Ready
channel-type.digiplex.responses_received.label = Responses Received
channel-type.digiplex.responses_received.description = Counts responses received from the alarm system
channel-type.digiplex.status.label = Zone Status
channel-type.digiplex.status.description = Zone Status (Open/Closed)
channel-type.digiplex.status.state.option.CLOSED = Closed
channel-type.digiplex.status.state.option.OPEN = Open
channel-type.digiplex.strobe.label = Strobe
channel-type.digiplex.strobe.state.option.CLOSED = Ok
channel-type.digiplex.strobe.state.option.OPEN = Strobe
channel-type.digiplex.supervision_lost.label = Supervision Lost
channel-type.digiplex.supervision_lost.description = Indicates if zone has lost a supervision
channel-type.digiplex.supervision_lost.state.option.CLOSED = No
channel-type.digiplex.supervision_lost.state.option.OPEN = Yes
channel-type.digiplex.tlm_trouble.label = Telephone Line
channel-type.digiplex.tlm_trouble.description = Reports telephone line failure
channel-type.digiplex.tlm_trouble.state.option.ON = Failure
channel-type.digiplex.tlm_trouble.state.option.OFF = OK
channel-type.digiplex.trouble.label = Trouble
channel-type.digiplex.trouble.state.option.CLOSED = Ok
channel-type.digiplex.trouble.state.option.OPEN = Trouble
channel-type.digiplex.zone_in_memory.label = Zone in Memory
channel-type.digiplex.zone_in_memory.state.option.CLOSED = Ok
channel-type.digiplex.zone_in_memory.state.option.OPEN = Zone in memory

View File

@ -0,0 +1,18 @@
# binding
binding.dlinksmarthome.name = D-Link Smart Home Binding
binding.dlinksmarthome.description = This is the binding for D-Link Smart Home devices
# thing types
thing-type.dlinksmarthome.DCH-S150.label = Motion Sensor
thing-type.dlinksmarthome.DCH-S150.description = D-Link DCH-S150 WiFi motion sensor
thing-type.dlinksmarthome.DCH-S150.channel.motion.label = Motion Detected
thing-type.dlinksmarthome.DCH-S150.channel.motion.description = Triggered when the sensor detects motion
# thing types config
thing-type.config.dlinksmarthome.DCH-S150.ipAddress.label = Hostname or IP
thing-type.config.dlinksmarthome.DCH-S150.ipAddress.description = Hostname or IP of the device.
thing-type.config.dlinksmarthome.DCH-S150.pin.label = PIN Code
thing-type.config.dlinksmarthome.DCH-S150.pin.description = PIN code from the back of the device.

View File

@ -0,0 +1,116 @@
# binding
binding.dmx.name = DMX Binding
binding.dmx.description = This is the binding for DMX.
# thing types
thing-type.dmx.artnet-bridge.label = ArtNet Bridge
thing-type.dmx.artnet-bridge.description = The ArtNet bridge represents a single DMX universe connected via ArtNet, only unicast
thing-type.dmx.chaser.label = DMX Chaser
thing-type.dmx.chaser.description = A single/multi-channel chaser
thing-type.dmx.color.label = DMX Color (RGB) Dimmer
thing-type.dmx.color.description = A RGB capable dimmer
thing-type.dmx.dimmer.label = DMX Dimmer
thing-type.dmx.dimmer.description = A single/multi-channel dimmer
thing-type.dmx.lib485-bridge.label = Lib485 Bridge
thing-type.dmx.lib485-bridge.description = The Lib485 bridge represents a single DMX universe connected via Lib485
thing-type.dmx.sacn-bridge.label = sACN/E1.31 Bridge
thing-type.dmx.sacn-bridge.description = The sACN/E1.31 bridge represents a single DMX universe connected via sACN/E1.31
thing-type.dmx.tunablewhite.label = DMX Tunable White Dimmer
thing-type.dmx.tunablewhite.description = A tunable white capable dimmer
# thing types config
thing-type.config.dmx.artnet-bridge.address.label = Receiver Address(es)
thing-type.config.dmx.artnet-bridge.address.description = Network addresses of ArtNet receivers, format: address[:port][, address[:port], ...]. Default port is 6454.
thing-type.config.dmx.artnet-bridge.applycurve.label = Apply Curve
thing-type.config.dmx.artnet-bridge.applycurve.description = List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width].
thing-type.config.dmx.artnet-bridge.localaddress.label = Local Network Address
thing-type.config.dmx.artnet-bridge.localaddress.description = Network address of the sending host, format: address[:port]. Default port is 0 (random)
thing-type.config.dmx.artnet-bridge.refreshmode.label = Refresh Mode
thing-type.config.dmx.artnet-bridge.refreshmode.description = Suppress re-transmission and refresh every 800ms or send every packet.
thing-type.config.dmx.artnet-bridge.refreshmode.option.always = Always
thing-type.config.dmx.artnet-bridge.refreshmode.option.standard = Standard
thing-type.config.dmx.artnet-bridge.refreshrate.description = DMX refresh rate in Hz (0=disable output)
thing-type.config.dmx.artnet-bridge.universe.label = DMX Universe
thing-type.config.dmx.artnet-bridge.universe.description = ID of DMX universe (0-32767)
thing-type.config.dmx.chaser.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.chaser.dmxid.description = Format is channel[,channel, ...] or channel[/width]
thing-type.config.dmx.chaser.resumeafter.label = Resume After Finish
thing-type.config.dmx.chaser.resumeafter.description = resume old actions after this completes
thing-type.config.dmx.chaser.steps.label = Step Configuration
thing-type.config.dmx.chaser.steps.description = fadeTime:value[, ...]:holdTime
thing-type.config.dmx.color.dimtime.label = Dim Time
thing-type.config.dmx.color.dimtime.description = Time in ms for dimming from 0-100%
thing-type.config.dmx.color.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.color.dmxid.description = Format is channel[,channel, ...] or channel[/width], has to be multiple of three
thing-type.config.dmx.color.dynamicturnonvalue.label = Dynamic Turn-On Value
thing-type.config.dmx.color.dynamicturnonvalue.description = If enabled, values are stored on OFF command and restored on ON command
thing-type.config.dmx.color.fadetime.label = Fade Time
thing-type.config.dmx.color.fadetime.description = Fade time in ms for changing values
thing-type.config.dmx.color.turnoffvalue.label = Turn-Off Value(s)
thing-type.config.dmx.color.turnoffvalue.description = Format is "value[, value, ...]", has to be a multiple of three. If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.color.turnonvalue.label = Turn-On Value(s)
thing-type.config.dmx.color.turnonvalue.description = Format is "value[, value, ...]", has to be a multiple of three. If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.dimmer.dimtime.label = Dim Time
thing-type.config.dmx.dimmer.dimtime.description = Time in ms for dimming from 0-100%
thing-type.config.dmx.dimmer.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.dimmer.dmxid.description = Format is channel[,channel, ...] or channel[/width]
thing-type.config.dmx.dimmer.dynamicturnonvalue.label = Dynamic Turn-On Value
thing-type.config.dmx.dimmer.dynamicturnonvalue.description = If enabled, values are stored on OFF command and restored on ON command
thing-type.config.dmx.dimmer.fadetime.label = Fade Time
thing-type.config.dmx.dimmer.fadetime.description = Fade time in ms for changing values
thing-type.config.dmx.dimmer.turnoffvalue.label = Turn-Off Value(s)
thing-type.config.dmx.dimmer.turnoffvalue.description = Format is "value[, value, ...]". If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.dimmer.turnonvalue.label = Turn-On Value(s)
thing-type.config.dmx.dimmer.turnonvalue.description = Format is "value[, value, ...]". If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.lib485-bridge.address.label = Network Address
thing-type.config.dmx.lib485-bridge.address.description = Network address of bridge, format: address[:port]. Default port is 9020.
thing-type.config.dmx.lib485-bridge.applycurve.label = Apply Curve
thing-type.config.dmx.lib485-bridge.applycurve.description = List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width].
thing-type.config.dmx.lib485-bridge.refreshrate.description = DMX refresh rate in Hz (0=disable output)
thing-type.config.dmx.sacn-bridge.address.label = Receiver Address(es)
thing-type.config.dmx.sacn-bridge.address.description = Network addresses of sACN/E1.31 receivers, format: address[:port][, address[:port], ...]. Default port is 5568.
thing-type.config.dmx.sacn-bridge.applycurve.label = Apply Curve
thing-type.config.dmx.sacn-bridge.applycurve.description = List of channels that should use LED dim curve. Format is channel[,channel, ...] or channel[/width].
thing-type.config.dmx.sacn-bridge.localaddress.label = Local Network Address
thing-type.config.dmx.sacn-bridge.localaddress.description = Network address of the sending host, format: address[:port]. Default port is 0 (random)
thing-type.config.dmx.sacn-bridge.mode.label = Transmission Mode
thing-type.config.dmx.sacn-bridge.mode.description = Set UDP mode to multicast (default)/unicast
thing-type.config.dmx.sacn-bridge.mode.option.unicast = Unicast
thing-type.config.dmx.sacn-bridge.mode.option.multicast = Multicast
thing-type.config.dmx.sacn-bridge.refreshmode.label = Refresh Mode
thing-type.config.dmx.sacn-bridge.refreshmode.description = Suppress re-transmission and refresh every 800ms or send every packet.
thing-type.config.dmx.sacn-bridge.refreshmode.option.always = Always
thing-type.config.dmx.sacn-bridge.refreshmode.option.standard = Standard
thing-type.config.dmx.sacn-bridge.refreshrate.description = DMX refresh rate in Hz
thing-type.config.dmx.sacn-bridge.universe.label = DMX Universe
thing-type.config.dmx.sacn-bridge.universe.description = ID of DMX universe (1-63999)
thing-type.config.dmx.tunablewhite.dimtime.label = Dim Time
thing-type.config.dmx.tunablewhite.dimtime.description = Time in ms for dimming from 0-100%
thing-type.config.dmx.tunablewhite.dmxid.label = DMX Channel Configuration
thing-type.config.dmx.tunablewhite.dmxid.description = Format is channel[,channel, ...] or channel[/width], has to be an even number
thing-type.config.dmx.tunablewhite.dynamicturnonvalue.label = Dynamic Turn-On Value
thing-type.config.dmx.tunablewhite.dynamicturnonvalue.description = If enabled, values are stored on OFF command and restored on ON command
thing-type.config.dmx.tunablewhite.fadetime.label = Fade Time
thing-type.config.dmx.tunablewhite.fadetime.description = Fade time in ms for changing values
thing-type.config.dmx.tunablewhite.turnoffvalue.label = Turn-Off Value(s)
thing-type.config.dmx.tunablewhite.turnoffvalue.description = Format is "value[, value, ...]", has to be a multiple of two. If less values than channels are defined, they are reused from the beginning.
thing-type.config.dmx.tunablewhite.turnonvalue.label = Turn-On Value(s)
thing-type.config.dmx.tunablewhite.turnonvalue.description = Format is "value[, value, ...]", has to be a multiple of two. If less values than channels are defined, they are reused from the beginning.
# channel types
channel-type.dmx.brightness.label = Brightness
channel-type.dmx.brightness.description = Allows to send a brightness value to the thing. If the thing is associated with more than one DMX channel, the values is used for ALL DMX channels.
channel-type.dmx.color.label = Color
channel-type.dmx.color.description = Allows to send a color value to the thing. If the thing is associated with more than one DMX channel, color will be re-use in 3-channel groups.
channel-type.dmx.color_temperature.label = Color Temperature
channel-type.dmx.color_temperature.description = Relative intensity of two adjacent DMX channels
channel-type.dmx.control.label = Control
channel-type.dmx.control.description = Change Fade Configuration
channel-type.dmx.mute.label = Mute
channel-type.dmx.mute.description = Mutes the DMX output of the Bridge
channel-type.dmx.switch.label = Switch
channel-type.dmx.switch.description = Allows to switch a thing ON or OFF.

View File

@ -0,0 +1,41 @@
# binding
binding.dominoswiss.name = Dominoswiss Binding
binding.dominoswiss.description = The Dominoswiss Binding interacts with the Dominoswiss eGate G1 Gateway to control blinds
# thing types
thing-type.dominoswiss.blind.label = Blind
thing-type.dominoswiss.blind.description = Provides various control commands for Dominoswiss receivers
thing-type.dominoswiss.egate.label = Dominoswiss EGate Server
thing-type.dominoswiss.egate.description = This is a Dominoswiss EGate Server instance.
# thing types config
thing-type.config.dominoswiss.blind.id.label = ID Address
thing-type.config.dominoswiss.blind.id.description = Blinds are identified by their ID address
thing-type.config.dominoswiss.egate.ipAddress.label = IP or Host Name
thing-type.config.dominoswiss.egate.ipAddress.description = The IP or host name of the Dominoswiss EGate Server (192.168.1.100, localhost)
thing-type.config.dominoswiss.egate.port.label = Web Port
thing-type.config.dominoswiss.egate.port.description = Port interface of the Dominoswiss EGate Server, default 1318
# channel types
channel-type.dominoswiss.continuousDown.label = Continuous Down
channel-type.dominoswiss.continuousDown.description = Send continuous down command to blind
channel-type.dominoswiss.continuousUp.label = Continuous Up
channel-type.dominoswiss.continuousUp.description = Send continuous up command to blind
channel-type.dominoswiss.pulseDown.label = Pulse Down
channel-type.dominoswiss.pulseDown.description = Send one pulse down
channel-type.dominoswiss.pulseUp.label = Pulse Up
channel-type.dominoswiss.pulseUp.description = Send one pulse up
channel-type.dominoswiss.shutter.label = Shutter
channel-type.dominoswiss.shutter.description = Handle the commands up/down/stop
channel-type.dominoswiss.shutterTilt.label = Shutter Tilt Up Down
channel-type.dominoswiss.shutterTilt.description = Handle the commands tiltUp/tiltDown/stop
channel-type.dominoswiss.stop.label = Stop
channel-type.dominoswiss.stop.description = Send stop impulse to stop the blinds
channel-type.dominoswiss.tiltDown.label = Tilt Down
channel-type.dominoswiss.tiltDown.description = Handle the command for 3 tilts down
channel-type.dominoswiss.tiltUp.label = Tilt Up
channel-type.dominoswiss.tiltUp.description = Handle the command for 3 tilts up

View File

@ -0,0 +1,81 @@
# binding
binding.doorbird.name = Doorbird Binding
binding.doorbird.description = This is the binding for Doorbird video doorbells.
# thing types
thing-type.doorbird.a1081.label = Doorbird A1081 Controller
thing-type.doorbird.a1081.description = Doorbird model A1081 Controller
thing-type.doorbird.d101.label = Doorbird Doorbell D101/D201/D205/D1101V
thing-type.doorbird.d101.description = Doorbird doorbell model D101/D201/D205/D1101V
thing-type.doorbird.d101.channel.doorbell.label = Doorbell
thing-type.doorbird.d101.channel.doorbell.description = Trigger for doorbell press
thing-type.doorbird.d210x.label = Doorbird D210x Doorbell
thing-type.doorbird.d210x.description = Doorbird doorbell model D210x
thing-type.doorbird.d210x.channel.doorbell.label = Doorbell
thing-type.doorbird.d210x.channel.doorbell.description = Trigger for doorbell press
# thing types config
thing-type.config.controller.config.doorbirdHost.label = Host
thing-type.config.controller.config.doorbirdHost.description = Hostname or IP address of Doorbird
thing-type.config.controller.config.userId.label = User ID
thing-type.config.controller.config.userId.description = Doorbird user ID with API permissions enabled
thing-type.config.controller.config.userPassword.label = Password
thing-type.config.controller.config.userPassword.description = Doorbird user password
thing-type.config.doorbird.config.doorbellOffDelay.label = Doorbell Released Delay
thing-type.config.doorbird.config.doorbellOffDelay.description = Delay in seconds after a doorbell event to send RELEASED event (blank to disable)
thing-type.config.doorbird.config.doorbirdHost.label = Host
thing-type.config.doorbird.config.doorbirdHost.description = Hostname or IP address of Doorbird
thing-type.config.doorbird.config.imageRefreshRate.label = Image Refresh Rate
thing-type.config.doorbird.config.imageRefreshRate.description = Image refresh rate in seconds (blank to disable)
thing-type.config.doorbird.config.montageNumImages.label = Montage Number of Images
thing-type.config.doorbird.config.montageNumImages.description = Number of images to include in history montage
thing-type.config.doorbird.config.montageScaleFactor.label = Montage Scale Factor
thing-type.config.doorbird.config.montageScaleFactor.description = Scaling factor percentage to apply to history montage (e.g use 25 for 25%)
thing-type.config.doorbird.config.motionOffDelay.label = Motion Off Delay
thing-type.config.doorbird.config.motionOffDelay.description = Delay in seconds to set motion channel OFF after motion event (blank to disable)
thing-type.config.doorbird.config.userId.label = User ID
thing-type.config.doorbird.config.userId.description = Doorbird user ID with API permissions enabled
thing-type.config.doorbird.config.userPassword.label = Password
thing-type.config.doorbird.config.userPassword.description = Doorbird user password
# channel types
channel-type.doorbird.doorbellHistoryImage.label = Doorbell History Image
channel-type.doorbird.doorbellHistoryImage.description = Historical image for doorbell press
channel-type.doorbird.doorbellHistoryIndex.label = Doorbell History Index
channel-type.doorbird.doorbellHistoryIndex.description = Index of historical image for doorbell press
channel-type.doorbird.doorbellHistoryTimestamp.label = Doorbell History Timestamp
channel-type.doorbird.doorbellHistoryTimestamp.description = Time when doorbell was pressed for history image
channel-type.doorbird.doorbellImage.label = Doorbell Pressed Image
channel-type.doorbird.doorbellImage.description = Image when doorbell was last pressed
channel-type.doorbird.doorbellMontage.label = Doorbell Montage Image
channel-type.doorbird.doorbellMontage.description = Montage of multiple doorbell history images
channel-type.doorbird.doorbellTimestamp.label = Doorbell Timestamp
channel-type.doorbird.doorbellTimestamp.description = Time when doorbell was last pressed
channel-type.doorbird.image.label = Image
channel-type.doorbird.image.description = Image from device
channel-type.doorbird.imageTimestamp.label = Image Timestamp
channel-type.doorbird.imageTimestamp.description = Time when image was captured from device
channel-type.doorbird.light.label = Light
channel-type.doorbird.light.description = Energize the light relay
channel-type.doorbird.motionHistoryImage.label = Motion History Image
channel-type.doorbird.motionHistoryImage.description = Historical image for motion sensor
channel-type.doorbird.motionHistoryIndex.label = Motion History Index
channel-type.doorbird.motionHistoryIndex.description = Index of Historical image for motion
channel-type.doorbird.motionHistoryTimestamp.label = Motion History Timestamp
channel-type.doorbird.motionHistoryTimestamp.description = Time when motion was detected for history image
channel-type.doorbird.motionImage.label = Motion Detected Image
channel-type.doorbird.motionImage.description = Image when motion was last detected
channel-type.doorbird.motionMontage.label = Motion Montage Image
channel-type.doorbird.motionMontage.description = Montage of multiple motion history images
channel-type.doorbird.motionTimestamp.label = Motion Timestamp
channel-type.doorbird.motionTimestamp.description = Time when motion was last detected
channel-type.doorbird.openDoor1.label = Open Door 1
channel-type.doorbird.openDoor1.description = Energize opendoor / alarm output relay 1
channel-type.doorbird.openDoor2.label = Open Door 2
channel-type.doorbird.openDoor2.description = Energize opendoor / alarm output relay 2
channel-type.doorbird.openDoor3.label = Open Door 3
channel-type.doorbird.openDoor3.description = Energize opendoor / alarm output relay 3

View File

@ -0,0 +1,115 @@
# binding
binding.draytonwiser.name = DraytonWiser Binding
binding.draytonwiser.description = This is the binding for Drayton Wiser smart heating system.
# thing types
thing-type.draytonwiser.boiler-controller.label = Boiler Controller
thing-type.draytonwiser.boiler-controller.description = The controller attached to the boiler
thing-type.draytonwiser.boiler-controller.channel.heatChannel1Demand.label = Channel 1 Heat Demand
thing-type.draytonwiser.boiler-controller.channel.heatChannel1DemandState.label = Channel 1 Requesting Heat
thing-type.draytonwiser.boiler-controller.channel.heatChannel2Demand.label = Channel 2 Heat Demand
thing-type.draytonwiser.boiler-controller.channel.heatChannel2DemandState.label = Channel 2 Requesting Heat
thing-type.draytonwiser.heathub.label = HeatHub
thing-type.draytonwiser.heathub.description = A Drayton Wiser HeatHub acting as a bridge to Thermostats and TRVs
thing-type.draytonwiser.hotwater.label = Hot Water
thing-type.draytonwiser.hotwater.description = The hot water heating system
thing-type.draytonwiser.hotwater.channel.hotWaterBoostDuration.description = Duration to boost hot water for
thing-type.draytonwiser.hotwater.channel.hotWaterBoosted.description = Is the hot water currently being boosted
thing-type.draytonwiser.hotwater.channel.hotWaterDemandState.label = Hot Water Requesting Heat
thing-type.draytonwiser.hotwater.channel.hotWaterDemandState.description = Hot Water is requesting heat
thing-type.draytonwiser.itrv.label = iTRV
thing-type.draytonwiser.itrv.description = Thermostatic Radiator Valve
thing-type.draytonwiser.room.label = Room
thing-type.draytonwiser.room.description = A Room that contains a thermostat and/or TRV
thing-type.draytonwiser.room.channel.roomBoostDuration.description = Duration to boost the temperature for
thing-type.draytonwiser.room.channel.roomBoosted.description = Is the room temperature currently being boosted
thing-type.draytonwiser.roomstat.label = Thermostat
thing-type.draytonwiser.roomstat.description = Wireless Thermostat device
thing-type.draytonwiser.smart-plug.label = Smart Plug
thing-type.draytonwiser.smart-plug.description = Remote controlled Plug Socket
# thing types config
thing-type.config.draytonwiser.heathub.awaySetPoint.label = Away Mode Set Point
thing-type.config.draytonwiser.heathub.awaySetPoint.description = Set point temperature for away mode in degrees celsius
thing-type.config.draytonwiser.heathub.networkAddress.label = Network Address
thing-type.config.draytonwiser.heathub.networkAddress.description = Network address of the HeatHub
thing-type.config.draytonwiser.heathub.refresh.label = Refresh Interval
thing-type.config.draytonwiser.heathub.refresh.description = Interval in seconds between automatic refreshes
thing-type.config.draytonwiser.heathub.secret.label = Authorisation Token
thing-type.config.draytonwiser.heathub.secret.description = Auth token required to access the API
thing-type.config.draytonwiser.itrv.serialNumber.label = Serial Number
thing-type.config.draytonwiser.itrv.serialNumber.description = Device Serial Number
thing-type.config.draytonwiser.room.name.label = Room Name
thing-type.config.draytonwiser.room.name.description = The room name as it appears in the Wiser app
thing-type.config.draytonwiser.roomstat.serialNumber.label = Serial Number
thing-type.config.draytonwiser.roomstat.serialNumber.description = Device Serial Number
thing-type.config.draytonwiser.smart-plug.serialNumber.label = Serial Number
thing-type.config.draytonwiser.smart-plug.serialNumber.description = Device Serial Number
# channel types
channel-type.draytonwiser.atmospheric-humidity-channel.label = Humidity
channel-type.draytonwiser.atmospheric-humidity-channel.description = Current relative humidity
channel-type.draytonwiser.awayModeSetPoint-channel.label = Away Mode Set Point
channel-type.draytonwiser.awayModeSetPoint-channel.description = Away Mode Set Point
channel-type.draytonwiser.awayModeState-channel.label = Away Mode Active
channel-type.draytonwiser.awayModeState-channel.description = Away mode has been activated
channel-type.draytonwiser.batteryVoltage-channel.label = Battery Voltage
channel-type.draytonwiser.batteryVoltage-channel.description = Current Battery Voltage for the device
channel-type.draytonwiser.boostDuration-channel.label = Boost Duration
channel-type.draytonwiser.boostDuration-channel.description = Duration in hours to boost hot water for
channel-type.draytonwiser.boostRemaining-channel.label = Boost Remaining
channel-type.draytonwiser.boostRemaining-channel.description = How long until the boost deactivates
channel-type.draytonwiser.boosted-channel.label = Is Boosted
channel-type.draytonwiser.boosted-channel.description = Is the hot water currently being boosted
channel-type.draytonwiser.comfortModeState-channel.label = Comfort Mode Active
channel-type.draytonwiser.comfortModeState-channel.description = Should the room pre-heat to achieve the desired temperature
channel-type.draytonwiser.currentSetPoint-channel.label = Set Point
channel-type.draytonwiser.currentSetPoint-channel.description = Current set point
channel-type.draytonwiser.currentTemperature-channel.label = Temperature
channel-type.draytonwiser.currentTemperature-channel.description = Current temperature
channel-type.draytonwiser.demandPercent-channel.label = Current Heat Demand
channel-type.draytonwiser.demandPercent-channel.description = Current heat demand in %
channel-type.draytonwiser.demandState-channel.label = Requesting Heat
channel-type.draytonwiser.demandState-channel.description = Current channel is requesting heat
channel-type.draytonwiser.deviceLocked-channel.label = Device Locked
channel-type.draytonwiser.deviceLocked-channel.description = Has the device been locked to prevent local changes
channel-type.draytonwiser.ecoModeState-channel.label = Eco Mode Enabled
channel-type.draytonwiser.ecoModeState-channel.description = Eco Mode activation state (EcoIQ)
channel-type.draytonwiser.heatChannelDemand-channel.label = Heat Demand
channel-type.draytonwiser.heatChannelDemand-channel.description = Current heat demand in %
channel-type.draytonwiser.heatRequest-channel.label = Currently Requesting Heat
channel-type.draytonwiser.heatRequest-channel.description = Is this room requesting heat
channel-type.draytonwiser.heatingOverride-channel.label = Heating Override
channel-type.draytonwiser.heatingOverride-channel.description = The heating override button has been pressed
channel-type.draytonwiser.hotWaterOverride-channel.label = Hot Water Override
channel-type.draytonwiser.hotWaterOverride-channel.description = The hot water override button has been pressed
channel-type.draytonwiser.hotWaterSetPoint-channel.label = Set Point
channel-type.draytonwiser.hotWaterSetPoint-channel.description = Hot water heating set point switch
channel-type.draytonwiser.manualModeState-channel.label = Manual Mode Enabled
channel-type.draytonwiser.manualModeState-channel.description = Manual Mode activation state
channel-type.draytonwiser.plugAwayAction-channel.label = Plug Off in Away Mode
channel-type.draytonwiser.plugAwayAction-channel.description = Should the smart plug switch off when in away mode
channel-type.draytonwiser.plugEnergyDelivered-channel.label = Plug Energy Delivered
channel-type.draytonwiser.plugEnergyDelivered-channel.description = Cumulative energy drawn through the plug
channel-type.draytonwiser.plugInstantaneousPower-channel.label = Plug Instantaneous Power
channel-type.draytonwiser.plugInstantaneousPower-channel.description = Current Power being drawn through the plug
channel-type.draytonwiser.plugOutputState-channel.label = Plug State
channel-type.draytonwiser.plugOutputState-channel.description = Is the smart plug switched on or off
channel-type.draytonwiser.signalLQI-channel.label = Signal LQI
channel-type.draytonwiser.signalLQI-channel.description = The reported network signal LQI
channel-type.draytonwiser.signalRSSI-channel.label = Signal RSSI
channel-type.draytonwiser.signalRSSI-channel.description = The reported network signal RSSI
channel-type.draytonwiser.windowState-channel.label = Window State
channel-type.draytonwiser.windowState-channel.description = Is the window open or closed
channel-type.draytonwiser.windowStateDetection-channel.label = Open Window Detection
channel-type.draytonwiser.windowStateDetection-channel.description = Is window detection turned on
channel-type.draytonwiser.wiserBatteryLevel-channel.label = Battery Level (Wiser)
channel-type.draytonwiser.wiserBatteryLevel-channel.description = Current Battery Level for the device
channel-type.draytonwiser.wiserSignalStrength-channel.label = Signal Strength (Wiser)
channel-type.draytonwiser.wiserSignalStrength-channel.description = The reported network signal strength
channel-type.draytonwiser.zigbeeConnected-channel.label = Device Connected
channel-type.draytonwiser.zigbeeConnected-channel.description = Is the device still connected to the ZigBee network

View File

@ -0,0 +1,203 @@
# binding
binding.dscalarm.name = DSCAlarm Binding
binding.dscalarm.description = The DSCAlarm binding interfaces with a DSC PowerSeries Alarm System through the EyezOn Envisalink 3/2DS interface or the DSC IT-100 RS-232 interface.
# thing types
thing-type.dscalarm.envisalink.label = EyezOn Envisalink
thing-type.dscalarm.envisalink.description = This bridge represents the EyezOn Envlisalink 3/2D Ethernet interface.
thing-type.dscalarm.envisalink.channel.bridge_reset.label = Reset Envisalink
thing-type.dscalarm.envisalink.channel.bridge_reset.description = Resets the Envisalink
thing-type.dscalarm.envisalink.channel.send_command.label = Send Command
thing-type.dscalarm.envisalink.channel.send_command.description = Sends a DSC Alarm Command
thing-type.dscalarm.it100.label = DSC IT-100
thing-type.dscalarm.it100.description = This bridge represents the DSC IT-100 Serial interface.
thing-type.dscalarm.it100.channel.bridge_reset.label = Reset IT100
thing-type.dscalarm.it100.channel.bridge_reset.description = Resets the IT100
thing-type.dscalarm.it100.channel.send_command.label = Send Command
thing-type.dscalarm.it100.channel.send_command.description = Sends a DSC Alarm Command
thing-type.dscalarm.keypad.label = DSC Alarm Keypad
thing-type.dscalarm.keypad.description = Represents the central administrative unit of the DSC Alarm System.
thing-type.dscalarm.keypad.channel.keypad_ac_led.label = Keypad AC LED
thing-type.dscalarm.keypad.channel.keypad_ac_led.description = Keypad AC LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_armed_led.label = Keypad Armed LED
thing-type.dscalarm.keypad.channel.keypad_armed_led.description = Keypad Armed LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_backlight_led.label = Keypad Backlight LED
thing-type.dscalarm.keypad.channel.keypad_backlight_led.description = Keypad Backlight LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_bypass_led.label = Keypad Bypass LED
thing-type.dscalarm.keypad.channel.keypad_bypass_led.description = Keypad Bypass LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_fire_led.label = Keypad Fire LED
thing-type.dscalarm.keypad.channel.keypad_fire_led.description = Keypad Fire LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_lcd_cursor.label = Keypad LCD Cursor
thing-type.dscalarm.keypad.channel.keypad_lcd_cursor.description = Keypad LCD Cursor Position Changes
thing-type.dscalarm.keypad.channel.keypad_lcd_update.label = Keypad LCD Update
thing-type.dscalarm.keypad.channel.keypad_lcd_update.description = Keypad LCD Menu Changes
thing-type.dscalarm.keypad.channel.keypad_memory_led.label = Keypad Memory LED
thing-type.dscalarm.keypad.channel.keypad_memory_led.description = Keypad Memory LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_program_led.label = Keypad Program LED
thing-type.dscalarm.keypad.channel.keypad_program_led.description = Keypad Program LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_ready_led.label = Keypad Ready LED
thing-type.dscalarm.keypad.channel.keypad_ready_led.description = Keypad Ready LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.keypad.channel.keypad_trouble_led.label = Keypad Trouble LED
thing-type.dscalarm.keypad.channel.keypad_trouble_led.description = Keypad Trouble LED (0=Off, 1=On, 2=Flashing)
thing-type.dscalarm.panel.label = DSC Alarm Panel
thing-type.dscalarm.panel.description = The basic representation of the DSC Alarm System.
thing-type.dscalarm.panel.channel.panel_ac_trouble.label = Panel AC Trouble
thing-type.dscalarm.panel.channel.panel_ac_trouble.description = Service AC Trouble Condition
thing-type.dscalarm.panel.channel.panel_aux_input_alarm.label = Panel Auxiliary Input Alarm
thing-type.dscalarm.panel.channel.panel_aux_input_alarm.description = Panel Auxiliary Input Alarm
thing-type.dscalarm.panel.channel.panel_aux_key_alarm.label = Panel Auxiliary Key Alarm
thing-type.dscalarm.panel.channel.panel_aux_key_alarm.description = Panel Auxiliary Key Alarm
thing-type.dscalarm.panel.channel.panel_command.label = Panel Command
thing-type.dscalarm.panel.channel.panel_command.description = Send Selected Command
thing-type.dscalarm.panel.channel.panel_fire_key_alarm.label = Panel Fire Key Alarm
thing-type.dscalarm.panel.channel.panel_fire_key_alarm.description = Panel Fire Key Alarm
thing-type.dscalarm.panel.channel.panel_ftc_trouble.label = Panel FTC Trouble
thing-type.dscalarm.panel.channel.panel_ftc_trouble.description = Service Fail to Communicate Trouble Condition
thing-type.dscalarm.panel.channel.panel_message.label = Panel Message
thing-type.dscalarm.panel.channel.panel_message.description = Message Received
thing-type.dscalarm.panel.channel.panel_panic_key_alarm.label = Panel Panic Key Alarm
thing-type.dscalarm.panel.channel.panel_panic_key_alarm.description = Panel Panic Key Alarm
thing-type.dscalarm.panel.channel.panel_service_required.label = Panel Service Required
thing-type.dscalarm.panel.channel.panel_service_required.description = Service Required Trouble Condition
thing-type.dscalarm.panel.channel.panel_system_error.label = Panel System Error
thing-type.dscalarm.panel.channel.panel_system_error.description = System Error
thing-type.dscalarm.panel.channel.panel_telephone_trouble.label = Panel Telephone Line Trouble
thing-type.dscalarm.panel.channel.panel_telephone_trouble.description = Service Telephone Line Trouble Condition
thing-type.dscalarm.panel.channel.panel_time.label = Panel Time
thing-type.dscalarm.panel.channel.panel_time.description = Panel Time
thing-type.dscalarm.panel.channel.panel_time_broadcast.label = Panel Time Broadcast
thing-type.dscalarm.panel.channel.panel_time_broadcast.description = Panel Time Broadcast
thing-type.dscalarm.panel.channel.panel_time_loss.label = Panel Time Loss
thing-type.dscalarm.panel.channel.panel_time_loss.description = Service Time Loss Trouble Condition
thing-type.dscalarm.panel.channel.panel_time_stamp.label = Panel Time Stamp
thing-type.dscalarm.panel.channel.panel_time_stamp.description = Panel Time Stamp
thing-type.dscalarm.panel.channel.panel_trouble_led.label = Panel Trouble LED
thing-type.dscalarm.panel.channel.panel_trouble_led.description = Trouble LED State
thing-type.dscalarm.panel.channel.panel_trouble_message.label = Panel Trouble Message
thing-type.dscalarm.panel.channel.panel_trouble_message.description = Trouble Message
thing-type.dscalarm.panel.channel.panel_zone_fault.label = Panel Zone Fault
thing-type.dscalarm.panel.channel.panel_zone_fault.description = Service Zone Fault Trouble Condition
thing-type.dscalarm.panel.channel.panel_zone_low_battery.label = Panel Zone Low Battery
thing-type.dscalarm.panel.channel.panel_zone_low_battery.description = Service Zone Low Battery Trouble Condition
thing-type.dscalarm.panel.channel.panel_zone_tamper.label = Panel Zone Tamper
thing-type.dscalarm.panel.channel.panel_zone_tamper.description = Service Zone Tamper Trouble Condition
thing-type.dscalarm.partition.label = DSC Alarm Partition
thing-type.dscalarm.partition.description = Represents a controllable area within a DSC Alarm System.
thing-type.dscalarm.partition.channel.partition_arm_mode.label = Partition Arm Mode
thing-type.dscalarm.partition.channel.partition_arm_mode.description = Partition Arm Mode
thing-type.dscalarm.partition.channel.partition_armed.label = Partition Armed Status
thing-type.dscalarm.partition.channel.partition_armed.description = Partition Armed Status (ON=Armed, OFF=Disarmed)
thing-type.dscalarm.partition.channel.partition_entry_delay.label = Partition Entry Delay
thing-type.dscalarm.partition.channel.partition_entry_delay.description = Partition In Entry Delay Mode
thing-type.dscalarm.partition.channel.partition_exit_delay.label = Partition Exit Delay
thing-type.dscalarm.partition.channel.partition_exit_delay.description = Partition In Exit Delay Mode
thing-type.dscalarm.partition.channel.partition_in_alarm.label = Partition in Alarm
thing-type.dscalarm.partition.channel.partition_in_alarm.description = Partition In Alarm
thing-type.dscalarm.partition.channel.partition_opening_closing_mode.label = Partition Opening/Closing Mode
thing-type.dscalarm.partition.channel.partition_opening_closing_mode.description = Partition Opening/Closing Mode ("User Closing", "Special Closing", "Partial Closing", "User Opening", "Special Opening")
thing-type.dscalarm.partition.channel.partition_status.label = Partition Status
thing-type.dscalarm.partition.channel.partition_status.description = Partition Status
thing-type.dscalarm.tcpserver.label = TCP Server
thing-type.dscalarm.tcpserver.description = This bridge represents a TCP Server Ethernet interface.
thing-type.dscalarm.tcpserver.channel.bridge_reset.label = Reset TCP Server
thing-type.dscalarm.tcpserver.channel.bridge_reset.description = Resets the TCP Server
thing-type.dscalarm.tcpserver.channel.send_command.label = Send Command
thing-type.dscalarm.tcpserver.channel.send_command.description = Sends a DSC Alarm Command
thing-type.dscalarm.zone.label = DSC Alarm Zone
thing-type.dscalarm.zone.description = Represents a physical device such as a door, window, or motion sensor.
thing-type.dscalarm.zone.channel.zone_bypass_mode.label = Zone Bypass Mode
thing-type.dscalarm.zone.channel.zone_bypass_mode.description = Zone Bypass Mode (OFF=Armed, ON=Bypassed)
thing-type.dscalarm.zone.channel.zone_fault.label = Zone Fault
thing-type.dscalarm.zone.channel.zone_fault.description = Zone Fault
thing-type.dscalarm.zone.channel.zone_in_alarm.label = Zone in Alarm
thing-type.dscalarm.zone.channel.zone_in_alarm.description = Zone In Alarm
thing-type.dscalarm.zone.channel.zone_message.label = Zone Message
thing-type.dscalarm.zone.channel.zone_message.description = Zone Message
thing-type.dscalarm.zone.channel.zone_status.label = Zone Status
thing-type.dscalarm.zone.channel.zone_status.description = Zone Status (Open/Closed)
thing-type.dscalarm.zone.channel.zone_tamper.label = Zone Tamper
thing-type.dscalarm.zone.channel.zone_tamper.description = Zone Tamper
thing-type.dscalarm.zone.channel.zone_tripped.label = Zone Tripped
thing-type.dscalarm.zone.channel.zone_tripped.description = Zone Tripped
# thing types config
thing-type.config.dscalarm.envisalink.connectionTimeout.label = Connection Timeout
thing-type.config.dscalarm.envisalink.connectionTimeout.description = TCP Socket Connection Timeout (milliseconds).
thing-type.config.dscalarm.envisalink.ipAddress.label = IP Address
thing-type.config.dscalarm.envisalink.ipAddress.description = The IP address of the EyezOn Envlisalink 3/2D Ethernet interface.
thing-type.config.dscalarm.envisalink.password.label = Password
thing-type.config.dscalarm.envisalink.password.description = The Password to login to the EyezOn Envlisalink 3/2D Ethernet interface.
thing-type.config.dscalarm.envisalink.pollPeriod.label = Poll Period
thing-type.config.dscalarm.envisalink.pollPeriod.description = The Poll Period (minutes).
thing-type.config.dscalarm.envisalink.port.label = Port
thing-type.config.dscalarm.envisalink.port.description = The TCP port to the EyezOn Envlisalink 3/2D Ethernet interface.
thing-type.config.dscalarm.it100.baud.label = Baud Rate
thing-type.config.dscalarm.it100.baud.description = The baud rate of the DSC IT-100. Valid values are 9600 (default), 19200, 38400, 57600, and 115200.
thing-type.config.dscalarm.it100.pollPeriod.label = Poll Period
thing-type.config.dscalarm.it100.pollPeriod.description = The Poll Period.
thing-type.config.dscalarm.it100.serialPort.label = IT-100 Bridge Serial Port
thing-type.config.dscalarm.it100.serialPort.description = The serial port name for the DSC IT-100. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux.
thing-type.config.dscalarm.panel.suppressAcknowledgementMsgs.label = Suppress Acknowledgement Messages
thing-type.config.dscalarm.panel.suppressAcknowledgementMsgs.description = Suppress Acknowledgement Messages When Received.
thing-type.config.dscalarm.panel.userCode.label = User Code
thing-type.config.dscalarm.panel.userCode.description = The User Code.
thing-type.config.dscalarm.partition.partitionNumber.label = Partition Number
thing-type.config.dscalarm.partition.partitionNumber.description = The Partition Number (1-8).
thing-type.config.dscalarm.tcpserver.connectionTimeout.label = Connection Timeout
thing-type.config.dscalarm.tcpserver.connectionTimeout.description = TCP Socket Connection Timeout (milliseconds).
thing-type.config.dscalarm.tcpserver.ipAddress.label = IP Address
thing-type.config.dscalarm.tcpserver.ipAddress.description = The IP address of the TCP Server.
thing-type.config.dscalarm.tcpserver.pollPeriod.label = Poll Period
thing-type.config.dscalarm.tcpserver.pollPeriod.description = The Poll Period (minutes).
thing-type.config.dscalarm.tcpserver.port.label = Port
thing-type.config.dscalarm.tcpserver.port.description = The TCP port to the TCP Server.
thing-type.config.dscalarm.tcpserver.protocol.label = Protocol
thing-type.config.dscalarm.tcpserver.protocol.description = The protocol used to interact with the DSC Alarm. Valid options are 'IT100 API' and 'Envisalink TPI'. The default is 'IT100 API'.
thing-type.config.dscalarm.tcpserver.protocol.option.1 = IT100 API
thing-type.config.dscalarm.tcpserver.protocol.option.2 = Envisalink TPI
thing-type.config.dscalarm.zone.partitionNumber.label = Partition Number
thing-type.config.dscalarm.zone.partitionNumber.description = The Partition Number (1-8).
thing-type.config.dscalarm.zone.zoneNumber.label = Zone Number
thing-type.config.dscalarm.zone.zoneNumber.description = The Zone Number (1-64).
# channel types
channel-type.dscalarm.arm_mode.label = Arm Mode
channel-type.dscalarm.arm_mode.description = Arm Mode
channel-type.dscalarm.arm_mode.state.option.0 = Disarm
channel-type.dscalarm.arm_mode.state.option.1 = Away
channel-type.dscalarm.arm_mode.state.option.2 = Stay
channel-type.dscalarm.arm_mode.state.option.3 = Zero
channel-type.dscalarm.bypass_mode.label = Bypass Mode
channel-type.dscalarm.bypass_mode.description = Bypass Mode (OFF=Armed, ON=Bypassed)
channel-type.dscalarm.command.label = Send Command
channel-type.dscalarm.command.description = Sends a DSC Alarm Command
channel-type.dscalarm.led.label = Keypad LED
channel-type.dscalarm.led.description = Keypad LED (0=Off, 1=On, 2=Flashing)
channel-type.dscalarm.led.state.option.0 = Off
channel-type.dscalarm.led.state.option.1 = On
channel-type.dscalarm.led.state.option.2 = Flashing
channel-type.dscalarm.message.label = Message
channel-type.dscalarm.message.description = Message Received
channel-type.dscalarm.panel_command.label = Panel Command
channel-type.dscalarm.panel_command.description = Send Command
channel-type.dscalarm.panel_command.state.option.-1 = None
channel-type.dscalarm.panel_command.state.option.0 = Poll
channel-type.dscalarm.panel_command.state.option.1 = Status Report
channel-type.dscalarm.panel_command.state.option.2 = Labels Request (Serial Only)
channel-type.dscalarm.panel_command.state.option.8 = Dump Zone Timers (TCP Only)
channel-type.dscalarm.panel_command.state.option.10 = Set Time/Date
channel-type.dscalarm.panel_command.state.option.200 = Send User Code
channel-type.dscalarm.reset.label = Reset
channel-type.dscalarm.reset.description = Reset Switch
channel-type.dscalarm.state.label = State
channel-type.dscalarm.state.description = State (On/Off)
channel-type.dscalarm.status.label = Status
channel-type.dscalarm.status.description = Status
channel-type.dscalarm.time.label = Time
channel-type.dscalarm.time.description = Time
channel-type.dscalarm.zone_status.label = Zone Status
channel-type.dscalarm.zone_status.description = Zone Status (Open/Closed)

View File

@ -0,0 +1,79 @@
# binding
binding.dwdpollenflug.name = DWD Pollenflug Binding
binding.dwdpollenflug.description = This is the binding for DWD Pollenflug.
# thing types
thing-type.dwdpollenflug.bridge.label = DWD Pollen Count Index (Bridge)
thing-type.dwdpollenflug.bridge.description = Bridge for accessing pollen count index data of the DWD
thing-type.dwdpollenflug.region.label = DWD Pollen Count Index (Region)
thing-type.dwdpollenflug.region.description = Pollen count index for a region or partregion
thing-type.dwdpollenflug.region.group.alder.label = Alder
thing-type.dwdpollenflug.region.group.alder.description = Information for alder
thing-type.dwdpollenflug.region.group.ambrosia.label = Ambrosia
thing-type.dwdpollenflug.region.group.ambrosia.description = Information for ambrosia
thing-type.dwdpollenflug.region.group.ash.label = Ash tree
thing-type.dwdpollenflug.region.group.ash.description = Information for ash tree
thing-type.dwdpollenflug.region.group.birch.label = Birch
thing-type.dwdpollenflug.region.group.birch.description = Information for birch
thing-type.dwdpollenflug.region.group.grasses.label = Grasses
thing-type.dwdpollenflug.region.group.grasses.description = Information for grasses
thing-type.dwdpollenflug.region.group.hazel.label = Hazel
thing-type.dwdpollenflug.region.group.hazel.description = Information for hazel
thing-type.dwdpollenflug.region.group.mugwort.label = Mugwort
thing-type.dwdpollenflug.region.group.mugwort.description = Information for mugwort
thing-type.dwdpollenflug.region.group.rye.label = Rye
thing-type.dwdpollenflug.region.group.rye.description = Information for rye
# thing types config
thing-type.config.dwdpollenflug.bridge.refresh.label = Refresh Interval
thing-type.config.dwdpollenflug.bridge.refresh.description = Time between two API requests in minutes. Minimum 15 minutes.
thing-type.config.dwdpollenflug.region.regionID.label = Region
thing-type.config.dwdpollenflug.region.regionID.description = The partregion or region that should be reported.
thing-type.config.dwdpollenflug.region.regionID.option.11 = Inseln und Marschen
thing-type.config.dwdpollenflug.region.regionID.option.12 = Geest, Schleswig-Holstein und Hamburg
thing-type.config.dwdpollenflug.region.regionID.option.20 = Mecklenburg-Vorpommern
thing-type.config.dwdpollenflug.region.regionID.option.31 = Westl. Niedersachsen/Bremen
thing-type.config.dwdpollenflug.region.regionID.option.32 = Östl. Niedersachsen
thing-type.config.dwdpollenflug.region.regionID.option.41 = Rhein.-Westfäl. Tiefland
thing-type.config.dwdpollenflug.region.regionID.option.42 = Ostwestfalen
thing-type.config.dwdpollenflug.region.regionID.option.43 = Mittelgebirge NRW
thing-type.config.dwdpollenflug.region.regionID.option.50 = Brandenburg und Berlin
thing-type.config.dwdpollenflug.region.regionID.option.61 = Tiefland Sachsen-Anhalt
thing-type.config.dwdpollenflug.region.regionID.option.62 = Harz
thing-type.config.dwdpollenflug.region.regionID.option.71 = Tiefland Thüringen
thing-type.config.dwdpollenflug.region.regionID.option.72 = Mittelgebirge Thüringen
thing-type.config.dwdpollenflug.region.regionID.option.81 = Tiefland Sachsen
thing-type.config.dwdpollenflug.region.regionID.option.82 = Mittelgebirge Sachsen
thing-type.config.dwdpollenflug.region.regionID.option.91 = Nordhessen und hess. Mittelgebirge
thing-type.config.dwdpollenflug.region.regionID.option.92 = Rhein-Main
thing-type.config.dwdpollenflug.region.regionID.option.101 = Rhein, Pfalz, Nahe und Mosel
thing-type.config.dwdpollenflug.region.regionID.option.102 = Mittelgebirgsbereich Rheinland-Pfalz
thing-type.config.dwdpollenflug.region.regionID.option.103 = Saarland
thing-type.config.dwdpollenflug.region.regionID.option.111 = Oberrhein und unteres Neckartal
thing-type.config.dwdpollenflug.region.regionID.option.112 = Hohenlohe/mittlerer Neckar/Oberschwaben
thing-type.config.dwdpollenflug.region.regionID.option.113 = Mittelgebirge Baden-Württemberg
thing-type.config.dwdpollenflug.region.regionID.option.121 = Allgäu/Oberbayern/Bay. Wald
thing-type.config.dwdpollenflug.region.regionID.option.122 = Donauniederungen
thing-type.config.dwdpollenflug.region.regionID.option.123 = Bayern n. der Donau, o. Bayr. Wald, o. Mainfranken
thing-type.config.dwdpollenflug.region.regionID.option.124 = Mainfranken
# channel group types
channel-group-type.dwdpollenflug.pollentype.label = Pollen Type Group
channel-group-type.dwdpollenflug.pollentype.description = For each pollen type there are three channels for today, tomorrow and day after tomorrow
channel-group-type.dwdpollenflug.pollentype.channel.dayafter_to.label = Day After Tomorrow
channel-group-type.dwdpollenflug.pollentype.channel.today.label = Today
channel-group-type.dwdpollenflug.pollentype.channel.tomorrow.label = Tomorrow
channel-group-type.dwdpollenflug.updates.label = Updates
channel-group-type.dwdpollenflug.updates.description = Information about data state
channel-group-type.dwdpollenflug.updates.channel.last_update.label = Last Update From DWD
channel-group-type.dwdpollenflug.updates.channel.next_update.label = Next Update From DWD
channel-group-type.dwdpollenflug.updates.channel.refreshed.label = Bridge Refreshed
# channel types
channel-type.dwdpollenflug.pollencount.label = Pollen Count
channel-type.dwdpollenflug.update.label = Update Time

View File

@ -0,0 +1,55 @@
# binding
binding.dwdunwetter.name = DWD Unwetter Binding
binding.dwdunwetter.description = This is the binding for DWD Unwetter.
# thing types
thing-type.dwdunwetter.dwdwarnings.label = Weather Warnings
thing-type.dwdunwetter.dwdwarnings.description = Weather Warnings for an area.
# thing types config
thing-type.config.dwdunwetter.dwdwarnings.cellId.label = Cell-ID
thing-type.config.dwdunwetter.dwdwarnings.cellId.description = ID of the area to retrieve weather warnings. For a list of valid IDs look at https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_warncellids_csv.csv. With the % sign at the end it is possible to query multiple cells at once. For example with 8111% are cells retrieved that starts with 8111.
thing-type.config.dwdunwetter.dwdwarnings.refresh.label = Refresh in Minutes
thing-type.config.dwdunwetter.dwdwarnings.refresh.description = Time between to API requests in minutes. Minimum 15 minutes.
thing-type.config.dwdunwetter.dwdwarnings.warningCount.label = Number of Provided Warnings
thing-type.config.dwdunwetter.dwdwarnings.warningCount.description = Number of warnings to provide. For each warning there will multiple channels. The warnings are sorted by severity first and begin second so the first warning is always the one with the highest severity.
# channel types
channel-type.dwdunwetter.altitude.label = Height (from)
channel-type.dwdunwetter.altitude.description = Lower Height above sea level for which the warning is valid.
channel-type.dwdunwetter.ceiling.label = Height (to)
channel-type.dwdunwetter.ceiling.description = Upper Height above sea level for which the warning is valid.
channel-type.dwdunwetter.description.label = Description
channel-type.dwdunwetter.description.description = Textual description of the warning.
channel-type.dwdunwetter.effective.label = Issued
channel-type.dwdunwetter.effective.description = Issued Date and Time.
channel-type.dwdunwetter.event.label = Type
channel-type.dwdunwetter.event.description = Type of the warning, e.g. FROST.
channel-type.dwdunwetter.expires.label = Valid To
channel-type.dwdunwetter.expires.description = End Date and Time for which the warning is valid.
channel-type.dwdunwetter.headline.label = Headline
channel-type.dwdunwetter.headline.description = Headline of the warning like "Amtliche Warnung vor FROST".
channel-type.dwdunwetter.instruction.label = Instruction
channel-type.dwdunwetter.instruction.description = Instructions and safety information.
channel-type.dwdunwetter.lastUpdated.label = Last Updated
channel-type.dwdunwetter.lastUpdated.description = Timestamp of the last update from the endpoint.
channel-type.dwdunwetter.onset.label = Valid From
channel-type.dwdunwetter.onset.description = Start Date and Time for which the warning is valid.
channel-type.dwdunwetter.severity.label = Severity
channel-type.dwdunwetter.severity.description = Severity of the warning. Possible values are Minor, Moderate, Severe and Extreme.
channel-type.dwdunwetter.severity.state.option.Minor = Minor
channel-type.dwdunwetter.severity.state.option.Moderate = Moderate
channel-type.dwdunwetter.severity.state.option.Severe = Severe
channel-type.dwdunwetter.severity.state.option.Extreme = Extreme
channel-type.dwdunwetter.updated.label = Updated
channel-type.dwdunwetter.updated.description = Triggers NEW if a warning is send the first time. This happens after all other channels are populated.
channel-type.dwdunwetter.urgency.label = Urgency
channel-type.dwdunwetter.urgency.description = Urgency of the warning. Possible values are Immediate and Future.
channel-type.dwdunwetter.urgency.state.option.Immediate = Immediate
channel-type.dwdunwetter.urgency.state.option.Future = Future
channel-type.dwdunwetter.warning.label = Warning
channel-type.dwdunwetter.warning.description = ON if a warning is present, OFF else. While be switched to ON only after all other channels - except the trigger channel - are updated. Will be switched to OFF before all other channels are updated to UNDEF.

View File

@ -0,0 +1,327 @@
# binding
binding.ecobee.name = Ecobee Binding
binding.ecobee.description = This is the binding for Ecobee smart thermostats.
# thing types
thing-type.ecobee.account.label = Ecobee Account
thing-type.ecobee.account.description = Represents an account at Ecobee
thing-type.ecobee.sensor.label = Ecobee Remote Sensor
thing-type.ecobee.sensor.description = An Ecobee remote sensor
thing-type.ecobee.thermostat.label = Ecobee Thermostat
thing-type.ecobee.thermostat.description = An Ecobee thermostat
thing-type.ecobee.thermostat.group.alerts.label = Alert
thing-type.ecobee.thermostat.group.equipmentStatus.label = Equipment Status
thing-type.ecobee.thermostat.group.events.label = Running Event
thing-type.ecobee.thermostat.group.forecast0.label = Weather Forecast Today
thing-type.ecobee.thermostat.group.forecast1.label = Weather Forecast Tomorrow
thing-type.ecobee.thermostat.group.forecast2.label = Weather Forecast Day 2
thing-type.ecobee.thermostat.group.forecast3.label = Weather Forecast Day 3
thing-type.ecobee.thermostat.group.forecast4.label = Weather Forecast Day 4
thing-type.ecobee.thermostat.group.forecast5.label = Weather Forecast Day 5
thing-type.ecobee.thermostat.group.forecast6.label = Weather Forecast Day 6
thing-type.ecobee.thermostat.group.forecast7.label = Weather Forecast Day 7
thing-type.ecobee.thermostat.group.forecast8.label = Weather Forecast Day 8
thing-type.ecobee.thermostat.group.houseDetails.label = House Details
thing-type.ecobee.thermostat.group.info.label = Thermostat Info
thing-type.ecobee.thermostat.group.location.label = Location
thing-type.ecobee.thermostat.group.management.label = Management
thing-type.ecobee.thermostat.group.program.label = Program
thing-type.ecobee.thermostat.group.runtime.label = Runtime
thing-type.ecobee.thermostat.group.settings.label = Settings
thing-type.ecobee.thermostat.group.technician.label = Technician
thing-type.ecobee.thermostat.group.version.label = Version
thing-type.ecobee.thermostat.group.weather.label = Weather Station
# thing types config
thing-type.config.ecobee.account.apiKey.label = API Key
thing-type.config.ecobee.account.apiKey.description = Enter the API key
thing-type.config.ecobee.account.apiTimeout.label = API Timeout
thing-type.config.ecobee.account.apiTimeout.description = Time in seconds to allow API request to complete
thing-type.config.ecobee.account.discoveryEnabled.label = Discovery Enabled
thing-type.config.ecobee.account.discoveryEnabled.description = Enable/disable automatic discovery
thing-type.config.ecobee.account.refreshIntervalNormal.label = Refresh Interval (Normal)
thing-type.config.ecobee.account.refreshIntervalNormal.description = Specifies the refresh interval in seconds
thing-type.config.ecobee.account.refreshIntervalQuick.label = Refresh Interval (Quick)
thing-type.config.ecobee.account.refreshIntervalQuick.description = Specifies time in seconds to wait after successful update, command or action before refresh
thing-type.config.ecobee.sensor.sensorId.label = Sensor Id
thing-type.config.ecobee.sensor.sensorId.description = Id assigned to this sensor (e.g. rs:101)
thing-type.config.ecobee.thermostat.thermostatId.label = Thermostat ID
thing-type.config.ecobee.thermostat.thermostatId.description = Thermostat ID assigned to this thermostat by Ecobee
# channel group types
channel-group-type.ecobee.alerts.label = First Alert in Alert List
channel-group-type.ecobee.equipmentStatus.label = Equipment Status
channel-group-type.ecobee.events.label = Currently Running Event
channel-group-type.ecobee.forecast.label = Weather Forecast
channel-group-type.ecobee.houseDetails.label = Thermostat House Detail
channel-group-type.ecobee.info.label = Thermostat Info
channel-group-type.ecobee.location.label = Thermostat Location
channel-group-type.ecobee.management.label = Thermostat Management
channel-group-type.ecobee.program.label = Thermostat Program
channel-group-type.ecobee.runtime.label = Thermostat Runtime
channel-group-type.ecobee.settings.label = Thermostat Settings
channel-group-type.ecobee.technician.label = Thermostat Technician
channel-group-type.ecobee.version.label = Thermostat Version
channel-group-type.ecobee.weather.label = Weather
# channel types
channel-type.ecobee.actualHumidity.label = Actual Humidity
channel-type.ecobee.actualTemperature.label = Actual Temperature
channel-type.ecobee.alertAcknowledgeRef.label = Acknowledge Ref
channel-type.ecobee.alertAcknowledgement.label = Acknowledgement
channel-type.ecobee.alertDate.label = Date
channel-type.ecobee.alertIsOperatorAlert.label = Is Operator Alert
channel-type.ecobee.alertNotificationType.label = Notification Type
channel-type.ecobee.alertNumber.label = Number
channel-type.ecobee.alertRemindMeLater.label = Remind Me Later
channel-type.ecobee.alertReminder.label = Reminder
channel-type.ecobee.alertSendEmail.label = Send Email
channel-type.ecobee.alertSeverity.label = Severity
channel-type.ecobee.alertShowIdt.label = Show IDT
channel-type.ecobee.alertShowWeb.label = Show Web
channel-type.ecobee.alertText.label = Text
channel-type.ecobee.alertThermostatIdentifier.label = Thermostat Identifier
channel-type.ecobee.alertTime.label = Time
channel-type.ecobee.alertType.label = Type
channel-type.ecobee.autoAway.label = Auto Away
channel-type.ecobee.autoHeatCoolFeatureEnabled.label = Auto Heat Cool Feature Enabled
channel-type.ecobee.auxMaxOutdoorTemp.label = Aux Max Outdoor Temp
channel-type.ecobee.auxOutdoorTempAlert.label = Aux Outdoor Temp Alert
channel-type.ecobee.auxOutdoorTempAlertNotify.label = Aux Outdoor Temp Alert Notify
channel-type.ecobee.auxOutdoorTempAlertNotifyTechnician.label = Aux Outdoor Temp Alert Notify Technician
channel-type.ecobee.auxRuntimeAlert.label = Aux Runtime Alert
channel-type.ecobee.auxRuntimeAlertNotify.label = Aux Runtime Alert Notify
channel-type.ecobee.auxRuntimeAlertNotifyTechnician.label = Aux Runtime Alert Notify Technician
channel-type.ecobee.backlightOffDuringSleep.label = Backlight Off During Sleep
channel-type.ecobee.backlightOffTime.label = Backlight Off Time
channel-type.ecobee.backlightOnIntensity.label = Backlight On Intensity
channel-type.ecobee.backlightSleepIntensity.label = Backlight Sleep Intensity
channel-type.ecobee.brand.label = Brand
channel-type.ecobee.coldTempAlert.label = Cold Temp Alert
channel-type.ecobee.coldTempAlertEnabled.label = Cold Temp Alert Enabled
channel-type.ecobee.compressorProtectionMinTemp.label = Compressor Protection Min Temp
channel-type.ecobee.compressorProtectionMinTime.label = Compressor Protection Min Time
channel-type.ecobee.condensationAvoid.label = Condensation Avoid
channel-type.ecobee.connectDateTime.label = Connected Date Time
channel-type.ecobee.connected.label = Connected
channel-type.ecobee.coolMaxTemp.label = Cool Max Temp
channel-type.ecobee.coolMinTemp.label = Cool Min Temp
channel-type.ecobee.coolRangeHigh.label = Cool Range High
channel-type.ecobee.coolRangeLow.label = Cool Range Low
channel-type.ecobee.coolStages.label = Cool Stages
channel-type.ecobee.coolingLockout.label = Cooling Lockout
channel-type.ecobee.currentClimateRef.label = Current Climate Ref
channel-type.ecobee.dehumidifierLevel.label = Dehumidifier Level
channel-type.ecobee.dehumidifierMode.label = Dehumidifier Mode
channel-type.ecobee.dehumidifyOvercoolOffset.label = Dehumidify Overcool Effect
channel-type.ecobee.dehumidifyWhenHeating.label = Dehumidify When Heating
channel-type.ecobee.dehumidifyWithAC.label = Dehumidify With AC
channel-type.ecobee.desiredCool.label = Desired Cool
channel-type.ecobee.desiredCoolRangeHigh.label = Desired Cool Range High
channel-type.ecobee.desiredCoolRangeLow.label = Desired Cool Range Low
channel-type.ecobee.desiredDehumidity.label = Desired Dehumidity
channel-type.ecobee.desiredFanMode.label = Desired Fan Mode
channel-type.ecobee.desiredHeat.label = Desired Heat
channel-type.ecobee.desiredHeatRangeHigh.label = Desired Heat Range High
channel-type.ecobee.desiredHeatRangeLow.label = Desired Heat Range Low
channel-type.ecobee.desiredHumidity.label = Desired Humidity
channel-type.ecobee.disableAlertsOnIdt.label = Disable Alerts On IDT
channel-type.ecobee.disableHeatPumpAlerts.label = Disable Heat Pump Alerts
channel-type.ecobee.disablePreCooling.label = Disable Pre Cooling
channel-type.ecobee.disablePreHeating.label = Disable Pre Heating
channel-type.ecobee.disconnectDateTime.label = Disconnected Date Timee
channel-type.ecobee.drAccept.label = DR Accept
channel-type.ecobee.eiLocation.label = EI Location
channel-type.ecobee.electricityBillCycleMonths.label = Electricity Bill Cycle Months
channel-type.ecobee.electricityBillStartMonth.label = Electricity Bill Start Month
channel-type.ecobee.electricityBillingDayOfMonth.label = Electricity Billing Day Of Month
channel-type.ecobee.enableElectricityBillAlert.label = Enable Electricity Bill Alert
channel-type.ecobee.enableProjectedElectricityBillAlert.label = Enable Projected Electricity Bill Alert
channel-type.ecobee.equipmentStatus.label = Equipment Status
channel-type.ecobee.eventCoolHoldTemp.label = Cool Hold Temp
channel-type.ecobee.eventCoolRelativeTemp.label = Cool Relative Temp
channel-type.ecobee.eventDrRampUpTemp.label = DR Ramp Up Temp
channel-type.ecobee.eventDrRampUpTime.label = DR Ramp Up Time
channel-type.ecobee.eventDutyCyclePercentage.label = Duty Cycle Percentage
channel-type.ecobee.eventEndDate.label = Event End Date
channel-type.ecobee.eventEndTime.label = Event End Time
channel-type.ecobee.eventFan.label = Fan
channel-type.ecobee.eventFanMinOnTime.label = Fan Min On Time
channel-type.ecobee.eventHeatHoldTemp.label = Heat Hold Temp
channel-type.ecobee.eventHeatRelativeTemp.label = Heat Relative Temp
channel-type.ecobee.eventHoldClimateRef.label = Hold Climate Ref
channel-type.ecobee.eventIsCoolOff.label = Is Cool Off
channel-type.ecobee.eventIsHeatOff.label = Is Heat Off
channel-type.ecobee.eventIsOccupied.label = Is Occupied
channel-type.ecobee.eventIsOptional.label = Is Optional
channel-type.ecobee.eventIsTemperatureAbsolute.label = Is Temperature Absolute
channel-type.ecobee.eventIsTemperatureRelative.label = Is Temperature Relative
channel-type.ecobee.eventLinkRef.label = Link Ref
channel-type.ecobee.eventName.label = Event Name
channel-type.ecobee.eventOccupiedSensorActive.label = Occupied Sensor Active
channel-type.ecobee.eventRunning.label = Event is Running
channel-type.ecobee.eventStartDate.label = Event Start Date
channel-type.ecobee.eventStartTime.label = Event Start Time
channel-type.ecobee.eventType.label = Event Type
channel-type.ecobee.eventUnoccupiedSensorActive.label = Unoccupied Sensor Active
channel-type.ecobee.eventVent.label = Vent
channel-type.ecobee.eventVentilatorMinOnTime.label = Ventilator Min On Time
channel-type.ecobee.fanControlRequired.label = Fan Control Required
channel-type.ecobee.fanMinOnTime.label = Fan Min On Time
channel-type.ecobee.features.label = Features
channel-type.ecobee.firstConnected.label = First Connected
channel-type.ecobee.followMeComfort.label = Follow Me Comfort
channel-type.ecobee.groupName.label = Group Name
channel-type.ecobee.groupRef.label = Group Ref
channel-type.ecobee.groupSetting.label = Group Setting
channel-type.ecobee.hasBoiler.label = Has Boiler
channel-type.ecobee.hasDehumidifier.label = Has Dehumidifier
channel-type.ecobee.hasElectric.label = Has Electric
channel-type.ecobee.hasErv.label = Has ERV
channel-type.ecobee.hasForcedAir.label = Has Forced Air
channel-type.ecobee.hasHeatPump.label = Has Heat Pump
channel-type.ecobee.hasHrv.label = Has HRV
channel-type.ecobee.hasHumidifier.label = Has Humidifier
channel-type.ecobee.hasUVFilter.label = Has UV Filter
channel-type.ecobee.heatCoolMinDelta.label = Heat Cool Min Delta
channel-type.ecobee.heatMaxTemp.label = Heat Max Temp
channel-type.ecobee.heatMinTemp.label = Heat Min Temp
channel-type.ecobee.heatPumpGroundWater.label = Heat Pump Ground Water
channel-type.ecobee.heatPumpReversalOnCool.label = Heat Pump Reversal On Cool
channel-type.ecobee.heatRangeHigh.label = Heat Range High
channel-type.ecobee.heatRangeLow.label = Heat Range Low
channel-type.ecobee.heatStages.label = Heat Stages
channel-type.ecobee.holdAction.label = Hold Action
channel-type.ecobee.hotTempAlert.label = Hot Temp Alert
channel-type.ecobee.hotTempAlertEnabled.label = Hot Temp Alert Enabled
channel-type.ecobee.housedetailsAge.label = Age
channel-type.ecobee.housedetailsNumberOfFloors.label = Number of Floors
channel-type.ecobee.housedetailsNumberOfOccupants.label = Number of Occupants
channel-type.ecobee.housedetailsNumberOfRooms.label = Number of Rooms
channel-type.ecobee.housedetailsSize.label = Size
channel-type.ecobee.housedetailsStyle.label = Style
channel-type.ecobee.housedetailsWindowEfficiency.label = Window Efficiency
channel-type.ecobee.humidifierMode.label = Humidifier Mode
channel-type.ecobee.humidity.label = Humidity
channel-type.ecobee.humidityAlertNotify.label = Humidity Alert Notify
channel-type.ecobee.humidityAlertNotifyTechnician.label = Humidity Alert Notify Technician
channel-type.ecobee.humidityHighAlert.label = Humidity High Alert
channel-type.ecobee.humidityLowAlert.label = Humidity Low Alert
channel-type.ecobee.hvacMode.label = HVAC Mode
channel-type.ecobee.identifier.label = Identifier
channel-type.ecobee.installerCodeRequired.label = Installer Code Required
channel-type.ecobee.isRegistered.label = Is Registered
channel-type.ecobee.isRentalProperty.label = Is Rental Property
channel-type.ecobee.isVentilatorTimerOn.label = Is Ventilator Timer On
channel-type.ecobee.lastModified.label = Last Modified
channel-type.ecobee.lastModified.label = Last Modified
channel-type.ecobee.lastServiceDate.label = Last Service Date
channel-type.ecobee.lastStatusModified.label = Last Status Modified
channel-type.ecobee.locale.label = Locale
channel-type.ecobee.locationCity.label = City
channel-type.ecobee.locationCountry.label = Country
channel-type.ecobee.locationIsDaylightSaving.label = Is Daylight Saving
channel-type.ecobee.locationMapCoordinates.label = Thermostat Location
channel-type.ecobee.locationPhoneNumber.label = Phone Number
channel-type.ecobee.locationPostalCode.label = Postal Code
channel-type.ecobee.locationProvinceState.label = Province/State
channel-type.ecobee.locationStreetAddress.label = Street Address
channel-type.ecobee.locationTimeZone.label = Time Zone
channel-type.ecobee.locationTimeZoneOffsetMinutes.label = Time Zone Offset Minutes
channel-type.ecobee.managementAdministrativeContact.label = Administrative Contact
channel-type.ecobee.managementBillingContact.label = Billing Contact
channel-type.ecobee.managementEmail.label = Email
channel-type.ecobee.managementName.label = Name
channel-type.ecobee.managementPhone.label = Phone
channel-type.ecobee.managementShowAlertIdt.label = Show Alert Idt
channel-type.ecobee.managementShowAlertWeb.label = Show Alert Web
channel-type.ecobee.managementWeb.label = Web
channel-type.ecobee.maxSetBack.label = Max Set Back
channel-type.ecobee.maxSetForward.label = Max Set Forward
channel-type.ecobee.modelNumber.label = Model Number
channel-type.ecobee.monthlyElectricityBillLimit.label = Monthly Electricity Bill Limit
channel-type.ecobee.monthsBetweenService.label = Months Between Service
channel-type.ecobee.name.label = Name
channel-type.ecobee.quickSaveSetBack.label = Quick Save Set Back
channel-type.ecobee.quickSaveSetForward.label = Quick Save Set Forward
channel-type.ecobee.randomStartDelayCool.label = Random Start Delay Cool
channel-type.ecobee.randomStartDelayHeat.label = Random Start Delay Heat
channel-type.ecobee.rawTemperature.label = Raw Temperature
channel-type.ecobee.remindMeDate.label = Remind Me Date
channel-type.ecobee.runtimeDate.label = Runtime Date
channel-type.ecobee.runtimeInterval.label = Runtime Interval
channel-type.ecobee.runtimeRev.label = Runtime Rev
channel-type.ecobee.sensorCode.label = Sensor Code
channel-type.ecobee.sensorGeneric.label = Generic Sensor
channel-type.ecobee.sensorHumidity.label = Sensor Humidity
channel-type.ecobee.sensorId.label = Sensor Id
channel-type.ecobee.sensorInUse.label = Sensor In Use
channel-type.ecobee.sensorName.label = Sensor Name
channel-type.ecobee.sensorOccupancy.label = Sensor Occupancy
channel-type.ecobee.sensorTemperature.label = Sensor Temperature
channel-type.ecobee.sensorType.label = Sensor Type
channel-type.ecobee.serviceRemindMe.label = Service Remind Me
channel-type.ecobee.serviceRemindTechnician.label = Service Remind Technician
channel-type.ecobee.showIconMode.label = Show Icon Mode
channel-type.ecobee.smartCirculation.label = Smart Circulation
channel-type.ecobee.soundAlertVolume.label = Sound Alert Volume
channel-type.ecobee.soundTickVolume.label = Sound Tick Volume
channel-type.ecobee.stage1CoolingDifferentialTemp.label = Stage 1 Cooling Differential Temp
channel-type.ecobee.stage1CoolingDissipationTime.label = Stage 1 Cooling Dissipation Time
channel-type.ecobee.stage1HeatingDifferentialTemp.label = Stage 1 Heating Differential Temp
channel-type.ecobee.stage1HeatingDissipationTime.label = Stage 1 Heating Dissipation Time
channel-type.ecobee.technicianCity.label = City
channel-type.ecobee.technicianContractorRef.label = Contractor Ref
channel-type.ecobee.technicianCountry.label = Country
channel-type.ecobee.technicianEmail.label = Email
channel-type.ecobee.technicianName.label = Name
channel-type.ecobee.technicianPhone.label = Phone
channel-type.ecobee.technicianPostalCode.label = Postal Code
channel-type.ecobee.technicianProvinceState.label = Province/State
channel-type.ecobee.technicianStreetAddress.label = Street Address
channel-type.ecobee.technicianWeb.label = Web
channel-type.ecobee.tempAlertNotify.label = Temp Alert Notify
channel-type.ecobee.tempAlertNotifyTechnician.label = Temp Alert Notify Technician
channel-type.ecobee.tempCorrection.label = Temp Correction
channel-type.ecobee.thermostatRev.label = Thermostat Rev
channel-type.ecobee.thermostatTime.label = Thermostat Time
channel-type.ecobee.useCelsius.label = Use Celsius
channel-type.ecobee.useTimeFormat12.label = Use Time Format 12
channel-type.ecobee.useZoneController.label = Use Zone Controller
channel-type.ecobee.userAccessCode.label = User Access Code
channel-type.ecobee.userAccessSetting.label = User Access Settings
channel-type.ecobee.vent.label = Vent
channel-type.ecobee.ventilatorDehumidify.label = Ventilator Dehumidify
channel-type.ecobee.ventilatorFreeCooling.label = Ventilator Free Cooling
channel-type.ecobee.ventilatorMinOnTime.label = Ventilator Min On Time
channel-type.ecobee.ventilatorMinOnTimeAway.label = Ventilator Min On Time Away
channel-type.ecobee.ventilatorMinOnTimeHome.label = Ventilator Min On Time Home
channel-type.ecobee.ventilatorOffDateTime.label = Ventilator Off Date Time
channel-type.ecobee.ventilatorType.label = Ventilator Type
channel-type.ecobee.versionThermostatFirmwareVersion.label = Firmware Version
channel-type.ecobee.weatherCondition.label = Condition
channel-type.ecobee.weatherDateTime.label = Date Time
channel-type.ecobee.weatherDewpoint.label = Dewpoint
channel-type.ecobee.weatherPop.label = Probability of Precipitation
channel-type.ecobee.weatherPressure.label = Pressure
channel-type.ecobee.weatherRelativeHumidity.label = Relative Humidity
channel-type.ecobee.weatherSky.label = Sky
channel-type.ecobee.weatherSkyText.label = Sky Text
channel-type.ecobee.weatherTempHigh.label = High Temperature
channel-type.ecobee.weatherTempLow.label = Low Temperature
channel-type.ecobee.weatherTemperature.label = Temperature
channel-type.ecobee.weatherTimestamp.label = Timestamp
channel-type.ecobee.weatherVisibility.label = Visibility
channel-type.ecobee.weatherWeatherStation.label = Weather Station
channel-type.ecobee.weatherWeatherSymbol.label = Symbol
channel-type.ecobee.weatherWeatherSymbolText.label = Symbol Text
channel-type.ecobee.weatherWindBearing.label = Wind Bearing
channel-type.ecobee.weatherWindDirection.label = Wind Direction
channel-type.ecobee.weatherWindGust.label = Wind Gust
channel-type.ecobee.weatherWindSpeed.label = Wind Speed
channel-type.ecobee.wifiOfflineAlert.label = WiFi Offline Alert

View File

@ -0,0 +1,188 @@
# binding
binding.ecotouch.name = EcoTouch Binding
binding.ecotouch.description = This is the binding for a Waterkotte EcoTouch heat pump.
# thing types
thing-type.ecotouch.air.label = Waterkotte EcoTouch Air
thing-type.ecotouch.air.description = Waterkotte EcoTouch Air heat pump
thing-type.ecotouch.geo.label = Waterkotte EcoTouch Geo
thing-type.ecotouch.geo.description = Waterkotte EcoTouch Geo heat pump
# thing types config
thing-type.config.ecotouch.air.ip.label = Address of Heat Pump
thing-type.config.ecotouch.air.ip.description = Enter the IP address or the hostname of the EcoTouch display unit
thing-type.config.ecotouch.air.password.label = Password
thing-type.config.ecotouch.air.password.description = Since Waterkotte Display software version 1.6.xx, the password default value is waterkotte. Prior to that, the password default was wtkadmin
thing-type.config.ecotouch.air.refresh.label = Refresh Interval
thing-type.config.ecotouch.air.refresh.description = This is the refresh interval in seconds for all channels.
thing-type.config.ecotouch.air.username.label = Username
thing-type.config.ecotouch.air.username.description = Since Waterkotte Display software version 1.6.xx, the username default value is waterkotte. Prior to that, the username default was admin
thing-type.config.ecotouch.geo.ip.label = Address of Heat Pump
thing-type.config.ecotouch.geo.ip.description = Enter the IP address or the hostname of the EcoTouch display unit
thing-type.config.ecotouch.geo.password.label = Password
thing-type.config.ecotouch.geo.password.description = Since Waterkotte Display software version 1.6.xx, the password default value is waterkotte. Prior to that, the password default was wtkadmin
thing-type.config.ecotouch.geo.refresh.label = Refresh Interval
thing-type.config.ecotouch.geo.refresh.description = This is the refresh interval in seconds for all channels.
thing-type.config.ecotouch.geo.username.label = Username
thing-type.config.ecotouch.geo.username.description = Since Waterkotte Display software version 1.6.xx, the username default value is waterkotte. Prior to that, the username default was admin
# channel types
channel-type.ecotouch.adapt_heating.label = Adapt Heating
channel-type.ecotouch.adapt_heating.description = Adjust the Heating Temperature by an Offset
channel-type.ecotouch.alarm.label = Alarm
channel-type.ecotouch.compressor_power.label = Percent Power Compressor
channel-type.ecotouch.coolEnableTemp.label = Temperature Cooling Enable
channel-type.ecotouch.cop_cooling.label = COP Cooling
channel-type.ecotouch.cop_heating.label = COP Heating
channel-type.ecotouch.date_day.label = Day
channel-type.ecotouch.date_month.label = Month
channel-type.ecotouch.date_year.label = Year
channel-type.ecotouch.ecovent_CO2_value.label = EcoVent CO2
channel-type.ecotouch.ecovent_mode.label = EcoVent Mode
channel-type.ecotouch.ecovent_mode.description = EcoVent Mode (0..5: Day, Night, Timer, Party, Vacation, Bypass)
channel-type.ecotouch.ecovent_moisture_value.label = EcoVent Air Moisture
channel-type.ecotouch.ecovent_output_y1.label = EcoVent Fan
channel-type.ecotouch.ecovent_temp_exhaust_air.label = EcoVent Exhaust Air
channel-type.ecotouch.ecovent_temp_exhaust_air.description = EcoVent Temperature Exhaust Air
channel-type.ecotouch.ecovent_temp_exit_air.label = EcoVent Exit Air
channel-type.ecotouch.ecovent_temp_exit_air.description = EcoVent Temperature Exit Air
channel-type.ecotouch.ecovent_temp_outdoor_air.label = EcoVent Outdoor Air
channel-type.ecotouch.ecovent_temp_outdoor_air.description = EcoVent Temperature Outdoor Air
channel-type.ecotouch.ecovent_temp_supply_air.label = EcoVent Supply Air
channel-type.ecotouch.ecovent_temp_supply_air.description = EcoVent Temperature Supply Air
channel-type.ecotouch.enable_cooling.label = Enable Cooling
channel-type.ecotouch.enable_heating.label = Enable Heating
channel-type.ecotouch.enable_pool.label = Enable Pool
channel-type.ecotouch.enable_pv.label = Enable PV
channel-type.ecotouch.enable_warmwater.label = Enable Water
channel-type.ecotouch.enable_warmwater.description = Enable Warm Water
channel-type.ecotouch.hysteresis_heating.label = Hysteresis Heating
channel-type.ecotouch.interruptions.label = Interruptions
channel-type.ecotouch.manual_4wayvalve.label = Enable 4Way Valve
channel-type.ecotouch.manual_4wayvalve.description = Operating Mode 4Way Valve
channel-type.ecotouch.manual_coolvalve.label = Enable Cooling Valve
channel-type.ecotouch.manual_coolvalve.description = Operating Mode Cooling Valve
channel-type.ecotouch.manual_heatingpump.label = Enable Heating Pump
channel-type.ecotouch.manual_heatingpump.description = Operating Mode Heating Pump
channel-type.ecotouch.manual_multiext.label = Enable Multi Ouput
channel-type.ecotouch.manual_multiext.description = Operating Mode Multi Ouput Ext
channel-type.ecotouch.manual_poolvalve.label = Enable Pool Valve
channel-type.ecotouch.manual_poolvalve.description = Operating Mode Pool Valve
channel-type.ecotouch.manual_solarpump1.label = Enable Solar Pump
channel-type.ecotouch.manual_solarpump1.description = Operating Mode Solar Pump
channel-type.ecotouch.manual_solarpump2.label = Enable Solar Pump 2
channel-type.ecotouch.manual_solarpump2.description = Operating Mode Solar Pump 2
channel-type.ecotouch.manual_sourcepump.label = Enable Source Pump
channel-type.ecotouch.manual_sourcepump.description = Operating Mode Source Pump
channel-type.ecotouch.manual_tankpump.label = Enable Tank Pump
channel-type.ecotouch.manual_tankpump.description = Operating Mode Tank Pump
channel-type.ecotouch.manual_valve.label = Enable Valve
channel-type.ecotouch.manual_valve.description = Operating Mode Valve
channel-type.ecotouch.maxVLTemp.label = maxVLTemp
channel-type.ecotouch.nviHeizkreisNorm.label = nviHeizkreisNorm
channel-type.ecotouch.nviNormAussen.label = nviNormAussen
channel-type.ecotouch.nviSollKuehlen.label = nviSollKuehlen
channel-type.ecotouch.nviTHeizgrenze.label = nviTHeizgrenze
channel-type.ecotouch.nviTHeizgrenzeSoll.label = nviTHeizgrenze Setpoint
channel-type.ecotouch.operating_hours_circulation_pump.label = Hours Circulation Pump
channel-type.ecotouch.operating_hours_circulation_pump.description = Operating Hours Circulation Pump
channel-type.ecotouch.operating_hours_compressor1.label = Hours Compressor 1
channel-type.ecotouch.operating_hours_compressor1.description = Operating Hours Compressor 1
channel-type.ecotouch.operating_hours_compressor2.label = Hours Compressor 2
channel-type.ecotouch.operating_hours_compressor2.description = Operating Hours Compressor 2
channel-type.ecotouch.operating_hours_solar.label = Hours Solar
channel-type.ecotouch.operating_hours_solar.description = Operating Hours Solar
channel-type.ecotouch.operating_hours_source_pump.label = Hours Source Pump
channel-type.ecotouch.operating_hours_source_pump.description = Operating Hours Source Pump
channel-type.ecotouch.percent_compressor.label = Percent Compressor
channel-type.ecotouch.percent_heat_circ_pump.label = Percent Circulation Pump
channel-type.ecotouch.percent_heat_circ_pump.description = Percent Heating Circulation Pump
channel-type.ecotouch.percent_source_pump.label = Percent Source Pump
channel-type.ecotouch.position_expansion_valve.label = Position Expansion Valve
channel-type.ecotouch.power_compressor.label = Power Compressor
channel-type.ecotouch.power_cooling.label = Power Cooling
channel-type.ecotouch.power_heating.label = Power Heating
channel-type.ecotouch.pressure_condensation.label = Pressure Condensation
channel-type.ecotouch.pressure_evaporation.label = Pressure Evaporation
channel-type.ecotouch.state.label = State
channel-type.ecotouch.state.description = A Bitfield which encodes the state of all valves, pumps and compressors
channel-type.ecotouch.state_alarm.label = State Alarm
channel-type.ecotouch.state_compressor1.label = State Compressor 1
channel-type.ecotouch.state_compressor2.label = State Compressor 2
channel-type.ecotouch.state_cooling.label = State Cooling
channel-type.ecotouch.state_cooling4way.label = State Cooling4Way
channel-type.ecotouch.state_evd.label = State EVD
channel-type.ecotouch.state_extheater.label = State External Heater
channel-type.ecotouch.state_heatingpump.label = State Heating Pump
channel-type.ecotouch.state_pool.label = State Pool
channel-type.ecotouch.state_service.label = State Service Mode
channel-type.ecotouch.state_solar.label = State Solar
channel-type.ecotouch.state_sourcepump.label = State Source Pump
channel-type.ecotouch.state_water.label = State Water
channel-type.ecotouch.tempSet0Deg.label = Heating Set 0°C
channel-type.ecotouch.tempSet0Deg.description = Heating Setpoint at 0°C Outside
channel-type.ecotouch.tempchange_cooling_pv.label = Change Cooling PV
channel-type.ecotouch.tempchange_cooling_pv.description = Temperature Change Cooling if PV
channel-type.ecotouch.tempchange_heating_pv.label = Change Heating PV
channel-type.ecotouch.tempchange_heating_pv.description = Temperature Change Heating if PV
channel-type.ecotouch.tempchange_pool_pv.label = Change Pool PV
channel-type.ecotouch.tempchange_pool_pv.description = Temperature Change Pool if PV
channel-type.ecotouch.tempchange_warmwater_pv.label = Change Water PV
channel-type.ecotouch.tempchange_warmwater_pv.description = Temperature Change Water if PV
channel-type.ecotouch.temperature2_outside_1h.label = Outside 1h Average
channel-type.ecotouch.temperature2_outside_1h.description = Temperature Outside 1h Average (A90)
channel-type.ecotouch.temperature_condensation.label = Temperature Condensation
channel-type.ecotouch.temperature_cooling_return.label = Cooling Return
channel-type.ecotouch.temperature_cooling_return.description = Temperature Cooling Return
channel-type.ecotouch.temperature_cooling_set.label = Cooling Set
channel-type.ecotouch.temperature_cooling_set.description = Temperature Cooling Setpoint
channel-type.ecotouch.temperature_cooling_set2.label = Cooling Set BMS
channel-type.ecotouch.temperature_cooling_set2.description = Temperature Cooling Setpoint BMS
channel-type.ecotouch.temperature_evaporation.label = Temperature Evaporation
channel-type.ecotouch.temperature_flow.label = Temperature Flow
channel-type.ecotouch.temperature_heating_return.label = Heating Return
channel-type.ecotouch.temperature_heating_return.description = Temperature Heating Return
channel-type.ecotouch.temperature_heating_set.label = Heating Set
channel-type.ecotouch.temperature_heating_set.description = Temperature Heating Setpoint
channel-type.ecotouch.temperature_heating_set2.label = Heating Set BMS
channel-type.ecotouch.temperature_heating_set2.description = Temperature Heating Setpoint BMS
channel-type.ecotouch.temperature_outside.label = Temperature Outside
channel-type.ecotouch.temperature_outside.description = The current outside temperature
channel-type.ecotouch.temperature_outside_1h.label = Average Temperature 1h
channel-type.ecotouch.temperature_outside_1h.description = The outside temperature averaged over one hour
channel-type.ecotouch.temperature_outside_24h.label = Average Temperature 24h
channel-type.ecotouch.temperature_outside_24h.description = The outside temperature averaged over one day
channel-type.ecotouch.temperature_pool.label = Temperature Pool
channel-type.ecotouch.temperature_pool_set.label = Pool Set
channel-type.ecotouch.temperature_pool_set.description = Temperature Pool Setpoint
channel-type.ecotouch.temperature_pool_set2.label = Pool Set BMS
channel-type.ecotouch.temperature_pool_set2.description = Temperature Pool Setpoint BMS
channel-type.ecotouch.temperature_return.label = Temperature Return
channel-type.ecotouch.temperature_return_set.label = Temperature Return Set
channel-type.ecotouch.temperature_room.label = Temperature Room
channel-type.ecotouch.temperature_room_1h.label = Avg. Room Temp 1h
channel-type.ecotouch.temperature_solar.label = Temperature Solar
channel-type.ecotouch.temperature_solar_flow.label = Temperature Solar Flow
channel-type.ecotouch.temperature_source_in.label = Temperature Source In
channel-type.ecotouch.temperature_source_out.label = Temperature Source Out
channel-type.ecotouch.temperature_storage.label = Temperature Storage
channel-type.ecotouch.temperature_suction.label = Temperature Suction
channel-type.ecotouch.temperature_suction_air.label = Temperature Suction Air
channel-type.ecotouch.temperature_sump.label = Temperature Sump
channel-type.ecotouch.temperature_surrounding.label = Temperature Surrounding
channel-type.ecotouch.temperature_water.label = Temperature Water
channel-type.ecotouch.temperature_water_set.label = Water Set
channel-type.ecotouch.temperature_water_set.description = Temperature Water Setpoint
channel-type.ecotouch.temperature_water_set2.label = Water Set BMS
channel-type.ecotouch.temperature_water_set2.description = Temperature Water Setpoint BMS
channel-type.ecotouch.time_hour.label = Hour
channel-type.ecotouch.time_minute.label = Minute
channel-type.ecotouch.version_bios.label = Version BIOS
channel-type.ecotouch.version_controller.label = Version Controller
channel-type.ecotouch.version_controller.description = Version Display Controller
channel-type.ecotouch.version_controller_build.label = Build Number Controller
channel-type.ecotouch.version_controller_build.description = Build Number Display Controller

View File

@ -0,0 +1,27 @@
# binding
binding.elerotransmitterstick.name = Elero Transmitter Stick Binding
binding.elerotransmitterstick.description = This is the binding for Elero Transmitter Sticks.
# thing types
thing-type.elerotransmitterstick.elerochannel.label = Elero Channel
thing-type.elerotransmitterstick.elerochannel.description = One of the 15 elero channels available on an Elero Transmitter Stick.
thing-type.elerotransmitterstick.elerostick.label = Elero Transmitter Stick
thing-type.elerotransmitterstick.elerostick.description = Thing for an Elero Transmitter Stick
# thing types config
thing-type.config.elerotransmitterstick.elerochannel.channelId.label = Channel ID
thing-type.config.elerotransmitterstick.elerochannel.channelId.description = The id of this channel.
thing-type.config.elerotransmitterstick.elerostick.portName.label = Port Name
thing-type.config.elerotransmitterstick.elerostick.portName.description = The name of the port to which the Elero Transmitter Stick is connected.
thing-type.config.elerotransmitterstick.elerostick.updateInterval.label = Update Interval
thing-type.config.elerotransmitterstick.elerostick.updateInterval.description = The number of seconds to wait before requesting the status of the elero channels from the Elero Transmitter Stick.
# channel types
channel-type.elerotransmitterstick.control.label = Control
channel-type.elerotransmitterstick.control.description = Allows to control the devices connected to this elero channel or group by sending UP, DOWN, STOP commands.
channel-type.elerotransmitterstick.status.label = Status
channel-type.elerotransmitterstick.status.description = Read only channel providing the current status of this elero channel or group.

View File

@ -0,0 +1,43 @@
# binding
binding.energenie.name = Energenie Binding
binding.energenie.description = This is the binding for Energenie.
# thing types
thing-type.energenie.pm2lan.label = EG-PM2-LAN
thing-type.energenie.pm2lan.description = Energenie programmable power strip with LAN interface
thing-type.energenie.pms2lan.label = EG-PMS2-LAN
thing-type.energenie.pms2lan.description = Energenie programmable power strip with LAN interface
thing-type.energenie.pmslan.label = EG-PMS-LAN
thing-type.energenie.pmslan.description = Energenie programmable power strip with LAN interface
thing-type.energenie.pmswlan.label = EG-PMS-WLAN
thing-type.energenie.pmswlan.description = Energenie programmable power strip with WLAN interface
thing-type.energenie.pwmlan.label = EGM-PWM-LAN
thing-type.energenie.pwmlan.description = Energenie energy meter with LAN interface
# thing types config
thing-type.config.energenie.config.host.label = IP-Address
thing-type.config.energenie.config.host.description = The IP address of this device
thing-type.config.energenie.config.password.label = Password
thing-type.config.energenie.config.password.description = The password of this device
# channel types
channel-type.energenie.current.label = Current
channel-type.energenie.current.description = Channel representing the current
channel-type.energenie.energy.label = Energy
channel-type.energenie.energy.description = Channel representing the energy consumption
channel-type.energenie.power.label = Power
channel-type.energenie.power.description = Channel representing the power consumption
channel-type.energenie.socket1.label = Socket 1 State
channel-type.energenie.socket1.description = Channel representing the state of socket 1
channel-type.energenie.socket2.label = Socket 2 State
channel-type.energenie.socket2.description = Channel representing the state of socket 2
channel-type.energenie.socket3.label = Socket 3 State
channel-type.energenie.socket3.description = Channel representing the state of socket 3
channel-type.energenie.socket4.label = Socket 4 State
channel-type.energenie.socket4.description = Channel representing the state of socket 4
channel-type.energenie.voltage.label = Voltage
channel-type.energenie.voltage.description = Channel representing the voltage

View File

@ -0,0 +1,143 @@
# binding
binding.epsonprojector.name = Epson Projector Binding
binding.epsonprojector.description = This binding is compatible with Epson projectors which support the ESC/VP21 protocol
# thing types
thing-type.epsonprojector.projector-serial.label = Epson Projector - Serial
thing-type.epsonprojector.projector-serial.description = An Epson projector which supports the ESC/VP21 protocol via a serial port connection
thing-type.epsonprojector.projector-tcp.label = Epson Projector - TCP/IP
thing-type.epsonprojector.projector-tcp.description = An Epson projector which supports the ESC/VP21 protocol via the built-in ethernet port or a serial over IP connection
# thing types config
thing-type.config.epsonprojector.projector-serial.maxVolume.label = Volume Range
thing-type.config.epsonprojector.projector-serial.maxVolume.description = Set to Match the Volume Range Seen in the Projector's OSD
thing-type.config.epsonprojector.projector-serial.maxVolume.option.20 = Volume range is 0-20
thing-type.config.epsonprojector.projector-serial.maxVolume.option.40 = Volume range is 0-40
thing-type.config.epsonprojector.projector-serial.pollingInterval.label = Polling Interval
thing-type.config.epsonprojector.projector-serial.pollingInterval.description = Configures How Often to Poll the Projector for Updates (5-60; Default 10)
thing-type.config.epsonprojector.projector-serial.serialPort.label = Serial Port
thing-type.config.epsonprojector.projector-serial.serialPort.description = Serial Port to Use for Connecting to the Epson Projector
thing-type.config.epsonprojector.projector-tcp.host.label = Host
thing-type.config.epsonprojector.projector-tcp.host.description = IP address for the projector or serial over IP device
thing-type.config.epsonprojector.projector-tcp.maxVolume.label = Volume Range
thing-type.config.epsonprojector.projector-tcp.maxVolume.description = Set to Match the Volume Range Seen in the Projector's OSD
thing-type.config.epsonprojector.projector-tcp.maxVolume.option.20 = Volume range is 0-20
thing-type.config.epsonprojector.projector-tcp.maxVolume.option.40 = Volume range is 0-40
thing-type.config.epsonprojector.projector-tcp.pollingInterval.label = Polling Interval
thing-type.config.epsonprojector.projector-tcp.pollingInterval.description = Configures How Often to Poll the Projector for Updates (5-60; Default 10)
thing-type.config.epsonprojector.projector-tcp.port.label = Port
thing-type.config.epsonprojector.projector-tcp.port.description = Port for the projector or serial over IP device
# channel types
channel-type.epsonprojector.aspectratio.label = Aspect Ratio
channel-type.epsonprojector.aspectratio.description = Retrieve or Set the Aspect Ratio
channel-type.epsonprojector.aspectratio.state.option.NORMAL = NORMAL
channel-type.epsonprojector.aspectratio.state.option.AUTO = AUTO
channel-type.epsonprojector.aspectratio.state.option.FULL = FULL
channel-type.epsonprojector.aspectratio.state.option.ZOOM = ZOOM
channel-type.epsonprojector.aspectratio.state.option.WIDE = WIDE
channel-type.epsonprojector.aspectratio.state.option.ANAMORPHIC = ANAMORPHIC
channel-type.epsonprojector.aspectratio.state.option.SQUEEZE = SQUEEZE
channel-type.epsonprojector.aspectratio.state.option.RATIO4X3 = RATIO4X3
channel-type.epsonprojector.aspectratio.state.option.ZOOM4X3 = ZOOM4X3
channel-type.epsonprojector.aspectratio.state.option.RATIO16X9 = RATIO16X9
channel-type.epsonprojector.aspectratio.state.option.UP16X9 = UP16X9
channel-type.epsonprojector.aspectratio.state.option.DOWN16X9 = DOWN16X9
channel-type.epsonprojector.aspectratio.state.option.REAL = REAL
channel-type.epsonprojector.autokeystone.label = Auto Keystone
channel-type.epsonprojector.autokeystone.description = Turn the Auto Keystone On or Off
channel-type.epsonprojector.background.label = Background
channel-type.epsonprojector.background.description = Select the Background Color/Logo
channel-type.epsonprojector.background.state.option.BLACK = BLACK
channel-type.epsonprojector.background.state.option.BLUE = BLUE
channel-type.epsonprojector.background.state.option.LOGO = LOGO
channel-type.epsonprojector.brightness.label = Brightness
channel-type.epsonprojector.brightness.description = Retrieve or Set the Brightness
channel-type.epsonprojector.colormode.label = Color Mode
channel-type.epsonprojector.colormode.description = Retrieve or Set the Color Mode
channel-type.epsonprojector.colormode.state.option.DYNAMIC = DYNAMIC
channel-type.epsonprojector.colormode.state.option.LIVINGROOM = LIVINGROOM
channel-type.epsonprojector.colormode.state.option.NATURAL = NATURAL
channel-type.epsonprojector.colormode.state.option.CINEMA = CINEMA
channel-type.epsonprojector.colormode.state.option.CINEMANIGHT = CINEMANIGHT
channel-type.epsonprojector.colormode.state.option.BWCINEMA = BWCINEMA
channel-type.epsonprojector.colormode.state.option.DIGITALCINEMA = DIGITALCINEMA
channel-type.epsonprojector.colormode.state.option.HD = HD
channel-type.epsonprojector.colormode.state.option.THX = THX
channel-type.epsonprojector.colormode.state.option.CINEMA3D = CINEMA3D
channel-type.epsonprojector.colormode.state.option.DYNAMIC3D = DYNAMIC3D
channel-type.epsonprojector.colormode.state.option.THX3D = THX3D
channel-type.epsonprojector.colormode.state.option.SRGB = SRGB
channel-type.epsonprojector.colormode.state.option.NORMAL = NORMAL
channel-type.epsonprojector.colormode.state.option.MEETING = MEETING
channel-type.epsonprojector.colormode.state.option.PRESENTATION = PRESENTATION
channel-type.epsonprojector.colormode.state.option.SPORTS = SPORTS
channel-type.epsonprojector.colormode.state.option.CUSTOM = CUSTOM
channel-type.epsonprojector.colormode.state.option.BLACKBOARD = BLACKBOARD
channel-type.epsonprojector.colormode.state.option.WHITEBOARD = WHITEBOARD
channel-type.epsonprojector.colormode.state.option.PHOTO = PHOTO
channel-type.epsonprojector.colormode.state.option.SILVER = SILVER
channel-type.epsonprojector.colormode.state.option.XVCOLOR = XVCOLOR
channel-type.epsonprojector.colormode.state.option.DICOMSIM = DICOMSIM
channel-type.epsonprojector.colormode.state.option.AUTO = AUTO
channel-type.epsonprojector.colortemperature.label = Color Temperature
channel-type.epsonprojector.colortemperature.description = Retrieve or Set the Color Temperature
channel-type.epsonprojector.contrast.label = Contrast
channel-type.epsonprojector.contrast.description = Retrieve or Set the Contrast
channel-type.epsonprojector.density.label = Density (Color Saturation)
channel-type.epsonprojector.density.description = Retrieve or Set the Density
channel-type.epsonprojector.errcode.label = ErrCode
channel-type.epsonprojector.errcode.description = Retrieves the Last Error Code
channel-type.epsonprojector.errmessage.label = ErrMessage
channel-type.epsonprojector.errmessage.description = Retrieves the Description of the Last Error
channel-type.epsonprojector.fleshtemperature.label = Flesh Temperature
channel-type.epsonprojector.fleshtemperature.description = Retrieve or Set the Flesh Temperature
channel-type.epsonprojector.freeze.label = Freeze Image
channel-type.epsonprojector.freeze.description = Turn the Freeze Screen Mode On or Off
channel-type.epsonprojector.gamma.label = Gamma
channel-type.epsonprojector.gamma.description = Retrieve or Set the Gamma Setting
channel-type.epsonprojector.gamma.state.option.G2_0 = G2_0
channel-type.epsonprojector.gamma.state.option.G2_1 = G2_1
channel-type.epsonprojector.gamma.state.option.G2_2 = G2_2
channel-type.epsonprojector.gamma.state.option.G2_3 = G2_3
channel-type.epsonprojector.gamma.state.option.G2_4 = G2_4
channel-type.epsonprojector.gamma.state.option.CUSTOM = CUSTOM
channel-type.epsonprojector.horizontalkeystone.label = Horizontal Keystone
channel-type.epsonprojector.horizontalkeystone.description = Retrieve or Set the Horizontal Keystone
channel-type.epsonprojector.horizontalposition.label = Horizontal Position
channel-type.epsonprojector.horizontalposition.description = Retrieve or Set the Horizontal Position
channel-type.epsonprojector.horizontalreverse.label = Horizontal Reverse
channel-type.epsonprojector.horizontalreverse.description = Turn the Horizontal Reverse On or Off
channel-type.epsonprojector.keycode.label = KeyCode
channel-type.epsonprojector.keycode.description = Send a KEY Operation Command to the Projector
channel-type.epsonprojector.lamptime.label = Lamp Time
channel-type.epsonprojector.lamptime.description = Retrieves the Lamp Hours
channel-type.epsonprojector.luminance.label = Luminance
channel-type.epsonprojector.luminance.description = Retrieve or Set the Lamp Mode
channel-type.epsonprojector.luminance.state.option.NORMAL = NORMAL
channel-type.epsonprojector.luminance.state.option.ECO = ECO
channel-type.epsonprojector.luminance.state.option.MEDIUM = MEDIUM
channel-type.epsonprojector.mute.label = AV Mute
channel-type.epsonprojector.mute.description = Turn the AV Mute On or Off
channel-type.epsonprojector.powerstate.label = Power State
channel-type.epsonprojector.powerstate.description = Retrieves the Textual Power State of the Projector
channel-type.epsonprojector.source.label = Source
channel-type.epsonprojector.source.description = Retrieve or Set the Input Source
channel-type.epsonprojector.source.state.option.30 = HDMI1
channel-type.epsonprojector.source.state.option.A0 = HDMI2
channel-type.epsonprojector.source.state.option.14 = Component
channel-type.epsonprojector.source.state.option.20 = PC DSUB
channel-type.epsonprojector.source.state.option.41 = Video
channel-type.epsonprojector.source.state.option.42 = S-Video
channel-type.epsonprojector.tint.label = Tint
channel-type.epsonprojector.tint.description = Retrieve or Set the Tint
channel-type.epsonprojector.verticalkeystone.label = Vertical Keystone
channel-type.epsonprojector.verticalkeystone.description = Retrieve or Set the Vertical Keystone
channel-type.epsonprojector.verticalposition.label = Vertical Position
channel-type.epsonprojector.verticalposition.description = Retrieve or Set the Vertical Position
channel-type.epsonprojector.verticalreverse.label = Vertical Reverse
channel-type.epsonprojector.verticalreverse.description = Turn the Vertical Reverse On or Off

View File

@ -0,0 +1,59 @@
# binding
binding.etherrain.name = EtherRain Binding
binding.etherrain.description = This is the binding for EtherRain
# thing types
thing-type.etherrain.etherrain.label = EtherRain
thing-type.etherrain.etherrain.description = This is a stand alone EtherRain device that allows sprinkler control
thing-type.etherrain.etherrain.channel.clear.label = Clear
thing-type.etherrain.etherrain.channel.clear.description = Clears the currently running program
thing-type.etherrain.etherrain.channel.execute.label = Execute
thing-type.etherrain.etherrain.channel.execute.description = Commands EtherRain device to begin watering program
# thing types config
thing-type.config.etherrain.etherrain.host.label = Host Name
thing-type.config.etherrain.etherrain.host.description = The host name or IP address of the EtherRain Web API interface
thing-type.config.etherrain.etherrain.password.label = Password
thing-type.config.etherrain.etherrain.password.description = The admin password used to access the Web API interface
thing-type.config.etherrain.etherrain.port.label = Port
thing-type.config.etherrain.etherrain.port.description = Port of the EtherRain Web API interface
thing-type.config.etherrain.etherrain.programDelay.label = Program Delay
thing-type.config.etherrain.etherrain.programDelay.description = The amount of time, in minutes, that EtherRain will delay before starting a program
thing-type.config.etherrain.etherrain.refresh.label = Refresh
thing-type.config.etherrain.etherrain.refresh.description = The amount of time, in seconds, that openHAB should poll EtherRain
thing-type.config.etherrain.etherrain.zoneOnTime1.label = Zone 1 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime1.description = The amount of time, in minutes, that EtherRain will run zone 1 in program
thing-type.config.etherrain.etherrain.zoneOnTime2.label = Zone 2 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime2.description = The amount of time, in minutes, that EtherRain will run zone 2 in program
thing-type.config.etherrain.etherrain.zoneOnTime3.label = Zone 3 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime3.description = The amount of time, in minutes, that EtherRain will run zone 3 in program
thing-type.config.etherrain.etherrain.zoneOnTime4.label = Zone 4 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime4.description = The amount of time, in minutes, that EtherRain will run zone 4 in program
thing-type.config.etherrain.etherrain.zoneOnTime5.label = Zone 5 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime5.description = The amount of time, in minutes, that EtherRain will run zone 5 in program
thing-type.config.etherrain.etherrain.zoneOnTime6.label = Zone 6 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime6.description = The amount of time, in minutes, that EtherRain will run zone 6 in program
thing-type.config.etherrain.etherrain.zoneOnTime7.label = Zone 7 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime7.description = The amount of time, in minutes, that EtherRain will run zone 7 in program
thing-type.config.etherrain.etherrain.zoneOnTime8.label = Zone 8 Run Time
thing-type.config.etherrain.etherrain.zoneOnTime8.description = The amount of time, in minutes, that EtherRain will run zone 8 in program
# channel types
channel-type.etherrain.commandstatus.label = Command Status
channel-type.etherrain.commandstatus.description = Status of the last command given to the Etherrain
channel-type.etherrain.execute.label = Execute
channel-type.etherrain.execute.description = Send a command to the EtherRain Controller
channel-type.etherrain.operatingresult.label = Operating Result
channel-type.etherrain.operatingresult.description = Result of operating status
channel-type.etherrain.operatingstatus.label = Operating Status
channel-type.etherrain.operatingstatus.description = Current operating status of the Etherrain
channel-type.etherrain.rainsensor.label = Rain
channel-type.etherrain.rainsensor.description = Provides feedback on whether the EtherRain device has detected rain or not
channel-type.etherrain.relayindex.label = Relay Index
channel-type.etherrain.relayindex.description = Number of the last zone that was operating
channel-type.etherrain.runtime.label = Runtime
channel-type.etherrain.runtime.description = How long a zone will run in seconds

View File

@ -0,0 +1,52 @@
# binding
binding.evohome.name = evohome Binding
binding.evohome.description = The evohome binding controls the Honeywell evohome system.
# thing types
thing-type.evohome.account.label = evohome Account
thing-type.evohome.account.description = The evohome account is used to connect to your Total Connect Comfort (TCC) using your TCC username and password.
thing-type.evohome.display.label = evohome Display
thing-type.evohome.display.description = This represents the evohome control display.
thing-type.evohome.heatingzone.label = evohome Heating Zone
thing-type.evohome.heatingzone.description = This represents the evohome Heating Zone.
# thing types config
thing-type.config.evohome.account.group.auth.label = Authentication
thing-type.config.evohome.account.group.auth.description = Contains the settings needed to authenticate against the TCC service.
thing-type.config.evohome.account.password.label = Password
thing-type.config.evohome.account.password.description = Your TCC Password
thing-type.config.evohome.account.refreshInterval.label = Refresh Interval
thing-type.config.evohome.account.refreshInterval.description = The refresh interval to poll TCC (in seconds).
thing-type.config.evohome.account.username.label = Username
thing-type.config.evohome.account.username.description = Your TCC Username
thing-type.config.evohome.display.id.label = ID
thing-type.config.evohome.display.id.description = ID of the display
thing-type.config.evohome.display.name.label = Name
thing-type.config.evohome.display.name.description = Name of the display
thing-type.config.evohome.heatingzone.id.label = ID
thing-type.config.evohome.heatingzone.id.description = ID of the zone
thing-type.config.evohome.heatingzone.name.label = Name
thing-type.config.evohome.heatingzone.name.description = Name of the zone
# channel types
channel-type.evohome.setpoint.label = Set Point
channel-type.evohome.setpoint.description = Gets or sets the set point of this zone (0 cancels the override).
channel-type.evohome.setpointstatus.label = Set Point Status
channel-type.evohome.setpointstatus.description = Current set point status
channel-type.evohome.setpointstatus.state.option.PermanentOverride = Permanent override
channel-type.evohome.setpointstatus.state.option.FollowSchedule = Follow schedule
channel-type.evohome.setpointstatus.state.option.TemporaryOverride = Temporary override
channel-type.evohome.systemMode.label = System Mode
channel-type.evohome.systemMode.description = Current system mode
channel-type.evohome.systemMode.state.option.Auto = Normal
channel-type.evohome.systemMode.state.option.AutoWithEco = Eco
channel-type.evohome.systemMode.state.option.Away = Away
channel-type.evohome.systemMode.state.option.DayOff = Day off
channel-type.evohome.systemMode.state.option.HeatingOff = Off
channel-type.evohome.systemMode.state.option.Custom = Custom
channel-type.evohome.temperature.label = Temperature
channel-type.evohome.temperature.description = Current zone temperature

View File

@ -0,0 +1,35 @@
# binding
binding.exec.name = Exec Binding
binding.exec.description = This is the binding to execute arbitrary shell commands
# thing types
thing-type.exec.command.label = Command
thing-type.exec.command.description = The Command encapsulates a shell command to be executed
# thing types config
thing-type.config.exec.command.autorun.label = Autorun
thing-type.config.exec.command.autorun.description = When true, the command will execute each time the state of the input channel changes
thing-type.config.exec.command.command.label = Command
thing-type.config.exec.command.command.description = The command to execute
thing-type.config.exec.command.interval.label = Interval
thing-type.config.exec.command.interval.description = Interval, in seconds, the command will be repeatedly executed
thing-type.config.exec.command.timeout.label = Timeout
thing-type.config.exec.command.timeout.description = Time out, in seconds, the execution of the command will time out
thing-type.config.exec.command.transform.label = Transform
thing-type.config.exec.command.transform.description = The transformation to apply on the execution result, e.g. REGEX((.*))
# channel types
channel-type.exec.exit.label = Exit Value
channel-type.exec.exit.description = The exit value of the last execution of the command
channel-type.exec.input.label = Input
channel-type.exec.input.description = Input that will be passed as second parameter to the command
channel-type.exec.lastexecution.label = Last Execution
channel-type.exec.lastexecution.description = Time/Date the command was last executed, in yyyy-MM-dd'T'HH:mm:ss.SSSZ format
channel-type.exec.output.label = Output
channel-type.exec.output.description = Output of the last execution of the command
channel-type.exec.run.label = Running
channel-type.exec.run.description = Send ON to execute the command and the current state tells whether it is running or not

View File

@ -0,0 +1,54 @@
# binding
binding.feican.name = Feican Binding
binding.feican.description = This is the binding for Feican light bulbs.
# thing types
thing-type.feican.bulb.label = Wifi RGBW Bulb
thing-type.feican.bulb.description = A dimmable light with changeable colors.
# thing types config
thing-type.config.feican.bulb.ipAddress.label = IP Address
thing-type.config.feican.bulb.ipAddress.description = IP Address of the device.
# channel types
channel-type.feican.color.label = Color
channel-type.feican.color.description = This channel supports adjusting the color of a light.
channel-type.feican.color_temperature.label = Color Temperature
channel-type.feican.color_temperature.description = This channel supports adjusting the color temperature from cold (0%) to warm (100%).
channel-type.feican.program.label = Program
channel-type.feican.program.description = This channel supports setting the bulb to a static, jumping, gradient or flashing light.
channel-type.feican.program.state.option.1 = Static red
channel-type.feican.program.state.option.2 = Static blue
channel-type.feican.program.state.option.3 = Static green
channel-type.feican.program.state.option.4 = Static cyan
channel-type.feican.program.state.option.5 = Static yellow
channel-type.feican.program.state.option.6 = Static purple
channel-type.feican.program.state.option.7 = Static white
channel-type.feican.program.state.option.8 = Tricolor jump
channel-type.feican.program.state.option.9 = 7-color jump
channel-type.feican.program.state.option.10 = Tricolor gradient
channel-type.feican.program.state.option.11 = 7-color gradient
channel-type.feican.program.state.option.12 = Red gradient
channel-type.feican.program.state.option.13 = Green gradient
channel-type.feican.program.state.option.14 = Blue gradient
channel-type.feican.program.state.option.15 = Yellow gradient
channel-type.feican.program.state.option.16 = Cyan gradient
channel-type.feican.program.state.option.17 = Purple gradient
channel-type.feican.program.state.option.18 = White gradient
channel-type.feican.program.state.option.19 = Red-Green gradient
channel-type.feican.program.state.option.20 = Red-Blue gradient
channel-type.feican.program.state.option.21 = Green-Blue gradient
channel-type.feican.program.state.option.22 = 7-color flash
channel-type.feican.program.state.option.23 = Red flash
channel-type.feican.program.state.option.24 = Green flash
channel-type.feican.program.state.option.25 = Blue flash
channel-type.feican.program.state.option.26 = Yellow flash
channel-type.feican.program.state.option.27 = Cyan flash
channel-type.feican.program.state.option.28 = Purple flash
channel-type.feican.program.state.option.29 = White flash
channel-type.feican.program_speed.label = Program Speed
channel-type.feican.program_speed.description = Speed of flash and gradient programs from 0 (slow) to 100 (fast).

View File

@ -0,0 +1,267 @@
# binding
binding.fmiweather.name = FMI Weather Binding
binding.fmiweather.description = This is the binding for Finnish Meteorological Institute (FMI) Weather
# thing types
thing-type.fmiweather.forecast.label = FMI Weather Forecast
thing-type.fmiweather.forecast.description = Finnish Meteorological Institute (FMI) weather forecast
thing-type.fmiweather.forecast.group.forecastHours01.label = 1 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours01.description = This is the weather forecast in 1 hours.
thing-type.fmiweather.forecast.group.forecastHours02.label = 2 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours02.description = This is the weather forecast in 2 hours.
thing-type.fmiweather.forecast.group.forecastHours03.label = 3 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours03.description = This is the weather forecast in 3 hours.
thing-type.fmiweather.forecast.group.forecastHours04.label = 4 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours04.description = This is the weather forecast in 4 hours.
thing-type.fmiweather.forecast.group.forecastHours05.label = 5 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours05.description = This is the weather forecast in 5 hours.
thing-type.fmiweather.forecast.group.forecastHours06.label = 6 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours06.description = This is the weather forecast in 6 hours.
thing-type.fmiweather.forecast.group.forecastHours07.label = 7 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours07.description = This is the weather forecast in 7 hours.
thing-type.fmiweather.forecast.group.forecastHours08.label = 8 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours08.description = This is the weather forecast in 8 hours.
thing-type.fmiweather.forecast.group.forecastHours09.label = 9 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours09.description = This is the weather forecast in 9 hours.
thing-type.fmiweather.forecast.group.forecastHours10.label = 10 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours10.description = This is the weather forecast in 10 hours.
thing-type.fmiweather.forecast.group.forecastHours11.label = 11 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours11.description = This is the weather forecast in 11 hours.
thing-type.fmiweather.forecast.group.forecastHours12.label = 12 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours12.description = This is the weather forecast in 12 hours.
thing-type.fmiweather.forecast.group.forecastHours13.label = 13 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours13.description = This is the weather forecast in 13 hours.
thing-type.fmiweather.forecast.group.forecastHours14.label = 14 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours14.description = This is the weather forecast in 14 hours.
thing-type.fmiweather.forecast.group.forecastHours15.label = 15 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours15.description = This is the weather forecast in 15 hours.
thing-type.fmiweather.forecast.group.forecastHours16.label = 16 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours16.description = This is the weather forecast in 16 hours.
thing-type.fmiweather.forecast.group.forecastHours17.label = 17 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours17.description = This is the weather forecast in 17 hours.
thing-type.fmiweather.forecast.group.forecastHours18.label = 18 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours18.description = This is the weather forecast in 18 hours.
thing-type.fmiweather.forecast.group.forecastHours19.label = 19 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours19.description = This is the weather forecast in 19 hours.
thing-type.fmiweather.forecast.group.forecastHours20.label = 20 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours20.description = This is the weather forecast in 20 hours.
thing-type.fmiweather.forecast.group.forecastHours21.label = 21 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours21.description = This is the weather forecast in 21 hours.
thing-type.fmiweather.forecast.group.forecastHours22.label = 22 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours22.description = This is the weather forecast in 22 hours.
thing-type.fmiweather.forecast.group.forecastHours23.label = 23 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours23.description = This is the weather forecast in 23 hours.
thing-type.fmiweather.forecast.group.forecastHours24.label = 24 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours24.description = This is the weather forecast in 24 hours.
thing-type.fmiweather.forecast.group.forecastHours25.label = 25 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours25.description = This is the weather forecast in 25 hours.
thing-type.fmiweather.forecast.group.forecastHours26.label = 26 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours26.description = This is the weather forecast in 26 hours.
thing-type.fmiweather.forecast.group.forecastHours27.label = 27 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours27.description = This is the weather forecast in 27 hours.
thing-type.fmiweather.forecast.group.forecastHours28.label = 28 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours28.description = This is the weather forecast in 28 hours.
thing-type.fmiweather.forecast.group.forecastHours29.label = 29 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours29.description = This is the weather forecast in 29 hours.
thing-type.fmiweather.forecast.group.forecastHours30.label = 30 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours30.description = This is the weather forecast in 30 hours.
thing-type.fmiweather.forecast.group.forecastHours31.label = 31 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours31.description = This is the weather forecast in 31 hours.
thing-type.fmiweather.forecast.group.forecastHours32.label = 32 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours32.description = This is the weather forecast in 32 hours.
thing-type.fmiweather.forecast.group.forecastHours33.label = 33 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours33.description = This is the weather forecast in 33 hours.
thing-type.fmiweather.forecast.group.forecastHours34.label = 34 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours34.description = This is the weather forecast in 34 hours.
thing-type.fmiweather.forecast.group.forecastHours35.label = 35 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours35.description = This is the weather forecast in 35 hours.
thing-type.fmiweather.forecast.group.forecastHours36.label = 36 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours36.description = This is the weather forecast in 36 hours.
thing-type.fmiweather.forecast.group.forecastHours37.label = 37 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours37.description = This is the weather forecast in 37 hours.
thing-type.fmiweather.forecast.group.forecastHours38.label = 38 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours38.description = This is the weather forecast in 38 hours.
thing-type.fmiweather.forecast.group.forecastHours39.label = 39 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours39.description = This is the weather forecast in 39 hours.
thing-type.fmiweather.forecast.group.forecastHours40.label = 40 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours40.description = This is the weather forecast in 40 hours.
thing-type.fmiweather.forecast.group.forecastHours41.label = 41 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours41.description = This is the weather forecast in 41 hours.
thing-type.fmiweather.forecast.group.forecastHours42.label = 42 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours42.description = This is the weather forecast in 42 hours.
thing-type.fmiweather.forecast.group.forecastHours43.label = 43 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours43.description = This is the weather forecast in 43 hours.
thing-type.fmiweather.forecast.group.forecastHours44.label = 44 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours44.description = This is the weather forecast in 44 hours.
thing-type.fmiweather.forecast.group.forecastHours45.label = 45 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours45.description = This is the weather forecast in 45 hours.
thing-type.fmiweather.forecast.group.forecastHours46.label = 46 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours46.description = This is the weather forecast in 46 hours.
thing-type.fmiweather.forecast.group.forecastHours47.label = 47 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours47.description = This is the weather forecast in 47 hours.
thing-type.fmiweather.forecast.group.forecastHours48.label = 48 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours48.description = This is the weather forecast in 48 hours.
thing-type.fmiweather.forecast.group.forecastHours49.label = 49 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours49.description = This is the weather forecast in 49 hours.
thing-type.fmiweather.forecast.group.forecastHours50.label = 50 Hours Forecast
thing-type.fmiweather.forecast.group.forecastHours50.description = This is the weather forecast in 50 hours.
thing-type.fmiweather.forecast.group.forecastNow.label = Forecast for the Current Time
thing-type.fmiweather.forecast.group.forecastNow.description = This is the weather forecast for the current time
thing-type.fmiweather.observation.label = FMI Current Weather (Observation)
thing-type.fmiweather.observation.description = Finnish Meteorological Institute (FMI) weather observation
# thing types config
thing-type.config.fmiweather.forecast.location.label = Location
thing-type.config.fmiweather.forecast.location.description = Location of weather in geographical coordinates (latitude,longitude).
thing-type.config.fmiweather.observation.fmisid.label = FMISID of the Weather Station
thing-type.config.fmiweather.observation.fmisid.description = Station ID (FMISID) of the weather observation station <br /> <br />See https://en.ilmatieteenlaitos.fi/observation-stations for a list of observation stations. Select 'Weather' station for widest set of observations.
# channel group types
channel-group-type.fmiweather.current-group.label = Current Weather
channel-group-type.fmiweather.current-group.description = This is the current weather.
channel-group-type.fmiweather.group-forecast-advanced.label = Forecast
channel-group-type.fmiweather.group-forecast-advanced.description = This is hourly weather forecast.
channel-group-type.fmiweather.group-forecast.label = Forecast
channel-group-type.fmiweather.group-forecast.description = This is hourly weather forecast.
# channel types
channel-type.fmiweather.clouds-channel.label = Cloudiness
channel-type.fmiweather.clouds-channel.description = Given as percentage, 0% being clear skies, and 100% being overcast. UNDEF when cloud coverage could not be determined. Takes into account all cloud layers.
channel-type.fmiweather.forecast-time-channel.label = Forecast Time
channel-type.fmiweather.forecast-time-channel.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.fmiweather.humidity-channel.label = Humidity
channel-type.fmiweather.precipitation-channel.label = Precipitation
channel-type.fmiweather.precipitation-channel.description = Precipitation in one hour
channel-type.fmiweather.precipitation-intensity-channel.label = Precipitation Intensity
channel-type.fmiweather.precipitation-intensity-channel.description = Equivalent to the precipitation amount if the same intensity prevails for an hour.
channel-type.fmiweather.present-weather-channel.label = Prevailing Weather
channel-type.fmiweather.present-weather-channel.description = Prevailing weather code (WaWa field) according to WMO code 4680. For Finnish explanation, consult https://www.ilmatieteenlaitos.fi/latauspalvelun-pikaohje
channel-type.fmiweather.present-weather-channel.state.option.00 = No significant weather observed
channel-type.fmiweather.present-weather-channel.state.option.01 = Clouds generally dissolving or becoming less developed during the past hour
channel-type.fmiweather.present-weather-channel.state.option.02 = State of sky on the whole unchanged during the past hour
channel-type.fmiweather.present-weather-channel.state.option.03 = Clouds generally forming or developing during the past hour
channel-type.fmiweather.present-weather-channel.state.option.04 = Haze or smoke, or dust in suspension in the air, visibility equal to, or greater than, 1 km
channel-type.fmiweather.present-weather-channel.state.option.05 = Haze or smoke, or dust in suspension in the air, visibility less than 1 km
channel-type.fmiweather.present-weather-channel.state.option.10 = Mist
channel-type.fmiweather.present-weather-channel.state.option.11 = Diamond dust
channel-type.fmiweather.present-weather-channel.state.option.12 = Distant lightning
channel-type.fmiweather.present-weather-channel.state.option.18 = Squalls
channel-type.fmiweather.present-weather-channel.state.option.19 = Reserved
channel-type.fmiweather.present-weather-channel.state.option.20 = Fog
channel-type.fmiweather.present-weather-channel.state.option.21 = Precipitation
channel-type.fmiweather.present-weather-channel.state.option.22 = Drizzle (not freezing) or snow grains
channel-type.fmiweather.present-weather-channel.state.option.23 = Rain (not freezing)
channel-type.fmiweather.present-weather-channel.state.option.24 = Snow
channel-type.fmiweather.present-weather-channel.state.option.25 = Freezing drizzle or freezing rain
channel-type.fmiweather.present-weather-channel.state.option.26 = Thunderstorm (with or without precipitation)
channel-type.fmiweather.present-weather-channel.state.option.27 = Blowing or drifting snow or sand
channel-type.fmiweather.present-weather-channel.state.option.28 = Blowing or drifting snow or sand, visibility equal to, or greater than, 1 km
channel-type.fmiweather.present-weather-channel.state.option.29 = Blowing or drifting snow or sand, visibility less than 1 km
channel-type.fmiweather.present-weather-channel.state.option.30 = Fog
channel-type.fmiweather.present-weather-channel.state.option.31 = Fog or ice fog in patches
channel-type.fmiweather.present-weather-channel.state.option.32 = Fog or ice fog, has become thinner during the past hour
channel-type.fmiweather.present-weather-channel.state.option.33 = Fog or ice fog, no appreciable change during the past hour
channel-type.fmiweather.present-weather-channel.state.option.34 = Fog or ice fog, has begun or become thicker during the past hour
channel-type.fmiweather.present-weather-channel.state.option.35 = Fog, depositing rime
channel-type.fmiweather.present-weather-channel.state.option.40 = Precipitation
channel-type.fmiweather.present-weather-channel.state.option.41 = Precipitation, slight or moderate
channel-type.fmiweather.present-weather-channel.state.option.42 = Precipitation, heavy
channel-type.fmiweather.present-weather-channel.state.option.43 = Liquid precipitation, slight or moderate
channel-type.fmiweather.present-weather-channel.state.option.44 = Liquid precipitation, heavy
channel-type.fmiweather.present-weather-channel.state.option.45 = Solid precipitation, slight or moderate
channel-type.fmiweather.present-weather-channel.state.option.46 = Solid precipitation, heavy
channel-type.fmiweather.present-weather-channel.state.option.47 = Freezing precipitation, slight or moderate
channel-type.fmiweather.present-weather-channel.state.option.48 = Freezing precipitation, heavy
channel-type.fmiweather.present-weather-channel.state.option.49 = Reserved
channel-type.fmiweather.present-weather-channel.state.option.50 = Drizzle
channel-type.fmiweather.present-weather-channel.state.option.51 = Drizzle, not freezing, slight
channel-type.fmiweather.present-weather-channel.state.option.52 = Drizzle, not freezing, moderate
channel-type.fmiweather.present-weather-channel.state.option.53 = Drizzle, not freezing, heavy
channel-type.fmiweather.present-weather-channel.state.option.54 = Drizzle, freezing, slight
channel-type.fmiweather.present-weather-channel.state.option.55 = Drizzle, freezing, moderate
channel-type.fmiweather.present-weather-channel.state.option.56 = Drizzle, freezing, heavy
channel-type.fmiweather.present-weather-channel.state.option.57 = Drizzle and rain, slight
channel-type.fmiweather.present-weather-channel.state.option.58 = Drizzle and rain, moderate or heavy
channel-type.fmiweather.present-weather-channel.state.option.59 = Reserved
channel-type.fmiweather.present-weather-channel.state.option.60 = Rain
channel-type.fmiweather.present-weather-channel.state.option.61 = Rain, not freezing, slight
channel-type.fmiweather.present-weather-channel.state.option.62 = Rain, not freezing, moderate
channel-type.fmiweather.present-weather-channel.state.option.63 = Rain, not freezing, heavy
channel-type.fmiweather.present-weather-channel.state.option.64 = Rain, freezing, slight
channel-type.fmiweather.present-weather-channel.state.option.65 = Rain, freezing, moderate
channel-type.fmiweather.present-weather-channel.state.option.66 = Rain, freezing, heavy
channel-type.fmiweather.present-weather-channel.state.option.67 = Rain (or drizzle) and snow, slight
channel-type.fmiweather.present-weather-channel.state.option.68 = Rain (or drizzle) and snow, moderate or heavy
channel-type.fmiweather.present-weather-channel.state.option.69 = Reserved
channel-type.fmiweather.present-weather-channel.state.option.70 = Snow
channel-type.fmiweather.present-weather-channel.state.option.71 = Snow, slight
channel-type.fmiweather.present-weather-channel.state.option.72 = Snow, moderate
channel-type.fmiweather.present-weather-channel.state.option.73 = Snow, heavy
channel-type.fmiweather.present-weather-channel.state.option.74 = Ice pellets, slight
channel-type.fmiweather.present-weather-channel.state.option.75 = Ice pellets, moderate
channel-type.fmiweather.present-weather-channel.state.option.76 = Ice pellets, heavy
channel-type.fmiweather.present-weather-channel.state.option.77 = Snow grains
channel-type.fmiweather.present-weather-channel.state.option.78 = Ice crystals
channel-type.fmiweather.present-weather-channel.state.option.79 = Reserved
channel-type.fmiweather.present-weather-channel.state.option.80 = Shower(s) or intermittent precipitation
channel-type.fmiweather.present-weather-channel.state.option.81 = Rain shower(s) or intermittent rain, slight
channel-type.fmiweather.present-weather-channel.state.option.82 = Rain shower(s) or intermittent rain, moderate
channel-type.fmiweather.present-weather-channel.state.option.83 = Rain shower(s) or intermittent rain, heavy
channel-type.fmiweather.present-weather-channel.state.option.84 = Rain shower(s) or intermittent rain, violent
channel-type.fmiweather.present-weather-channel.state.option.85 = Snow shower(s) or intermittent snow, slight
channel-type.fmiweather.present-weather-channel.state.option.86 = Snow shower(s) or intermittent snow, moderate
channel-type.fmiweather.present-weather-channel.state.option.87 = Snow shower(s) or intermittent snow, heavy
channel-type.fmiweather.present-weather-channel.state.option.88 = Reserved
channel-type.fmiweather.present-weather-channel.state.option.89 = Hail
channel-type.fmiweather.present-weather-channel.state.option.90 = Thunderstorm
channel-type.fmiweather.present-weather-channel.state.option.91 = Thunderstorm, slight or moderate, with no precipitation
channel-type.fmiweather.present-weather-channel.state.option.92 = Thunderstorm, slight or moderate, with rain showers and/or snow showers
channel-type.fmiweather.present-weather-channel.state.option.93 = Thunderstorm, slight or moderate, with hail
channel-type.fmiweather.present-weather-channel.state.option.94 = Thunderstorm, heavy, with no precipitation
channel-type.fmiweather.present-weather-channel.state.option.95 = Thunderstorm, heavy, with rain showers and/or snow showers
channel-type.fmiweather.present-weather-channel.state.option.96 = Thunderstorm, heavy, with hail
channel-type.fmiweather.present-weather-channel.state.option.99 = Tornado
channel-type.fmiweather.pressure-channel.label = Pressure
channel-type.fmiweather.snow-depth-channel.label = Snow depth
channel-type.fmiweather.temperature-channel.label = Temperature
channel-type.fmiweather.time-channel.label = Observation Time
channel-type.fmiweather.time-channel.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.fmiweather.total-cloud-cover-channel.label = Total Cloud Cover
channel-type.fmiweather.visibility-channel.label = Visibility
channel-type.fmiweather.weather-id-channel.label = Prevailing Weather Id
channel-type.fmiweather.weather-id-channel.description = Prevailing weather code (WeatherSymbol3 field). For Finnish explanation, consult https://www.ilmatieteenlaitos.fi/latauspalvelun-pikaohje
channel-type.fmiweather.weather-id-channel.state.option.1 = clear
channel-type.fmiweather.weather-id-channel.state.option.2 = partly cloudy
channel-type.fmiweather.weather-id-channel.state.option.21 = light showers
channel-type.fmiweather.weather-id-channel.state.option.22 = moderate showers
channel-type.fmiweather.weather-id-channel.state.option.23 = heavy showers
channel-type.fmiweather.weather-id-channel.state.option.3 = cloudy
channel-type.fmiweather.weather-id-channel.state.option.31 = light rain
channel-type.fmiweather.weather-id-channel.state.option.32 = moderate rain
channel-type.fmiweather.weather-id-channel.state.option.33 = heavy rain
channel-type.fmiweather.weather-id-channel.state.option.41 = light snow showers
channel-type.fmiweather.weather-id-channel.state.option.42 = moderate snow showers
channel-type.fmiweather.weather-id-channel.state.option.43 = heavy snow showers
channel-type.fmiweather.weather-id-channel.state.option.51 = light snowfall
channel-type.fmiweather.weather-id-channel.state.option.52 = moderate snowfall
channel-type.fmiweather.weather-id-channel.state.option.53 = heavy snowfall
channel-type.fmiweather.weather-id-channel.state.option.61 = thundershowers
channel-type.fmiweather.weather-id-channel.state.option.62 = heavy thundershowers
channel-type.fmiweather.weather-id-channel.state.option.63 = thunder
channel-type.fmiweather.weather-id-channel.state.option.64 = heavy thunder
channel-type.fmiweather.weather-id-channel.state.option.71 = light sleet showers
channel-type.fmiweather.weather-id-channel.state.option.72 = moderate sleet showers
channel-type.fmiweather.weather-id-channel.state.option.73 = heavy sleet showers
channel-type.fmiweather.weather-id-channel.state.option.81 = light sleet
channel-type.fmiweather.weather-id-channel.state.option.82 = moderate sleet
channel-type.fmiweather.weather-id-channel.state.option.83 = heavy sleet
channel-type.fmiweather.weather-id-channel.state.option.91 = haze
channel-type.fmiweather.weather-id-channel.state.option.92 = fog
channel-type.fmiweather.wind-direction-channel.label = Wind Direction
channel-type.fmiweather.wind-gust-channel.label = Wind Gust
channel-type.fmiweather.wind-speed-channel.label = Wind Speed

View File

@ -0,0 +1,52 @@
# binding
binding.folderwatcher.name = FolderWatcher Binding
binding.folderwatcher.description = This binding will monitor specified location for new files and trigger event channel with new file names.
# thing types
thing-type.folderwatcher.ftpfolder.label = FTP Folder
thing-type.folderwatcher.ftpfolder.description = FTP folder to be watched
thing-type.folderwatcher.localfolder.label = Local Folder
thing-type.folderwatcher.localfolder.description = Local folder to be watched
# thing types config
thing-type.config.folderwatcher.ftpfolder.connectionTimeout.label = Connection Timeout
thing-type.config.folderwatcher.ftpfolder.connectionTimeout.description = Connection timeout for FTP request, sec
thing-type.config.folderwatcher.ftpfolder.diffHours.label = Timestamp Difference
thing-type.config.folderwatcher.ftpfolder.diffHours.description = How many hours back to analyze
thing-type.config.folderwatcher.ftpfolder.ftpAddress.label = FTP Server
thing-type.config.folderwatcher.ftpfolder.ftpAddress.description = Address of FTP server
thing-type.config.folderwatcher.ftpfolder.ftpDir.label = Root Directory
thing-type.config.folderwatcher.ftpfolder.ftpDir.description = Root directory to be watched
thing-type.config.folderwatcher.ftpfolder.ftpPassword.label = Password
thing-type.config.folderwatcher.ftpfolder.ftpPassword.description = FTP server password
thing-type.config.folderwatcher.ftpfolder.ftpPort.label = FTP Port
thing-type.config.folderwatcher.ftpfolder.ftpPort.description = FTP server's port
thing-type.config.folderwatcher.ftpfolder.ftpUsername.label = Username
thing-type.config.folderwatcher.ftpfolder.ftpUsername.description = User name
thing-type.config.folderwatcher.ftpfolder.listHidden.label = List Hidden
thing-type.config.folderwatcher.ftpfolder.listHidden.description = Allow listing of hidden files
thing-type.config.folderwatcher.ftpfolder.listRecursiveFtp.label = List Sub Folders
thing-type.config.folderwatcher.ftpfolder.listRecursiveFtp.description = Allow listing of sub folders
thing-type.config.folderwatcher.ftpfolder.pollInterval.label = Polling Interval
thing-type.config.folderwatcher.ftpfolder.pollInterval.description = Interval for polling folder changes, sec
thing-type.config.folderwatcher.ftpfolder.secureMode.label = FTP Security
thing-type.config.folderwatcher.ftpfolder.secureMode.description = FTP Security settings
thing-type.config.folderwatcher.ftpfolder.secureMode.option.NONE = None
thing-type.config.folderwatcher.ftpfolder.secureMode.option.IMPLICIT = TLS/SSL Implicit
thing-type.config.folderwatcher.ftpfolder.secureMode.option.EXPLICIT = TLS/SSL Explicit
thing-type.config.folderwatcher.localfolder.listHiddenLocal.label = List Hidden
thing-type.config.folderwatcher.localfolder.listHiddenLocal.description = Allow listing of hidden files
thing-type.config.folderwatcher.localfolder.listRecursiveLocal.label = List Sub Folders
thing-type.config.folderwatcher.localfolder.listRecursiveLocal.description = Allow listing of sub folders
thing-type.config.folderwatcher.localfolder.localDir.label = Local Directory
thing-type.config.folderwatcher.localfolder.localDir.description = Local directory to be watched
thing-type.config.folderwatcher.localfolder.pollIntervalLocal.label = Polling Interval
thing-type.config.folderwatcher.localfolder.pollIntervalLocal.description = Interval for polling folder changes, sec
# channel types
channel-type.folderwatcher.newfile-channel.label = New File Name(s)
channel-type.folderwatcher.newfile-channel.description = A new file name

View File

@ -0,0 +1,34 @@
# binding
binding.folding.name = Folding@home
binding.folding.description = Control Folding@home clients on computers.
# thing types
thing-type.folding.client.label = Client
thing-type.folding.client.description = Folding@home client daemon (represented as bridge).
thing-type.folding.slot.label = Slot
thing-type.folding.slot.description = Folding client compute slot.
# thing types config
thing-type.config.folding.client.host.label = Host
thing-type.config.folding.client.host.description = Hostname or IP address
thing-type.config.folding.client.password.label = Password
thing-type.config.folding.client.password.description = Authentication password (leave empty for no p/w).
thing-type.config.folding.client.polling.label = Polling Interval
thing-type.config.folding.client.polling.description = Polling interval in seconds (0=polling disabled).
thing-type.config.folding.client.port.label = Port
thing-type.config.folding.slot.id.label = Slot ID
thing-type.config.folding.slot.id.description = Slot ID, "00", "01", etc.
# channel types
channel-type.folding.description.label = Description
channel-type.folding.description.description = Description of the Folding@home slot.
channel-type.folding.finish.label = Finish
channel-type.folding.finish.description = Finish current work then pause.
channel-type.folding.run.label = Run
channel-type.folding.run.description = Slot running.
channel-type.folding.status.label = Status
channel-type.folding.status.description = Current status

View File

@ -0,0 +1,41 @@
# binding
binding.foobot.name = Foobot
binding.foobot.description = Foobot binding allow users to connect to their foobots in home or office and get real-time updates on the Air Quality.
# thing types
thing-type.foobot.account.label = Foobot Account
thing-type.foobot.account.description = Your Foobot account.
thing-type.foobot.device.label = Foobot
thing-type.foobot.device.description = A Foobot device.
# thing types config
thing-type.config.foobot.account.apiKey.label = API Key
thing-type.config.foobot.account.apiKey.description = You can request your API Key from https://api.foobot.io/apidoc/index.html
thing-type.config.foobot.account.refreshInterval.label = Refresh Interval
thing-type.config.foobot.account.refreshInterval.description = Specifies the refresh interval in minutes.
thing-type.config.foobot.account.username.label = Username
thing-type.config.foobot.account.username.description = The e-mail address you use to login to your Foobot account
thing-type.config.foobot.device.uuid.label = UUID
thing-type.config.foobot.device.uuid.description = The device UUID
# channel types
channel-type.foobot.api-key-limit-remaining.label = Remaining Api Limit
channel-type.foobot.api-key-limit-remaining.description = The remaining number of calls that can be made to the api today
channel-type.foobot.co2.label = Carbon Dioxide
channel-type.foobot.co2.description = Carbon dioxide Level
channel-type.foobot.gpi.label = Pollution Index
channel-type.foobot.gpi.description = Global Pollution Index Level
channel-type.foobot.humidity.label = Humidity
channel-type.foobot.humidity.description = Humidity Level
channel-type.foobot.pm.label = Particulate Matter
channel-type.foobot.pm.description = Particulate Matter Level
channel-type.foobot.temperature.label = Temperature
channel-type.foobot.temperature.description = Temperature
channel-type.foobot.time.label = Last Readout
channel-type.foobot.time.description = The last time the sensor data was uploaded to Foobot
channel-type.foobot.voc.label = Volatile Compounds
channel-type.foobot.voc.description = Volatile Organic Compounds Level

View File

@ -0,0 +1,151 @@
# binding
binding.freebox.name = Freebox Binding
binding.freebox.description = The Freebox binding requests your Freebox Server for various operational informations.
# thing types
thing-type.freebox.airplay.label = AirPlay Receiver
thing-type.freebox.airplay.description = Provides media control from one AirPlay device
thing-type.freebox.net_device.label = Network Device
thing-type.freebox.net_device.description = Provides network device reachability
thing-type.freebox.net_interface.label = Network Interface
thing-type.freebox.net_interface.description = Provides network interface reachability
thing-type.freebox.phone.label = Phone
thing-type.freebox.phone.description = Provides various informations regarding the phone state and the phone calls
thing-type.freebox.server.label = Freebox Server
thing-type.freebox.server.description = Provides various informations regarding the status of the Freebox Server
# thing types config
thing-type.config.freebox.airplay.acceptAllMp3.label = Accept All MP3
thing-type.config.freebox.airplay.acceptAllMp3.description = Accept any bitrate for MP3 audio or only bitrates greater than 64 kbps
thing-type.config.freebox.airplay.name.label = Name
thing-type.config.freebox.airplay.name.description = Name of the AirPlay device
thing-type.config.freebox.airplay.password.label = Password
thing-type.config.freebox.airplay.password.description = AirPlay password
thing-type.config.freebox.net_device.macAddress.label = MAC Address
thing-type.config.freebox.net_device.macAddress.description = The MAC address of the network device
thing-type.config.freebox.net_interface.ipAddress.label = IP Address
thing-type.config.freebox.net_interface.ipAddress.description = The IP address (v4 or v6) of the network interface
thing-type.config.freebox.phone.refreshPhoneCallsInterval.label = Phone Calls Refresh Interval
thing-type.config.freebox.phone.refreshPhoneCallsInterval.description = The refresh interval in seconds which is used to poll given Freebox Server for phone calls
thing-type.config.freebox.phone.refreshPhoneInterval.label = Phone State Refresh Interval
thing-type.config.freebox.phone.refreshPhoneInterval.description = The refresh interval in seconds which is used to poll given Freebox Server for phone state
thing-type.config.freebox.server.appToken.label = Application Token
thing-type.config.freebox.server.appToken.description = Token generated by the Freebox server
thing-type.config.freebox.server.discoverAirPlayReceiver.label = Enable AirPlay Receiver Discovery
thing-type.config.freebox.server.discoverAirPlayReceiver.description = Enable the discovery of AirPlay receiver things
thing-type.config.freebox.server.discoverNetDevice.label = Enable Network Device Discovery
thing-type.config.freebox.server.discoverNetDevice.description = Enable the discovery of network device things
thing-type.config.freebox.server.discoverNetInterface.label = Enable Network Interface Discovery
thing-type.config.freebox.server.discoverNetInterface.description = Enable the discovery of network interface things
thing-type.config.freebox.server.discoverPhone.label = Enable Phone Discovery
thing-type.config.freebox.server.discoverPhone.description = Enable the discovery of phone things
thing-type.config.freebox.server.fqdn.label = Freebox Server FQDN
thing-type.config.freebox.server.fqdn.description = The IP address / FQDN of the Freebox Server (can include port number)
thing-type.config.freebox.server.refreshInterval.label = Refresh Interval
thing-type.config.freebox.server.refreshInterval.description = The refresh interval in seconds which is used to poll given Freebox Server
thing-type.config.freebox.server.useOnlyHttp.label = Use Only HTTP API
thing-type.config.freebox.server.useOnlyHttp.description = Use HTTP API even if HTTPS is available
# channel group types
channel-group-type.freebox.accepted.label = Accepted Call
channel-group-type.freebox.accepted.description = The last accepted phone call
channel-group-type.freebox.any.label = Call
channel-group-type.freebox.any.description = The last phone call
channel-group-type.freebox.missed.label = Missed Call
channel-group-type.freebox.missed.description = The last missed phone call
channel-group-type.freebox.outgoing.label = Outgoing Call
channel-group-type.freebox.outgoing.description = The last outgoing phone call
channel-group-type.freebox.state.label = Phone
channel-group-type.freebox.state.description = The phone state
# channel types
channel-type.freebox.airmedia_status.label = Air Media Enabled
channel-type.freebox.airmedia_status.description = Indicates whether Air Media is enabled
channel-type.freebox.bytes_down.label = Downloaded
channel-type.freebox.bytes_down.description = Total downloaded bytes since last connection
channel-type.freebox.bytes_up.label = Uploaded
channel-type.freebox.bytes_up.description = Total uploaded bytes since last connection
channel-type.freebox.call_duration.label = Duration
channel-type.freebox.call_duration.description = Call duration in seconds
channel-type.freebox.call_name.label = Call Name
channel-type.freebox.call_name.description = Called name for outgoing calls. Caller name for incoming calls
channel-type.freebox.call_number.label = Phone Number
channel-type.freebox.call_number.description = Called number for outgoing calls. Caller number for incoming calls
channel-type.freebox.call_status.label = Call Type
channel-type.freebox.call_status.description = Call Type (ingoing, outgoing, missed)
channel-type.freebox.call_status.state.option.ingoing = Ingoing call
channel-type.freebox.call_status.state.option.outgoing = Outgoing call
channel-type.freebox.call_status.state.option.missing = Missed call
channel-type.freebox.call_timestamp.label = Timestamp
channel-type.freebox.call_timestamp.description = Call creation timestamp
channel-type.freebox.called_name.label = Called Name
channel-type.freebox.called_name.description = Called name
channel-type.freebox.called_number.label = Phone Number
channel-type.freebox.called_number.description = Called number
channel-type.freebox.caller_name.label = Caller Name
channel-type.freebox.caller_name.description = Caller name
channel-type.freebox.caller_number.label = Phone Number
channel-type.freebox.caller_number.description = Caller number
channel-type.freebox.fanspeed.label = Fan Speed
channel-type.freebox.fanspeed.description = Actual measured fan speed (rpm) of the Freebox Server
channel-type.freebox.ftp_status.label = FTP Server Enabled
channel-type.freebox.ftp_status.description = Indicates whether the FTP server is enabled
channel-type.freebox.ftth_status.label = FTTH Status
channel-type.freebox.ftth_status.description = Status of the Fiber Optic line
channel-type.freebox.fwversion.label = Firmware Version
channel-type.freebox.fwversion.description = Version of the Freebox Server Firmware
channel-type.freebox.ipv4.label = IP Address
channel-type.freebox.ipv4.description = Public IP Address of the Freebox Server
channel-type.freebox.lcd_brightness.label = Screen Brightness
channel-type.freebox.lcd_brightness.description = Brightness level of the screen in percent
channel-type.freebox.lcd_forced.label = Forced Orientation
channel-type.freebox.lcd_forced.description = Indicates whether the screen orientation forced
channel-type.freebox.lcd_orientation.label = Screen Orientation
channel-type.freebox.lcd_orientation.description = Screen Orientation in degrees
channel-type.freebox.lcd_orientation.state.option.0 = Horizontal
channel-type.freebox.lcd_orientation.state.option.90 = Turned left
channel-type.freebox.lcd_orientation.state.option.180 = Reversed
channel-type.freebox.lcd_orientation.state.option.270 = Turned right
channel-type.freebox.line_status.label = Line Status
channel-type.freebox.line_status.description = Status of network line connexion
channel-type.freebox.onhook.label = On-hook
channel-type.freebox.onhook.description = Indicates whether the phone is on hook
channel-type.freebox.playurl.label = Play Audio or Video URL
channel-type.freebox.playurl.description = Play an audio or video media from the given URL
channel-type.freebox.rate_down.label = Download Rate
channel-type.freebox.rate_down.description = Current download rate in byte/s
channel-type.freebox.rate_up.label = Upload Rate
channel-type.freebox.rate_up.description = Current upload rate in byte/s
channel-type.freebox.reachable.label = Reachable
channel-type.freebox.reachable.description = Indicates whether the network device is reachable
channel-type.freebox.reboot.label = Reboot Freebox
channel-type.freebox.reboot.description = Reboots the Freebox server
channel-type.freebox.restarted.label = Just Restarted
channel-type.freebox.restarted.description = Has the Freebox server have restarted during the last poll period
channel-type.freebox.ringing.label = Ringing
channel-type.freebox.ringing.description = Is the phone ringing
channel-type.freebox.sambafileshare_status.label = Window File Sharing Enabled
channel-type.freebox.sambafileshare_status.description = Indicates whether Window File Sharing is enabled
channel-type.freebox.sambaprintershare_status.label = Window Printer Sharing Enabled
channel-type.freebox.sambaprintershare_status.description = Indicates whether Window Printer Sharing is enabled
channel-type.freebox.stop.label = Stop Playback
channel-type.freebox.stop.description = Stop the media playback
channel-type.freebox.tempcpub.label = CPUb Temperature
channel-type.freebox.tempcpub.description = Actual measured CPU Broadcom (xDSL) temperature of the Freebox Server
channel-type.freebox.tempcpum.label = CPUm Temperature
channel-type.freebox.tempcpum.description = Actual measured CPU Marvell temperature of the Freebox Server
channel-type.freebox.tempswitch.label = Switch Temperature
channel-type.freebox.tempswitch.description = Actual measured switch temperature of the Freebox Server
channel-type.freebox.upnpav_status.label = UPnP AV Enabled
channel-type.freebox.upnpav_status.description = Indicates whether UPnP AV is enabled
channel-type.freebox.uptime.label = Server Uptime
channel-type.freebox.uptime.description = Time since last reboot of the Freebox Server
channel-type.freebox.wifi_status.label = Wifi Enabled
channel-type.freebox.wifi_status.description = Indicates whether the wifi network is enabled
channel-type.freebox.xdsl_status.label = xDSL Status
channel-type.freebox.xdsl_status.description = Status of the xDSL line

View File

@ -0,0 +1,89 @@
# binding
binding.fronius.name = Fronius Binding
binding.fronius.description = Binding for Fronius inverters.
# thing types
thing-type.fronius.bridge.label = Fronius Bridge
thing-type.fronius.bridge.description = A bridge to connect Fronius devices
thing-type.fronius.meter.label = Fronius Smart Meter
thing-type.fronius.meter.description = Fronius Smart Meter
thing-type.fronius.meter.channel.currentacphase1.label = AC Current Phase 1
thing-type.fronius.meter.channel.currentacphase2.label = AC Current Phase 2
thing-type.fronius.meter.channel.currentacphase3.label = AC Current Phase 3
thing-type.fronius.meter.channel.energyrealsumconsumed.label = Real Energy Consumed
thing-type.fronius.meter.channel.energyrealsumproduced.label = Real Energy Produced
thing-type.fronius.meter.channel.powerfactorphase1.label = Power Factor Phase 1
thing-type.fronius.meter.channel.powerfactorphase2.label = Power Factor Phase 2
thing-type.fronius.meter.channel.powerfactorphase3.label = Power Factor Phase 3
thing-type.fronius.meter.channel.powerrealphase1.label = Real Power Phase 1
thing-type.fronius.meter.channel.powerrealphase2.label = Real Power Phase 2
thing-type.fronius.meter.channel.powerrealphase3.label = Real Power Phase 3
thing-type.fronius.meter.channel.voltageacphase1.label = AC Voltage Phase 1
thing-type.fronius.meter.channel.voltageacphase2.label = AC Voltage Phase 2
thing-type.fronius.meter.channel.voltageacphase3.label = AC Voltage Phase 3
thing-type.fronius.powerinverter.label = Fronius Symo Inverter
thing-type.fronius.powerinverter.description = Fronius Symo power inverter
thing-type.fronius.powerinverter.channel.powerflowchannelpakku.label = Charge / Discharge of Battery
thing-type.fronius.powerinverter.channel.powerflowchannelpgrid.label = Grid Power
thing-type.fronius.powerinverter.channel.powerflowchannelppv.label = Current Solar Yield
thing-type.fronius.powerinverter.channel.powerflowinverter1power.label = Power Flow (Inverter 1)
thing-type.fronius.powerinverter.channel.powerflowinverter1soc.label = State of Charge (Inverter 1)
# thing types config
thing-type.config.fronius.bridge.hostname.label = Hostname
thing-type.config.fronius.bridge.hostname.description = The hostname or IP address of the Fronius gateway/device
thing-type.config.fronius.bridge.refreshInterval.label = Refresh Interval
thing-type.config.fronius.bridge.refreshInterval.description = Specifies the refresh interval in seconds.
thing-type.config.fronius.meter.deviceId.label = Device ID
thing-type.config.fronius.meter.deviceId.description = Specific device identifier
thing-type.config.fronius.powerinverter.deviceId.label = Device ID
thing-type.config.fronius.powerinverter.deviceId.description = Specific device identifier
# channel types
channel-type.fronius.day_energy.label = Day Energy
channel-type.fronius.day_energy.description = Energy generated on current day
channel-type.fronius.devicestatus_errorcode.label = Error Code
channel-type.fronius.devicestatus_errorcode.description = Current device error code
channel-type.fronius.devicestatus_statuscode.label = Status Code
channel-type.fronius.devicestatus_statuscode.description = Current device status code
channel-type.fronius.fac.label = AC Frequency
channel-type.fronius.fac.description = AC frequency
channel-type.fronius.iac.label = AC Current
channel-type.fronius.iac.description = AC current
channel-type.fronius.idc.label = DC Current
channel-type.fronius.idc.description = DC current
channel-type.fronius.inverter1Power.label = Inverter 1 Power
channel-type.fronius.inverter1Power.description = Inverter 1 Power
channel-type.fronius.inverter1Soc.label = Inverter 1 State of Charge
channel-type.fronius.inverter1Soc.description = Inverter 1 State of Charge
channel-type.fronius.meter_ac_current.label = AC Current
channel-type.fronius.meter_ac_voltage.label = AC Voltage
channel-type.fronius.meter_enable.label = Enabled
channel-type.fronius.meter_enable.description = Enabled
channel-type.fronius.meter_energy.label = Energy
channel-type.fronius.meter_location.label = Location
channel-type.fronius.meter_location.description = Meter Location Code
channel-type.fronius.meter_powerfactor.label = Power Factor
channel-type.fronius.meter_powerreal.label = Power
channel-type.fronius.pAkku.label = Battery Power
channel-type.fronius.pAkku.description = Battery Power ( + discharge, - charge )
channel-type.fronius.pGrid.label = Grid Power
channel-type.fronius.pGrid.description = Grid Power ( + from grid, - to grid )
channel-type.fronius.pLoad.label = Load Power
channel-type.fronius.pLoad.description = Load Power ( + generator, - consumer )
channel-type.fronius.pPv.label = Solar Plant Power
channel-type.fronius.pPv.description = Current Solar Plant Power
channel-type.fronius.pac.label = AC Power
channel-type.fronius.pac.description = AC power
channel-type.fronius.total_energy.label = Total Energy
channel-type.fronius.total_energy.description = Energy generated overall
channel-type.fronius.uac.label = AC Voltage
channel-type.fronius.uac.description = AC voltage
channel-type.fronius.udc.label = DC Voltage
channel-type.fronius.udc.description = DC voltage
channel-type.fronius.year_energy.label = Year Energy
channel-type.fronius.year_energy.description = Energy generated in current year

View File

@ -0,0 +1,39 @@
# binding
binding.fsinternetradio.name = FSInternetRadio Binding
binding.fsinternetradio.description = This is the binding for internet radios based on the Frontier Silicon chipset.
# thing types
thing-type.fsinternetradio.radio.label = Internet Radio
thing-type.fsinternetradio.radio.description = An internet radio device based on the Frontier Silicon chipset.
# thing types config
thing-type.config.fsinternetradio.radio.ip.label = Network Address
thing-type.config.fsinternetradio.radio.ip.description = The IP address (name or numeric) of the internet radio.
thing-type.config.fsinternetradio.radio.pin.label = Pin
thing-type.config.fsinternetradio.radio.pin.description = The PIN configured in the internet radio (default: 1234).
thing-type.config.fsinternetradio.radio.port.label = Port
thing-type.config.fsinternetradio.radio.port.description = The port of the internet radio (default: 80).
thing-type.config.fsinternetradio.radio.refresh.label = Refresh Interval
thing-type.config.fsinternetradio.radio.refresh.description = Specifies the refresh interval in seconds.
# channel types
channel-type.fsinternetradio.mode.label = Mode
channel-type.fsinternetradio.mode.description = The radio mode, e.g. FM radio, internet radio, AUX, etc.
channel-type.fsinternetradio.mute.label = Mute
channel-type.fsinternetradio.mute.description = Mute the radio.
channel-type.fsinternetradio.play-info-name.label = Current Title
channel-type.fsinternetradio.play-info-name.description = The name of the current radio station or track.
channel-type.fsinternetradio.play-info-text.label = Info Text
channel-type.fsinternetradio.play-info-text.description = Additional information e.g. of the current radio station.
channel-type.fsinternetradio.power.label = Power
channel-type.fsinternetradio.power.description = Switch the radio on or off.
channel-type.fsinternetradio.preset.label = Preset
channel-type.fsinternetradio.preset.description = Preset radio stations configured in the radio.
channel-type.fsinternetradio.volume-absolute.label = Volume
channel-type.fsinternetradio.volume-absolute.description = Volume (min=0, max=32).
channel-type.fsinternetradio.volume-percent.label = Volume
channel-type.fsinternetradio.volume-percent.description = Volume (in percent).

View File

@ -0,0 +1,38 @@
# binding
binding.ftpupload.name = FTP Upload Binding
binding.ftpupload.description = This binding is for receiving files via FTP.
# binding config
binding.config.ftpupload.idleTimeout.label = Idle Timeout
binding.config.ftpupload.idleTimeout.description = The number of seconds before an inactive client is disconnected. If this value is set to 0, the idle time is disabled.
binding.config.ftpupload.passivePorts.label = Passive Port Range
binding.config.ftpupload.passivePorts.description = A string of passive ports, can contain a single port (as an integer), multiple ports seperated by commas (e.g. 123,124,125) or ranges of ports, including open ended ranges (e.g. 123-125, 30000-, -1023). Combinations for single ports and ranges is also supported. Empty (default) allows all ports as passive ports.
binding.config.ftpupload.port.label = TCP Port
binding.config.ftpupload.port.description = TCP port of the FTP server
# thing types
thing-type.ftpupload.imagereceiver.label = Image Receiver
thing-type.ftpupload.imagereceiver.description = Receive image files via FTP.
# thing types config
thing-type.config.ftpupload.imagereceiver.password.label = Password
thing-type.config.ftpupload.imagereceiver.password.description = Password
thing-type.config.ftpupload.imagereceiver.userName.label = User Name
thing-type.config.ftpupload.imagereceiver.userName.description = Username
# channel types
channel-type.ftpupload.image-channel.label = Image
channel-type.ftpupload.image-channel.description = Image received via FTP
channel-type.ftpupload.image-received.label = Image File Received Trigger Channel
# channel types config
channel-type.config.ftpupload.image-channel.filename.label = Filename
channel-type.config.ftpupload.image-channel.filename.description = Filename to match received files. Supports regular expression patterns.
channel-type.config.ftpupload.image-received.filename.label = Filename
channel-type.config.ftpupload.image-received.filename.description = Filename to match received files. Supports regular expression patterns.

View File

@ -0,0 +1,264 @@
# binding
binding.gardena.name = Gardena Smart System Binding
binding.gardena.description = This is the binding for Gardena smart system.
# thing types
thing-type.gardena.account.label = Gardena Smart System Account
thing-type.gardena.account.description = The Gardena smart system account
thing-type.gardena.irrigation_control.label = Gardena Smart Irrigation Control
thing-type.gardena.irrigation_control.description = Represents a Gardena smart Irrigation Control
thing-type.gardena.irrigation_control.group.valveFive.label = Valve 5 Properties
thing-type.gardena.irrigation_control.group.valveFive_commands.label = Valve 5 Commands
thing-type.gardena.irrigation_control.group.valveFour.label = Valve 4 Properties
thing-type.gardena.irrigation_control.group.valveFour_commands.label = Valve 4 Commands
thing-type.gardena.irrigation_control.group.valveOne.label = Valve 1 Properties
thing-type.gardena.irrigation_control.group.valveOne_commands.label = Valve 1 Commands
thing-type.gardena.irrigation_control.group.valveSix.label = Valve 6 Properties
thing-type.gardena.irrigation_control.group.valveSix_commands.label = Valve 6 Commands
thing-type.gardena.irrigation_control.group.valveThree.label = Valve 3 Properties
thing-type.gardena.irrigation_control.group.valveThree_commands.label = Valve 3 Commands
thing-type.gardena.irrigation_control.group.valveTwo.label = Valve 2 Properties
thing-type.gardena.irrigation_control.group.valveTwo_commands.label = Valve 2 Commands
thing-type.gardena.mower.label = Gardena Smart SILENO Mower
thing-type.gardena.mower.description = Represents any Gardena smart SILENO mower model
thing-type.gardena.power.label = Gardena Smart Power Adapter
thing-type.gardena.power.description = Represents a Gardena smart Power Adapter
thing-type.gardena.pump.label = Gardena Smart Pressure Pump
thing-type.gardena.pump.description = Represents a Gardena smart Pressure Pump
thing-type.gardena.sensor.label = Gardena Smart Sensor
thing-type.gardena.sensor.description = Represents a Gardena smart Sensor
thing-type.gardena.water_control.label = Gardena Smart Water Control
thing-type.gardena.water_control.description = Represents a Gardena smart Water Control
# thing types config
thing-type.config.gardena.account.apiKey.label = API Key
thing-type.config.gardena.account.apiKey.description = The Gardena smart system integration API key
thing-type.config.gardena.account.connectionTimeout.label = Connection Timeout
thing-type.config.gardena.account.connectionTimeout.description = The timeout in seconds for connections to Gardena smart system integration API
thing-type.config.gardena.account.email.label = Email
thing-type.config.gardena.account.email.description = Email address for logging in to Gardena smart system
thing-type.config.gardena.account.password.label = Password
thing-type.config.gardena.account.password.description = Password for logging in to Gardena smart system
# channel group types
channel-group-type.gardena.commonProperties.label = Common Properties
channel-group-type.gardena.commonProperties.description = Properties that are common across devices
channel-group-type.gardena.commonProperties.channel.batteryLevel_timestamp.label = Battery Level Timestamp
channel-group-type.gardena.commonProperties.channel.batteryState_timestamp.label = Battery State Timestamp
channel-group-type.gardena.commonProperties.channel.lastUpdate_timestamp.label = LastUpdate Timestamp
channel-group-type.gardena.commonProperties.channel.rfLinkLevel_timestamp.label = RF Link Level Timestamp
channel-group-type.gardena.commonProperties.channel.rfLinkState_timestamp.label = RF Link State Timestamp
channel-group-type.gardena.mowerCommands.label = Mower Commands
channel-group-type.gardena.mowerCommands.description = Commands to control a mower
channel-group-type.gardena.mowerCommands.channel.commandDuration.label = Mowing Duration
channel-group-type.gardena.mowerCommands.channel.park_until_further_notice.label = Pause Schedule
channel-group-type.gardena.mowerCommands.channel.park_until_further_notice.description = Cancel the current operation, return to charging station, ignore schedule
channel-group-type.gardena.mowerCommands.channel.park_until_next_task.label = Park
channel-group-type.gardena.mowerCommands.channel.park_until_next_task.description = Cancel the current operation and return to charging station
channel-group-type.gardena.mowerCommands.channel.start_dont_override.label = Start Schedule
channel-group-type.gardena.mowerCommands.channel.start_dont_override.description = Automatic operation
channel-group-type.gardena.mowerCommands.channel.start_seconds_to_override.label = Start Mowing with Duration
channel-group-type.gardena.mowerCommands.channel.start_seconds_to_override.description = Manual operation, use Mowing Duration to define duration
channel-group-type.gardena.mowerProperties.label = Mower Properties
channel-group-type.gardena.mowerProperties.description = Properties of a mower
channel-group-type.gardena.mowerProperties.channel.activity_timestamp.label = Activity Timestamp
channel-group-type.gardena.mowerProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.mowerProperties.channel.state_timestamp.label = State Timestamp
channel-group-type.gardena.powerSocketCommands.label = Power Socket Commands
channel-group-type.gardena.powerSocketCommands.description = Commands to control a power socket
channel-group-type.gardena.powerSocketCommands.channel.commandDuration.label = Switch on Duration
channel-group-type.gardena.powerSocketCommands.channel.pause.label = Pause Until Specified Time
channel-group-type.gardena.powerSocketCommands.channel.pause.description = Skip automatic operation until specified time. The currently active operation will NOT be cancelled
channel-group-type.gardena.powerSocketCommands.channel.start_override.label = Manual On
channel-group-type.gardena.powerSocketCommands.channel.start_override.description = Manual on
channel-group-type.gardena.powerSocketCommands.channel.start_seconds_to_override.label = Manual On with Duration
channel-group-type.gardena.powerSocketCommands.channel.start_seconds_to_override.description = Manual operation, use Switch on Duration to define duration
channel-group-type.gardena.powerSocketCommands.channel.stop_until_next_task.label = Off, Continue Schedule
channel-group-type.gardena.powerSocketCommands.channel.stop_until_next_task.description = Immediately switch off, continue with the schedule
channel-group-type.gardena.powerSocketCommands.channel.unpause.label = Start Schedule
channel-group-type.gardena.powerSocketCommands.channel.unpause.description = Restore automatic operation if it was paused
channel-group-type.gardena.powerSocketProperties.label = Power Socket Properties
channel-group-type.gardena.powerSocketProperties.description = Properties of a power socket
channel-group-type.gardena.powerSocketProperties.channel.activity_timestamp.label = Activity Timestamp
channel-group-type.gardena.powerSocketProperties.channel.duration_timestamp.label = Duration Timestamp
channel-group-type.gardena.powerSocketProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.powerSocketProperties.channel.state_timestamp.label = State Timestamp
channel-group-type.gardena.sensorProperties.label = Sensor Properties
channel-group-type.gardena.sensorProperties.description = Properties of a sensor
channel-group-type.gardena.sensorProperties.channel.ambientTemperature.label = Ambient Temperature
channel-group-type.gardena.sensorProperties.channel.ambientTemperature_timestamp.label = Ambient Temperature Timestamp
channel-group-type.gardena.sensorProperties.channel.lightIntensity_timestamp.label = Light Intensity Timestamp
channel-group-type.gardena.sensorProperties.channel.soilHumidity_timestamp.label = Soil Humidity Timestamp
channel-group-type.gardena.sensorProperties.channel.soilTemperature.label = Soil Temperature
channel-group-type.gardena.sensorProperties.channel.soilTemperature_timestamp.label = Soil Temperature Timestamp
channel-group-type.gardena.valveCommands.label = Valve Commands
channel-group-type.gardena.valveCommands.description = Commands to control a valve
channel-group-type.gardena.valveCommands.channel.commandDuration.label = Irrigation Duration
channel-group-type.gardena.valveCommands.channel.pause.label = Pause Until Specified Time
channel-group-type.gardena.valveCommands.channel.pause.description = Skip automatic operation until specified time. The currently active operation might or might not be cancelled (depends on device model)
channel-group-type.gardena.valveCommands.channel.start_seconds_to_override.label = Open Valve with Duration
channel-group-type.gardena.valveCommands.channel.start_seconds_to_override.description = Manual operation, use Irrigation Duration to define duration
channel-group-type.gardena.valveCommands.channel.stop_until_next_task.label = Close Valve, Continue Schedule
channel-group-type.gardena.valveCommands.channel.stop_until_next_task.description = Cancel the current watering, continue with the schedule
channel-group-type.gardena.valveCommands.channel.unpause.label = Start Schedule
channel-group-type.gardena.valveCommands.channel.unpause.description = Restore automatic operation if it was paused
channel-group-type.gardena.valveProperties.label = Valve Properties
channel-group-type.gardena.valveProperties.description = Properties of a valve
channel-group-type.gardena.valveProperties.channel.activity_timestamp.label = Activity Timestamp
channel-group-type.gardena.valveProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.valveProperties.channel.state_timestamp.label = State Timestamp
channel-group-type.gardena.valveSetCommands.label = Valve Set Commands
channel-group-type.gardena.valveSetCommands.description = Commands to control a valve set
channel-group-type.gardena.valveSetCommands.channel.stop_until_next_task.label = Close All Valves
channel-group-type.gardena.valveSetCommands.channel.stop_until_next_task.description = Immediately close all valves
channel-group-type.gardena.valveSetProperties.label = Valve Set Properties
channel-group-type.gardena.valveSetProperties.description = Properties of a valve set
channel-group-type.gardena.valveSetProperties.channel.lastErrorCode_timestamp.label = Last Error Code Timestamp
channel-group-type.gardena.valveSetProperties.channel.state_timestamp.label = State Timestamp
# channel types
channel-type.gardena.activity.label = Activity
channel-type.gardena.activity.description = The activity of the device
channel-type.gardena.activity.state.option.OFF = Off
channel-type.gardena.activity.state.option.FOREVER_ON = Switched on by a manual action, no switch off scheduled
channel-type.gardena.activity.state.option.TIME_LIMITED_ON = Switched on by a manual action, the switch off is scheduled
channel-type.gardena.activity.state.option.SCHEDULED_ON = Operating by schedule, current state is 'on'
channel-type.gardena.activity.state.option.CLOSED = Valve closed
channel-type.gardena.activity.state.option.MANUAL_WATERING = Irrigation active
channel-type.gardena.activity.state.option.SCHEDULED_WATERING = Irrigation active
channel-type.gardena.activity.state.option.PAUSED = In a waiting state with hatch closed
channel-type.gardena.activity.state.option.OK_CUTTING = Mowing
channel-type.gardena.activity.state.option.OK_CUTTING_TIMER_OVERRIDDEN = Mowing
channel-type.gardena.activity.state.option.OK_SEARCHING = Searching charging station
channel-type.gardena.activity.state.option.OK_LEAVING = Leaving charging station
channel-type.gardena.activity.state.option.OK_CHARGING = Charging
channel-type.gardena.activity.state.option.PARKED_TIMER = Parked according to timer
channel-type.gardena.activity.state.option.PARKED_PARK_SELECTED = Parked until further notice
channel-type.gardena.activity.state.option.PARKED_AUTOTIMER = Parked because of insufficient grass height
channel-type.gardena.activity.state.option.NONE = None
channel-type.gardena.batteryState.label = Battery State
channel-type.gardena.batteryState.description = The state of the battery
channel-type.gardena.batteryState.state.option.OK = OK
channel-type.gardena.batteryState.state.option.LOW = Low
channel-type.gardena.batteryState.state.option.REPLACE_NOW = Replace now
channel-type.gardena.batteryState.state.option.OUT_OF_OPERATION = Out of operation
channel-type.gardena.batteryState.state.option.CHARGING = Charging
channel-type.gardena.batteryState.state.option.NO_BATTERY = No battery
channel-type.gardena.batteryState.state.option.UNKNOWN = Unknown
channel-type.gardena.duration.label = Duration
channel-type.gardena.duration.description = Duration in minutes
channel-type.gardena.gardenaCommand.label = Command
channel-type.gardena.gardenaCommand.description = A command for a device
channel-type.gardena.lastErrorCode.label = Last Error Code
channel-type.gardena.lastErrorCode.description = The last error code
channel-type.gardena.lastErrorCode.state.option.UNKNOWN = Unknown
channel-type.gardena.lastErrorCode.state.option.NO_MESSAGE = No Message
channel-type.gardena.lastErrorCode.state.option.OUTSIDE_WORKING_AREA = Outside working area
channel-type.gardena.lastErrorCode.state.option.NO_LOOP_SIGNAL = No loop signal
channel-type.gardena.lastErrorCode.state.option.WRONG_LOOP_SIGNAL = Wrong loop signal
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_FRONT = Loop sensor problem, front
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_REAR = Loop sensor problem, rear
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_LEFT = Loop sensor problem, left
channel-type.gardena.lastErrorCode.state.option.LOOP_SENSOR_PROBLEM_RIGHT = Loop sensor problem, right
channel-type.gardena.lastErrorCode.state.option.WRONG_PIN_CODE = Wrong PIN code
channel-type.gardena.lastErrorCode.state.option.TRAPPED = Trapped
channel-type.gardena.lastErrorCode.state.option.UPSIDE_DOWN = Upside down
channel-type.gardena.lastErrorCode.state.option.EMPTY_BATTERY = Empty battery
channel-type.gardena.lastErrorCode.state.option.NO_DRIVE = No drive
channel-type.gardena.lastErrorCode.state.option.TEMPORARILY_LIFTED = Mower lifted
channel-type.gardena.lastErrorCode.state.option.LIFTED = Lifted
channel-type.gardena.lastErrorCode.state.option.STUCK_IN_CHARGING_STATION = Stuck in charging station
channel-type.gardena.lastErrorCode.state.option.CHARGING_STATION_BLOCKED = Charging station blocked
channel-type.gardena.lastErrorCode.state.option.COLLISION_SENSOR_PROBLEM_REAR = Collision sensor problem, rear
channel-type.gardena.lastErrorCode.state.option.COLLISION_SENSOR_PROBLEM_FRONT = Collision sensor problem, front
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_BLOCKED_RIGHT = Wheel motor blocked, right
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_BLOCKED_LEFT = Wheel motor blocked, left
channel-type.gardena.lastErrorCode.state.option.WHEEL_DRIVE_PROBLEM_RIGHT = Wheel drive problem, right
channel-type.gardena.lastErrorCode.state.option.WHEEL_DRIVE_PROBLEM_LEFT = Wheel drive problem, left
channel-type.gardena.lastErrorCode.state.option.CUTTING_MOTOR_DRIVE_DEFECT = Cutting motor drive blocked
channel-type.gardena.lastErrorCode.state.option.CUTTING_SYSTEM_BLOCKED = Cutting system blocked
channel-type.gardena.lastErrorCode.state.option.INVALID_SUB_DEVICE_COMBINATION = Invalid sub-device combination
channel-type.gardena.lastErrorCode.state.option.MEMORY_CIRCUIT_PROBLEM = Memory circuit problem
channel-type.gardena.lastErrorCode.state.option.CHARGING_SYSTEM_PROBLEM = Charging system problem
channel-type.gardena.lastErrorCode.state.option.STOP_BUTTON_PROBLEM = STOP button problem
channel-type.gardena.lastErrorCode.state.option.TILT_SENSOR_PROBLEM = Tilt sensor problem
channel-type.gardena.lastErrorCode.state.option.MOWER_TILTED = Mower tilted
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_OVERLOADED_RIGHT = Wheel motor overloaded, right
channel-type.gardena.lastErrorCode.state.option.WHEEL_MOTOR_OVERLOADED_LEFT = Wheel motor overloaded, left
channel-type.gardena.lastErrorCode.state.option.CHARGING_CURRENT_TOO_HIGH = Charging current too high
channel-type.gardena.lastErrorCode.state.option.ELECTRONIC_PROBLEM = Electronic problem
channel-type.gardena.lastErrorCode.state.option.CUTTING_MOTOR_PROBLEM = Cutting motor problem
channel-type.gardena.lastErrorCode.state.option.LIMITED_CUTTING_HEIGHT_RANGE = Limited cutting height range
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM_DRIVE = Cutting height problem, drive
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM_CURR = Cutting height problem, current
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM_DIR = Cutting height problem, direction
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_BLOCKED = Cutting height blocked
channel-type.gardena.lastErrorCode.state.option.CUTTING_HEIGHT_PROBLEM = Cutting height problem
channel-type.gardena.lastErrorCode.state.option.BATTERY_PROBLEM = Battery problem
channel-type.gardena.lastErrorCode.state.option.TOO_MANY_BATTERIES = Battery problem
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_SWITCHED_OFF = Alarm! Mower switched off
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_STOPPED = Alarm! Mower stopped
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_LIFTED = Alarm! Mower lifted
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_TILTED = Alarm! Mower tilted
channel-type.gardena.lastErrorCode.state.option.ALARM_MOWER_IN_MOTION = Alarm! Mower in motion
channel-type.gardena.lastErrorCode.state.option.ALARM_OUTSIDE_GEOFENCE = Alarm! Outside geofence
channel-type.gardena.lastErrorCode.state.option.SLIPPED = Mower has slipped
channel-type.gardena.lastErrorCode.state.option.INVALID_BATTERY_COMBINATION = Invalid battery combination
channel-type.gardena.lastErrorCode.state.option.UNINITIALISED = Unknown status of the mower
channel-type.gardena.lastErrorCode.state.option.WAIT_UPDATING = Mower waiting, updating firmware
channel-type.gardena.lastErrorCode.state.option.WAIT_POWER_UP = Mower powering up
channel-type.gardena.lastErrorCode.state.option.OFF_DISABLED = Mower disabled on main switch
channel-type.gardena.lastErrorCode.state.option.OFF_HATCH_OPEN = Mower in waiting state with hatch open
channel-type.gardena.lastErrorCode.state.option.OFF_HATCH_CLOSED = Mower in waiting state with hatch closed
channel-type.gardena.lastErrorCode.state.option.PARKED_DAILY_LIMIT_REACHED = Mower has completed cutting due to daily limit reached
channel-type.gardena.lastErrorCode.state.option.TIMER_CANCELLED = Time cancelled
channel-type.gardena.lastErrorCode.state.option.CONCURRENT_LIMIT_REACHED = Can't open valve because at most 2 valves can be open at the same time
channel-type.gardena.lastErrorCode.state.option.NOT_CONNECTED = No valve was connected
channel-type.gardena.lastErrorCode.state.option.VALVE_CURRENT_MAX_EXCEEDED = The valve has been closed because the valve is draining more current than allowed
channel-type.gardena.lastErrorCode.state.option.TOTAL_CURRENT_MAX_EXCEEDED = The valve has been closed because the total current used was more than the allowed maximum
channel-type.gardena.lastErrorCode.state.option.WATERING_CANCELED = Watering was canceled
channel-type.gardena.lastErrorCode.state.option.MASTER_VALVE = Master valve is not connected
channel-type.gardena.lastErrorCode.state.option.WATERING_DURATION_TOO_SHORT = Watering duration to short
channel-type.gardena.lastErrorCode.state.option.VALVE_BROKEN = Electrical connection to the valve is broken, or the inductor is damaged
channel-type.gardena.lastErrorCode.state.option.FROST_PREVENTS_STARTING = Because of frost valve stays closed
channel-type.gardena.lastErrorCode.state.option.LOW_BATTERY_PREVENTS_STARTING = Because of low battery valve stays closed
channel-type.gardena.lastErrorCode.state.option.VALVE_POWER_SUPPLY_FAILED = Power supply failed
channel-type.gardena.lastErrorCode.state.option.VOLTAGE_DROP = A voltage drop was detected at the power supply
channel-type.gardena.lastErrorCode.state.option.WRONG_POWER_SUPPLY = Wrong power supply is connected
channel-type.gardena.lastErrorCode.state.option.NO_MCU_CONNECTION = Unable to communicate with secondary MCU
channel-type.gardena.lightIntensity.label = Light Intensity
channel-type.gardena.lightIntensity.description = Light intensity in Lux
channel-type.gardena.mowerCommandDuration.label = Command Duration
channel-type.gardena.mowerCommandDuration.description = A duration in minutes for a command
channel-type.gardena.name.label = Name
channel-type.gardena.name.description = The name of the device
channel-type.gardena.operatingHours.label = Operating Hours
channel-type.gardena.operatingHours.description = The operating hours
channel-type.gardena.powerCommandDuration.label = Command Duration
channel-type.gardena.powerCommandDuration.description = A duration in minutes for a command
channel-type.gardena.rfLinkState.label = RF Link State
channel-type.gardena.rfLinkState.description = The state of the RF link
channel-type.gardena.rfLinkState.state.option.ONLINE = Online
channel-type.gardena.rfLinkState.state.option.OFFLINE = Offline
channel-type.gardena.rfLinkState.state.option.UNKNOWN = Unknown
channel-type.gardena.soilHumidity.label = Soil Humidity
channel-type.gardena.soilHumidity.description = Soil humidity in percent
channel-type.gardena.state.label = State
channel-type.gardena.state.description = The state of the device
channel-type.gardena.state.state.option.OK = OK
channel-type.gardena.state.state.option.WARNING = Warning
channel-type.gardena.state.state.option.ERROR = Error
channel-type.gardena.state.state.option.UNAVAILABLE = Unavailable
channel-type.gardena.temperature.label = Temperature
channel-type.gardena.temperature.description = The temperature
channel-type.gardena.timestamp.label = Timestamp
channel-type.gardena.timestamp.description = Timestamp
channel-type.gardena.timestampRefresh.label = Timestamp
channel-type.gardena.timestampRefresh.description = Timestamp
channel-type.gardena.valveCommandDuration.label = Command Duration
channel-type.gardena.valveCommandDuration.description = A duration in minutes for a command

View File

@ -0,0 +1,39 @@
# binding
binding.generacmobilelink.name = GeneracMobileLink Binding
binding.generacmobilelink.description = This binding monitors Generac manufactured generators through the MobileLink cloud service.
# thing types
thing-type.generacmobilelink.account.label = MobileLink Account
thing-type.generacmobilelink.account.description = MobileLink Cloud Account
thing-type.generacmobilelink.generator.label = MobileLink Generator
thing-type.generacmobilelink.generator.description = MobileLink Generator
# thing types config
thing-type.config.generacmobilelink.account.password.label = Password
thing-type.config.generacmobilelink.account.password.description = Account password
thing-type.config.generacmobilelink.account.refreshInterval.label = Refresh Interval
thing-type.config.generacmobilelink.account.refreshInterval.description = Specifies the refresh interval in seconds
thing-type.config.generacmobilelink.account.username.label = Username
thing-type.config.generacmobilelink.account.username.description = Account username
thing-type.config.generacmobilelink.generator.generatorId.label = Generator ID
thing-type.config.generacmobilelink.generator.generatorId.description = Generator ID
# channel types
channel-type.generacmobilelink.batteryVoltage.label = Battery Voltage Status
channel-type.generacmobilelink.blueLight.label = Blue Light Status
channel-type.generacmobilelink.connected.label = Connected
channel-type.generacmobilelink.currentAlarmDescription.label = Current Alarm Description
channel-type.generacmobilelink.exerciseHours.label = Number of Hours Exercised
channel-type.generacmobilelink.fuelLevel.label = Fuel Level
channel-type.generacmobilelink.fuelType.label = Fuel Type
channel-type.generacmobilelink.greenLight.label = Green Light Status
channel-type.generacmobilelink.redLight.label = Red Light Status
channel-type.generacmobilelink.runHours.label = Number of Hours Run
channel-type.generacmobilelink.serviceStatus.label = Service Status
channel-type.generacmobilelink.status.label = Status
channel-type.generacmobilelink.statusDate.label = Last Status Date
channel-type.generacmobilelink.yellowLight.label = Yellow Light Status

View File

@ -0,0 +1,159 @@
# binding
binding.globalcache.name = GlobalCache Binding
binding.globalcache.description = Binding for GlobalCache iTach and GC-100 devices supporting infrared, serial, and contact closure interfaces.
# thing types
thing-type.globalcache.gc100_06.label = GlobalCache GC-100-06
thing-type.globalcache.gc100_06.description = GC-100-06 Infrared and Serial Device
thing-type.globalcache.gc100_12.label = GlobalCache GC-100-12
thing-type.globalcache.gc100_12.description = GC-100-12 Infrared, Serial, and Contact Closure Device
thing-type.globalcache.itachCC.label = GlobalCache iTach CC
thing-type.globalcache.itachCC.description = iTach Contact Closure Device (WF2CC or IP2CC)
thing-type.globalcache.itachFlex.label = GlobalCache iTach Flex
thing-type.globalcache.itachFlex.description = iTach Flex Device
thing-type.globalcache.itachIR.label = GlobalCache iTach IR
thing-type.globalcache.itachIR.description = iTach Infrared Device (WF2IR or IP2IR)
thing-type.globalcache.itachSL.label = GlobalCache iTach SL
thing-type.globalcache.itachSL.description = iTach Serial Device (WF2SL or IP2SL)
thing-type.globalcache.zmote.label = Zmote IR
thing-type.globalcache.zmote.description = Zmote Infrared Device
# thing types config
thing-type.config.globalcache.gc100_06.enableTwoWay1.label = Enable Two Way
thing-type.config.globalcache.gc100_06.enableTwoWay1.description = Enable two-way serial communication
thing-type.config.globalcache.gc100_06.eomDelimiter1.label = End-of-message Delimiter
thing-type.config.globalcache.gc100_06.eomDelimiter1.description = URL encoded end-of-message delimiter string for receiving messages
thing-type.config.globalcache.gc100_06.ipAddress.label = Network Address
thing-type.config.globalcache.gc100_06.ipAddress.description = Enter the IP address of the iTach CC device
thing-type.config.globalcache.gc100_06.mapFilename.label = Map File
thing-type.config.globalcache.gc100_06.mapFilename.description = Enter name of file containing mapping of commands to IR and Serial codes
thing-type.config.globalcache.gc100_12.enableTwoWay1.label = Enable Two Way Port 1
thing-type.config.globalcache.gc100_12.enableTwoWay1.description = Enable two-way serial communication on serial port 1
thing-type.config.globalcache.gc100_12.enableTwoWay2.label = Enable Two Way Port 2
thing-type.config.globalcache.gc100_12.enableTwoWay2.description = Enable two-way serial communication on serial port 2
thing-type.config.globalcache.gc100_12.eomDelimiter1.label = End-of-message Delimiter Port 1
thing-type.config.globalcache.gc100_12.eomDelimiter1.description = URL encoded end-of-message delimiter string for receiving messages on serial port 1
thing-type.config.globalcache.gc100_12.eomDelimiter2.label = End-of-message Delimiter Port 2
thing-type.config.globalcache.gc100_12.eomDelimiter2.description = URL encoded end-of-message delimiter string for receiving messages on serial port 2
thing-type.config.globalcache.gc100_12.ipAddress.label = Network Address
thing-type.config.globalcache.gc100_12.ipAddress.description = Enter the IP address of the iTach CC device
thing-type.config.globalcache.gc100_12.mapFilename.label = Map File
thing-type.config.globalcache.gc100_12.mapFilename.description = Enter name of file containing mapping of commands to IR and Serial codes
thing-type.config.globalcache.itachCC.ipAddress.label = Network Address
thing-type.config.globalcache.itachCC.ipAddress.description = Enter the IP address of the iTach CC device
thing-type.config.globalcache.itachFlex.activeCable.label = Active Cable
thing-type.config.globalcache.itachFlex.activeCable.description = This setting should match the Current Active Cable in the Flex configuration
thing-type.config.globalcache.itachFlex.activeCable.option.FLEX_INFRARED = Infrared
thing-type.config.globalcache.itachFlex.activeCable.option.FLEX_SERIAL = Serial
thing-type.config.globalcache.itachFlex.activeCable.option.FLEX_RELAY = Relay/Sensor
thing-type.config.globalcache.itachFlex.enableTwoWay1.label = Enable Two Way
thing-type.config.globalcache.itachFlex.enableTwoWay1.description = Enable two-way serial communication
thing-type.config.globalcache.itachFlex.eomDelimiter1.label = End-of-message Delimiter
thing-type.config.globalcache.itachFlex.eomDelimiter1.description = URL encoded end-of-message delimiter string for receiving messages
thing-type.config.globalcache.itachFlex.ipAddress.label = Network Address
thing-type.config.globalcache.itachFlex.ipAddress.description = Enter the IP address of the iTach Flex device
thing-type.config.globalcache.itachFlex.mapFilename.label = Map File
thing-type.config.globalcache.itachFlex.mapFilename.description = Enter name of file containing mapping of commands to IR and Serial codes
thing-type.config.globalcache.itachIR.ipAddress.label = Network Address
thing-type.config.globalcache.itachIR.ipAddress.description = Enter the IP address of the iTach IR device
thing-type.config.globalcache.itachIR.mapFilename.label = Map File
thing-type.config.globalcache.itachIR.mapFilename.description = Enter name of file containing mapping of commands to IR and Serial codes
thing-type.config.globalcache.itachSL.enableTwoWay1.label = Enable Two Way
thing-type.config.globalcache.itachSL.enableTwoWay1.description = Enable two-way serial communication
thing-type.config.globalcache.itachSL.eomDelimiter1.label = End-of-message Delimiter
thing-type.config.globalcache.itachSL.eomDelimiter1.description = URL encoded end-of-message delimiter string for receiving messages
thing-type.config.globalcache.itachSL.ipAddress.label = Network Address
thing-type.config.globalcache.itachSL.ipAddress.description = Enter the IP address of the iTach SL device
thing-type.config.globalcache.itachSL.mapFilename.label = Map File
thing-type.config.globalcache.itachSL.mapFilename.description = Enter namer of file containing mapping of commands to IR and Serial codes
thing-type.config.globalcache.zmote.ipAddress.label = Network Address
thing-type.config.globalcache.zmote.ipAddress.description = Enter the IP address of the Zmote device
thing-type.config.globalcache.zmote.mapFilename.label = Map File
thing-type.config.globalcache.zmote.mapFilename.description = Enter name of file containing mapping of commands to IR codes
# channel group types
channel-group-type.globalcache.cc-m1.label = Module 1
channel-group-type.globalcache.cc-m1.description = Contact Closure Module
channel-group-type.globalcache.cc-m1.channel.c1.label = Connector 1
channel-group-type.globalcache.cc-m1.channel.c1.description = Contact closure on connector 1.
channel-group-type.globalcache.cc-m1.channel.c2.label = Connector 2
channel-group-type.globalcache.cc-m1.channel.c2.description = Contact closure on connector 2.
channel-group-type.globalcache.cc-m1.channel.c3.label = Connector 3
channel-group-type.globalcache.cc-m1.channel.c3.description = Contact closure on connector 3.
channel-group-type.globalcache.cc-m3.label = Module 3
channel-group-type.globalcache.cc-m3.description = Contact Closure Module
channel-group-type.globalcache.cc-m3.channel.c1.label = Connector 1
channel-group-type.globalcache.cc-m3.channel.c1.description = Contact closure on connector 1.
channel-group-type.globalcache.cc-m3.channel.c2.label = Connector 2
channel-group-type.globalcache.cc-m3.channel.c2.description = Contact closure on connector 2.
channel-group-type.globalcache.cc-m3.channel.c3.label = Connector 3
channel-group-type.globalcache.cc-m3.channel.c3.description = Contact closure on connector 3.
channel-group-type.globalcache.ir-m1-c1.label = Module 1
channel-group-type.globalcache.ir-m1-c1.description = Infrared Module
channel-group-type.globalcache.ir-m1-c1.channel.c1.label = Connector 1
channel-group-type.globalcache.ir-m1-c1.channel.c1.description = ZMote infrared emitter.
channel-group-type.globalcache.ir-m1.label = Module 1
channel-group-type.globalcache.ir-m1.description = Infrared Module
channel-group-type.globalcache.ir-m1.channel.c1.label = Connector 1
channel-group-type.globalcache.ir-m1.channel.c1.description = Infrared emitter on connector 1. Connector 1 is the connector closest to the power plug.
channel-group-type.globalcache.ir-m1.channel.c2.label = Connector 2
channel-group-type.globalcache.ir-m1.channel.c2.description = Infrared emitter on connector 2.
channel-group-type.globalcache.ir-m1.channel.c3.label = Connector 3
channel-group-type.globalcache.ir-m1.channel.c3.description = Infrared emitter/blaster on connector 3.
channel-group-type.globalcache.ir-m2.label = Module 2
channel-group-type.globalcache.ir-m2.description = Infrared Module
channel-group-type.globalcache.ir-m2.channel.c1.label = Connector 1
channel-group-type.globalcache.ir-m2.channel.c1.description = Infrared emitter on connector 1. Connector 1 is the connector closest to the power plug.
channel-group-type.globalcache.ir-m2.channel.c2.label = Connector 2
channel-group-type.globalcache.ir-m2.channel.c2.description = Infrared emitter on connector 2.
channel-group-type.globalcache.ir-m2.channel.c3.label = Connector 3
channel-group-type.globalcache.ir-m2.channel.c3.description = Infrared emitter/blaster on connector 3.
channel-group-type.globalcache.ir-m4.label = Module 4
channel-group-type.globalcache.ir-m4.description = Infrared Module
channel-group-type.globalcache.ir-m4.channel.c1.label = Connector 1
channel-group-type.globalcache.ir-m4.channel.c1.description = Infrared emitter on connector 1. Connector 1 is the connector closest to the power plug.
channel-group-type.globalcache.ir-m4.channel.c2.label = Connector 2
channel-group-type.globalcache.ir-m4.channel.c2.description = Infrared emitter on connector 2.
channel-group-type.globalcache.ir-m4.channel.c3.label = Connector 3
channel-group-type.globalcache.ir-m4.channel.c3.description = Infrared emitter/blaster on connector 3.
channel-group-type.globalcache.ir-m5.label = Module 5
channel-group-type.globalcache.ir-m5.description = Infrared Module
channel-group-type.globalcache.ir-m5.channel.c1.label = Connector 1
channel-group-type.globalcache.ir-m5.channel.c1.description = Infrared emitter on connector 1. Connector 1 is the connector closest to the power plug.
channel-group-type.globalcache.ir-m5.channel.c2.label = Connector 2
channel-group-type.globalcache.ir-m5.channel.c2.description = Infrared emitter on connector 2.
channel-group-type.globalcache.ir-m5.channel.c3.label = Connector 3
channel-group-type.globalcache.ir-m5.channel.c3.description = Infrared emitter/blaster on connector 3.
channel-group-type.globalcache.sl-m1.label = Module 1
channel-group-type.globalcache.sl-m1.description = Serial Module
channel-group-type.globalcache.sl-m1.channel.c1.label = Connector 1 (mapped)
channel-group-type.globalcache.sl-m1.channel.c1.description = Mapped commands to serial port
channel-group-type.globalcache.sl-m1.channel.c1-direct.label = Connector 1 (direct)
channel-group-type.globalcache.sl-m1.channel.c1-direct.description = Direct commands to serial port
channel-group-type.globalcache.sl-m1.channel.c1-receive.label = Connector 1 (receive)
channel-group-type.globalcache.sl-m1.channel.c1-receive.description = Data received on serial port
channel-group-type.globalcache.sl-m2.label = Module 2
channel-group-type.globalcache.sl-m2.description = Serial Module
channel-group-type.globalcache.sl-m2.channel.c1.label = Connector 1 (mapped)
channel-group-type.globalcache.sl-m2.channel.c1.description = Mapped commands to serial port
channel-group-type.globalcache.sl-m2.channel.c1-direct.label = Connector 1 (direct)
channel-group-type.globalcache.sl-m2.channel.c1-direct.description = Direct commands to serial port
channel-group-type.globalcache.sl-m2.channel.c1-receive.label = Connector 1 (receive)
channel-group-type.globalcache.sl-m2.channel.c1-receive.description = Data received on serial port
# channel types
channel-type.globalcache.channel-type-cc.label = Contact Closure
channel-type.globalcache.channel-type-cc.description = Transmits contact closure command on module:connector
channel-type.globalcache.channel-type-ir.label = Infrared
channel-type.globalcache.channel-type-ir.description = Transmits infrared command on module:connector
channel-type.globalcache.channel-type-sl-direct.label = Serial
channel-type.globalcache.channel-type-sl-direct.description = Transmits serial command on module:connector bypassing MAP transform
channel-type.globalcache.channel-type-sl-receive.label = Serial Receive
channel-type.globalcache.channel-type-sl-receive.description = Data received on the serial port from the device
channel-type.globalcache.channel-type-sl.label = Serial
channel-type.globalcache.channel-type-sl.description = Transmits serial command on module:connector

View File

@ -0,0 +1,73 @@
# binding
binding.goecharger.name = Go-eCharger Binding
binding.goecharger.description = This is the binding for Go-eCharger.
# thing types
thing-type.goecharger.goe.label = Go-eCharger
thing-type.goecharger.goe.description = Go-eCharger thing that represents the wallbox configuration and readings
# thing types config
thing-type.config.goecharger.goe.ip.label = IP Address
thing-type.config.goecharger.goe.ip.description = The IP address of the Go-eCharger
thing-type.config.goecharger.goe.refreshInterval.label = Refresh Interval
thing-type.config.goecharger.goe.refreshInterval.description = Refresh interval for acquiring data from Go-eCharger in seconds
# channel types
channel-type.goecharger.alw.label = Allow Charging
channel-type.goecharger.alw.description = If true charging is allowed
channel-type.goecharger.ast.label = Access Configuration
channel-type.goecharger.ast.description = Currently set access configuration of the Go-eCharger
channel-type.goecharger.ast.state.option.OPEN = Open
channel-type.goecharger.ast.state.option.RFID = RFID
channel-type.goecharger.ast.state.option.TIMER = Timer
channel-type.goecharger.ast.state.option.AWATTAR = aWATTar
channel-type.goecharger.cbl.label = Cable Encoding
channel-type.goecharger.cbl.description = Specifies the max amps that can be charged with that cable
channel-type.goecharger.cl1.label = Current L1
channel-type.goecharger.cl1.description = Current on L1
channel-type.goecharger.cl2.label = Current L2
channel-type.goecharger.cl2.description = Current on L2
channel-type.goecharger.cl3.label = Current L3
channel-type.goecharger.cl3.description = Current on L3
channel-type.goecharger.current.label = Maximum Current
channel-type.goecharger.current.description = Maximum current per phase allowed to use for charging
channel-type.goecharger.err.label = Error Code
channel-type.goecharger.err.description = Error code of Go-eCharger
channel-type.goecharger.err.state.option.NONE = None
channel-type.goecharger.err.state.option.RCCB = RCCB
channel-type.goecharger.err.state.option.NO_GROUND = No ground
channel-type.goecharger.err.state.option.INTERNAL = Internal
channel-type.goecharger.eto.label = Total Charged Energy
channel-type.goecharger.eto.description = Amount of energy that has been charged since installation
channel-type.goecharger.fmw.label = Firmware
channel-type.goecharger.fmw.description = Firmware Version
channel-type.goecharger.pha.label = Phases
channel-type.goecharger.pha.description = Amount of phases currently used for charging
channel-type.goecharger.pl1.label = Power L1
channel-type.goecharger.pl1.description = Power on L1
channel-type.goecharger.pl2.label = Power L2
channel-type.goecharger.pl2.description = Power on L2
channel-type.goecharger.pl3.label = Power L3
channel-type.goecharger.pl3.description = Power on L3
channel-type.goecharger.pwm.label = PWM signal status
channel-type.goecharger.pwm.description = Pulse-width modulation signal status
channel-type.goecharger.pwm.state.option.READY_NO_CAR = Ready (no car)
channel-type.goecharger.pwm.state.option.CHARGING = Charging
channel-type.goecharger.pwm.state.option.WAITING_FOR_CAR = Waiting for car
channel-type.goecharger.pwm.state.option.CHARGING_DONE_CAR_CONNECTED = Charging done (car connected)
channel-type.goecharger.scl.label = Current Session Charge Energy Limit
channel-type.goecharger.scl.description = Wallbox stops charging after defined value, deactivate with value 0
channel-type.goecharger.scs.label = Current Session Charged Energy
channel-type.goecharger.scs.description = Amount of energy that has been charged in this session
channel-type.goecharger.tmp.label = Temperature
channel-type.goecharger.tmp.description = Temperature of the Go-eCharger
channel-type.goecharger.vl1.label = Voltage L1
channel-type.goecharger.vl1.description = Voltage on L1
channel-type.goecharger.vl2.label = Voltage L2
channel-type.goecharger.vl2.description = Voltage on L2
channel-type.goecharger.vl3.label = Voltage L3
channel-type.goecharger.vl3.description = Voltage on L3

View File

@ -0,0 +1,39 @@
# binding
binding.gpio.name = GPIO Binding
binding.gpio.description = Adds GPIO support to openHAB.
# thing types
thing-type.gpio.pigpio-remote.label = Pigpio Remote
thing-type.gpio.pigpio-remote.description = The remote pigpio thing represents a remote raspberry pi with pigpio installed. Pins are channels.
# thing types config
thing-type.config.gpio.pigpio-remote.host.label = Network Address
thing-type.config.gpio.pigpio-remote.host.description = Network address of the Raspberry Pi.
thing-type.config.gpio.pigpio-remote.port.label = Port
thing-type.config.gpio.pigpio-remote.port.description = Port of pigpio on the remote Raspberry Pi.
# channel types
channel-type.gpio.pigpio-digital-input.label = GPIO Digital Input
channel-type.gpio.pigpio-digital-input.description = Get digital state of a GPIO Pin
channel-type.gpio.pigpio-digital-output.label = GPIO Digital Output
channel-type.gpio.pigpio-digital-output.description = Set digital state of a GPIO Pin
# channel types config
channel-type.config.gpio.pigpio-digital-input.debouncingTime.label = Delay Time
channel-type.config.gpio.pigpio-digital-input.debouncingTime.description = Time in ms to double check if value hasn't changed
channel-type.config.gpio.pigpio-digital-input.gpioId.label = GPIO Pin
channel-type.config.gpio.pigpio-digital-input.gpioId.description = GPIO pin to use as input
channel-type.config.gpio.pigpio-digital-input.invert.label = Invert
channel-type.config.gpio.pigpio-digital-input.pullupdown.label = Pull Up/Down Resistor
channel-type.config.gpio.pigpio-digital-input.pullupdown.description = Configure Pull Up/Down Resistor of GPIO pin
channel-type.config.gpio.pigpio-digital-input.pullupdown.option.OFF = Off
channel-type.config.gpio.pigpio-digital-input.pullupdown.option.DOWN = Pull Down
channel-type.config.gpio.pigpio-digital-input.pullupdown.option.UP = Pull Up
channel-type.config.gpio.pigpio-digital-output.gpioId.label = GPIO Pin
channel-type.config.gpio.pigpio-digital-output.gpioId.description = GPIO pin to use as output
channel-type.config.gpio.pigpio-digital-output.invert.label = Invert

View File

@ -0,0 +1,37 @@
# binding
binding.gpstracker.name = GPSTracker Binding
binding.gpstracker.description = GPS tracking with OwnTracks and GPSLogger support over HTTP
# thing types
thing-type.gpstracker.tracker.label = Tracker Device
thing-type.gpstracker.tracker.description = Device running tracker application
# thing types config
thing-type.config.gpstracker.tracker.trackerId.label = Tracker Id
thing-type.config.gpstracker.tracker.trackerId.description = Id configured in tracker application.
# channel types
channel-type.gpstracker.gpsAccuracy.label = Accuracy
channel-type.gpstracker.gpsAccuracy.description = GPS accuracy
channel-type.gpstracker.lastReport.label = Last Seen
channel-type.gpstracker.lastReport.description = Last report timestamp
channel-type.gpstracker.lastReport.state.pattern = %1$tF %1$tR
channel-type.gpstracker.regionDistance.label = Distance
channel-type.gpstracker.regionDistance.description = Distance from region
channel-type.gpstracker.regionTrigger.label = Region Trigger
channel-type.gpstracker.regionTrigger.description = Trigger channel for entering/leaving regions. Payload is the region name with prefix > for entering and < for leaving.
# channel types config
channel-type.config.gpstracker.distance.accuracyThreshold.label = Accuracy Threshold
channel-type.config.gpstracker.distance.accuracyThreshold.description = Location accuracy threshold in m or yd (0 to disable)
channel-type.config.gpstracker.distance.regionCenterLocation.label = Region Center
channel-type.config.gpstracker.distance.regionCenterLocation.description = Location of the region center
channel-type.config.gpstracker.distance.regionName.label = Region Name
channel-type.config.gpstracker.distance.regionName.description = Region name payload for trigger channel event
channel-type.config.gpstracker.distance.regionRadius.label = Region Radius
channel-type.config.gpstracker.distance.regionRadius.description = Region circle radius in m or yd

View File

@ -0,0 +1,58 @@
# binding
binding.groheondus.name = GROHE ONDUS Binding
binding.groheondus.description = Provides an integration for GROHE Appliances in openHAB
# thing types
thing-type.groheondus.account.label = GROHE ONDUS Account
thing-type.groheondus.account.description = This is an interface to the GROHE ONDUS Account as it is used by the app. If username and password are not set, you can configure to use a `refreshToken` to login. Read the README to get more info.
thing-type.groheondus.sense.label = GROHE SENSE Appliance
thing-type.groheondus.sense.description = A SENSE device
thing-type.groheondus.senseguard.label = GROHE SENSE GUARD Appliance
thing-type.groheondus.senseguard.description = A SENSE GUARD device
# thing types config
thing-type.config.groheondus.account.password.label = Password
thing-type.config.groheondus.account.password.description = Password as used in the GROHE ONDUS App.
thing-type.config.groheondus.account.username.label = Username
thing-type.config.groheondus.account.username.description = Username as used in the GROHE ONDUS App, usually your e-mail address.
thing-type.config.groheondus.sense.applianceId.label = Appliance ID
thing-type.config.groheondus.sense.applianceId.description = The UUID of the appliance as retrieved from the GROHE ONDUS API.
thing-type.config.groheondus.sense.locationId.label = Location ID
thing-type.config.groheondus.sense.locationId.description = The ID of the location the room is in as retrieved from the GROHE ONDUS API.
thing-type.config.groheondus.sense.pollingInterval.label = Polling Interval
thing-type.config.groheondus.sense.pollingInterval.description = The interval in seconds used to poll the API for new data.
thing-type.config.groheondus.sense.roomId.label = Room ID
thing-type.config.groheondus.sense.roomId.description = The ID of the room the appliance is in as retrieved from the GROHE ONDUS API.
thing-type.config.groheondus.senseguard.applianceId.label = Appliance ID
thing-type.config.groheondus.senseguard.applianceId.description = The UUID of the appliance as retrieved from the GROHE ONDUS API.
thing-type.config.groheondus.senseguard.locationId.label = Location ID
thing-type.config.groheondus.senseguard.locationId.description = The ID of the location the room is in as retrieved from the GROHE ONDUS API.
thing-type.config.groheondus.senseguard.pollingInterval.label = Polling Interval
thing-type.config.groheondus.senseguard.pollingInterval.description = The interval in seconds used to poll the API for new data. Defaults to the configuration of the appliance itself as retrieved from the API, usually 15 minutes.
thing-type.config.groheondus.senseguard.roomId.label = Room ID
thing-type.config.groheondus.senseguard.roomId.description = The ID of the room the appliance is in as retrieved from the GROHE ONDUS API.
# channel types
channel-type.groheondus.humidity.label = Humidity
channel-type.groheondus.humidity.description = The humidity reported by the device
channel-type.groheondus.name.label = Appliance Name
channel-type.groheondus.name.description = The name of the appliance
channel-type.groheondus.pressure.label = Pressure
channel-type.groheondus.pressure.description = The pressure of your water supply
channel-type.groheondus.temperature.label = Temperature
channel-type.groheondus.temperature.description = The temperature reported by the device
channel-type.groheondus.temperature_guard.label = Temperature
channel-type.groheondus.temperature_guard.description = The ambient temperature of the appliance
channel-type.groheondus.valve_open.label = Valve Open
channel-type.groheondus.valve_open.description = Valve switch
channel-type.groheondus.waterconsumption.label = Water Consumption
channel-type.groheondus.waterconsumption.description = The amount of water consumed in the given time period.
# channel types config
channel-type.config.groheondus.waterconsumption.timeframe.label = Timeframe
channel-type.config.groheondus.waterconsumption.timeframe.description = The timeframe in days to get the water consumption of

View File

@ -0,0 +1,41 @@
# binding
binding.haassohnpelletstove.name = Haas and Sohn Pelletstove Binding
binding.haassohnpelletstove.description = This binding communicates with Haas and Sohn Pelletstoves through the optional WIFI module. It allows to power the stove on and off and receives different operation information.
# thing types
thing-type.haassohnpelletstove.oven.label = Haas+Sohn Oven
thing-type.haassohnpelletstove.oven.description = The binding for Haas and Sohn Pelletstove communicates with a Haas and Sohn Pelletstove through the optional WLAN-Modul. More information can be found here: https://www.haassohn.com/de/ihr-plus/WLAN-Funktion. It allows to power on/off the stove as well as receiving different operation information about the stove.
# thing types config
thing-type.config.haassohnpelletstove.oven.hostIP.label = IP Address
thing-type.config.haassohnpelletstove.oven.hostIP.description = Please add the IP Address of the WIFI Module of the Haas and Sohn oven here
thing-type.config.haassohnpelletstove.oven.hostPIN.label = PIN
thing-type.config.haassohnpelletstove.oven.hostPIN.description = Please add the PIN of your oven here. You can find it in the Menu directly in your oven.
thing-type.config.haassohnpelletstove.oven.refreshRate.label = Refresh Rate
thing-type.config.haassohnpelletstove.oven.refreshRate.description = How often the Pellet Stove should schedule a refresh after a channel is linked to an item. Temperature data will be refreshed according this set time in seconds. Valid input is 0 - 999.
# channel types
channel-type.haassohnpelletstove.cleaningIn.label = Next Cleaning Window
channel-type.haassohnpelletstove.cleaningIn.description = Provides a time forecast in hours:minutes when the stove need to be cleaned next as String
channel-type.haassohnpelletstove.consumption.label = Total Consumption Stove
channel-type.haassohnpelletstove.consumption.description = Provides the information about the total consumption of pellets of the stove as number:mass
channel-type.haassohnpelletstove.ecoMode.label = On/Off Eco Mode
channel-type.haassohnpelletstove.ecoMode.description = To turn the Eco Mode on/off for the stove as switch
channel-type.haassohnpelletstove.ignitions.label = Ignitions Stove
channel-type.haassohnpelletstove.ignitions.description = Receives the total amount of ignitions of the stove as string
channel-type.haassohnpelletstove.isTemp.label = Is Temperature Stove
channel-type.haassohnpelletstove.isTemp.description = Receives the is temperature of the stove as number:temperature
channel-type.haassohnpelletstove.maintenanceIn.label = Next Maintenance
channel-type.haassohnpelletstove.maintenanceIn.description = Provides a pellet forecast when the stove need to be maintained next in kilogram as number:mass
channel-type.haassohnpelletstove.mode.label = Mode Stove
channel-type.haassohnpelletstove.mode.description = Receives the actual mode of the stove as string
channel-type.haassohnpelletstove.onTime.label = Operation Hours Stove
channel-type.haassohnpelletstove.onTime.description = Provides the information of the operating hours of stove as number
channel-type.haassohnpelletstove.power.label = On/Off Stove
channel-type.haassohnpelletstove.power.description = To turn the stove on/off as switch
channel-type.haassohnpelletstove.spTemp.label = Set Temperature Stove
channel-type.haassohnpelletstove.spTemp.description = Set the target temperature of the stove as number:temperature

View File

@ -0,0 +1,39 @@
# binding
binding.harmonyhub.name = HarmonyHub Binding
binding.harmonyhub.description = The HarmonyHub Binding integrates Logitech Harmony hubs and remotes.
# thing types
thing-type.harmonyhub.device.label = Harmony Device
thing-type.harmonyhub.device.description = Logitech Harmony Hub Device
thing-type.harmonyhub.hub.label = Harmony Hub
thing-type.harmonyhub.hub.description = A Logitech Harmony Hub
thing-type.harmonyhub.hub.channel.activityStarted.label = Activity Started Trigger
thing-type.harmonyhub.hub.channel.activityStarted.description = Triggered when an activity is started
thing-type.harmonyhub.hub.channel.activityStarting.label = Activity Starting Trigger
thing-type.harmonyhub.hub.channel.activityStarting.description = Triggered when an activity is starting
thing-type.harmonyhub.hub.channel.buttonPress.label = Button Press
thing-type.harmonyhub.hub.channel.buttonPress.description = The label/name of the button to press on a Harmony Hub which will be sent to the device associated with the current activity and label
# thing types config
thing-type.config.harmonyhub.device.id.label = ID
thing-type.config.harmonyhub.device.id.description = Numeric ID of the Harmony Device (ID or name is required)
thing-type.config.harmonyhub.device.name.label = Name
thing-type.config.harmonyhub.device.name.description = Name of the Harmony Device (name or ID is required)
thing-type.config.harmonyhub.hub.heartBeatInterval.label = Heart Beat Interval
thing-type.config.harmonyhub.hub.heartBeatInterval.description = Heartbeat keep alive time in seconds.
thing-type.config.harmonyhub.hub.host.label = Host
thing-type.config.harmonyhub.hub.host.description = Host or IP address of hub.
# channel types
channel-type.harmonyhub.buttonPress.label = Button Press
channel-type.harmonyhub.buttonPress.description = The label/name of the button to press on a Harmony Hub device (write only)
channel-type.harmonyhub.currentActivity.label = Current Activity
channel-type.harmonyhub.currentActivity.description = The label/name of the current activity of a Harmony Hub
channel-type.harmonyhub.eventTrigger.label = Harmony Hub Event Trigger
channel-type.harmonyhub.eventTrigger.description = Triggered when Harmony Hub sent an event with activity status
channel-type.harmonyhub.player.label = Player Control
channel-type.harmonyhub.player.description = Send player commands (Rewind,FastForward,Play,Pause,SkipForward,SkipBackwards) to the device associated with the current running activity.

View File

@ -0,0 +1,150 @@
# binding
binding.haywardomnilogic.name = Hayward OmniLogix Binding
binding.haywardomnilogic.description = Binding for the Hayward OmniLogix swimming pool automation controller.
# thing types
thing-type.haywardomnilogic.backyard.label = Backyard
thing-type.haywardomnilogic.backyard.description = The Hayward Backyard
thing-type.haywardomnilogic.bow.label = Body of Water
thing-type.haywardomnilogic.bow.description = The Hayward Body of Water
thing-type.haywardomnilogic.bridge.label = Hayward OmniLogix Connection
thing-type.haywardomnilogic.bridge.description = Connection to Hayward's Server
thing-type.haywardomnilogic.chlorinator.label = Chlorinator
thing-type.haywardomnilogic.chlorinator.description = Chlorinator
thing-type.haywardomnilogic.colorlogic.label = Color Logic Light
thing-type.haywardomnilogic.colorlogic.description = Color Logic Light
thing-type.haywardomnilogic.filter.label = Filter
thing-type.haywardomnilogic.filter.description = Filter Equipment
thing-type.haywardomnilogic.heater.label = Heater
thing-type.haywardomnilogic.heater.description = Heater
thing-type.haywardomnilogic.pump.label = Pump
thing-type.haywardomnilogic.pump.description = Pump
thing-type.haywardomnilogic.relay.label = Relay
thing-type.haywardomnilogic.relay.description = Relay
thing-type.haywardomnilogic.sensor.label = Sensor
thing-type.haywardomnilogic.sensor.description = Sensor
thing-type.haywardomnilogic.virtualHeater.label = Virtual Heater
thing-type.haywardomnilogic.virtualHeater.description = Virtual Heater
# thing types config
thing-type.config.haywardomnilogic.bridge.alarmPollTime.label = Alarm Poll Delay
thing-type.config.haywardomnilogic.bridge.alarmPollTime.description = How often to request alarm data from Hayward Server. Enter 0 to disable.
thing-type.config.haywardomnilogic.bridge.endpointUrl.label = Endpoint URL
thing-type.config.haywardomnilogic.bridge.endpointUrl.description = The URL of the Hayward API Server
thing-type.config.haywardomnilogic.bridge.password.label = Password
thing-type.config.haywardomnilogic.bridge.password.description = The password to connect to the server.
thing-type.config.haywardomnilogic.bridge.telemetryPollTime.label = Telemetry Poll Delay
thing-type.config.haywardomnilogic.bridge.telemetryPollTime.description = How often to request telemetry data from Hayward Server
thing-type.config.haywardomnilogic.bridge.username.label = User Name
thing-type.config.haywardomnilogic.bridge.username.description = The username to connect to the server.
# channel types
channel-type.haywardomnilogic.airTemp.label = Air Temp
channel-type.haywardomnilogic.airTemp.description = Air Temp
channel-type.haywardomnilogic.alarm.label = Alarm
channel-type.haywardomnilogic.alarm.description = Alarm
channel-type.haywardomnilogic.avgSaltLevel.label = Average Salt Level
channel-type.haywardomnilogic.avgSaltLevel.description = Average Salt Level
channel-type.haywardomnilogic.backyardstate.label = State
channel-type.haywardomnilogic.backyardstate.description = State
channel-type.haywardomnilogic.backyardstate.state.option.0 = Powered Off
channel-type.haywardomnilogic.backyardstate.state.option.1 = Normal
channel-type.haywardomnilogic.backyardstate.state.option.2 = Service Mode
channel-type.haywardomnilogic.backyardstate.state.option.3 = Config Mode
channel-type.haywardomnilogic.backyardstate.state.option.4 = Timed Service Mode
channel-type.haywardomnilogic.backyardstatus.label = Status
channel-type.haywardomnilogic.backyardstatus.description = Status
channel-type.haywardomnilogic.backyardstatus.state.option.1 = Normal
channel-type.haywardomnilogic.backyardstatus.state.option.2 = Alarm
channel-type.haywardomnilogic.backyardstatus.state.option.3 = Expired
channel-type.haywardomnilogic.backyardstatus.state.option.4 = Lost Link
channel-type.haywardomnilogic.backyardstatus.state.option.5 = Service Mode
channel-type.haywardomnilogic.bow.label = Body of Water
channel-type.haywardomnilogic.bow.description = The Body of Water ID
channel-type.haywardomnilogic.chlorAlert.label = Chlorinator Alert
channel-type.haywardomnilogic.chlorAlert.description = Chlorinator Alert
channel-type.haywardomnilogic.chlorAlert.state.option.0 = None
channel-type.haywardomnilogic.chlorAlert.state.option.16 = Low T-Cell Temperature
channel-type.haywardomnilogic.chlorError.label = Chlorinator Error
channel-type.haywardomnilogic.chlorOperatingMode.label = Operating Mode
channel-type.haywardomnilogic.chlorOperatingMode.description = Operating Mode
channel-type.haywardomnilogic.chlorOperatingMode.state.option.0 = Off
channel-type.haywardomnilogic.chlorOperatingMode.state.option.1 = Timed Percent
channel-type.haywardomnilogic.chlorOperatingMode.state.option.2 = ORP Autosense
channel-type.haywardomnilogic.currentSetpoint.label = Current Setpoint
channel-type.haywardomnilogic.currentSetpoint.description = Current Setpoint
channel-type.haywardomnilogic.currentShow.label = Current Show
channel-type.haywardomnilogic.currentShow.description = Current Show
channel-type.haywardomnilogic.currentShow.state.option.0 = Voodoo Lounge
channel-type.haywardomnilogic.currentShow.state.option.1 = Deep Blue Sea
channel-type.haywardomnilogic.currentShow.state.option.2 = Royal Blue
channel-type.haywardomnilogic.currentShow.state.option.3 = Afternoon Sky
channel-type.haywardomnilogic.currentShow.state.option.4 = Aqua Green
channel-type.haywardomnilogic.currentShow.state.option.5 = Emerald
channel-type.haywardomnilogic.currentShow.state.option.6 = Cloud White
channel-type.haywardomnilogic.currentShow.state.option.7 = Warm Red
channel-type.haywardomnilogic.currentShow.state.option.8 = Flamingo
channel-type.haywardomnilogic.currentShow.state.option.9 = Vivid Violet
channel-type.haywardomnilogic.currentShow.state.option.10 = Sangria
channel-type.haywardomnilogic.currentShow.state.option.11 = Twilight
channel-type.haywardomnilogic.currentShow.state.option.12 = Tranquility
channel-type.haywardomnilogic.currentShow.state.option.13 = Gemstone
channel-type.haywardomnilogic.currentShow.state.option.14 = USA
channel-type.haywardomnilogic.currentShow.state.option.15 = Mardi Gras
channel-type.haywardomnilogic.currentShow.state.option.16 = Cool Cabaret
channel-type.haywardomnilogic.data.label = Data
channel-type.haywardomnilogic.data.description = Sensor Data
channel-type.haywardomnilogic.enable.label = Heater Enable
channel-type.haywardomnilogic.enable.description = Heater Enable
channel-type.haywardomnilogic.filterLastSpeed.label = Last Speed
channel-type.haywardomnilogic.filterLastSpeed.description = Last Speed
channel-type.haywardomnilogic.filterSpeed.label = Filter Speed
channel-type.haywardomnilogic.filterSpeed.description = Filter Speed in %
channel-type.haywardomnilogic.filterState.label = Filter State
channel-type.haywardomnilogic.filterState.description = Filter State
channel-type.haywardomnilogic.filterState.state.option.0 = Off
channel-type.haywardomnilogic.filterState.state.option.1 = Running
channel-type.haywardomnilogic.filterState.state.option.2 = Priming
channel-type.haywardomnilogic.filterState.state.option.3 = Waiting to Turn Off
channel-type.haywardomnilogic.filterState.state.option.4 = Waiting to Turn Off Manual
channel-type.haywardomnilogic.filterState.state.option.5 = Heater Extend
channel-type.haywardomnilogic.filterState.state.option.6 = Heater Cool Down
channel-type.haywardomnilogic.filterState.state.option.7 = Suspended
channel-type.haywardomnilogic.filterState.state.option.8 = CSAD Extend
channel-type.haywardomnilogic.filterState.state.option.9 = Filter Superchlorinate
channel-type.haywardomnilogic.filterState.state.option.10 = Filter Force Priming
channel-type.haywardomnilogic.filterState.state.option.11 = Filter Waiting for Pump to Turn Off
channel-type.haywardomnilogic.instantSaltLevel.label = Instant Salt Level
channel-type.haywardomnilogic.instantSaltLevel.description = Instant Salt Level
channel-type.haywardomnilogic.lightState.label = Light State
channel-type.haywardomnilogic.lightState.description = Light State
channel-type.haywardomnilogic.lightState.state.option.0 = Off
channel-type.haywardomnilogic.lightState.state.option.1 = On
channel-type.haywardomnilogic.lightState.state.option.4 = 15 Sec White Light
channel-type.haywardomnilogic.lightState.state.option.7 = Powering Off
channel-type.haywardomnilogic.pumpSpeed.label = Pump Speed in %
channel-type.haywardomnilogic.pumpSpeed.description = Pump Speed
channel-type.haywardomnilogic.scMode.label = scMode
channel-type.haywardomnilogic.scMode.description = scMode
channel-type.haywardomnilogic.scMode.state.option.0 = Off
channel-type.haywardomnilogic.scMode.state.option.1 = Super Chlorinating
channel-type.haywardomnilogic.state.label = Heater State
channel-type.haywardomnilogic.state.description = Heater State
channel-type.haywardomnilogic.status.label = Status
channel-type.haywardomnilogic.status.description = Status
channel-type.haywardomnilogic.timedPercent.label = Salt Output (%)
channel-type.haywardomnilogic.timedPercent.description = Current salt output setting for the chlorinator (%).
channel-type.haywardomnilogic.valvePosition.label = Valve Position
channel-type.haywardomnilogic.valvePosition.description = Valve Position
channel-type.haywardomnilogic.valvePosition.state.option.0 = Off
channel-type.haywardomnilogic.valvePosition.state.option.1 = Pool Only
channel-type.haywardomnilogic.valvePosition.state.option.2 = Spa Only
channel-type.haywardomnilogic.valvePosition.state.option.3 = Spill Over
channel-type.haywardomnilogic.waterFlow.label = Flow Sensor
channel-type.haywardomnilogic.waterFlow.description = Flow Sensor
channel-type.haywardomnilogic.waterTemp.label = Water Temp
channel-type.haywardomnilogic.waterTemp.description = Water Temp

View File

@ -0,0 +1,39 @@
# binding
binding.hccrubbishcollection.name = HCC Rubbish Collection Binding
binding.hccrubbishcollection.description = Get the rubbish collection dates for Hamilton City Council (New Zealand).
# thing types
thing-type.hccrubbishcollection.collection.label = HCC NZ Rubbish Collection
thing-type.hccrubbishcollection.collection.description = Rubbish collection days for Hamilton City Council (NZ).
thing-type.hccrubbishcollection.collection.channel.general.label = General Bin Collection Date
thing-type.hccrubbishcollection.collection.channel.general.description = The next collection date of the general rubbish (red bin).
thing-type.hccrubbishcollection.collection.channel.recycling.label = Recycling Bin Collection Date
thing-type.hccrubbishcollection.collection.channel.recycling.description = The next collection date of the recycling (yellow bin and green bin).
# thing types config
thing-type.config.hccrubbishcollection.collection.address.label = Address
thing-type.config.hccrubbishcollection.collection.address.description = The street address to get rubbish collection dates for.
# channel types
channel-type.hccrubbishcollection.bin.label = Collection Date
channel-type.hccrubbishcollection.bin.state.pattern = %1$tY-%1$tm-%1$td
channel-type.hccrubbishcollection.collection-event.label = Collection Event
channel-type.hccrubbishcollection.collection-event.description = Event for the day when collection occurs.
channel-type.hccrubbishcollection.day.label = Collection Day
channel-type.hccrubbishcollection.day.description = The rubbish collection Day of the Week
channel-type.hccrubbishcollection.day.state.option.1 = Monday
channel-type.hccrubbishcollection.day.state.option.2 = Tuesday
channel-type.hccrubbishcollection.day.state.option.3 = Wednesday
channel-type.hccrubbishcollection.day.state.option.4 = Thursday
channel-type.hccrubbishcollection.day.state.option.5 = Friday
channel-type.hccrubbishcollection.day.state.option.6 = Saturday
channel-type.hccrubbishcollection.day.state.option.7 = Sunday
# channel types config
channel-type.config.hccrubbishcollection.collection-event.offset.label = Offset
channel-type.config.hccrubbishcollection.collection-event.offset.description = Moves the event forward or backward (in minutes).

View File

@ -0,0 +1,31 @@
# binding
binding.hdanywhere.name = openHAB HDanywhere Binding
binding.hdanywhere.description = This is the binding for HDanywhere HDMI Matrices
# thing types
thing-type.hdanywhere.mhub4k431.label = HDanywhere MHUB4K431 HDMI Matrix
thing-type.hdanywhere.mhub4k431.description = Thing for the HDanywhere MHUB4K431 HDMI Matrix
thing-type.hdanywhere.multiroomplus.label = HDanywhere Multiroom+ HDMI Matrix
thing-type.hdanywhere.multiroomplus.description = Thing for the HDanywhere Multiroom+ HDMI Matrix
# thing types config
thing-type.config.hdanywhere.mhub4k431.interval.label = Polling Interval
thing-type.config.hdanywhere.mhub4k431.interval.description = Interval in seconds to poll the actual state of the Matrix
thing-type.config.hdanywhere.mhub4k431.ipAddress.label = Network Address
thing-type.config.hdanywhere.mhub4k431.ipAddress.description = Network address of the Matrix
thing-type.config.hdanywhere.multiroomplus.interval.label = Polling Interval
thing-type.config.hdanywhere.multiroomplus.interval.description = Interval in seconds to poll the actual state of the Matrix
thing-type.config.hdanywhere.multiroomplus.ipAddress.label = Network Address
thing-type.config.hdanywhere.multiroomplus.ipAddress.description = Network address of the Matrix
thing-type.config.hdanywhere.multiroomplus.ports.label = Number of Ports
thing-type.config.hdanywhere.multiroomplus.ports.description = Specifies the number of input/output ports on the Matrix, e.g. 4 or 8 if 4x4 or 8x8 version of the Matrix
# channel types
channel-type.hdanywhere.port.label = Output Port
channel-type.hdanywhere.port.description = The port channel allows to set or read the number of the input port that is connected to the output port. Valid values are 1 to 8 depending on the nature of the Matrix, e.g 4x4 8x8 etc
channel-type.hdanywhere.port.label = Output Port
channel-type.hdanywhere.port.description = The port channel allows to set or read the number of the input port that is connected to the output port. Valid values are 1 to 4

View File

@ -0,0 +1,93 @@
# binding
binding.helios.name = Helios Binding
binding.helios.description = This is the binding for Helios IP (Vario/...) class of intercom/(video)doorstations.
# thing types
thing-type.helios.ipvario221.label = Helios IP Vario
thing-type.helios.ipvario221.description = Helios IP Vario Door Station / Intercom with Firmware v2.21
thing-type.helios.ipvario27.label = Helios IP Vario
thing-type.helios.ipvario27.description = Helios IP Vario Door Station / Intercom with Firmware v2.7
# thing types config
thing-type.config.helios.ipvario221.ipAddress.label = Network Address
thing-type.config.helios.ipvario221.ipAddress.description = Network address of the Helios IP device
thing-type.config.helios.ipvario221.password.label = Password
thing-type.config.helios.ipvario221.password.description = Password to access REST services on the Helios IP device
thing-type.config.helios.ipvario221.username.label = Username
thing-type.config.helios.ipvario221.username.description = Username to access REST services on the Helios IP device
thing-type.config.helios.ipvario27.ipAddress.label = Network Address
thing-type.config.helios.ipvario27.ipAddress.description = Network address of the Helios IP device
thing-type.config.helios.ipvario27.openHABipAddress.label = Network Address
thing-type.config.helios.ipvario27.openHABipAddress.description = Network address of the openHAB host
thing-type.config.helios.ipvario27.openHABportNumber.label = Port Number
thing-type.config.helios.ipvario27.openHABportNumber.description = TCP port number the notification web service will be registered on
# channel types
channel-type.helios.audiolooptest.label = Audio Loop Test
channel-type.helios.audiolooptest.description = Audio loop test result
channel-type.helios.audioloopteststamp.label = Audio Loop Test Time
channel-type.helios.audioloopteststamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.calldirection.label = Call Direction
channel-type.helios.calldirection.description = Direction of the current call
channel-type.helios.calldirection.state.option.incoming = Incoming
channel-type.helios.calldirection.state.option.outgoing = Outgoing
channel-type.helios.callstate.label = Call State
channel-type.helios.callstate.description = State of the current call
channel-type.helios.callstate.state.option.ringing = Ringing
channel-type.helios.callstate.state.option.connected = Connected
channel-type.helios.callstate.state.option.terminated = Terminated
channel-type.helios.callstatestamp.label = Call State Time
channel-type.helios.callstatestamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.card.label = Card ID
channel-type.helios.card.description = Detected card identification with a 24-64-bit number in the hexadecimal format
channel-type.helios.cardstamp.label = Card Detection Time
channel-type.helios.cardstamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.cardvalid.label = Card Valid
channel-type.helios.cardvalid.description = If the detected card is valid, the parameter value is ON. If not, the parameter is set to OFF
channel-type.helios.code.label = Code Entered
channel-type.helios.code.description = Numerical code entered, e.g. 1234.
channel-type.helios.codestamp.label = Code Entered Time
channel-type.helios.codestamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.codevalid.label = Code Valid
channel-type.helios.codevalid.description = If the entered code is valid, the parameter value is ON. If not, the parameter is set to OFF
channel-type.helios.devicestate.label = Device State
channel-type.helios.devicestate.description = State of the Helios device
channel-type.helios.devicestate.state.option.startup = Startup
channel-type.helios.devicestatestamp.label = Device State Time
channel-type.helios.devicestatestamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.io.label = IO
channel-type.helios.io.description = Enable or disable the output of an I/O port of the Helios device
channel-type.helios.keypressed.label = Key Pressed
channel-type.helios.keypressed.description = The key pressed, 0, 1, …, 9, *, # for keypad buttons and %1..%54 for call buttons
channel-type.helios.keypressedstamp.label = Key Press Time
channel-type.helios.keypressedstamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.keyreleased.label = Key Released
channel-type.helios.keyreleased.description = The key released, 0, 1, …, 9, *, # for keypad buttons and %1..%54 for call buttons
channel-type.helios.keyreleasedstamp.label = Key Released Time
channel-type.helios.keyreleasedstamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.motion.label = Motion
channel-type.helios.motion.description = Motion detection indicator
channel-type.helios.motionstamp.label = Motion Detection Time
channel-type.helios.motionstamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.noise.label = Noise
channel-type.helios.noise.description = Noise detection indicator
channel-type.helios.noisestamp.label = Noise Detection Time
channel-type.helios.noisestamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.switchenabler.label = Switch Enabler
channel-type.helios.switchenabler.description = Enable or disable a switch
channel-type.helios.switchstate.label = Switch State
channel-type.helios.switchstate.description = ON when a switch switched on, OFF when a switch switched off
channel-type.helios.switchstateoriginator.label = Switch State Originator
channel-type.helios.switchstateoriginator.description = Originator that switched the switch
channel-type.helios.switchstateoriginator.state.option.DTMF = DTMF
channel-type.helios.switchstateoriginator.state.option.API = API
channel-type.helios.switchstatestamp.label = Switch Switch Time
channel-type.helios.switchstatestamp.description = Event date and time in CCYY-MM-DDThh:mm:ss format
channel-type.helios.switchstateswitch.label = Switch Number
channel-type.helios.switchstateswitch.description = Number of the switch that switched, e.g. 1 to 4
channel-type.helios.switchtrigger.label = Switch Trigger
channel-type.helios.switchtrigger.description = Switch a switch

View File

@ -0,0 +1,62 @@
# binding
binding.heliosventilation.name = HeliosVentilation Binding
binding.heliosventilation.description = This is the binding for Helios Ventilation Systems KWL EC 200/300/500 Pro. It requires a connection to the RS485 bus used by the original remote controls KWL-FB (9417).
# thing types
thing-type.heliosventilation.ventilation.label = HeliosVentilation (KWL)
thing-type.heliosventilation.ventilation.description = A domestic ventilation system (KWL) from Helios.
# thing types config
thing-type.config.heliosventilation.ventilation.pollPeriod.label = Poll Period
thing-type.config.heliosventilation.ventilation.pollPeriod.description = The poll period in seconds use 0 for no polling.
thing-type.config.heliosventilation.ventilation.serialPort.label = RS485 Interface Serial Port
thing-type.config.heliosventilation.ventilation.serialPort.description = The serial port name for the RS485 interfaces. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux.
# channel types
channel-type.heliosventilation.adjust_interval.label = Adjust Interval
channel-type.heliosventilation.bypass_temperature.label = Cell Bypass Temperature
channel-type.heliosventilation.bypass_temperature.description = Bypass temperature to disable the bypass function if outside temperature is below this threshold even if ventilation system is in summer mode.
channel-type.heliosventilation.cascade_mode.label = Cascaded ventilation system
channel-type.heliosventilation.co2_state.label = CO2 Control
channel-type.heliosventilation.co2_state.description = Control the ventilation system by CO2 sensor.
channel-type.heliosventilation.dc_fan_extract.label = Extract Fan
channel-type.heliosventilation.dc_fan_extract.description = Speed of the extract air fan (outgoing air).
channel-type.heliosventilation.dc_fan_supply.label = Supply Fan
channel-type.heliosventilation.dc_fan_supply.description = Speed of the supply air fan (incoming air).
channel-type.heliosventilation.extract_temperature.label = Extract Temperature
channel-type.heliosventilation.extract_temperature.description = Temperature measured in the extract (indoor, room temperature) air flow.
channel-type.heliosventilation.fanspeed.label = Fanspeed
channel-type.heliosventilation.hysteresis.label = Hysteresis
channel-type.heliosventilation.hysteresis.description = Hysteresis on defroster temperature.
channel-type.heliosventilation.maintenance_interval.label = Maintenance Interval
channel-type.heliosventilation.max_fanspeed.label = Maximum Fanspeed
channel-type.heliosventilation.min_fanspeed.label = Minimal Fanspeed
channel-type.heliosventilation.outgoing_temperature.label = Outgoing Temperature
channel-type.heliosventilation.outgoing_temperature.description = Temperature measured in the outgoing air flow.
channel-type.heliosventilation.outside_temperature.label = Outside Temperature
channel-type.heliosventilation.outside_temperature.description = Temperature measured in the outdoor air flow.
channel-type.heliosventilation.power_state.label = Power
channel-type.heliosventilation.power_state.description = State of the ventilation system.
channel-type.heliosventilation.preheat_temperature.label = Preheat Temperature
channel-type.heliosventilation.preheat_temperature.description = Set temperature for preheater.
channel-type.heliosventilation.radiator_type.label = Water radiator
channel-type.heliosventilation.radiator_type.description = Ventilation system with water radiator (ON) or electric radiator (OFF).
channel-type.heliosventilation.rh_level_auto.label = Auto Humidity level
channel-type.heliosventilation.rh_limit.label = RH Limit
channel-type.heliosventilation.rh_limit.description = Limit for relative humidity sensor.
channel-type.heliosventilation.rh_state.label = Humidity Control
channel-type.heliosventilation.rh_state.description = Control the ventilation system by humidity sensor.
channel-type.heliosventilation.set_temperature.label = Temperature
channel-type.heliosventilation.set_temperature.description = Set temperature for the supply air. Not used in all ventilation systems.
channel-type.heliosventilation.supply_stop_temperature.label = Supply Stop Temperature
channel-type.heliosventilation.supply_stop_temperature.description = Stop the supply fan if outside temperature is below this threshold.
channel-type.heliosventilation.supply_temperature.label = Supply Temperature
channel-type.heliosventilation.supply_temperature.description = Temperature measured in the supply (incoming) air flow.
channel-type.heliosventilation.switch_type.label = Boost switch
channel-type.heliosventilation.switch_type.description = External switch is used for boost (ON) or fireplace (OFF).
channel-type.heliosventilation.winter_state.label = Winter Mode
channel-type.heliosventilation.winter_state.description = Ventilation system is in winter mode and will not use bypass for cooling. If OFF, the bypass function will be used for cooling if the outside temperature is above the Cell Bypass Temperature.

View File

@ -0,0 +1,60 @@
# binding
binding.heos.name = HEOS Binding
binding.heos.description = Binding for the Denon HEOS system.
# thing types
thing-type.heos.bridge.label = HEOS Bridge
thing-type.heos.bridge.description = The HEOS System Bridge
thing-type.heos.group.label = HEOS Group
thing-type.heos.group.description = A group of HEOS Player
thing-type.heos.player.label = HEOS Player
thing-type.heos.player.description = A HEOS Player of the HEOS Network
# thing types config
thing-type.config.heos.bridge.heartbeat.label = Heartbeat
thing-type.config.heos.bridge.heartbeat.description = The time in seconds for the HEOS Heartbeat (default = 60 s)
thing-type.config.heos.bridge.ipAddress.label = Network Address
thing-type.config.heos.bridge.ipAddress.description = Network address of the HEOS bridge.
thing-type.config.heos.bridge.password.label = Password
thing-type.config.heos.bridge.password.description = Password for login to the HEOS account
thing-type.config.heos.bridge.username.label = Username
thing-type.config.heos.bridge.username.description = Username for login to the HEOS account.
thing-type.config.heos.group.members.label = The Group Member Player IDs
thing-type.config.heos.group.members.description = Shows the player IDs of the members of this group
thing-type.config.heos.player.pid.label = Player ID
thing-type.config.heos.player.pid.description = The internal Player ID
# channel types
channel-type.heos.album.label = Album
channel-type.heos.buildGroup.label = Make Group
channel-type.heos.clearQueue.label = Clear Queue
channel-type.heos.cover.label = Cover
channel-type.heos.currentPosition.label = Track Position
channel-type.heos.currentPosition.description = The current track position
channel-type.heos.duration.label = Track Duration
channel-type.heos.duration.description = The overall duration of the track
channel-type.heos.favorites.label = Favorites
channel-type.heos.input.label = External Inputs
channel-type.heos.playUrl.label = Play URL
channel-type.heos.playUrl.description = Plays a media file from URL
channel-type.heos.playlists.label = Playlists
channel-type.heos.queue.label = Queue
channel-type.heos.rawCommand.label = Send RAW Command
channel-type.heos.rawCommand.description = Sending a HEOS command as specified within the HEOS CLI protocol
channel-type.heos.reboot.label = Reboot
channel-type.heos.repeatMode.label = Repeat Mode
channel-type.heos.repeatMode.description = Set the repeat mode
channel-type.heos.repeatMode.state.option.One = One
channel-type.heos.repeatMode.state.option.All = All
channel-type.heos.repeatMode.state.option.Off = Off
channel-type.heos.shuffleMode.label = Shuffle
channel-type.heos.shuffleMode.description = Sets the shuffle mode
channel-type.heos.station.label = Station
channel-type.heos.station.description = The name of the station currently played
channel-type.heos.type.label = Type
channel-type.heos.type.description = The media currently played type (station, song, ...)
channel-type.heos.ungroup.label = Group

View File

@ -0,0 +1,287 @@
# binding
binding.homeconnect.name = Home Connect Binding
binding.homeconnect.description = The binding integrates the Home Connect (https://www.home-connect.com/) system into openHAB. It connects to household devices from brands like Bosch and Siemens.
# thing types
thing-type.homeconnect.api_bridge.label = Home Connect API
thing-type.homeconnect.api_bridge.description = This bridge represents the gateway to the Home Connect API.
thing-type.homeconnect.coffeemaker.label = Coffee Machine
thing-type.homeconnect.coffeemaker.description = Home Connect connected coffee machine (e.g. Bosch or Siemens).
thing-type.homeconnect.dishwasher.label = Dishwasher
thing-type.homeconnect.dishwasher.description = Home Connect connected dishwasher (e.g. Bosch or Siemens).
thing-type.homeconnect.dryer.label = Dryer
thing-type.homeconnect.dryer.description = Home Connect connected dryer (e.g. Bosch or Siemens).
thing-type.homeconnect.fridgefreezer.label = Refrigerator / Freezer
thing-type.homeconnect.fridgefreezer.description = Home Connect connected refrigerator/freezer (e.g. Bosch or Siemens).
thing-type.homeconnect.hob.label = Cooktop
thing-type.homeconnect.hob.description = Home Connect connected kitchen cooktop (hob).
thing-type.homeconnect.hood.label = Hood
thing-type.homeconnect.hood.description = Home Connect connected kitchen hood.
thing-type.homeconnect.oven.label = Oven
thing-type.homeconnect.oven.description = Home Connect connected oven (e.g. Bosch or Siemens).
thing-type.homeconnect.washer.label = Washer
thing-type.homeconnect.washer.description = Home Connect connected washing machine (e.g. Bosch or Siemens).
thing-type.homeconnect.washerdryer.label = Washer Dryer Combination
thing-type.homeconnect.washerdryer.description = Home Connect connected combined washer dryer appliance.
# thing types config
thing-type.config.homeconnect.api_bridge.clientId.label = Client Id
thing-type.config.homeconnect.api_bridge.clientId.description = Application client id
thing-type.config.homeconnect.api_bridge.clientSecret.label = Client Secret
thing-type.config.homeconnect.api_bridge.clientSecret.description = Application client secret
thing-type.config.homeconnect.api_bridge.simulator.label = Use Simulator Environment
thing-type.config.homeconnect.api_bridge.simulator.description = Use simulated environment at https://developer.home-connect.com/simulator/
thing-type.config.homeconnect.coffeemaker.haId.label = haId
thing-type.config.homeconnect.coffeemaker.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.dishwasher.haId.label = haId
thing-type.config.homeconnect.dishwasher.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.dryer.haId.label = haId
thing-type.config.homeconnect.dryer.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.fridgefreezer.haId.label = haId
thing-type.config.homeconnect.fridgefreezer.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.hob.haId.label = haId
thing-type.config.homeconnect.hob.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.hood.haId.label = haId
thing-type.config.homeconnect.hood.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.oven.haId.label = haId
thing-type.config.homeconnect.oven.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.washer.haId.label = haId
thing-type.config.homeconnect.washer.haId.description = Unique identifier representing a specific home appliance.
thing-type.config.homeconnect.washerdryer.haId.label = haId
thing-type.config.homeconnect.washerdryer.haId.description = Unique identifier representing a specific home appliance.
# channel types
channel-type.homeconnect.active_program_state.label = Active Program
channel-type.homeconnect.active_program_state.description = This status describes the active program of the home appliance.
channel-type.homeconnect.ambient_light_color_state.label = Ambient Light Color
channel-type.homeconnect.ambient_light_color_state.description = This setting describes the color state of the ambient light.
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.CustomColor = Custom Color
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color1 = Color 1
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color2 = Color 2
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color3 = Color 3
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color4 = Color 4
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color5 = Color 5
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color6 = Color 6
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color7 = Color 7
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color8 = Color 8
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color9 = Color 9
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color10 = Color 10
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color11 = Color 11
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color12 = Color 12
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color13 = Color 13
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color14 = Color 14
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color15 = Color 15
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color16 = Color 16
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color17 = Color 17
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color18 = Color 18
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color19 = Color 19
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color20 = Color 20
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color21 = Color 21
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color22 = Color 22
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color23 = Color 23
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color24 = Color 24
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color25 = Color 25
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color26 = Color 26
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color27 = Color 27
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color28 = Color 28
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color29 = Color 29
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color30 = Color 30
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color31 = Color 31
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color32 = Color 32
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color33 = Color 33
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color34 = Color 34
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color35 = Color 35
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color36 = Color 36
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color37 = Color 37
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color38 = Color 38
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color39 = Color 39
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color40 = Color 40
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color41 = Color 41
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color42 = Color 42
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color43 = Color 43
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color44 = Color 44
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color45 = Color 45
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color46 = Color 46
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color47 = Color 47
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color48 = Color 48
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color49 = Color 49
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color50 = Color 50
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color51 = Color 51
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color52 = Color 52
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color53 = Color 53
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color54 = Color 54
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color55 = Color 55
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color56 = Color 56
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color57 = Color 57
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color58 = Color 58
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color59 = Color 59
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color60 = Color 60
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color61 = Color 61
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color62 = Color 62
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color63 = Color 63
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color64 = Color 64
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color65 = Color 65
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color66 = Color 66
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color67 = Color 67
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color68 = Color 68
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color69 = Color 69
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color70 = Color 70
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color71 = Color 71
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color72 = Color 72
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color73 = Color 73
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color74 = Color 74
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color75 = Color 75
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color76 = Color 76
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color77 = Color 77
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color78 = Color 78
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color79 = Color 79
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color80 = Color 80
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color81 = Color 81
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color82 = Color 82
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color83 = Color 83
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color84 = Color 84
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color85 = Color 85
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color86 = Color 86
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color87 = Color 87
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color88 = Color 88
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color89 = Color 89
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color90 = Color 90
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color91 = Color 91
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color92 = Color 92
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color93 = Color 93
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color94 = Color 94
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color95 = Color 95
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color96 = Color 96
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color97 = Color 97
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color98 = Color 98
channel-type.homeconnect.ambient_light_color_state.state.option.BSH.Common.EnumType.AmbientLightColor.Color99 = Color 99
channel-type.homeconnect.ambient_light_custom_color_state.label = Ambient Light (Custom)
channel-type.homeconnect.ambient_light_custom_color_state.description = This setting describes the custom color state of the ambient light.
channel-type.homeconnect.ambient_light_state.label = Ambient Light State
channel-type.homeconnect.ambient_light_state.description = This setting describes the current ambient light state of the home appliance.
channel-type.homeconnect.basic_actions_state.label = Program Actions
channel-type.homeconnect.basic_actions_state.state.option.start = Start program
channel-type.homeconnect.basic_actions_state.state.option.stop = Stop program
channel-type.homeconnect.coffeemaker_bean_container_empty_state.label = Bean Container Empty
channel-type.homeconnect.coffeemaker_bean_container_empty_state.description = Is coffee maker bean container is empty?
channel-type.homeconnect.coffeemaker_drip_tray_full_state.label = Drip Tray Full
channel-type.homeconnect.coffeemaker_drip_tray_full_state.description = Is coffee maker drip tray full?
channel-type.homeconnect.coffeemaker_water_tank_empty_state.label = Water Tank Empty
channel-type.homeconnect.coffeemaker_water_tank_empty_state.description = Is coffee maker water tank empty?
channel-type.homeconnect.door_state.label = Door State
channel-type.homeconnect.door_state.description = This status describes the door state of a home appliance. A status change is either triggered by the user operating the home appliance locally (i.e. opening/closing door) or automatically by the home appliance (i.e. locking the door).
channel-type.homeconnect.dryer_drying_target.label = Drying Target
channel-type.homeconnect.dryer_drying_target.description = Specifies the desired dryness setting.
channel-type.homeconnect.duration.label = Selected Duration
channel-type.homeconnect.duration.description = This status describes the duration of the program of the home appliance.
channel-type.homeconnect.elapsed_program_time.label = Elapsed Program Time
channel-type.homeconnect.elapsed_program_time.description = This status describes the elapsed program time of the home appliance.
channel-type.homeconnect.functional_light_state.label = Functional Light State
channel-type.homeconnect.functional_light_state.description = This setting describes the current functional light state of the home appliance.
channel-type.homeconnect.hood_intensive_level.label = Intensive level
channel-type.homeconnect.hood_intensive_level.description = Current venting intensive level of the hood.
channel-type.homeconnect.hood_program_state.label = Program Actions
channel-type.homeconnect.hood_program_state.description = Start hood program.
channel-type.homeconnect.hood_venting_level.label = Venting Level
channel-type.homeconnect.hood_venting_level.description = Current venting level of the hood.
channel-type.homeconnect.laundry_care_washer_idos1.label = i-Dos 1
channel-type.homeconnect.laundry_care_washer_idos1.description = This status indicates whether i-Dos 1 is activated for a washer program of the home appliance. (If appliance supports i-Dos)
channel-type.homeconnect.laundry_care_washer_idos1_level.label = i-Dos 1 Dosing Level
channel-type.homeconnect.laundry_care_washer_idos1_level.description = This status defines the i-Dos dosing level of a washer program of the home appliance. (If appliance supports i-Dos)
channel-type.homeconnect.laundry_care_washer_idos1_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Off = Off
channel-type.homeconnect.laundry_care_washer_idos1_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Light = Light
channel-type.homeconnect.laundry_care_washer_idos1_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Normal = Normal
channel-type.homeconnect.laundry_care_washer_idos1_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Strong = Strong
channel-type.homeconnect.laundry_care_washer_idos2.label = i-Dos 2
channel-type.homeconnect.laundry_care_washer_idos2.description = This status indicates whether i-Dos 2 is activated for a washer program of the home appliance. (If appliance supports i-Dos)
channel-type.homeconnect.laundry_care_washer_idos2_level.label = i-Dos 2 Dosing Level
channel-type.homeconnect.laundry_care_washer_idos2_level.description = This status defines the i-Dos dosing level of a washer program of the home appliance. (If appliance supports i-Dos)
channel-type.homeconnect.laundry_care_washer_idos2_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Off = Off
channel-type.homeconnect.laundry_care_washer_idos2_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Light = Light
channel-type.homeconnect.laundry_care_washer_idos2_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Normal = Normal
channel-type.homeconnect.laundry_care_washer_idos2_level.state.option.LaundryCare.Washer.EnumType.IDosingLevel.Strong = Strong
channel-type.homeconnect.laundry_care_washer_less_ironing.label = Less Ironing
channel-type.homeconnect.laundry_care_washer_less_ironing.description = This status indicates whether less ironing is activated for a washer program of the home appliance.
channel-type.homeconnect.laundry_care_washer_load_recommendation.label = Load Recommendation
channel-type.homeconnect.laundry_care_washer_load_recommendation.description = This channel indicates the maximum laundry load recommended for a program of the home appliance.
channel-type.homeconnect.laundry_care_washer_pre_wash.label = Pre-Wash
channel-type.homeconnect.laundry_care_washer_pre_wash.description = This status indicates whether the pre-wash is activated for a washer program of the home appliance.
channel-type.homeconnect.laundry_care_washer_rinse_hold.label = Rinse Hold
channel-type.homeconnect.laundry_care_washer_rinse_hold.description = This status indicates whether the spin function is deactivated for a washer program of the home appliance (washing will remain in the water after the last rinse cycle).
channel-type.homeconnect.laundry_care_washer_rinse_plus.label = Rinse Plus
channel-type.homeconnect.laundry_care_washer_rinse_plus.description = This status defines the number of additional rinses of a washer program of the home appliance.
channel-type.homeconnect.laundry_care_washer_rinse_plus.state.option.LaundryCare.Washer.EnumType.RinsePlus.Off = None
channel-type.homeconnect.laundry_care_washer_rinse_plus.state.option.LaundryCare.Washer.EnumType.RinsePlus.Plus1 = +1
channel-type.homeconnect.laundry_care_washer_rinse_plus.state.option.LaundryCare.Washer.EnumType.RinsePlus.Plus2 = +2
channel-type.homeconnect.laundry_care_washer_rinse_plus.state.option.LaundryCare.Washer.EnumType.RinsePlus.Plus3 = +3
channel-type.homeconnect.laundry_care_washer_soak.label = Soaking
channel-type.homeconnect.laundry_care_washer_soak.description = This status indicates whether the soaking is activated for a washer program of the home appliance.
channel-type.homeconnect.laundry_care_washer_spin_speed.label = Spin Speed
channel-type.homeconnect.laundry_care_washer_spin_speed.description = This status defines the spin speed of a washer program of the home appliance.
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.Off = No spinning
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM400 = 400 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM600 = 600 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM800 = 800 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM1000 = 1000 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM1200 = 1200 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM1400 = 1400 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.RPM1600 = 1600 rpm
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.Auto = Auto
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.UlNo = No spinning (US/CA)
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.UlLow = Low (US/CA)
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.UlMedium = Medium (US/CA)
channel-type.homeconnect.laundry_care_washer_spin_speed.state.option.LaundryCare.Washer.EnumType.SpinSpeed.UlHigh = High (US/CA)
channel-type.homeconnect.laundry_care_washer_temperature.label = Washing Program Temperature
channel-type.homeconnect.laundry_care_washer_temperature.description = This status describes the temperature of the washing program of the home appliance.
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.Cold = Cold water
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC20 = 20 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC30 = 30 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC40 = 40 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC50 = 50 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC60 = 60 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC70 = 70 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC80 = 80 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.GC90 = 90 °C
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.Auto = Auto
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.UlCold = Cold (US/CA)
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.UlWarm = Warm (US/CA)
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.UlHot = Hot (US/CA)
channel-type.homeconnect.laundry_care_washer_temperature.state.option.LaundryCare.Washer.EnumType.Temperature.UlExtraHot = Extra hot (US/CA)
channel-type.homeconnect.laundry_care_washer_vario_perfect.label = Vario Perfect
channel-type.homeconnect.laundry_care_washer_vario_perfect.description = This status defines the vario perfect mode of a washer program of the home appliance.
channel-type.homeconnect.laundry_care_washer_vario_perfect.state.option.LaundryCare.Common.EnumType.VarioPerfect.Off = Off
channel-type.homeconnect.laundry_care_washer_vario_perfect.state.option.LaundryCare.Common.EnumType.VarioPerfect.SpeedPerfect = Vario Speed
channel-type.homeconnect.local_control_active_state.label = Local Control State
channel-type.homeconnect.local_control_active_state.description = This status indicates whether the home appliance is currently manually controlled by the user operating the home appliance, e.g. opening the door or pressing a button.
channel-type.homeconnect.operation_state.label = Operation State
channel-type.homeconnect.operation_state.description = This status describes the operation state of the home appliance.
channel-type.homeconnect.oven_current_cavity_temperature.label = Cavity Temperature
channel-type.homeconnect.oven_current_cavity_temperature.description = This status describes the oven cavity temperature of the home appliance.
channel-type.homeconnect.program_energy.label = Program Energy
channel-type.homeconnect.program_energy.description = This channel provides the estimated energy required in percentage for a program of the home appliance.
channel-type.homeconnect.program_progress_state.label = Progress State
channel-type.homeconnect.program_progress_state.description = This status describes the program progress of the home appliance.
channel-type.homeconnect.program_water.label = Program Water
channel-type.homeconnect.program_water.description = This channel provides the estimated water required in percentage for a program of the home appliance.
channel-type.homeconnect.remaining_program_time_state.label = Remaining Program Time
channel-type.homeconnect.remaining_program_time_state.description = This status indicates the remaining program time of the home appliance.
channel-type.homeconnect.remote_control_active_state.label = Remote Control Activation State
channel-type.homeconnect.remote_control_active_state.description = This status indicates whether the allowance for remote controlling is enabled.
channel-type.homeconnect.remote_start_allowance_state.label = Remote Start Allowance State
channel-type.homeconnect.remote_start_allowance_state.description = This status indicates whether the remote program start is enabled. This can happen due to a programmatic change (only disabling), or manually by the user changing the flag locally on the home appliance, or automatically after a certain duration - usually 24 hours.
channel-type.homeconnect.selected_program_state.label = Selected Program
channel-type.homeconnect.selected_program_state.description = This state describes the selected program of the home appliance.
channel-type.homeconnect.setpoint_temperature.label = Setpoint Temperature
channel-type.homeconnect.setpoint_temperature.description = This status describes the intended cooking compartment temperature of the home appliance.
channel-type.homeconnect.setpoint_temperature_freezer.label = Freezer temperature
channel-type.homeconnect.setpoint_temperature_freezer.description = Target temperature of the freezer compartment (Range depends on appliance - common range -16 to -24°C).
channel-type.homeconnect.setpoint_temperature_refrigerator.label = Refrigerator Temperature
channel-type.homeconnect.setpoint_temperature_refrigerator.description = Target temperature of the refrigerator compartment (Range depends on appliance - common range 2 to 8°C).
channel-type.homeconnect.super_mode_freezer.label = Freezer Super Mode
channel-type.homeconnect.super_mode_freezer.description = This setting has no impact on setpoint temperatures but will make the freezer compartment cool to the lowest possible temperature until it is disabled manually by the customer or by the home appliance because of a timeout.
channel-type.homeconnect.super_mode_refrigerator.label = Refrigerator Super Mode
channel-type.homeconnect.super_mode_refrigerator.description = The setting has no impact on setpoint temperatures but will make the fridge compartment cool to the lowest possible temperature until it is disabled manually by the customer or by the HA because of a timeout.

View File

@ -0,0 +1,56 @@
# binding
binding.homematic.name = Homematic Binding
binding.homematic.description = This is the binding for Homematic gateways
# thing types
thing-type.homematic.bridge.label = Homematic Bridge
thing-type.homematic.bridge.description = The Homematic bridge represents a Homematic gateway
# thing types config
thing-type.config.homematic.bridge.binCallbackPort.label = BIN-RPC Callback Port
thing-type.config.homematic.bridge.binCallbackPort.description = Callback port of the binding's BIN-RPC server. If no value is specified, xmlCallbackPort starts with 9126 and counts up
thing-type.config.homematic.bridge.bufferSize.label = Buffer Size
thing-type.config.homematic.bridge.bufferSize.description = Size of the response buffer retrieved from the gateway (default 2048 kB)
thing-type.config.homematic.bridge.callbackHost.label = Callback Network Address
thing-type.config.homematic.bridge.callbackHost.description = Callback network address of the runtime, default is auto-discovery
thing-type.config.homematic.bridge.callbackRegTimeout.label = Callback Reg. Timeout
thing-type.config.homematic.bridge.callbackRegTimeout.description = Maximum time in seconds for callback registration in the Homematic gateway.
thing-type.config.homematic.bridge.cuxdPort.label = CUxD Port
thing-type.config.homematic.bridge.cuxdPort.description = The port number of the CUxD daemon
thing-type.config.homematic.bridge.discoveryTimeToLive.label = Discovery Time to Live
thing-type.config.homematic.bridge.discoveryTimeToLive.description = The time to live for discovery results of a Homematic gateway in seconds. (default = -1 -> infinite)
thing-type.config.homematic.bridge.factoryResetOnDeletion.label = Factory Reset Devices On Deletion
thing-type.config.homematic.bridge.factoryResetOnDeletion.description = If set to true, devices are factory reset when their corresponding things are removed. Due to the factory reset, the device will also be unpaired from the gateway, even if "unpairOnDeletion" is set to false!
thing-type.config.homematic.bridge.gatewayAddress.label = Gateway Address
thing-type.config.homematic.bridge.gatewayAddress.description = Network address of the Homematic gateway
thing-type.config.homematic.bridge.gatewayType.label = Gateway Type
thing-type.config.homematic.bridge.gatewayType.description = Hint for the binding to identify the gateway type
thing-type.config.homematic.bridge.gatewayType.option.auto = Auto
thing-type.config.homematic.bridge.gatewayType.option.ccu = CCU
thing-type.config.homematic.bridge.gatewayType.option.noccu = NoCCU
thing-type.config.homematic.bridge.groupPort.label = Group Port
thing-type.config.homematic.bridge.groupPort.description = The port number of the Group daemon
thing-type.config.homematic.bridge.hmIpPort.label = HMIP Port
thing-type.config.homematic.bridge.hmIpPort.description = The port number of the Homematic IP daemon
thing-type.config.homematic.bridge.installModeDuration.label = Install Mode Duration
thing-type.config.homematic.bridge.installModeDuration.description = Time in seconds that the controller will be in install mode when a device discovery is initiated
thing-type.config.homematic.bridge.rfPort.label = RF Port
thing-type.config.homematic.bridge.rfPort.description = The port number of the RF daemon
thing-type.config.homematic.bridge.socketMaxAlive.label = Socket MaxAlive
thing-type.config.homematic.bridge.socketMaxAlive.description = The maximum lifetime of a socket connection to and from a Homematic gateway in seconds (default = 900)
thing-type.config.homematic.bridge.timeout.label = Timeout
thing-type.config.homematic.bridge.timeout.description = The timeout in seconds for connections to a Homematic gateway
thing-type.config.homematic.bridge.unpairOnDeletion.label = Unpair Devices On Deletion
thing-type.config.homematic.bridge.unpairOnDeletion.description = If set to true, devices are unpaired from the gateway when their corresponding things are removed. The option "factoryResetOnDeletion" also unpairs a device, so in order to avoid unpairing on deletion, both options need to be set to false!
thing-type.config.homematic.bridge.wiredPort.label = Wired Port
thing-type.config.homematic.bridge.wiredPort.description = The port number of the HS485 daemon
thing-type.config.homematic.bridge.xmlCallbackPort.label = XML-RPC Callback Port
thing-type.config.homematic.bridge.xmlCallbackPort.description = Callback port of the binding's XML-RPC server. If no value is specified, xmlCallbackPort starts with 9125 and counts up
# channel types
channel-type.homematic.DUTY_CYCLE_RATIO.label = Duty Cycle
channel-type.homematic.DUTY_CYCLE_RATIO.description = Current duty cycle usage

View File

@ -0,0 +1,39 @@
# binding
binding.homewizard.name = HomeWizard Binding
binding.homewizard.description = This binding provides access to the data provided by the HomeWizard Wi-Fi P1 meter on it's local HTTP interface.
# thing types
thing-type.homewizard.p1_wifi_meter.label = HomeWizard Wi-Fi P1 Meter
thing-type.homewizard.p1_wifi_meter.description = This thing provides the measurement data that is available through the http interface of the HomeWizard Wi-Fi P1 Meter.
# thing types config
thing-type.config.homewizard.p1_wifi_meter.ipAddress.label = Network Address
thing-type.config.homewizard.p1_wifi_meter.ipAddress.description = The IP or host name of the P1 Meter.
thing-type.config.homewizard.p1_wifi_meter.refreshDelay.label = Refresh Interval
thing-type.config.homewizard.p1_wifi_meter.refreshDelay.description = The refresh interval in seconds for polling the P1 Meter.
# channel types
channel-type.homewizard.active_power.label = Current Total Net Power
channel-type.homewizard.active_power.description = This channel provides the current net total power in W. It will be below 0 if power is currently being exported.
channel-type.homewizard.active_power_l1.label = Current Phase 1 Net Power
channel-type.homewizard.active_power_l1.description = This channel provides the current net phase 1 power in W. It will be below 0 if power is currently being exported.
channel-type.homewizard.active_power_l2.label = Current Phase 2 Net Power
channel-type.homewizard.active_power_l2.description = This channel provides the current net phase 2 power in W. It will be below 0 if power is currently being exported. It will be 0 for single phase systems.
channel-type.homewizard.active_power_l3.label = Current Phase 3 Net Power
channel-type.homewizard.active_power_l3.description = This channel provides the current net phase 3 power in W. It will be below 0 if power is currently being exported. It will be 0 for single phase systems.
channel-type.homewizard.gas_timestamp.label = Gas Update Time Stamp
channel-type.homewizard.gas_timestamp.description = This channel provides the time stamp of the total_gas measurement.
channel-type.homewizard.total_energy_export_t1.label = Total Exported Energy Counter 1
channel-type.homewizard.total_energy_export_t1.description = This channel provides the most recently reported total exported energy in kWh by counter 1, most commonly used for export during the night or weekend.
channel-type.homewizard.total_energy_export_t2.label = Total Exported Energy Counter 2
channel-type.homewizard.total_energy_export_t2.description = This channel provides the most recently reported total exported energy in kWh by counter 2, most commonly used for export during the day.
channel-type.homewizard.total_energy_import_t1.label = Total Imported Energy Counter 1
channel-type.homewizard.total_energy_import_t1.description = This channel provides the most recently reported total imported energy in kWh by counter 1, most commonly used for import during the night or weekend.
channel-type.homewizard.total_energy_import_t2.label = Total Imported Energy Counter 2
channel-type.homewizard.total_energy_import_t2.description = This channel provides the most recently reported total imported energy in kWh by counter 2, most commonly used for import during the day.
channel-type.homewizard.total_gas.label = Total Imported Gas
channel-type.homewizard.total_gas.description = This channel provides the most recently reported total imported gas in m^3. It does not get updated as frequently as the data in the other channels, the gas_timestamp channel provides the time stamp of the most recent update.

View File

@ -0,0 +1,60 @@
# binding
binding.hpprinter.name = HP Printer Binding
binding.hpprinter.description = Binding for HP Printers with Embedded Web Servers
# thing types
thing-type.hpprinter.printer.label = HP Printer
thing-type.hpprinter.printer.description = An HP Printer.
# thing types config
thing-type.config.hpprinter.config.ipAddress.label = Network Address
thing-type.config.hpprinter.config.ipAddress.description = The IP or host name of the HP Printer
thing-type.config.hpprinter.config.statusInterval.label = Status Interval
thing-type.config.hpprinter.config.statusInterval.description = The refresh interval in seconds for polling status information
thing-type.config.hpprinter.config.usageInterval.label = Usage Interval
thing-type.config.hpprinter.config.usageInterval.description = The refresh interval in seconds for polling the printer usage information
# channel group types
channel-group-type.hpprinter.app.label = Application
channel-group-type.hpprinter.app.description = Application Usage by Device or Operating System
channel-group-type.hpprinter.copy.label = Copy
channel-group-type.hpprinter.copy.description = Copy Application Usage Information
channel-group-type.hpprinter.ink.label = Ink/Toner Levels
channel-group-type.hpprinter.ink.description = Ink/Toner amounts for each cartridge.
channel-group-type.hpprinter.other.label = Other
channel-group-type.hpprinter.other.description = Other Usage or Details
channel-group-type.hpprinter.printerStatus.label = Status
channel-group-type.hpprinter.printerStatus.description = Printer Statuses
channel-group-type.hpprinter.scan.label = Scan
channel-group-type.hpprinter.scan.description = Scan Application Usage Information
channel-group-type.hpprinter.scanner.label = Scanner
channel-group-type.hpprinter.scanner.description = Scanner Engine Usage Information
channel-group-type.hpprinter.usageInfo.label = Printer
channel-group-type.hpprinter.usageInfo.description = Print Engine Usage Information
# channel types
channel-type.hpprinter.cumlMarkingUsed.label = Cumulative Marking Used
channel-type.hpprinter.cumlMarkingUsed.description = Shows the amount of Ink/Toner used
channel-type.hpprinter.inkLevel.label = Ink Level
channel-type.hpprinter.inkLevel.description = Shows the amount of Ink/Toner remaining
channel-type.hpprinter.readonlyswitch.label = Read Only Switch Item
channel-type.hpprinter.status.label = Status
channel-type.hpprinter.status.description = Printer Status
channel-type.hpprinter.status.state.option.ready = Idle
channel-type.hpprinter.status.state.option.processing = Printing
channel-type.hpprinter.status.state.option.scanProcessing = Scanning
channel-type.hpprinter.status.state.option.inPowerSave = Power Save
channel-type.hpprinter.status.state.option.initializing = Initializing
channel-type.hpprinter.status.state.option.closeDoorOrCover = Door/Cover
channel-type.hpprinter.status.state.option.inkSystemInitializing = Loading Ink
channel-type.hpprinter.status.state.option.shuttingDown = Shutting Down
channel-type.hpprinter.status.state.option.replaceCartridgeOut = Cartridge Depleted
channel-type.hpprinter.totals.label = Totals
channel-type.hpprinter.totals.description = Amount of pages.
channel-type.hpprinter.totalsAdv.label = Totals
channel-type.hpprinter.totalsAdv.description = Amount of pages.

View File

@ -0,0 +1,240 @@
# binding
binding.http.name = HTTP Binding
binding.http.description = This is the binding for retrieving and processing HTTP resources.
# thing types
thing-type.http.url.label = HTTP URL Thing
thing-type.http.url.description = Represents a base URL and all associated requests.
# thing types config
thing-type.config.http.url.authMode.label = Authentication Mode
thing-type.config.http.url.authMode.option.BASIC = Basic Authentication
thing-type.config.http.url.authMode.option.BASIC_PREEMPTIVE = Preemptive Basic Authentication
thing-type.config.http.url.authMode.option.DIGEST = Digest Authentication
thing-type.config.http.url.baseURL.label = Base URL
thing-type.config.http.url.baseURL.description = The URL set here can be extended in the channel configuration.
thing-type.config.http.url.bufferSize.label = Buffer Size
thing-type.config.http.url.bufferSize.description = Size of the response buffer (default 2048 kB)
thing-type.config.http.url.commandMethod.label = Command Method
thing-type.config.http.url.commandMethod.description = HTTP method (GET,POST, PUT) for sending commands.
thing-type.config.http.url.commandMethod.option.GET = GET
thing-type.config.http.url.commandMethod.option.POST = POST
thing-type.config.http.url.commandMethod.option.PUT = PUT
thing-type.config.http.url.contentType.label = Content Type
thing-type.config.http.url.contentType.description = The MIME content type. Only used for `POST` and `PUT`.
thing-type.config.http.url.contentType.option.application/json = application/json
thing-type.config.http.url.contentType.option.application/xml = application/xml
thing-type.config.http.url.contentType.option.text/html = text/html
thing-type.config.http.url.contentType.option.text/plain = text/plain
thing-type.config.http.url.contentType.option.text/xml = text/xml
thing-type.config.http.url.delay.label = Delay
thing-type.config.http.url.delay.description = Delay between to requests
thing-type.config.http.url.encoding.label = Fallback Encoding
thing-type.config.http.url.encoding.description = Fallback Encoding text received by this thing's channels.
thing-type.config.http.url.headers.label = Headers
thing-type.config.http.url.headers.description = Additional headers send along with the request
thing-type.config.http.url.ignoreSSLErrors.label = Ignore SSL Errors
thing-type.config.http.url.ignoreSSLErrors.description = If set to true ignores invalid SSL certificate errors. This is potentially dangerous.
thing-type.config.http.url.password.label = Password
thing-type.config.http.url.password.description = Basic Authentication password
thing-type.config.http.url.refresh.label = Refresh Time
thing-type.config.http.url.refresh.description = Time between two refreshes of all channels
thing-type.config.http.url.stateMethod.label = State Method
thing-type.config.http.url.stateMethod.description = HTTP method (GET,POST, PUT) for retrieving a status.
thing-type.config.http.url.stateMethod.option.GET = GET
thing-type.config.http.url.stateMethod.option.POST = POST
thing-type.config.http.url.stateMethod.option.PUT = PUT
thing-type.config.http.url.timeout.label = Timeout
thing-type.config.http.url.timeout.description = The timeout in ms for each request
thing-type.config.http.url.username.label = Username
thing-type.config.http.url.username.description = Basic Authentication username
# channel types
channel-type.http.color.label = Color Channel
channel-type.http.contact.label = Contact Channel
channel-type.http.datetime.label = DateTime Channel
channel-type.http.dimmer.label = Dimmer Channel
channel-type.http.image.label = Image Channel
channel-type.http.location.label = Location Channel
channel-type.http.number.label = Number Channel
channel-type.http.player.label = Player Channel
channel-type.http.rollershutter.label = Rollershutter Channel
channel-type.http.string.label = String Channel
channel-type.http.switch.label = Switch Channel
# channel types config
channel-type.config.http.channel-config-color.colorMode.label = Color Mode
channel-type.config.http.channel-config-color.colorMode.description = Color mode for parsing incoming and sending outgoing values
channel-type.config.http.channel-config-color.colorMode.option.HSB = HSB
channel-type.config.http.channel-config-color.colorMode.option.RGB = RGB
channel-type.config.http.channel-config-color.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-color.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-color.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-color.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-color.decreaseValue.label = Decrease Value
channel-type.config.http.channel-config-color.decreaseValue.description = The value that represents DECREASE
channel-type.config.http.channel-config-color.increaseValue.label = Increase Value
channel-type.config.http.channel-config-color.increaseValue.description = The value that represents INCREASE
channel-type.config.http.channel-config-color.mode.label = Read/Write Mode
channel-type.config.http.channel-config-color.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-color.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-color.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-color.offValue.label = Off Value
channel-type.config.http.channel-config-color.offValue.description = The value that represents OFF
channel-type.config.http.channel-config-color.onValue.label = On Value
channel-type.config.http.channel-config-color.onValue.description = The value that represents ON
channel-type.config.http.channel-config-color.stateContent.label = State Content
channel-type.config.http.channel-config-color.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-color.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-color.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-color.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-color.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-color.step.label = Increase/Decrease Step
channel-type.config.http.channel-config-color.step.description = The value by which the current brightness is increased/decreased if the corresponding command is received
channel-type.config.http.channel-config-contact.closedValue.label = Closed Value
channel-type.config.http.channel-config-contact.closedValue.description = The value that represents CLOSED
channel-type.config.http.channel-config-contact.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-contact.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-contact.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-contact.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-contact.mode.label = Read/Write Mode
channel-type.config.http.channel-config-contact.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-contact.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-contact.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-contact.openValue.label = Open Value
channel-type.config.http.channel-config-contact.openValue.description = The value that represents OPEN
channel-type.config.http.channel-config-contact.stateContent.label = State Content
channel-type.config.http.channel-config-contact.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-contact.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-contact.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-contact.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-contact.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-dimmer.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-dimmer.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-dimmer.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-dimmer.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-dimmer.decreaseValue.label = Decrease Value
channel-type.config.http.channel-config-dimmer.decreaseValue.description = The value that represents DECREASE
channel-type.config.http.channel-config-dimmer.increaseValue.label = Increase Value
channel-type.config.http.channel-config-dimmer.increaseValue.description = The value that represents INCREASE
channel-type.config.http.channel-config-dimmer.mode.label = Read/Write Mode
channel-type.config.http.channel-config-dimmer.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-dimmer.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-dimmer.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-dimmer.offValue.label = Off Value
channel-type.config.http.channel-config-dimmer.offValue.description = The value that represents OFF
channel-type.config.http.channel-config-dimmer.onValue.label = On Value
channel-type.config.http.channel-config-dimmer.onValue.description = The value that represents ON
channel-type.config.http.channel-config-dimmer.stateContent.label = State Content
channel-type.config.http.channel-config-dimmer.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-dimmer.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-dimmer.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-dimmer.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-dimmer.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-dimmer.step.label = Increase/Decrease Step
channel-type.config.http.channel-config-dimmer.step.description = The value by which the current brightness is increased/decreased if the corresponding command is received
channel-type.config.http.channel-config-image.stateContent.label = State Content
channel-type.config.http.channel-config-image.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-image.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-image.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-number.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-number.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-number.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-number.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-number.mode.label = Read/Write Mode
channel-type.config.http.channel-config-number.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-number.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-number.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-number.stateContent.label = State Content
channel-type.config.http.channel-config-number.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-number.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-number.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-number.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-number.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-number.unit.label = Unit
channel-type.config.http.channel-config-number.unit.description = Unit to append to the (transformed) value.
channel-type.config.http.channel-config-player.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-player.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-player.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-player.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-player.fastforwardValue.label = Fast Forward Value
channel-type.config.http.channel-config-player.fastforwardValue.description = The value that represents FASTFORWARD
channel-type.config.http.channel-config-player.mode.label = Read/Write Mode
channel-type.config.http.channel-config-player.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-player.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-player.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-player.nextValue.label = Next Value
channel-type.config.http.channel-config-player.nextValue.description = The value that represents NEXT
channel-type.config.http.channel-config-player.pauseValue.label = Pause Value
channel-type.config.http.channel-config-player.pauseValue.description = The value that represents PAUSE
channel-type.config.http.channel-config-player.playValue.label = Play Value
channel-type.config.http.channel-config-player.playValue.description = The value that represents PLAY
channel-type.config.http.channel-config-player.previousValue.label = Previous Value
channel-type.config.http.channel-config-player.previousValue.description = The value that represents PREVIOUS
channel-type.config.http.channel-config-player.rewindValue.label = Rewind Value
channel-type.config.http.channel-config-player.rewindValue.description = The value that represents REWIND
channel-type.config.http.channel-config-player.stateContent.label = State Content
channel-type.config.http.channel-config-player.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-player.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-player.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-player.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-player.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-rollershutter.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-rollershutter.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-rollershutter.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-rollershutter.commandTransformation.description = Transformation pattern used when sending values Chain multiple transformations with the mathematical intersection character "∩"..
channel-type.config.http.channel-config-rollershutter.downValue.label = Down Value
channel-type.config.http.channel-config-rollershutter.downValue.description = The value that represents DOWN
channel-type.config.http.channel-config-rollershutter.mode.label = Read/Write Mode
channel-type.config.http.channel-config-rollershutter.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-rollershutter.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-rollershutter.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-rollershutter.moveValue.label = Move Value
channel-type.config.http.channel-config-rollershutter.moveValue.description = The value that represents MOVE
channel-type.config.http.channel-config-rollershutter.stateContent.label = State Content
channel-type.config.http.channel-config-rollershutter.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-rollershutter.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-rollershutter.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-rollershutter.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-rollershutter.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-rollershutter.stopValue.label = Stop Value
channel-type.config.http.channel-config-rollershutter.stopValue.description = The value that represents STOP
channel-type.config.http.channel-config-rollershutter.upValue.label = Up Value
channel-type.config.http.channel-config-rollershutter.upValue.description = The value that represents UP
channel-type.config.http.channel-config-switch.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config-switch.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config-switch.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config-switch.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config-switch.mode.label = Read/Write Mode
channel-type.config.http.channel-config-switch.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config-switch.mode.option.READONLY = Read Only
channel-type.config.http.channel-config-switch.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config-switch.offValue.label = Off Value
channel-type.config.http.channel-config-switch.offValue.description = The value that represents OFF
channel-type.config.http.channel-config-switch.onValue.label = On Value
channel-type.config.http.channel-config-switch.onValue.description = The value that represents ON
channel-type.config.http.channel-config-switch.stateContent.label = State Content
channel-type.config.http.channel-config-switch.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config-switch.stateExtension.label = State URL Extension
channel-type.config.http.channel-config-switch.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config-switch.stateTransformation.label = State Transformation
channel-type.config.http.channel-config-switch.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config.commandExtension.label = Command URL Extension
channel-type.config.http.channel-config.commandExtension.description = This value is added to the base URL configured in the thing for sending values.
channel-type.config.http.channel-config.commandTransformation.label = Command Transformation
channel-type.config.http.channel-config.commandTransformation.description = Transformation pattern used when sending values. Chain multiple transformations with the mathematical intersection character "∩".
channel-type.config.http.channel-config.mode.label = Read/Write Mode
channel-type.config.http.channel-config.mode.option.READWRITE = Read/Write
channel-type.config.http.channel-config.mode.option.READONLY = Read Only
channel-type.config.http.channel-config.mode.option.WRITEONLY = Write Only
channel-type.config.http.channel-config.stateContent.label = State Content
channel-type.config.http.channel-config.stateContent.description = Content for state request (only used if method is POST/PUT)
channel-type.config.http.channel-config.stateExtension.label = State URL Extension
channel-type.config.http.channel-config.stateExtension.description = This value is added to the base URL configured in the thing for retrieving values.
channel-type.config.http.channel-config.stateTransformation.label = State Transformation
channel-type.config.http.channel-config.stateTransformation.description = Transformation pattern used when receiving values. Chain multiple transformations with the mathematical intersection character "∩".

View File

@ -0,0 +1,270 @@
# binding
binding.hydrawise.name = Hydrawise Binding
binding.hydrawise.description = This is the binding for Hydrawise irrigation systems.
# thing types
thing-type.hydrawise.account.label = Hydrawise Account Thing
thing-type.hydrawise.account.description = Hydrawise account
thing-type.hydrawise.controller.label = Hydrawise Controller Thing
thing-type.hydrawise.controller.description = Hydrawise connected irrigation controller
thing-type.hydrawise.controller.group.forecast1.label = Today's Weather
thing-type.hydrawise.controller.group.forecast1.description = Today's weather forecast
thing-type.hydrawise.controller.group.forecast2.label = Day 2 Weather
thing-type.hydrawise.controller.group.forecast2.description = Day 2 weather forecast
thing-type.hydrawise.controller.group.forecast3.label = Day 3 Weather
thing-type.hydrawise.controller.group.forecast3.description = Day 3 weather forecast
thing-type.hydrawise.controller.group.sensor1.label = Sensor 1
thing-type.hydrawise.controller.group.sensor1.description = Sensor 1
thing-type.hydrawise.controller.group.sensor2.label = Sensor 2
thing-type.hydrawise.controller.group.sensor2.description = Sensor 2
thing-type.hydrawise.controller.group.sensor3.label = Sensor 3
thing-type.hydrawise.controller.group.sensor3.description = Sensor 3
thing-type.hydrawise.controller.group.sensor4.label = Sensor 4
thing-type.hydrawise.controller.group.sensor4.description = Sensor 4
thing-type.hydrawise.controller.group.zone1.label = Zone 1
thing-type.hydrawise.controller.group.zone1.description = Sprinkler Zone 1
thing-type.hydrawise.controller.group.zone2.label = Zone 2
thing-type.hydrawise.controller.group.zone2.description = Sprinkler Zone 2
thing-type.hydrawise.controller.group.zone3.label = Zone 3
thing-type.hydrawise.controller.group.zone3.description = Sprinkler Zone 3
thing-type.hydrawise.controller.group.zone4.label = Zone 4
thing-type.hydrawise.controller.group.zone4.description = Sprinkler Zone 4
thing-type.hydrawise.controller.group.zone5.label = Zone 5
thing-type.hydrawise.controller.group.zone5.description = Sprinkler Zone 5
thing-type.hydrawise.controller.group.zone6.label = Zone 6
thing-type.hydrawise.controller.group.zone6.description = Sprinkler Zone 6
thing-type.hydrawise.controller.group.zone7.label = Zone 7
thing-type.hydrawise.controller.group.zone7.description = Sprinkler Zone 7
thing-type.hydrawise.controller.group.zone8.label = Zone 8
thing-type.hydrawise.controller.group.zone8.description = Sprinkler Zone 8
thing-type.hydrawise.controller.group.zone9.label = Zone 9
thing-type.hydrawise.controller.group.zone9.description = Sprinkler Zone 9
thing-type.hydrawise.controller.group.zone10.label = Zone 10
thing-type.hydrawise.controller.group.zone10.description = Sprinkler Zone 10
thing-type.hydrawise.controller.group.zone11.label = Zone 11
thing-type.hydrawise.controller.group.zone11.description = Sprinkler Zone 11
thing-type.hydrawise.controller.group.zone12.label = Zone 12
thing-type.hydrawise.controller.group.zone12.description = Sprinkler Zone 12
thing-type.hydrawise.controller.group.zone13.label = Zone 13
thing-type.hydrawise.controller.group.zone13.description = Sprinkler Zone 13
thing-type.hydrawise.controller.group.zone14.label = Zone 14
thing-type.hydrawise.controller.group.zone14.description = Sprinkler Zone 14
thing-type.hydrawise.controller.group.zone15.label = Zone 15
thing-type.hydrawise.controller.group.zone15.description = Sprinkler Zone 15
thing-type.hydrawise.controller.group.zone16.label = Zone 16
thing-type.hydrawise.controller.group.zone16.description = Sprinkler Zone 16
thing-type.hydrawise.controller.group.zone17.label = Zone 17
thing-type.hydrawise.controller.group.zone17.description = Sprinkler Zone 17
thing-type.hydrawise.controller.group.zone18.label = Zone 18
thing-type.hydrawise.controller.group.zone18.description = Sprinkler Zone 18
thing-type.hydrawise.controller.group.zone19.label = Zone 19
thing-type.hydrawise.controller.group.zone19.description = Sprinkler Zone 19
thing-type.hydrawise.controller.group.zone20.label = Zone 20
thing-type.hydrawise.controller.group.zone20.description = Sprinkler Zone 20
thing-type.hydrawise.controller.group.zone21.label = Zone 21
thing-type.hydrawise.controller.group.zone21.description = Sprinkler Zone 21
thing-type.hydrawise.controller.group.zone22.label = Zone 22
thing-type.hydrawise.controller.group.zone22.description = Sprinkler Zone 22
thing-type.hydrawise.controller.group.zone23.label = Zone 23
thing-type.hydrawise.controller.group.zone23.description = Sprinkler Zone 23
thing-type.hydrawise.controller.group.zone24.label = Zone 24
thing-type.hydrawise.controller.group.zone24.description = Sprinkler Zone 24
thing-type.hydrawise.controller.group.zone25.label = Zone 25
thing-type.hydrawise.controller.group.zone25.description = Sprinkler Zone 25
thing-type.hydrawise.controller.group.zone26.label = Zone 26
thing-type.hydrawise.controller.group.zone26.description = Sprinkler Zone 26
thing-type.hydrawise.controller.group.zone27.label = Zone 27
thing-type.hydrawise.controller.group.zone27.description = Sprinkler Zone 27
thing-type.hydrawise.controller.group.zone28.label = Zone 28
thing-type.hydrawise.controller.group.zone28.description = Sprinkler Zone 28
thing-type.hydrawise.controller.group.zone29.label = Zone 29
thing-type.hydrawise.controller.group.zone29.description = Sprinkler Zone 29
thing-type.hydrawise.controller.group.zone30.label = Zone 30
thing-type.hydrawise.controller.group.zone30.description = Sprinkler Zone 30
thing-type.hydrawise.controller.group.zone31.label = Zone 31
thing-type.hydrawise.controller.group.zone31.description = Sprinkler Zone 31
thing-type.hydrawise.controller.group.zone32.label = Zone 32
thing-type.hydrawise.controller.group.zone32.description = Sprinkler Zone 32
thing-type.hydrawise.controller.group.zone33.label = Zone 33
thing-type.hydrawise.controller.group.zone33.description = Sprinkler Zone 33
thing-type.hydrawise.controller.group.zone34.label = Zone 34
thing-type.hydrawise.controller.group.zone34.description = Sprinkler Zone 34
thing-type.hydrawise.controller.group.zone35.label = Zone 35
thing-type.hydrawise.controller.group.zone35.description = Sprinkler Zone 35
thing-type.hydrawise.controller.group.zone36.label = Zone 36
thing-type.hydrawise.controller.group.zone36.description = Sprinkler Zone 36
thing-type.hydrawise.local.label = Hydrawise Local Thing
thing-type.hydrawise.local.description = Hydrawise local connected irrigation controller
thing-type.hydrawise.local.group.zone1.label = Zone 1
thing-type.hydrawise.local.group.zone1.description = Sprinkler Zone 1
thing-type.hydrawise.local.group.zone2.label = Zone 2
thing-type.hydrawise.local.group.zone2.description = Sprinkler Zone 2
thing-type.hydrawise.local.group.zone3.label = Zone 3
thing-type.hydrawise.local.group.zone3.description = Sprinkler Zone 3
thing-type.hydrawise.local.group.zone4.label = Zone 4
thing-type.hydrawise.local.group.zone4.description = Sprinkler Zone 4
thing-type.hydrawise.local.group.zone5.label = Zone 5
thing-type.hydrawise.local.group.zone5.description = Sprinkler Zone 5
thing-type.hydrawise.local.group.zone6.label = Zone 6
thing-type.hydrawise.local.group.zone6.description = Sprinkler Zone 6
thing-type.hydrawise.local.group.zone7.label = Zone 7
thing-type.hydrawise.local.group.zone7.description = Sprinkler Zone 7
thing-type.hydrawise.local.group.zone8.label = Zone 8
thing-type.hydrawise.local.group.zone8.description = Sprinkler Zone 8
thing-type.hydrawise.local.group.zone9.label = Zone 9
thing-type.hydrawise.local.group.zone9.description = Sprinkler Zone 9
thing-type.hydrawise.local.group.zone10.label = Zone 10
thing-type.hydrawise.local.group.zone10.description = Sprinkler Zone 10
thing-type.hydrawise.local.group.zone11.label = Zone 11
thing-type.hydrawise.local.group.zone11.description = Sprinkler Zone 11
thing-type.hydrawise.local.group.zone12.label = Zone 12
thing-type.hydrawise.local.group.zone12.description = Sprinkler Zone 12
thing-type.hydrawise.local.group.zone13.label = Zone 13
thing-type.hydrawise.local.group.zone13.description = Sprinkler Zone 13
thing-type.hydrawise.local.group.zone14.label = Zone 14
thing-type.hydrawise.local.group.zone14.description = Sprinkler Zone 14
thing-type.hydrawise.local.group.zone15.label = Zone 15
thing-type.hydrawise.local.group.zone15.description = Sprinkler Zone 15
thing-type.hydrawise.local.group.zone16.label = Zone 16
thing-type.hydrawise.local.group.zone16.description = Sprinkler Zone 16
thing-type.hydrawise.local.group.zone17.label = Zone 17
thing-type.hydrawise.local.group.zone17.description = Sprinkler Zone 17
thing-type.hydrawise.local.group.zone18.label = Zone 18
thing-type.hydrawise.local.group.zone18.description = Sprinkler Zone 18
thing-type.hydrawise.local.group.zone19.label = Zone 19
thing-type.hydrawise.local.group.zone19.description = Sprinkler Zone 19
thing-type.hydrawise.local.group.zone20.label = Zone 20
thing-type.hydrawise.local.group.zone20.description = Sprinkler Zone 20
thing-type.hydrawise.local.group.zone21.label = Zone 21
thing-type.hydrawise.local.group.zone21.description = Sprinkler Zone 21
thing-type.hydrawise.local.group.zone22.label = Zone 22
thing-type.hydrawise.local.group.zone22.description = Sprinkler Zone 22
thing-type.hydrawise.local.group.zone23.label = Zone 23
thing-type.hydrawise.local.group.zone23.description = Sprinkler Zone 23
thing-type.hydrawise.local.group.zone24.label = Zone 24
thing-type.hydrawise.local.group.zone24.description = Sprinkler Zone 24
thing-type.hydrawise.local.group.zone25.label = Zone 25
thing-type.hydrawise.local.group.zone25.description = Sprinkler Zone 25
thing-type.hydrawise.local.group.zone26.label = Zone 26
thing-type.hydrawise.local.group.zone26.description = Sprinkler Zone 26
thing-type.hydrawise.local.group.zone27.label = Zone 27
thing-type.hydrawise.local.group.zone27.description = Sprinkler Zone 27
thing-type.hydrawise.local.group.zone28.label = Zone 28
thing-type.hydrawise.local.group.zone28.description = Sprinkler Zone 28
thing-type.hydrawise.local.group.zone29.label = Zone 29
thing-type.hydrawise.local.group.zone29.description = Sprinkler Zone 29
thing-type.hydrawise.local.group.zone30.label = Zone 30
thing-type.hydrawise.local.group.zone30.description = Sprinkler Zone 30
thing-type.hydrawise.local.group.zone31.label = Zone 31
thing-type.hydrawise.local.group.zone31.description = Sprinkler Zone 31
thing-type.hydrawise.local.group.zone32.label = Zone 32
thing-type.hydrawise.local.group.zone32.description = Sprinkler Zone 32
thing-type.hydrawise.local.group.zone33.label = Zone 33
thing-type.hydrawise.local.group.zone33.description = Sprinkler Zone 33
thing-type.hydrawise.local.group.zone34.label = Zone 34
thing-type.hydrawise.local.group.zone34.description = Sprinkler Zone 34
thing-type.hydrawise.local.group.zone35.label = Zone 35
thing-type.hydrawise.local.group.zone35.description = Sprinkler Zone 35
thing-type.hydrawise.local.group.zone36.label = Zone 36
thing-type.hydrawise.local.group.zone36.description = Sprinkler Zone 36
# thing types config
thing-type.config.hydrawise.account.password.label = Password
thing-type.config.hydrawise.account.password.description = Your Hydrawise account password, for security this will not be saved after the first login attempt unless the "Save Password" option is enabled
thing-type.config.hydrawise.account.refresh.label = Refresh interval
thing-type.config.hydrawise.account.refresh.description = Specifies the refresh interval in seconds
thing-type.config.hydrawise.account.savePassword.label = Save Password
thing-type.config.hydrawise.account.savePassword.description = By default, the password will not be persisted after the first login attempt unless this is enabled
thing-type.config.hydrawise.account.userName.label = User Name
thing-type.config.hydrawise.account.userName.description = Your Hydrawise account user name
thing-type.config.hydrawise.controller.controllerId.label = Controller ID
thing-type.config.hydrawise.controller.controllerId.description = The ID of a cloud connected irrigation controller
thing-type.config.hydrawise.local.host.label = Host
thing-type.config.hydrawise.local.host.description = Host or IP address of local controller
thing-type.config.hydrawise.local.password.label = password
thing-type.config.hydrawise.local.password.description = Password for local controller, found in the settings menu on the controller itself.
thing-type.config.hydrawise.local.refresh.label = Refresh interval
thing-type.config.hydrawise.local.refresh.description = Specifies the refresh interval in seconds
thing-type.config.hydrawise.local.username.label = User Name
thing-type.config.hydrawise.local.username.description = User name for controller, usually "admin"
# channel group types
channel-group-type.hydrawise.allzones.label = All Zones
channel-group-type.hydrawise.allzones.description = Commands that control all Hydrawise zones
channel-group-type.hydrawise.forecast.label = Weather Forecast
channel-group-type.hydrawise.forecast.description = Hydrawise weather forecast
channel-group-type.hydrawise.sensor.label = Sensor
channel-group-type.hydrawise.sensor.description = Hydrawise sensor
channel-group-type.hydrawise.system.label = System
channel-group-type.hydrawise.system.description = Controller system data
channel-group-type.hydrawise.zone.label = Zone
channel-group-type.hydrawise.zone.description = Hydrawise zone
# channel types
channel-type.hydrawise.active.label = Active
channel-type.hydrawise.active.description = Sensor active
channel-type.hydrawise.conditions.label = Conditions
channel-type.hydrawise.conditions.description = Weather conditions
channel-type.hydrawise.conditions.label = Conditions
channel-type.hydrawise.conditions.description = Weather conditions
channel-type.hydrawise.delay.label = Delay
channel-type.hydrawise.delay.description = Sensor delay
channel-type.hydrawise.duration.label = Duration
channel-type.hydrawise.duration.description = Next start duration
channel-type.hydrawise.evapotranspiration.label = Evapotranspiration
channel-type.hydrawise.evapotranspiration.description = Evapotranspiration amount
channel-type.hydrawise.humidity.label = Humidity
channel-type.hydrawise.humidity.description = Humidity percentage
channel-type.hydrawise.icon.label = Icon URL
channel-type.hydrawise.icon.description = Icon URL for this zone
channel-type.hydrawise.input.label = Input
channel-type.hydrawise.input.description = Sensor input
channel-type.hydrawise.lastcontacttime.label = Last Contact Time
channel-type.hydrawise.lastcontacttime.description = Last contact time of a controller
channel-type.hydrawise.name.label = Name
channel-type.hydrawise.name.description = Name
channel-type.hydrawise.name.label = Name
channel-type.hydrawise.name.description = Sensor name
channel-type.hydrawise.nextruntime.label = Next Run Time
channel-type.hydrawise.nextruntime.description = The next time this zone is scheduled to run
channel-type.hydrawise.offlevel.label = Off Level
channel-type.hydrawise.offlevel.description = Sensor off level
channel-type.hydrawise.offtimer.label = Off Timer
channel-type.hydrawise.offtimer.description = Sensor off timer
channel-type.hydrawise.precipitation.label = Precipitation
channel-type.hydrawise.precipitation.description = Precipitation amount
channel-type.hydrawise.probabilityofprecipitation.label = Probability Of Precipitation
channel-type.hydrawise.probabilityofprecipitation.description = Probability of precipitation percentage
channel-type.hydrawise.run.label = Run Zones
channel-type.hydrawise.run.description = Run or stop zones for the default time.
channel-type.hydrawise.runcustom.label = Run Zones With Custom Duration
channel-type.hydrawise.runcustom.description = Run zones now for a custom duration
channel-type.hydrawise.starttime.label = Start Time
channel-type.hydrawise.starttime.description = Next zone start time
channel-type.hydrawise.summary.label = Status Summary
channel-type.hydrawise.summary.description = Status summary
channel-type.hydrawise.suspend.label = Suspend Zones
channel-type.hydrawise.suspend.description = Suspends or resumes zones
channel-type.hydrawise.suspenduntil.label = Suspend Zones
channel-type.hydrawise.suspenduntil.description = Suspends zones until this date
channel-type.hydrawise.temperaturehigh.label = High temperature
channel-type.hydrawise.temperaturehigh.description = High temperature
channel-type.hydrawise.temperaturelow.label = Low Temperature
channel-type.hydrawise.temperaturelow.description = Low Temperature
channel-type.hydrawise.time.label = Forecast Time
channel-type.hydrawise.time.description = Forecast date and time
channel-type.hydrawise.timeleft.label = Time Left Seconds
channel-type.hydrawise.timeleft.description = Time left that zone will run for
channel-type.hydrawise.type.label = Type
channel-type.hydrawise.type.description = Zone Type
channel-type.hydrawise.type.label = Type
channel-type.hydrawise.type.description = Sensor type
channel-type.hydrawise.waterflow.label = Water Flow
channel-type.hydrawise.waterflow.description = Sensor water flow
channel-type.hydrawise.wind.label = Wind Speed
channel-type.hydrawise.wind.description = Wind speed

View File

@ -0,0 +1,63 @@
# binding
binding.hyperion.name = Hyperion Binding
binding.hyperion.description = This binding integrates openHAB with the Hyperion ambient lighting software.
# thing types
thing-type.hyperion.serverNG.label = Hyperion.ng Server
thing-type.hyperion.serverNG.description = This is a Hyperion.ng server
thing-type.hyperion.serverV1.label = Hyperion Server
thing-type.hyperion.serverV1.description = This is a Hyperion server
# thing types config
thing-type.config.hyperion.serverNG.host.label = Host Address
thing-type.config.hyperion.serverNG.host.description = The host address of the Hyperion server JSON API.
thing-type.config.hyperion.serverNG.origin.label = Origin
thing-type.config.hyperion.serverNG.origin.description = The origin used on color and effect commands.
thing-type.config.hyperion.serverNG.poll_frequency.label = Polling Frequency
thing-type.config.hyperion.serverNG.poll_frequency.description = How often (in seconds) to poll the Hyperion server for value changes.
thing-type.config.hyperion.serverNG.port.label = Port
thing-type.config.hyperion.serverNG.port.description = The port of the Hyperion server JSON API.
thing-type.config.hyperion.serverNG.priority.label = Priority
thing-type.config.hyperion.serverNG.priority.description = The priority associated with updates sent to the Hyperion server.
thing-type.config.hyperion.serverV1.host.label = Host Address
thing-type.config.hyperion.serverV1.host.description = The host address of the Hyperion server JSON API.
thing-type.config.hyperion.serverV1.poll_frequency.label = Polling Frequency
thing-type.config.hyperion.serverV1.poll_frequency.description = How often (in seconds) to poll the Hyperion server for value changes.
thing-type.config.hyperion.serverV1.port.label = Port
thing-type.config.hyperion.serverV1.port.description = The port of the Hyperion server JSON API.
thing-type.config.hyperion.serverV1.priority.label = Priority
thing-type.config.hyperion.serverV1.priority.description = The priority associated with updates sent to the Hyperion server.
# channel types
channel-type.hyperion.blackborder.label = Black Border
channel-type.hyperion.blackborder.description = Shows the current state of the black border component and allows the black border component to be enabled or disabled
channel-type.hyperion.boblightserver.label = UDP Listener
channel-type.hyperion.boblightserver.description = Shows the current state of the Boblight server component and allows the Boblight server component to be enabled or disabled
channel-type.hyperion.brightness.label = Brightness
channel-type.hyperion.brightness.description = Sets the brightness of the LEDs
channel-type.hyperion.clear.label = Clear Priority
channel-type.hyperion.clear.description = Clears the given Hyperion priority
channel-type.hyperion.color.label = Color
channel-type.hyperion.color.description = Sets the color effect of the LEDs
channel-type.hyperion.effect.label = Effect
channel-type.hyperion.effect.description = Sets the effect of the LEDs
channel-type.hyperion.enabled.label = Enabled
channel-type.hyperion.enabled.description = Shows whether Hyperion is currently enabled or not and allows enabling or disabling of Hyperion
channel-type.hyperion.forwarder.label = Forwarder
channel-type.hyperion.forwarder.description = Shows the current state of the forwarder component and allows the forwarder component to be enabled or disabled
channel-type.hyperion.grabber.label = Grabber
channel-type.hyperion.grabber.description = Shows the current state of the grabber component and allows the grabber component to be enabled or disabled
channel-type.hyperion.kodichecker.label = Kodi Checker
channel-type.hyperion.kodichecker.description = Shows the current state of the Kodi checker component and allows the Kodi checker component to be enabled or disabled
channel-type.hyperion.leddevice.label = LED Device
channel-type.hyperion.leddevice.description = Shows the current state of the LED component and allows the LED component to be enabled or disabled
channel-type.hyperion.smoothing.label = Smoothing
channel-type.hyperion.smoothing.description = Shows the current state of the smoothing component and allows the smoothing component to be enabled or disabled
channel-type.hyperion.udplistener.label = UDP Listener
channel-type.hyperion.udplistener.description = Shows the current state of the UDP listener component and allows the UDP listener component to be enabled or disabled
channel-type.hyperion.v4l.label = V4L Device
channel-type.hyperion.v4l.description = Shows the current state of the v4l component and allows the v4l component to be enabled or disabled

View File

@ -0,0 +1,60 @@
# binding
binding.iammeter.name = Iammeter Binding
binding.iammeter.description = The Iammeter binding pull your Iammeter power meter data from LAN.
# thing types
thing-type.iammeter.powermeter.label = Iammeter Power Meter 3162/3080
thing-type.iammeter.powermeter.description = Single phase PowerMeter for Iammeter Binding
thing-type.iammeter.powermeter3080T.label = Iammeter Power Meter 3080T
thing-type.iammeter.powermeter3080T.description = 3 phases PowerMeter for Iammeter 3080T Binding
thing-type.iammeter.powermeter3080T.group.powerPhaseA.label = Power Phase A
thing-type.iammeter.powermeter3080T.group.powerPhaseA.description = Power phase 1 for Iammeter device
thing-type.iammeter.powermeter3080T.group.powerPhaseB.label = Power Phase B
thing-type.iammeter.powermeter3080T.group.powerPhaseB.description = Power phase 2 for Iammeter device
thing-type.iammeter.powermeter3080T.group.powerPhaseC.label = Power Phase C
thing-type.iammeter.powermeter3080T.group.powerPhaseC.description = Power phase 3 for Iammeter device
# thing types config
thing-type.config.iammeter.powermeter.host.label = Device's IP Address
thing-type.config.iammeter.powermeter.host.description = IP address for your device
thing-type.config.iammeter.powermeter.password.label = Password
thing-type.config.iammeter.powermeter.password.description = password to access device
thing-type.config.iammeter.powermeter.port.label = Device's Port
thing-type.config.iammeter.powermeter.port.description = Port
thing-type.config.iammeter.powermeter.refreshInterval.label = Refresh interval in seconds
thing-type.config.iammeter.powermeter.username.label = User Name
thing-type.config.iammeter.powermeter.username.description = User name to access device
# channel group types
channel-group-type.iammeter.powerPhaseGroup.label = Power Phase
# channel types
channel-type.iammeter.current.label = Current
channel-type.iammeter.current.description = current for phase A
channel-type.iammeter.current.label = Current
channel-type.iammeter.current.description = current for phase A
channel-type.iammeter.exportgrid.label = Exportgrid
channel-type.iammeter.exportgrid.description = exportgrid for phase A
channel-type.iammeter.exportgrid.label = Exportgrid
channel-type.iammeter.exportgrid.description = exportgrid for phase A
channel-type.iammeter.frequency.label = Frequency
channel-type.iammeter.frequency.description = frequency for phase A
channel-type.iammeter.importenergy.label = ImportEnergy
channel-type.iammeter.importenergy.description = importenergy for phase A
channel-type.iammeter.importenergy.label = ImportEnergy
channel-type.iammeter.importenergy.description = importenergy for phase A
channel-type.iammeter.pf.label = Power Factor
channel-type.iammeter.pf.description = power factor for phase A
channel-type.iammeter.power.label = Power
channel-type.iammeter.power.description = power for phase A
channel-type.iammeter.power.label = Power
channel-type.iammeter.power.description = power for phase A
channel-type.iammeter.voltage.label = Voltage
channel-type.iammeter.voltage.description = voltage for phase A
channel-type.iammeter.voltage.label = Voltage
channel-type.iammeter.voltage.description = voltage for phase A

View File

@ -0,0 +1,165 @@
# binding
binding.iaqualink.name = iAquaLink Binding
binding.iaqualink.description = This is the binding for a iAquaLink pool controller.
# thing types
thing-type.iaqualink.controller.label = iAquaLink Pool Controller
thing-type.iaqualink.controller.description = A iAquaLink pool control thing represents a iAquaLink pool controller for Jandy/Zodiac systems
thing-type.iaqualink.controller.channel.air_temp.label = Air Temperature
thing-type.iaqualink.controller.channel.air_temp.description = The current outside temperature
thing-type.iaqualink.controller.channel.cover_pool.label = Cover Pool
thing-type.iaqualink.controller.channel.cover_pool.description = Pool covering
thing-type.iaqualink.controller.channel.freeze_protection.label = Freeze Protection
thing-type.iaqualink.controller.channel.freeze_protection.description = Freeze protection
thing-type.iaqualink.controller.channel.orp.label = Orp
thing-type.iaqualink.controller.channel.orp.description = Orp
thing-type.iaqualink.controller.channel.ph.label = PH
thing-type.iaqualink.controller.channel.ph.description = PH
thing-type.iaqualink.controller.channel.pool_heater.label = Pool Heater Switch
thing-type.iaqualink.controller.channel.pool_heater.description = Pool heater Switch
thing-type.iaqualink.controller.channel.pool_heater_status.label = Pool Heater Status
thing-type.iaqualink.controller.channel.pool_heater_status.description = Pool heater status
thing-type.iaqualink.controller.channel.pool_pump.label = Pool Pump
thing-type.iaqualink.controller.channel.pool_pump.description = Pool pump
thing-type.iaqualink.controller.channel.pool_salinity.label = Pool Salinity
thing-type.iaqualink.controller.channel.pool_salinity.description = Pool Salinity
thing-type.iaqualink.controller.channel.pool_set_point.label = Pool Setpoint
thing-type.iaqualink.controller.channel.pool_set_point.description = The pool setpoint
thing-type.iaqualink.controller.channel.pool_temp.label = Pool Temperature
thing-type.iaqualink.controller.channel.pool_temp.description = The current temperature of the pool
thing-type.iaqualink.controller.channel.solar_heater.label = Solar Heater Switch
thing-type.iaqualink.controller.channel.solar_heater.description = Solar heater switch
thing-type.iaqualink.controller.channel.solar_heater_status.label = Solar Heater Status
thing-type.iaqualink.controller.channel.solar_heater_status.description = Solar heater status
thing-type.iaqualink.controller.channel.spa_heater.label = Spa Heater Switch
thing-type.iaqualink.controller.channel.spa_heater.description = Spa heater switch
thing-type.iaqualink.controller.channel.spa_heater_status.label = Spa Heater Status
thing-type.iaqualink.controller.channel.spa_heater_status.description = Spa heater status
thing-type.iaqualink.controller.channel.spa_pump.label = Spa Pump
thing-type.iaqualink.controller.channel.spa_pump.description = Spa pump
thing-type.iaqualink.controller.channel.spa_salinity.label = Spa Salinity
thing-type.iaqualink.controller.channel.spa_salinity.description = Spa Salinity
thing-type.iaqualink.controller.channel.spa_set_point.label = Spa Setpoint
thing-type.iaqualink.controller.channel.spa_set_point.description = The spa setpoint
thing-type.iaqualink.controller.channel.spa_temp.label = Spa Temperature
thing-type.iaqualink.controller.channel.spa_temp.description = The current temperature of the spa
# thing types config
thing-type.config.iaqualink.controller.apiKey.label = API Key
thing-type.config.iaqualink.controller.apiKey.description = Optionally specify the API key used for access. This is only useful for debugging or if the API key is changed by the vendor
thing-type.config.iaqualink.controller.password.label = Password
thing-type.config.iaqualink.controller.password.description = The password to use when connecting to a iAqualink Account
thing-type.config.iaqualink.controller.refresh.label = Refresh Interval
thing-type.config.iaqualink.controller.refresh.description = Specifies the refresh interval in seconds
thing-type.config.iaqualink.controller.serialId.label = Serial Number
thing-type.config.iaqualink.controller.serialId.description = Optionally specify the serial number of the controller which can be found on the iAquaLink Owner's Center. This is only useful if you have more then one controller (pool) associated with your account. Leave blank to have the first controller used.
thing-type.config.iaqualink.controller.userName.label = User Name
thing-type.config.iaqualink.controller.userName.description = The user name to use when connecting to a iAqualink Account
# channel types
channel-type.iaqualink.aux-dimmer.label = Auxiliary Dimmer
channel-type.iaqualink.aux-dimmer.description = The current state of auxiliary channel
channel-type.iaqualink.aux-hayward.label = Hayward Universal Lighting
channel-type.iaqualink.aux-hayward.description = Hayward Universal Lighting Channel
channel-type.iaqualink.aux-hayward.state.option.off = Off
channel-type.iaqualink.aux-hayward.state.option.on = On
channel-type.iaqualink.aux-hayward.state.option.1 = Voodoo Lounge
channel-type.iaqualink.aux-hayward.state.option.2 = Deep Blue Sea
channel-type.iaqualink.aux-hayward.state.option.3 = Afternoon Skies
channel-type.iaqualink.aux-hayward.state.option.4 = Emerald
channel-type.iaqualink.aux-hayward.state.option.5 = Sangria
channel-type.iaqualink.aux-hayward.state.option.6 = Cloud White
channel-type.iaqualink.aux-hayward.state.option.7 = Twilight
channel-type.iaqualink.aux-hayward.state.option.8 = Tranquility
channel-type.iaqualink.aux-hayward.state.option.9 = Gemstone
channel-type.iaqualink.aux-hayward.state.option.10 = USA!
channel-type.iaqualink.aux-hayward.state.option.11 = Mardi Gras
channel-type.iaqualink.aux-hayward.state.option.12 = Cool Caberet
channel-type.iaqualink.aux-jandycolor.label = Jandy Color Lighting
channel-type.iaqualink.aux-jandycolor.description = Jandy Color Lighting Channel
channel-type.iaqualink.aux-jandycolor.state.option.off = Off
channel-type.iaqualink.aux-jandycolor.state.option.on = On
channel-type.iaqualink.aux-jandycolor.state.option.1 = Alpine White
channel-type.iaqualink.aux-jandycolor.state.option.2 = Sky Blue
channel-type.iaqualink.aux-jandycolor.state.option.3 = Cobalt Blue
channel-type.iaqualink.aux-jandycolor.state.option.4 = Caribbean Blue
channel-type.iaqualink.aux-jandycolor.state.option.5 = Spring Green
channel-type.iaqualink.aux-jandycolor.state.option.6 = Emerald Green
channel-type.iaqualink.aux-jandycolor.state.option.7 = Emerald Rose
channel-type.iaqualink.aux-jandycolor.state.option.8 = Magenta
channel-type.iaqualink.aux-jandycolor.state.option.9 = Garnet Red
channel-type.iaqualink.aux-jandycolor.state.option.10 = Violet
channel-type.iaqualink.aux-jandycolor.state.option.11 = Color Splash
channel-type.iaqualink.aux-jandyled.label = Jandy Led Water Colors Lighting
channel-type.iaqualink.aux-jandyled.description = Jandy Led Water Colors Lighting Channel
channel-type.iaqualink.aux-jandyled.state.option.off = Off
channel-type.iaqualink.aux-jandyled.state.option.on = On
channel-type.iaqualink.aux-jandyled.state.option.1 = Alpine White
channel-type.iaqualink.aux-jandyled.state.option.2 = Sky Blue
channel-type.iaqualink.aux-jandyled.state.option.3 = Cobalt Blue
channel-type.iaqualink.aux-jandyled.state.option.4 = Caribbean Blue
channel-type.iaqualink.aux-jandyled.state.option.5 = Spring Green
channel-type.iaqualink.aux-jandyled.state.option.6 = Emerald Green
channel-type.iaqualink.aux-jandyled.state.option.7 = Emerald Rose
channel-type.iaqualink.aux-jandyled.state.option.8 = Magenta
channel-type.iaqualink.aux-jandyled.state.option.9 = Violet
channel-type.iaqualink.aux-jandyled.state.option.10 = Slow Splash
channel-type.iaqualink.aux-jandyled.state.option.11 = Fast Splash
channel-type.iaqualink.aux-jandyled.state.option.12 = USA!!!
channel-type.iaqualink.aux-jandyled.state.option.13 = Fat Tuesday
channel-type.iaqualink.aux-jandyled.state.option.14 = Disco Tech
channel-type.iaqualink.aux-pentairib.label = Pentair intelliBrite Lighting
channel-type.iaqualink.aux-pentairib.description = Pentair intelliBrite Lighting Channel
channel-type.iaqualink.aux-pentairib.state.option.off = Off
channel-type.iaqualink.aux-pentairib.state.option.on = On
channel-type.iaqualink.aux-pentairib.state.option.1 = SAM
channel-type.iaqualink.aux-pentairib.state.option.2 = Party
channel-type.iaqualink.aux-pentairib.state.option.3 = Romance
channel-type.iaqualink.aux-pentairib.state.option.4 = Caribbean
channel-type.iaqualink.aux-pentairib.state.option.5 = American
channel-type.iaqualink.aux-pentairib.state.option.6 = Cal Sunset
channel-type.iaqualink.aux-pentairib.state.option.7 = Royal
channel-type.iaqualink.aux-pentairib.state.option.8 = Blue
channel-type.iaqualink.aux-pentairib.state.option.9 = Green
channel-type.iaqualink.aux-pentairib.state.option.10 = Red
channel-type.iaqualink.aux-pentairib.state.option.11 = White
channel-type.iaqualink.aux-pentairib.state.option.12 = Magenta
channel-type.iaqualink.aux-pentairib.state.option.13 = Hold
channel-type.iaqualink.aux-pentairib.state.option.14 = Recall
channel-type.iaqualink.aux-pentairsam.label = Pentair SAm/SAL Lighting
channel-type.iaqualink.aux-pentairsam.description = Pentair SAm/SAL Lighting Channel
channel-type.iaqualink.aux-pentairsam.state.option.off = Off
channel-type.iaqualink.aux-pentairsam.state.option.on = On
channel-type.iaqualink.aux-pentairsam.state.option.1 = White
channel-type.iaqualink.aux-pentairsam.state.option.2 = Light Green
channel-type.iaqualink.aux-pentairsam.state.option.3 = Green
channel-type.iaqualink.aux-pentairsam.state.option.4 = Cyan
channel-type.iaqualink.aux-pentairsam.state.option.5 = Blue
channel-type.iaqualink.aux-pentairsam.state.option.6 = Lavender
channel-type.iaqualink.aux-pentairsam.state.option.7 = Magenta
channel-type.iaqualink.aux-pentairsam.state.option.8 = Light Magenta
channel-type.iaqualink.aux-pentairsam.state.option.9 = Color Splash
channel-type.iaqualink.aux-switch.label = Auxiliary Switch
channel-type.iaqualink.aux-switch.description = The current state of auxiliary channel
channel-type.iaqualink.chemical.label = Chemical
channel-type.iaqualink.equipment-heater.label = Heater
channel-type.iaqualink.equipment-heater.description = The current state of the heater
channel-type.iaqualink.equipment-heater.state.option.off = Off
channel-type.iaqualink.equipment-heater.state.option.heating = Heating
channel-type.iaqualink.equipment-heater.state.option.enabled = Enabled
channel-type.iaqualink.equipment-switch.label = Equipment Switch
channel-type.iaqualink.equipment-switch.description = The current state of a equipment switch
channel-type.iaqualink.onetouch.label = OneTouch
channel-type.iaqualink.onetouch.description = OneTouch commands
channel-type.iaqualink.setpoint.label = Setpoint
channel-type.iaqualink.status.label = Status
channel-type.iaqualink.status.description = The status of the iAqualink connection
channel-type.iaqualink.system_type.label = System Type
channel-type.iaqualink.system_type.description = System Type
channel-type.iaqualink.temperature.label = Temperature
channel-type.iaqualink.temperature_scale.label = Temperature Units
channel-type.iaqualink.temperature_scale.description = The selected units for temperature (C or F)

View File

@ -0,0 +1,138 @@
# binding
binding.ihc.name = IHC / ELKO Binding
binding.ihc.description = Binding to communicate IHC / ELKO controller
# thing types
thing-type.ihc.controller.label = IHC / ELKO Controller
# thing types config
thing-type.config.ihc.controller.createChannelsAutomatically.label = Create Channels Automatically
thing-type.config.ihc.controller.createChannelsAutomatically.description = Create channels automatically from project file. Project file loading parameter should be enabled as well.
thing-type.config.ihc.controller.hostname.label = Network Address
thing-type.config.ihc.controller.hostname.description = Network/IP address of the IHC / ELKO controller without https prefix, but can contain TCP port if default port is not used
thing-type.config.ihc.controller.loadProjectFile.label = Load Project File
thing-type.config.ihc.controller.loadProjectFile.description = Load project file from controller.
thing-type.config.ihc.controller.password.label = Password
thing-type.config.ihc.controller.password.description = Password to login to the IHC / ELKO controller.
thing-type.config.ihc.controller.timeout.label = Timeout
thing-type.config.ihc.controller.timeout.description = Timeout to communicate to IHC / ELKO controller.
thing-type.config.ihc.controller.tlsVersion.label = TLS version
thing-type.config.ihc.controller.tlsVersion.description = TLS version used for controller communication. Choose TLSv1 for older firmware versions and TLSv1.2 for never versions (since fall 2021). Auto mode try to recognize correct version.
thing-type.config.ihc.controller.tlsVersion.option.TLSv1 = TLSv1
thing-type.config.ihc.controller.tlsVersion.option.TLSv1.2 = TLSv1.2
thing-type.config.ihc.controller.tlsVersion.option.AUTO = Auto
thing-type.config.ihc.controller.username.label = User Name
thing-type.config.ihc.controller.username.description = User name to login to the IHC / ELKO controller.
# channel types
channel-type.ihc.contact.label = Generic Contact
channel-type.ihc.contact.description = Generic contact channel
channel-type.ihc.controller-state.label = Controller State
channel-type.ihc.controller-state.description = Displays IHC / ELKO controller state
channel-type.ihc.controller-time.label = Controller Date and Time
channel-type.ihc.controller-time.description = Displays IHC / ELKO controller date and time
channel-type.ihc.controller-uptime.label = Controller Uptime
channel-type.ihc.controller-uptime.description = Displays IHC / ELKO controller uptime in seconds
channel-type.ihc.datetime.label = Generic Datetime
channel-type.ihc.datetime.description = Generic datetime channel
channel-type.ihc.dimmer.label = Generic Dimmer
channel-type.ihc.dimmer.description = Generic dimmer channel
channel-type.ihc.number.label = Generic Number
channel-type.ihc.number.description = Generic number channel
channel-type.ihc.push-button-trigger.label = Push Button Trigger Channel
channel-type.ihc.rf-device-low-battery.label = RF Device Low Battery Warning
channel-type.ihc.rf-device-low-battery.description = RF device low battery warning.
channel-type.ihc.rf-device-signal-strength.label = RF Device Signal Strength
channel-type.ihc.rf-device-signal-strength.description = RF device signal strength.
channel-type.ihc.rf-device-signal-strength.state.option.0 = No signal
channel-type.ihc.rf-device-signal-strength.state.option.1 = Weak
channel-type.ihc.rf-device-signal-strength.state.option.2 = Average
channel-type.ihc.rf-device-signal-strength.state.option.3 = Good
channel-type.ihc.rf-device-signal-strength.state.option.4 = Excellent
channel-type.ihc.rollershutter.label = Generic Roller Shutter
channel-type.ihc.rollershutter.description = Generic roller shutter channel
channel-type.ihc.string.label = Generic String
channel-type.ihc.string.description = Generic string channel
channel-type.ihc.switch.label = Generic Switch
channel-type.ihc.switch.description = Generic switch channel
# channel types config
channel-type.config.ihc.contact.inverted.label = Inverted Signal
channel-type.config.ihc.contact.inverted.description = openHAB state is inverted compared to IHC output/input signal
channel-type.config.ihc.contact.resourceId.label = Resource Id
channel-type.config.ihc.datetime.commandToReact.label = Command to React
channel-type.config.ihc.datetime.commandToReact.description = Command to react. If not defined, channel react to all commands.
channel-type.config.ihc.datetime.direction.label = Channel Direction
channel-type.config.ihc.datetime.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
channel-type.config.ihc.datetime.direction.option.ReadWrite = Read Write
channel-type.config.ihc.datetime.direction.option.WriteOnly = Write only
channel-type.config.ihc.datetime.direction.option.ReadOnly = Read only
channel-type.config.ihc.datetime.pulseWidth.label = Pulse Width
channel-type.config.ihc.datetime.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
channel-type.config.ihc.datetime.resourceId.label = Resource Id
channel-type.config.ihc.dimmer.commandToReact.label = Command to React
channel-type.config.ihc.dimmer.commandToReact.description = Command to react. If not defined, channel react to all commands.
channel-type.config.ihc.dimmer.direction.label = Channel Direction
channel-type.config.ihc.dimmer.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
channel-type.config.ihc.dimmer.direction.option.ReadWrite = Read Write
channel-type.config.ihc.dimmer.direction.option.WriteOnly = Write only
channel-type.config.ihc.dimmer.direction.option.ReadOnly = Read only
channel-type.config.ihc.dimmer.onLevel.label = ON Command Level
channel-type.config.ihc.dimmer.onLevel.description = If defined, binding use this level when ON command is received rather than resource maximum value. Level is anyhow limited to resource maximum value.
channel-type.config.ihc.dimmer.pulseWidth.label = Pulse Width
channel-type.config.ihc.dimmer.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
channel-type.config.ihc.dimmer.resourceId.label = Resource Id
channel-type.config.ihc.number.commandToReact.label = Command to React
channel-type.config.ihc.number.commandToReact.description = Command to react. If not defined, channel react to all commands.
channel-type.config.ihc.number.direction.label = Channel Direction
channel-type.config.ihc.number.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
channel-type.config.ihc.number.direction.option.ReadWrite = Read Write
channel-type.config.ihc.number.direction.option.WriteOnly = Write only
channel-type.config.ihc.number.direction.option.ReadOnly = Read only
channel-type.config.ihc.number.pulseWidth.label = Pulse Width
channel-type.config.ihc.number.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
channel-type.config.ihc.number.resourceId.label = Resource Id
channel-type.config.ihc.push-button-trigger.longPressTime.label = Long Press Time
channel-type.config.ihc.push-button-trigger.longPressTime.description = Long press time in milliseconds.
channel-type.config.ihc.push-button-trigger.resourceId.label = Resource Id
channel-type.config.ihc.rf-device-low-battery.serialNumber.label = RF Device Serial Number
channel-type.config.ihc.rf-device-low-battery.serialNumber.description = Serial Number of RF device in decimal format.
channel-type.config.ihc.rf-device-signal-strength.serialNumber.label = RF Device Serial Number
channel-type.config.ihc.rf-device-signal-strength.serialNumber.description = Serial number of RF device in decimal format.
channel-type.config.ihc.rollershutter.commandToReact.label = Command to React
channel-type.config.ihc.rollershutter.commandToReact.description = Command to react. If not defined, channel react to all commands.
channel-type.config.ihc.rollershutter.direction.label = Channel Direction
channel-type.config.ihc.rollershutter.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
channel-type.config.ihc.rollershutter.direction.option.ReadWrite = Read Write
channel-type.config.ihc.rollershutter.direction.option.WriteOnly = Write only
channel-type.config.ihc.rollershutter.direction.option.ReadOnly = Read only
channel-type.config.ihc.rollershutter.pulseWidth.label = Pulse Width
channel-type.config.ihc.rollershutter.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
channel-type.config.ihc.rollershutter.resourceId.label = Resource Id
channel-type.config.ihc.string.commandToReact.label = Command to React
channel-type.config.ihc.string.commandToReact.description = Command to react. If not defined, channel react to all commands.
channel-type.config.ihc.string.direction.label = Channel Direction
channel-type.config.ihc.string.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
channel-type.config.ihc.string.direction.option.ReadWrite = Read Write
channel-type.config.ihc.string.direction.option.WriteOnly = Write only
channel-type.config.ihc.string.direction.option.ReadOnly = Read only
channel-type.config.ihc.string.pulseWidth.label = Pulse Width
channel-type.config.ihc.string.pulseWidth.description = If defined, binding send pulse rather than command value to IHC controller.
channel-type.config.ihc.string.resourceId.label = Resource Id
channel-type.config.ihc.switch.commandToReact.label = Command to React
channel-type.config.ihc.switch.commandToReact.description = Command to react. If not defined, channel react to all commands.
channel-type.config.ihc.switch.direction.label = Channel Direction
channel-type.config.ihc.switch.direction.description = Direction of the channel. By default, channel is synchronized in both directions.
channel-type.config.ihc.switch.direction.option.ReadWrite = Read Write
channel-type.config.ihc.switch.direction.option.WriteOnly = Write only
channel-type.config.ihc.switch.direction.option.ReadOnly = Read only
channel-type.config.ihc.switch.inverted.label = Inverted Signal
channel-type.config.ihc.switch.inverted.description = openHAB state is inverted compared to IHC output/input signal
channel-type.config.ihc.switch.pulseWidth.label = Pulse Width
channel-type.config.ihc.switch.pulseWidth.description = Pulse width in milliseconds. If defined, binding send pulse rather than command value to IHC controller.
channel-type.config.ihc.switch.resourceId.label = Resource Id

View File

@ -0,0 +1,157 @@
# binding
binding.innogysmarthome.name = innogy SmartHome Binding
binding.innogysmarthome.description = The innogy SmartHome binding integrates your innogy SmartHome system.
# thing types
thing-type.innogysmarthome.AnalogMeter.label = Analog Meter
thing-type.innogysmarthome.AnalogMeter.description = The Analog Meter from the innogy EnergyControl product.
thing-type.innogysmarthome.BRC8.label = Basic Remote Controller (BRC8)
thing-type.innogysmarthome.BRC8.description = A battery powered remote controller with eight push buttons.
thing-type.innogysmarthome.BT-PSS.label = Bluetooth Pluggable Smart Switch (BT-PSS)
thing-type.innogysmarthome.BT-PSS.description = A pluggable switch that can be switched on and off and which can measure the current energy consumption.
thing-type.innogysmarthome.GenerationMeter.label = Generation Meter
thing-type.innogysmarthome.GenerationMeter.description = The Generation Meter from the innogy PowerControlSolar product, that measures the generated energy.
thing-type.innogysmarthome.ISC2.label = In Wall Smart Controller (ISC2)
thing-type.innogysmarthome.ISC2.description = A smart controller with two push buttons.
thing-type.innogysmarthome.ISD2.label = In Wall Smart Dimmer (ISD2)
thing-type.innogysmarthome.ISD2.description = An in wall dimmer with push buttons.
thing-type.innogysmarthome.ISR2.label = In Wall Smart Roller Shutter (ISR2)
thing-type.innogysmarthome.ISR2.description = An in wall rollershutter with two push buttons.
thing-type.innogysmarthome.ISS2.label = In Wall Smart Switch (ISS2)
thing-type.innogysmarthome.ISS2.description = An in wall switch with push buttons that can be switched on and off.
thing-type.innogysmarthome.PSD.label = Pluggable Smart Dimmer (PSD)
thing-type.innogysmarthome.PSD.description = A pluggable dimmer.
thing-type.innogysmarthome.PSS.label = Pluggable Smart Switch (PSS)
thing-type.innogysmarthome.PSS.description = A pluggable switch that can be switched on and off.
thing-type.innogysmarthome.PSSO.label = Pluggable Smart Switch Outdoor (PSSO)
thing-type.innogysmarthome.PSSO.description = A pluggable outdoor switch that can be switched on and off.
thing-type.innogysmarthome.RST.label = Radiator Mounted Smart Thermostat (RST)
thing-type.innogysmarthome.RST.description = A thermostat, that supports setting the temperature and measuring the current temperature and humidity.
thing-type.innogysmarthome.RST2.label = Radiator Mounted Smart Thermostat (RST2)
thing-type.innogysmarthome.RST2.description = A thermostat, that supports setting the temperature and measuring the current temperature and humidity (2 battery version since 2018)
thing-type.innogysmarthome.SmartMeter.label = Smart Meter
thing-type.innogysmarthome.SmartMeter.description = The Smart Meter from the innogy PowerControl product.
thing-type.innogysmarthome.TwoWayMeter.label = Two-Way-Meter
thing-type.innogysmarthome.TwoWayMeter.description = The Two-Way-Meter from the innogy PowerControlSolar product.
thing-type.innogysmarthome.VariableActuator.label = Variable Actuator
thing-type.innogysmarthome.VariableActuator.description = A variable from the innogy SmartHome System that can be switched on and off.
thing-type.innogysmarthome.WDS.label = Wall Mounted Door/Window Sensor (WDS)
thing-type.innogysmarthome.WDS.description = A window/door sensor, that provides the open/close state.
thing-type.innogysmarthome.WMD.label = Wall Mounted Motion Detector Indoor (WMD)
thing-type.innogysmarthome.WMD.description = A battery powered motion detector, that also measures luminance.
thing-type.innogysmarthome.WMDO.label = Wall Mounted Motion Detector Outdoor (WMDO)
thing-type.innogysmarthome.WMDO.description = A battery powered motion detector for outdoors, that also measures luminance.
thing-type.innogysmarthome.WRT.label = Wall Mounted Room Thermostat (WRT)
thing-type.innogysmarthome.WRT.description = A wall thermostat, that supports setting the temperature and measuring the current temperature and humidity.
thing-type.innogysmarthome.WSC2.label = Wall Mounted Smart Controller (WSC2)
thing-type.innogysmarthome.WSC2.description = A battery powered smart controller with two push buttons.
thing-type.innogysmarthome.WSD.label = Wall Mounted Smoke Detector (WSD)
thing-type.innogysmarthome.WSD.description = A battery powered smoke detector sensor with integrated alarm (first version).
thing-type.innogysmarthome.WSD2.label = Wall Mounted Smoke Detector (WSD2)
thing-type.innogysmarthome.WSD2.description = A battery powered smoke detector sensor with integrated alarm (2nd version with long-life battery).
thing-type.innogysmarthome.bridge.label = innogy SmartHome Controller
thing-type.innogysmarthome.bridge.description = The innogy SmartHome Controller (SHC) is the bridge for the innogy SmartHome System.
# thing types config
thing-type.config.innogysmarthome.bridge.authcode.label = Authorization Code
thing-type.config.innogysmarthome.bridge.authcode.description = The auth-code is a one-time code needed to retrieve the necessary access-codes from innogy SmartHome Service. <b>Please go - depending on your brand - to...</b> <ul> <li><b>innogy SmartHome Portal</b>: https://auth.services-smarthome.de/AUTH/authorize?response_type=code&client_id=24635748&redirect_uri=https%3A%2F%2Fwww.openhab.org%2Foauth%2Finnogy%2Finnogy-smarthome.html&scope&lang=de-DE</li> </ul> <b>... to generate an auth-code and paste it here</b>. After initial authorization, this code is not needed anymore.
thing-type.config.innogysmarthome.bridge.brand.label = Brand
thing-type.config.innogysmarthome.bridge.brand.description = Choose the brand of your innogy SmartHome based solution.
thing-type.config.innogysmarthome.bridge.brand.option.innogy_smarthome = innogy SmartHome
thing-type.config.innogysmarthome.bridge.group.advanced.label = Advanced Configuration
thing-type.config.innogysmarthome.bridge.group.advanced.description = Advanced parameters, for special tweaking only.
thing-type.config.innogysmarthome.bridge.group.connection.label = Connection
thing-type.config.innogysmarthome.bridge.group.connection.description = Parameters for connecting to innogy SmartHome Controller (SHC)
thing-type.config.innogysmarthome.bridge.websocketidletimeout.label = WebSocket Idle Timeout in Seconds
thing-type.config.innogysmarthome.bridge.websocketidletimeout.description = The WebSocket is the connection to the innogy service that listens to status updates. If no data is received over the websocket connection for the given time, the websocket will reconnect. 0 will disable the idle timeout. Default is 900 seconds (15 minutes).
thing-type.config.innogysmarthome.config.id.label = ID
thing-type.config.innogysmarthome.config.id.description = The identifier uniquely identifies this device.
# channel types
channel-type.innogysmarthome.AbsoluteEnergyConsumption.label = Total Consumption
channel-type.innogysmarthome.AbsoluteEnergyConsumption.description = The absolute Energy consumption
channel-type.innogysmarthome.AlarmActuator.label = Alarm
channel-type.innogysmarthome.AlarmActuator.description = Switches the alarm on/off
channel-type.innogysmarthome.BooleanStateActuator.label = Switch
channel-type.innogysmarthome.BooleanStateActuator.description = Switches the state on/off
channel-type.innogysmarthome.CPUUsage.label = CPU Usage
channel-type.innogysmarthome.CPUUsage.description = The CPU usage of SHC-A, updated every 5 minutes
channel-type.innogysmarthome.DimmerActuator.label = Dimmer
channel-type.innogysmarthome.DimmerActuator.description = Dimms the connected light
channel-type.innogysmarthome.DiskUsage.label = Disk Usage
channel-type.innogysmarthome.DiskUsage.description = The disk usage of SHC-A, updated every 5 minutes
channel-type.innogysmarthome.EnergyConsumptionDayEuro.label = Consumption Costs (day)
channel-type.innogysmarthome.EnergyConsumptionDayEuro.description = The energy consumption per day in Euro
channel-type.innogysmarthome.EnergyConsumptionDayKWh.label = Consumption (day)
channel-type.innogysmarthome.EnergyConsumptionDayKWh.description = The energy consumption per day in kWh
channel-type.innogysmarthome.EnergyConsumptionMonthEuro.label = Consumption Costs (month)
channel-type.innogysmarthome.EnergyConsumptionMonthEuro.description = The energy consumption per month in Euro
channel-type.innogysmarthome.EnergyConsumptionMonthKWh.label = Consumption (month)
channel-type.innogysmarthome.EnergyConsumptionMonthKWh.description = The energy consumption per month in kWh
channel-type.innogysmarthome.EnergyFeedDayEuro.label = Feed Income (day)
channel-type.innogysmarthome.EnergyFeedDayEuro.description = The energy feed per day in Euro
channel-type.innogysmarthome.EnergyFeedDayKWh.label = Feed (day)
channel-type.innogysmarthome.EnergyFeedDayKWh.description = The energy feed per day in kWh
channel-type.innogysmarthome.EnergyFeedMonthEuro.label = Feed Income (month)
channel-type.innogysmarthome.EnergyFeedMonthEuro.description = The energy feed per month in Euro
channel-type.innogysmarthome.EnergyFeedMonthKWh.label = Feed (month)
channel-type.innogysmarthome.EnergyFeedMonthKWh.description = The energy feed per month in kWh
channel-type.innogysmarthome.EnergyGenerationDayEuro.label = Generation Value (day)
channel-type.innogysmarthome.EnergyGenerationDayEuro.description = The energy generation per day in Euro
channel-type.innogysmarthome.EnergyGenerationDayKWh.label = Generation (day)
channel-type.innogysmarthome.EnergyGenerationDayKWh.description = The energy generation per day in kWh
channel-type.innogysmarthome.EnergyGenerationMonthEuro.label = Generation Value (month)
channel-type.innogysmarthome.EnergyGenerationMonthEuro.description = The energy generation per month in Euro
channel-type.innogysmarthome.EnergyGenerationMonthKWh.label = Generation (month)
channel-type.innogysmarthome.EnergyGenerationMonthKWh.description = The energy generation per month in kWh
channel-type.innogysmarthome.HumiditySensor_Humidity.label = Actual Humidity
channel-type.innogysmarthome.HumiditySensor_Humidity.description = Actual measured room humidity
channel-type.innogysmarthome.HumiditySensor_MoldWarning.label = Mold Warning
channel-type.innogysmarthome.HumiditySensor_MoldWarning.description = Active, if humidity is over a threshold (configured in innogy app)
channel-type.innogysmarthome.LuminanceSensor.label = Luminance
channel-type.innogysmarthome.LuminanceSensor.description = Shows the detected luminance in percent
channel-type.innogysmarthome.MemoryUsage.label = Memory Usage
channel-type.innogysmarthome.MemoryUsage.description = The memory usage of SHC-A, updated every 5 minutes
channel-type.innogysmarthome.MotionDetectionSensor.label = Motion Count
channel-type.innogysmarthome.MotionDetectionSensor.description = The count of detected motions
channel-type.innogysmarthome.PowerConsumptionWatt.label = Current Power Consumption
channel-type.innogysmarthome.PowerConsumptionWatt.description = The current power consumption in Watt
channel-type.innogysmarthome.PowerGenerationWatt.label = Current Power Generation
channel-type.innogysmarthome.PowerGenerationWatt.description = The current power generation in Watt
channel-type.innogysmarthome.PushButtonCounter.label = Button Pushed Count
channel-type.innogysmarthome.PushButtonCounter.description = The count of button pushes.
channel-type.innogysmarthome.RollerShutterActuator.label = Blinds Position
channel-type.innogysmarthome.RollerShutterActuator.description = Controls the blinds
channel-type.innogysmarthome.SmokeDetectorSensor.label = Smoke
channel-type.innogysmarthome.SmokeDetectorSensor.description = Shows if smoke was detected
channel-type.innogysmarthome.SwitchActuator.label = Switch
channel-type.innogysmarthome.SwitchActuator.description = Switches the current on/off
channel-type.innogysmarthome.TemperatureSensor_FrostWarning.label = Frost Warning
channel-type.innogysmarthome.TemperatureSensor_FrostWarning.description = Warns, if temperature drop below a threshold (configured in innogy app)
channel-type.innogysmarthome.TemperatureSensor_Temperature.label = Actual Temperature
channel-type.innogysmarthome.TemperatureSensor_Temperature.description = Actual measured room temperature
channel-type.innogysmarthome.ThermostatActuator_OperationMode.label = Operation Mode
channel-type.innogysmarthome.ThermostatActuator_OperationMode.description = Thermostat operation mode (manual/auto)
channel-type.innogysmarthome.ThermostatActuator_OperationMode.state.option.Auto = auto
channel-type.innogysmarthome.ThermostatActuator_OperationMode.state.option.Manu = manual
channel-type.innogysmarthome.ThermostatActuator_PointTemperature.label = Target Temperature
channel-type.innogysmarthome.ThermostatActuator_PointTemperature.description = Thermostat target temperature
channel-type.innogysmarthome.ThermostatActuator_WindowReductionActive.label = Window Reduction Active
channel-type.innogysmarthome.ThermostatActuator_WindowReductionActive.description = Thermostat temperature reduced, if window is open.
channel-type.innogysmarthome.TotalEnergyConsumption.label = Total Consumption
channel-type.innogysmarthome.TotalEnergyConsumption.description = The total Energy consumption
channel-type.innogysmarthome.TotalEnergyFed.label = Total Fed
channel-type.innogysmarthome.TotalEnergyFed.description = The total Energy fed
channel-type.innogysmarthome.TotalEnergyGeneration.label = Total Generation
channel-type.innogysmarthome.TotalEnergyGeneration.description = The total Energy generation
channel-type.innogysmarthome.WindowDoorSensor.label = Contact
channel-type.innogysmarthome.WindowDoorSensor.description = Shows the open/close state
# channel types config
channel-type.config.innogysmarthome.RollerShutterActuator.invert.label = Invert Position
channel-type.config.innogysmarthome.RollerShutterActuator.invert.description = When invert is true than 0 on innogy is UP and 100 is DOWN

View File

@ -0,0 +1,177 @@
# binding
binding.insteon.name = Insteon Binding
binding.insteon.description = This is the binding for Insteon.
# thing types
thing-type.insteon.device.label = Insteon Device
thing-type.insteon.device.description = Insteon devices such as switches, dimmers, keypads, sensors, etc.
thing-type.insteon.network.label = Insteon Network
thing-type.insteon.network.description = An Insteon PLM or hub that is used to communicate with the Insteon devices.
# thing types config
thing-type.config.insteon.device.address.label = Address
thing-type.config.insteon.device.address.description = Insteon address of the device. Example: 12.34.56
thing-type.config.insteon.device.deviceConfig.label = Device Configuration
thing-type.config.insteon.device.deviceConfig.description = Optional JSON object with device specific configuration.
thing-type.config.insteon.device.productKey.label = Product Key
thing-type.config.insteon.device.productKey.description = Insteon binding product key that is used to identify the model of the device.
thing-type.config.insteon.device.productKey.option.F00.00.01 = 2477D SwitchLinc Dimmer - F00.00.01
thing-type.config.insteon.device.productKey.option.F00.00.02 = 2477S SwitchLinc Switch - F00.00.02
thing-type.config.insteon.device.productKey.option.F00.00.03 = 2845-222 Hidden Door Sensor - F00.00.03
thing-type.config.insteon.device.productKey.option.F00.00.04 = 2876S ICON Switch - F00.00.04
thing-type.config.insteon.device.productKey.option.F00.00.05 = 2456D3 LampLinc V2 - F00.00.05
thing-type.config.insteon.device.productKey.option.F00.00.06 = 2442-222 Micro Dimmer - F00.00.06
thing-type.config.insteon.device.productKey.option.F00.00.07 = 2453-222 DIN Rail On/Off - F00.00.07
thing-type.config.insteon.device.productKey.option.F00.00.08 = 2452-222 DIN Rail Dimmer - F00.00.08
thing-type.config.insteon.device.productKey.option.F00.00.09 = 2458-A1 MorningLinc RF Lock Controller - F00.00.09
thing-type.config.insteon.device.productKey.option.F00.00.0A = 2852-222 Leak Sensor - F00.00.0A
thing-type.config.insteon.device.productKey.option.F00.00.0B = 2672-422 LED Dimmer - F00.00.0B
thing-type.config.insteon.device.productKey.option.F00.00.0C = 2476D SwitchLinc Dimmer - F00.00.0C
thing-type.config.insteon.device.productKey.option.F00.00.0D = 2634-222 On/Off Dual-Band Outdoor Module - F00.00.0D
thing-type.config.insteon.device.productKey.option.F00.00.10 = 2342-2 Mini Remote - F00.00.10
thing-type.config.insteon.device.productKey.option.F00.00.11 = 2466D ToggleLinc Dimmer - F00.00.11
thing-type.config.insteon.device.productKey.option.F00.00.12 = 2466S ToggleLinc Switch - F00.00.12
thing-type.config.insteon.device.productKey.option.F00.00.13 = 2672-222 LED Bulb - F00.00.13
thing-type.config.insteon.device.productKey.option.F00.00.14 = 2487S KeypadLinc On/Off 6-Button - F00.00.14
thing-type.config.insteon.device.productKey.option.F00.00.15 = 2334-232 KeypadLink Dimmer 6-Button - F00.00.15
thing-type.config.insteon.device.productKey.option.F00.00.16 = 2334-232 KeypadLink Dimmer 8-Button - F00.00.16
thing-type.config.insteon.device.productKey.option.F00.00.17 = 2423A1 iMeter Solo Power Meter - F00.00.17
thing-type.config.insteon.device.productKey.option.F00.00.18 = 2423A1 Thermostat 2441TH - F00.00.18
thing-type.config.insteon.device.productKey.option.F00.00.19 = 2457D2 LampLinc Dimmer - F00.00.19
thing-type.config.insteon.device.productKey.option.F00.00.1A = 2475SDB In-LineLinc Relay - F00.00.1A
thing-type.config.insteon.device.productKey.option.F00.00.1B = 2635-222 On/Off Module - F00.00.1B
thing-type.config.insteon.device.productKey.option.F00.00.1C = 2475F FanLinc Module - F00.00.1C
thing-type.config.insteon.device.productKey.option.F00.00.1D = 2456S3 ApplianceLinc - F00.00.1D
thing-type.config.insteon.device.productKey.option.F00.00.1E = 2674-222 LED Bulb (Recessed) - F00.00.1E
thing-type.config.insteon.device.productKey.option.F00.00.1F = 2477SA1 220V 30-amp Load Controller N/O - F00.00.1F
thing-type.config.insteon.device.productKey.option.F00.00.20 = 2342-222 Mini Remote (8-Button) - F00.00.20
thing-type.config.insteon.device.productKey.option.F00.00.21 = 2441V Insteon Thermostat Adaptor for Venstar - F00.00.21
thing-type.config.insteon.device.productKey.option.F00.00.22 = 2982-222 Insteon Smoke Bridge - F00.00.22
thing-type.config.insteon.device.productKey.option.F00.00.23 = 2487S KeypadLinc On/Off 8-Button - F00.00.23
thing-type.config.insteon.device.productKey.option.F00.00.24 = Motion Sensor II - F00.00.24
thing-type.config.insteon.device.productKey.option.0x00001A = 2450 IO Link - 0x00001A
thing-type.config.insteon.device.productKey.option.0x000037 = 2486D KeypadLinc Dimmer - 0x000037
thing-type.config.insteon.device.productKey.option.0x000039 = 2663-222 On/Off Outlet - 0x000039
thing-type.config.insteon.device.productKey.option.0x000041 = 2484DWH8 KeypadLinc Countdown Timer - 0x000041
thing-type.config.insteon.device.productKey.option.0x000045 = PLM or hub - 0x000045
thing-type.config.insteon.device.productKey.option.0x000049 = 2843-222 Wireless Open/Close Sensor - 0x000049
thing-type.config.insteon.device.productKey.option.0x00004A = 2842-222 Motion Sensor - 0x00004A
thing-type.config.insteon.device.productKey.option.0x000051 = 2486DWH8 KeypadLinc Dimmer - 0x000051
thing-type.config.insteon.device.productKey.option.0x000068 = 2472D OutletLinc Dimmer - 0x000068
thing-type.config.insteon.device.productKey.option.X00.00.01 = X10 switch Generic X10 switch - X00.00.01
thing-type.config.insteon.device.productKey.option.X00.00.02 = X10 dimmer Generic X10 dimmer - X00.00.02
thing-type.config.insteon.device.productKey.option.X00.00.03 = X10 motion Generic X10 motion sensor - X00.00.03
thing-type.config.insteon.network.additionalDevices.label = Additional Devices
thing-type.config.insteon.network.additionalDevices.description = File with additional device types.
thing-type.config.insteon.network.additionalFeatures.label = Additional Features
thing-type.config.insteon.network.additionalFeatures.description = File with additional feature templates.
thing-type.config.insteon.network.devicePollIntervalSeconds.label = Device Poll Interval
thing-type.config.insteon.network.devicePollIntervalSeconds.description = Device poll interval in seconds.
thing-type.config.insteon.network.port.label = Port
thing-type.config.insteon.network.port.description = Configuration information that is used to connect to PLM or hub.
# channel types
channel-type.insteon.acDelay.label = AC Delay
channel-type.insteon.backlightDuration.label = Back Light Duration
channel-type.insteon.batteryLevel.label = Battery Level
channel-type.insteon.batteryPercent.label = Battery Percent
channel-type.insteon.batteryWatermarkLevel.label = Battery Watermark Level
channel-type.insteon.beep.label = Beep
channel-type.insteon.bottomOutlet.label = Bottom Outlet
channel-type.insteon.broadcastOnOff.label = Broadcast On/Off
channel-type.insteon.buttonA.label = Button A
channel-type.insteon.buttonB.label = Button B
channel-type.insteon.buttonC.label = Button C
channel-type.insteon.buttonD.label = Button D
channel-type.insteon.buttonE.label = Button E
channel-type.insteon.buttonF.label = Button F
channel-type.insteon.buttonG.label = Button G
channel-type.insteon.buttonH.label = Button H
channel-type.insteon.contact.label = Contact
channel-type.insteon.coolSetPoint.label = Cool Set Point
channel-type.insteon.dimmer.label = Dimmer
channel-type.insteon.fan.label = Fan
channel-type.insteon.fanMode.label = Fan Mode
channel-type.insteon.fastOnOff.label = Fast On/Off
channel-type.insteon.fastOnOffButtonA.label = Fast On/Off Button A
channel-type.insteon.fastOnOffButtonB.label = Fast On/Off Button B
channel-type.insteon.fastOnOffButtonC.label = Fast On/Off Button C
channel-type.insteon.fastOnOffButtonD.label = Fast On/Off Button D
channel-type.insteon.fastOnOffButtonE.label = Fast On/Off Button E
channel-type.insteon.fastOnOffButtonF.label = Fast On/Off Button F
channel-type.insteon.fastOnOffButtonG.label = Fast On/Off Button G
channel-type.insteon.fastOnOffButtonH.label = Fast On/Off Button H
channel-type.insteon.heatSetPoint.label = Heat Set Point
channel-type.insteon.humidity.label = Humidity
channel-type.insteon.humidityHigh.label = Humidity High
channel-type.insteon.humidityLow.label = Humidity Low
channel-type.insteon.isCooling.label = Is Cooling
channel-type.insteon.isHeating.label = Is Heating
channel-type.insteon.kWh.label = Kilowatt Hour
channel-type.insteon.keypadButtonA.label = Keypad Button A
channel-type.insteon.keypadButtonB.label = Keypad Button B
channel-type.insteon.keypadButtonC.label = Keypad Button C
channel-type.insteon.keypadButtonD.label = Keypad Button D
channel-type.insteon.keypadButtonE.label = Keypad Button E
channel-type.insteon.keypadButtonF.label = Keypad Button F
channel-type.insteon.keypadButtonG.label = Keypad Button G
channel-type.insteon.keypadButtonH.label = Keypad Button H
channel-type.insteon.lastHeardFrom.label = Last Heard From
channel-type.insteon.ledBrightness.label = LED Brightness
channel-type.insteon.ledOnOff.label = LED On/Off
channel-type.insteon.lightDimmer.label = Light Dimmer
channel-type.insteon.lightLevel.label = Light Level
channel-type.insteon.lightLevelAboveThreshold.label = Light Level Above/Below Threshold
channel-type.insteon.loadDimmer.label = Load Dimmer
channel-type.insteon.loadSwitch.label = Load Switch
channel-type.insteon.loadSwitchFastOnOff.label = Load Switch Fast On/Off
channel-type.insteon.loadSwitchManualChange.label = Load Switch Manual Change
channel-type.insteon.lowBattery.label = Low Battery
channel-type.insteon.manualChange.label = Manual Change
channel-type.insteon.manualChangeButtonA.label = Manual Change Button A
channel-type.insteon.manualChangeButtonB.label = Manual Change Button B
channel-type.insteon.manualChangeButtonC.label = Manual Change Button C
channel-type.insteon.manualChangeButtonD.label = Manual Change Button D
channel-type.insteon.manualChangeButtonE.label = Manual Change Button E
channel-type.insteon.manualChangeButtonF.label = Manual Change Button F
channel-type.insteon.manualChangeButtonG.label = Manual Change Button G
channel-type.insteon.manualChangeButtonH.label = Manual Change Button H
channel-type.insteon.notification.label = Notification
channel-type.insteon.onLevel.label = On Level
channel-type.insteon.rampDimmer.label = Ramp Dimmer
channel-type.insteon.rampRate.label = Ramp Rate
channel-type.insteon.reset.label = Reset
channel-type.insteon.stage1Duration.label = Stage 1 Duration
channel-type.insteon.switch.label = Switch
channel-type.insteon.systemMode.label = System Mode
channel-type.insteon.tamperSwitch.label = Tamper Switch
channel-type.insteon.temperature.label = Temperature
channel-type.insteon.temperatureLevel.label = Temperature Level
channel-type.insteon.topOutlet.label = Top Outlet
channel-type.insteon.update.label = Update
channel-type.insteon.watts.label = Watts
# channel types config
channel-type.config.insteon.button.related.label = Related Devices
channel-type.config.insteon.button.related.description = List of related Insteon devices separated by a '+' sign.
channel-type.config.insteon.contact.related.label = Related Devices
channel-type.config.insteon.contact.related.description = List of related Insteon devices separated by a '+' sign.
channel-type.config.insteon.dimmer.dimmermax.label = Maximum Brightness
channel-type.config.insteon.dimmer.dimmermax.description = Maximum brightness of the dimmer in percentage.
channel-type.config.insteon.dimmer.related.label = Related Devices
channel-type.config.insteon.dimmer.related.description = List of related Insteon devices separated by a '+' sign.
channel-type.config.insteon.keypad-button-fastonoff.group.label = Group
channel-type.config.insteon.keypad-button-fastonoff.group.description = Insteon broadcast group configured for this button.
channel-type.config.insteon.keypad-button-manualchange.group.label = Group
channel-type.config.insteon.keypad-button-manualchange.group.description = Insteon broadcast group configured for this button.
channel-type.config.insteon.keypad-button.group.label = Group
channel-type.config.insteon.keypad-button.group.description = Insteon broadcast group configured for this button.
channel-type.config.insteon.keypad-button.related.label = Related Devices
channel-type.config.insteon.keypad-button.related.description = List of related Insteon devices separated by a '+' sign.
channel-type.config.insteon.switch.related.label = Related Devices
channel-type.config.insteon.switch.related.description = List of related Insteon devices separated by a '+' sign.

View File

@ -0,0 +1,694 @@
# binding
binding.ipcamera.name = IpCamera Binding
binding.ipcamera.description = This binding interfaces IP cameras of various vendors via open protocols.
# thing types
thing-type.ipcamera.amcrest.label = Amcrest Camera with API
thing-type.ipcamera.amcrest.description = Use for older Amcrest Cameras, that wont work as dahua thing type.
thing-type.ipcamera.dahua.label = Dahua Camera with API
thing-type.ipcamera.dahua.description = Use for all current Dahua cameras, as they support an API as well as ONVIF.
thing-type.ipcamera.doorbird.label = Doorbird Camera with API
thing-type.ipcamera.doorbird.description = Use for all current Doorbird Cameras, as they support an API as well as ONVIF.
thing-type.ipcamera.foscam.label = Foscam Camera with API
thing-type.ipcamera.foscam.description = Use for all current HD FOSCAM Cameras as they support an API as well as ONVIF.
thing-type.ipcamera.generic.label = RTSP/HTTP IP Camera
thing-type.ipcamera.generic.description = Use when your camera is not ONVIF compatible.
thing-type.ipcamera.group.label = Group Multiple Cameras
thing-type.ipcamera.group.description = Show multiple cameras as a single rotating feed
thing-type.ipcamera.hikvision.label = Hikvision Camera with API
thing-type.ipcamera.hikvision.description = Use for all current Hikvision Cameras as they support an API as well as ONVIF.
thing-type.ipcamera.instar.label = Instar Camera with API
thing-type.ipcamera.instar.description = Use for all current INSTAR HD Cameras, as they support an API as well as ONVIF.
thing-type.ipcamera.onvif.label = ONVIF IP Camera
thing-type.ipcamera.onvif.description = Use when the binding does not list your brand of ONVIF camera.
# thing types config
thing-type.config.ipcamera.amcrest.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.amcrest.alarmInputUrl.description = Leave blank to use the FFmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.amcrest.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.amcrest.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
thing-type.config.ipcamera.amcrest.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.amcrest.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.amcrest.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.amcrest.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.amcrest.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.amcrest.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.amcrest.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.amcrest.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.amcrest.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.amcrest.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.amcrest.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.amcrest.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.amcrest.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.amcrest.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.amcrest.group.Settings.label = Main Settings
thing-type.config.ipcamera.amcrest.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.amcrest.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.amcrest.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.amcrest.ipAddress.label = IP Address
thing-type.config.ipcamera.amcrest.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.amcrest.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.amcrest.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.amcrest.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.amcrest.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.amcrest.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.amcrest.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.amcrest.motionOptions.label = Motion Options
thing-type.config.ipcamera.amcrest.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.amcrest.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.amcrest.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.amcrest.nvrChannel.label = NVR Input Channel
thing-type.config.ipcamera.amcrest.nvrChannel.description = Set this to 1 if it is a stand alone camera, or to the input channel number of your NVR that the camera is connected to.
thing-type.config.ipcamera.amcrest.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.amcrest.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.amcrest.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.amcrest.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.amcrest.password.label = Password
thing-type.config.ipcamera.amcrest.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.amcrest.pollTime.label = Poll Time
thing-type.config.ipcamera.amcrest.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.amcrest.port.label = Port for HTTP
thing-type.config.ipcamera.amcrest.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.amcrest.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.amcrest.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.amcrest.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.amcrest.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.amcrest.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.amcrest.snapshotUrl.description = Leave this empty to auto detect the snapshot URL. Enter a HTTP address if you wish to over-ride with a different address which also makes the camera connect quicker.
thing-type.config.ipcamera.amcrest.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.amcrest.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.amcrest.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.amcrest.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.amcrest.username.label = Username
thing-type.config.ipcamera.amcrest.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.dahua.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.dahua.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.dahua.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.dahua.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
thing-type.config.ipcamera.dahua.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.dahua.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.dahua.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.dahua.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.dahua.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.dahua.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.dahua.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.dahua.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.dahua.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.dahua.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.dahua.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.dahua.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.dahua.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.dahua.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.dahua.group.Settings.label = Main Settings
thing-type.config.ipcamera.dahua.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.dahua.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.dahua.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.dahua.ipAddress.label = IP Address
thing-type.config.ipcamera.dahua.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.dahua.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.dahua.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.dahua.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.dahua.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.dahua.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.dahua.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.dahua.motionOptions.label = Motion Options
thing-type.config.ipcamera.dahua.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.dahua.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.dahua.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.dahua.nvrChannel.label = NVR Input Channel
thing-type.config.ipcamera.dahua.nvrChannel.description = Set this to 1 if it is a stand alone camera, or to the input channel number of your NVR that the camera is connected to.
thing-type.config.ipcamera.dahua.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.dahua.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.dahua.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.dahua.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.dahua.password.label = Password
thing-type.config.ipcamera.dahua.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.dahua.pollTime.label = Poll Time
thing-type.config.ipcamera.dahua.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.dahua.port.label = Port for HTTP
thing-type.config.ipcamera.dahua.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.dahua.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.dahua.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.dahua.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.dahua.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.dahua.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.dahua.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
thing-type.config.ipcamera.dahua.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.dahua.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.dahua.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.dahua.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.dahua.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.dahua.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.dahua.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.dahua.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.dahua.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.dahua.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.dahua.username.label = Username
thing-type.config.ipcamera.dahua.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.doorbird.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.doorbird.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.doorbird.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.doorbird.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
thing-type.config.ipcamera.doorbird.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.doorbird.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.doorbird.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.doorbird.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.doorbird.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.doorbird.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.doorbird.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.doorbird.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.doorbird.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.doorbird.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.doorbird.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.doorbird.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.doorbird.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.doorbird.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.doorbird.group.Settings.label = Main Settings
thing-type.config.ipcamera.doorbird.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.doorbird.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.doorbird.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.doorbird.ipAddress.label = IP Address
thing-type.config.ipcamera.doorbird.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.doorbird.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.doorbird.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.doorbird.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.doorbird.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.doorbird.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.doorbird.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.doorbird.motionOptions.label = Motion Options
thing-type.config.ipcamera.doorbird.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.doorbird.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.doorbird.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.doorbird.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.doorbird.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.doorbird.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.doorbird.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.doorbird.password.label = Password
thing-type.config.ipcamera.doorbird.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.doorbird.pollTime.label = Poll Time
thing-type.config.ipcamera.doorbird.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.doorbird.port.label = Port for HTTP
thing-type.config.ipcamera.doorbird.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.doorbird.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.doorbird.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.doorbird.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.doorbird.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.doorbird.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.doorbird.snapshotUrl.description = Leave this empty to auto detect the snapshot URL. Enter a HTTP address if you wish to over-ride with a different address which also makes the camera connect quicker.
thing-type.config.ipcamera.doorbird.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.doorbird.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.doorbird.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.doorbird.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.doorbird.username.label = Username
thing-type.config.ipcamera.doorbird.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.foscam.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.foscam.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.foscam.customAudioAlarmUrl.label = Create your own custom enable Audio Alarm settings by entering a custom URL
thing-type.config.ipcamera.foscam.customAudioAlarmUrl.description = Leave this empty to use the default, or create your own setting.
thing-type.config.ipcamera.foscam.customMotionAlarmUrl.label = Create your own custom enable Motion Alarm settings by entering a custom URL
thing-type.config.ipcamera.foscam.customMotionAlarmUrl.description = Leave this empty to use the default, or create your own setting.
thing-type.config.ipcamera.foscam.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.foscam.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
thing-type.config.ipcamera.foscam.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.foscam.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.foscam.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.foscam.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.foscam.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.foscam.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.foscam.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.foscam.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.foscam.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.foscam.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.foscam.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.foscam.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.foscam.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.foscam.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.foscam.group.Settings.label = Main Settings
thing-type.config.ipcamera.foscam.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.foscam.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.foscam.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.foscam.ipAddress.label = IP Address
thing-type.config.ipcamera.foscam.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.foscam.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.foscam.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.foscam.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.foscam.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.foscam.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.foscam.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.foscam.motionOptions.label = Motion Options
thing-type.config.ipcamera.foscam.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.foscam.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.foscam.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.foscam.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.foscam.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.foscam.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.foscam.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.foscam.password.label = Password
thing-type.config.ipcamera.foscam.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.foscam.pollTime.label = Poll Time
thing-type.config.ipcamera.foscam.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.foscam.port.label = Port for HTTP
thing-type.config.ipcamera.foscam.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.foscam.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.foscam.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.foscam.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.foscam.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.foscam.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.foscam.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
thing-type.config.ipcamera.foscam.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.foscam.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.foscam.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.foscam.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.foscam.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.foscam.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.foscam.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.foscam.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.foscam.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.foscam.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.foscam.username.label = Username
thing-type.config.ipcamera.foscam.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.generic.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.generic.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.generic.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.generic.ffmpegInput.description = Enter any HTTP or RTSP URL that FFmpeg can use as an input. Best if H.264 format is used.
thing-type.config.ipcamera.generic.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.generic.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.generic.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.generic.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. Default should work for Linux, but For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.generic.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.generic.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.generic.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.generic.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.generic.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.generic.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.generic.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.generic.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.generic.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.generic.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.generic.group.Settings.label = Main Settings
thing-type.config.ipcamera.generic.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.generic.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.generic.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.generic.ipAddress.label = IP Address
thing-type.config.ipcamera.generic.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.generic.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.generic.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.generic.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.generic.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.generic.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.generic.mjpegUrl.description = Full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.generic.motionOptions.label = Motion Options
thing-type.config.ipcamera.generic.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.generic.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.generic.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.generic.password.label = Password
thing-type.config.ipcamera.generic.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.generic.pollTime.label = Poll Time
thing-type.config.ipcamera.generic.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.generic.port.label = Port for HTTP
thing-type.config.ipcamera.generic.port.description = This port will be used for HTTP calls ie for fetching the snapshot.
thing-type.config.ipcamera.generic.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.generic.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.generic.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.generic.snapshotUrl.description = Enter a HTTP URL to where a snapshot can be seen if entered into any browser.
thing-type.config.ipcamera.generic.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.generic.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.generic.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.generic.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.generic.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.generic.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.generic.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.generic.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.generic.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.generic.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.generic.username.label = Username
thing-type.config.ipcamera.generic.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.group.ffmpegLocation.label = FFmpeg Location
thing-type.config.ipcamera.group.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. Default should work for Linux, but For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.group.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.group.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.group.firstCamera.label = First Camera ID
thing-type.config.ipcamera.group.firstCamera.description = Enter the 'Unique ID' of the camera you wish to show first.
thing-type.config.ipcamera.group.forthCamera.label = Forth Camera ID
thing-type.config.ipcamera.group.forthCamera.description = Enter the 'Unique ID' of the camera you wish to show forth. Leave blank if the group is less than 4.
thing-type.config.ipcamera.group.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.group.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.group.group.Settings.label = Main Settings
thing-type.config.ipcamera.group.group.Settings.description = Settings required to setup a group of cameras.
thing-type.config.ipcamera.group.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.group.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.group.motionChangesOrder.label = Motion Changes Order
thing-type.config.ipcamera.group.motionChangesOrder.description = When switched ON, any motion on a camera will make it show ahead of other cameras in the rotation.
thing-type.config.ipcamera.group.pollTime.label = Time Before Rotating to Next Camera
thing-type.config.ipcamera.group.pollTime.description = Time in milliseconds of how long to display a camera before changing to the next camera in the group.
thing-type.config.ipcamera.group.secondCamera.label = Second Camera ID
thing-type.config.ipcamera.group.secondCamera.description = Enter the 'Unique ID' of the camera you wish to show second.
thing-type.config.ipcamera.group.thirdCamera.label = Third Camera ID
thing-type.config.ipcamera.group.thirdCamera.description = Enter the 'Unique ID' of the camera you wish to show third. Leave blank if the group is less than 3.
thing-type.config.ipcamera.hikvision.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.hikvision.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.hikvision.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.hikvision.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
thing-type.config.ipcamera.hikvision.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.hikvision.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.hikvision.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.hikvision.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.hikvision.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.hikvision.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.hikvision.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.hikvision.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.hikvision.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.hikvision.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.hikvision.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.hikvision.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.hikvision.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.hikvision.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.hikvision.group.Settings.label = Main Settings
thing-type.config.ipcamera.hikvision.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.hikvision.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.hikvision.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.hikvision.ipAddress.label = IP Address
thing-type.config.ipcamera.hikvision.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.hikvision.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.hikvision.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.hikvision.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.hikvision.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.hikvision.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.hikvision.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.hikvision.motionOptions.label = Motion Options
thing-type.config.ipcamera.hikvision.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.hikvision.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.hikvision.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.hikvision.nvrChannel.label = NVR Input Channel
thing-type.config.ipcamera.hikvision.nvrChannel.description = Set this to 1 if it is a stand alone camera, or to the input channel number if you use a compatible NVR.
thing-type.config.ipcamera.hikvision.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.hikvision.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.hikvision.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.hikvision.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.hikvision.password.label = Password
thing-type.config.ipcamera.hikvision.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.hikvision.pollTime.label = Poll Time
thing-type.config.ipcamera.hikvision.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.hikvision.port.label = Port for HTTP
thing-type.config.ipcamera.hikvision.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.hikvision.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.hikvision.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.hikvision.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.hikvision.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.hikvision.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.hikvision.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
thing-type.config.ipcamera.hikvision.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.hikvision.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.hikvision.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.hikvision.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.hikvision.username.label = Username
thing-type.config.ipcamera.hikvision.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.instar.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.instar.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.instar.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.instar.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter any URL that FFmpeg can use as an input.
thing-type.config.ipcamera.instar.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.instar.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.instar.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.instar.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.instar.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.instar.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.instar.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.instar.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.instar.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.instar.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.instar.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.instar.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.instar.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.instar.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.instar.group.Settings.label = Main Settings
thing-type.config.ipcamera.instar.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.instar.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.instar.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.instar.ipAddress.label = IP Address
thing-type.config.ipcamera.instar.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.instar.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.instar.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.instar.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.instar.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.instar.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.instar.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.instar.motionOptions.label = Motion Options
thing-type.config.ipcamera.instar.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.instar.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.instar.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.instar.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.instar.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.instar.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.instar.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.instar.password.label = Password
thing-type.config.ipcamera.instar.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.instar.pollTime.label = Poll Time
thing-type.config.ipcamera.instar.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.instar.port.label = Port for HTTP
thing-type.config.ipcamera.instar.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.instar.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.instar.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.instar.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.instar.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.instar.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.instar.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
thing-type.config.ipcamera.instar.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.instar.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.instar.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.instar.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.instar.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.instar.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.instar.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.instar.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.instar.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.instar.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.instar.username.label = Username
thing-type.config.ipcamera.instar.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
thing-type.config.ipcamera.onvif.alarmInputUrl.label = Alarm Input URL
thing-type.config.ipcamera.onvif.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
thing-type.config.ipcamera.onvif.ffmpegInput.label = FFmpeg Input
thing-type.config.ipcamera.onvif.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
thing-type.config.ipcamera.onvif.ffmpegInputOptions.label = FFmpeg Input Options
thing-type.config.ipcamera.onvif.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
thing-type.config.ipcamera.onvif.ffmpegLocation.label = FFmpeg Install Location
thing-type.config.ipcamera.onvif.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
thing-type.config.ipcamera.onvif.ffmpegOutput.label = FFmpeg Output Folder
thing-type.config.ipcamera.onvif.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
thing-type.config.ipcamera.onvif.gifOutOptions.label = GIF Out Options
thing-type.config.ipcamera.onvif.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
thing-type.config.ipcamera.onvif.gifPreroll.label = GIF Preroll
thing-type.config.ipcamera.onvif.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
thing-type.config.ipcamera.onvif.group.FFmpeg Setup.label = FFmpeg Settings
thing-type.config.ipcamera.onvif.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
thing-type.config.ipcamera.onvif.group.Image ch Settings.label = Image channel settings
thing-type.config.ipcamera.onvif.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
thing-type.config.ipcamera.onvif.group.Settings.label = Main Settings
thing-type.config.ipcamera.onvif.group.Settings.description = Settings required to connect to the camera.
thing-type.config.ipcamera.onvif.hlsOutOptions.label = HLS Out Options
thing-type.config.ipcamera.onvif.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
thing-type.config.ipcamera.onvif.ipAddress.label = IP Address
thing-type.config.ipcamera.onvif.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
thing-type.config.ipcamera.onvif.ipWhitelist.label = IP Whitelist
thing-type.config.ipcamera.onvif.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
thing-type.config.ipcamera.onvif.mjpegOptions.label = MJPEG Options
thing-type.config.ipcamera.onvif.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
thing-type.config.ipcamera.onvif.mjpegUrl.label = MJPEG URL
thing-type.config.ipcamera.onvif.mjpegUrl.description = Full HTTP address to where a MJPEG stream can be watched if entered into any browser.
thing-type.config.ipcamera.onvif.motionOptions.label = Motion Options
thing-type.config.ipcamera.onvif.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
thing-type.config.ipcamera.onvif.mp4OutOptions.label = MP4 Out Options
thing-type.config.ipcamera.onvif.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
thing-type.config.ipcamera.onvif.onvifMediaProfile.label = ONVIF Media Profile
thing-type.config.ipcamera.onvif.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
thing-type.config.ipcamera.onvif.onvifPort.label = ONVIF Port
thing-type.config.ipcamera.onvif.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
thing-type.config.ipcamera.onvif.password.label = Password
thing-type.config.ipcamera.onvif.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
thing-type.config.ipcamera.onvif.pollTime.label = Poll Time
thing-type.config.ipcamera.onvif.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
thing-type.config.ipcamera.onvif.port.label = Port for HTTP
thing-type.config.ipcamera.onvif.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
thing-type.config.ipcamera.onvif.ptzContinuous.label = Use Continuous PTZ
thing-type.config.ipcamera.onvif.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
thing-type.config.ipcamera.onvif.snapshotOptions.label = Snapshot Options
thing-type.config.ipcamera.onvif.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
thing-type.config.ipcamera.onvif.snapshotUrl.label = Snapshot URL
thing-type.config.ipcamera.onvif.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
thing-type.config.ipcamera.onvif.updateImageWhen.label = Update Image Channel When:
thing-type.config.ipcamera.onvif.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
thing-type.config.ipcamera.onvif.updateImageWhen.option.0 = Image channel never updates (0)
thing-type.config.ipcamera.onvif.updateImageWhen.option.1 = Image channel follows pollImage (1)
thing-type.config.ipcamera.onvif.updateImageWhen.option.2 = Start Motion Alarm (2)
thing-type.config.ipcamera.onvif.updateImageWhen.option.3 = Start Audio Alarm (3)
thing-type.config.ipcamera.onvif.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
thing-type.config.ipcamera.onvif.updateImageWhen.option.4 = During Motion Alarm (4)
thing-type.config.ipcamera.onvif.updateImageWhen.option.5 = During Audio Alarm (5)
thing-type.config.ipcamera.onvif.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
thing-type.config.ipcamera.onvif.username.label = Username
thing-type.config.ipcamera.onvif.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
# channel types
channel-type.ipcamera.activateAlarmOutput.label = Alarm Output 1 ON/OFF
channel-type.ipcamera.activateAlarmOutput.description = You can use the cameras output to trigger a device like a burglar alarm.
channel-type.ipcamera.activateAlarmOutput2.label = Alarm Output 2 ON/OFF
channel-type.ipcamera.activateAlarmOutput2.description = You can use the cameras output 2 to trigger a device like a burglar alarm.
channel-type.ipcamera.audioAlarm.label = Audio Alarm
channel-type.ipcamera.audioAlarm.description = Audio has triggered an Alarm.
channel-type.ipcamera.autoLED.label = Auto LED
channel-type.ipcamera.autoLED.description = Turn the automatic mode for the LED ON and OFF.
channel-type.ipcamera.carAlarm.label = Car Alarm
channel-type.ipcamera.carAlarm.description = A car has triggered the Vehicle Detection.
channel-type.ipcamera.cellMotionAlarm.label = Cell Motion Alarm
channel-type.ipcamera.cellMotionAlarm.description = Cell based motion has been detected.
channel-type.ipcamera.doorBell.label = Door Bell
channel-type.ipcamera.doorBell.description = The button has been pushed.
channel-type.ipcamera.enableAudioAlarm.label = Enable Audio Alarm
channel-type.ipcamera.enableAudioAlarm.description = By using this feature you can stop the camera from sending e-mails when you are having a party.
channel-type.ipcamera.enableExternalAlarmInput.label = Enable Alarm Input 1
channel-type.ipcamera.enableExternalAlarmInput.description = Turn the External Alarm Input feature on and off.
channel-type.ipcamera.enableFieldDetectionAlarm.label = Enable Field Alarm
channel-type.ipcamera.enableFieldDetectionAlarm.description = By using this feature you can stop the camera from sending e-mails when you are actually home.
channel-type.ipcamera.enableLED.label = LED Controls
channel-type.ipcamera.enableLED.description = Turn the LED ON and OFF and if supported also 0-100% dimming.
channel-type.ipcamera.enableLineCrossingAlarm.label = Enable Line Crossing Alarm
channel-type.ipcamera.enableLineCrossingAlarm.description = By using this feature you can stop the camera from sending e-mails when you are actually home.
channel-type.ipcamera.enableMotionAlarm.label = Enable Motion Alarm
channel-type.ipcamera.enableMotionAlarm.description = By using this feature you can stop the camera from sending e-mails when you are actually home.
channel-type.ipcamera.enablePirAlarm.label = Enable PIR Alarm
channel-type.ipcamera.enablePirAlarm.description = Enable/Disable the PIR Alarm.
channel-type.ipcamera.enablePrivacyMode.label = Enable Privacy Mode
channel-type.ipcamera.enablePrivacyMode.description = Turn the Privacy Mode on and off.
channel-type.ipcamera.externalAlarmInput.label = Alarm Input 1
channel-type.ipcamera.externalAlarmInput.description = Some cameras have alarm input wires which can be used to connect to door bells or external PIR sensors.
channel-type.ipcamera.externalAlarmInput2.label = Alarm Input 2
channel-type.ipcamera.externalAlarmInput2.description = Some cameras have alarm input wires which can be used to connect to door bells or external PIR sensors.
channel-type.ipcamera.externalLight.label = External Light
channel-type.ipcamera.externalLight.description = Turn the relay for external lights ON and OFF.
channel-type.ipcamera.externalMotion.label = External Motion
channel-type.ipcamera.externalMotion.description = Use any external sensor like a ZWave PIR sensor to flag that the camera has motion in its field of view.
channel-type.ipcamera.faceDetected.label = Face Detected Alarm
channel-type.ipcamera.faceDetected.description = A face has been detected.
channel-type.ipcamera.ffmpegMotionAlarm.label = FFmpeg Motion Alarm
channel-type.ipcamera.ffmpegMotionAlarm.description = FFmpeg has detected motion.
channel-type.ipcamera.ffmpegMotionControl.label = Control FFmpeg Motion Alarm
channel-type.ipcamera.ffmpegMotionControl.description = Enable/Disable the motion alarm and control the sensitivity.
channel-type.ipcamera.fieldDetectionAlarm.label = Field Alarm
channel-type.ipcamera.fieldDetectionAlarm.description = Intrusion has detected movement. AKA Field Detection Alarm.
channel-type.ipcamera.gifHistory.label = GIF History
channel-type.ipcamera.gifHistory.description = A history of the last GIFs created in a CSV formatted string.
channel-type.ipcamera.gifHistoryLength.label = GIF History Length
channel-type.ipcamera.gifHistoryLength.description = How many GIFs are stored in the history.
channel-type.ipcamera.gotoPreset.label = Go To Preset
channel-type.ipcamera.gotoPreset.description = Move a P.T.Z camera to this ONVIF preset location.
channel-type.ipcamera.gotoPreset.state.option.1 = Preset 1
channel-type.ipcamera.gotoPreset.state.option.2 = Preset 2
channel-type.ipcamera.gotoPreset.state.option.3 = Preset 3
channel-type.ipcamera.gotoPreset.state.option.4 = Preset 4
channel-type.ipcamera.gotoPreset.state.option.5 = Preset 5
channel-type.ipcamera.gotoPreset.state.option.6 = Preset 6
channel-type.ipcamera.gotoPreset.state.option.7 = Preset 7
channel-type.ipcamera.gotoPreset.state.option.8 = Preset 8
channel-type.ipcamera.gotoPreset.state.option.9 = Preset 9
channel-type.ipcamera.gotoPreset.state.option.10 = Preset 10
channel-type.ipcamera.gotoPreset.state.option.11 = Preset 11
channel-type.ipcamera.gotoPreset.state.option.12 = Preset 12
channel-type.ipcamera.gotoPreset.state.option.13 = Preset 13
channel-type.ipcamera.gotoPreset.state.option.14 = Preset 14
channel-type.ipcamera.gotoPreset.state.option.15 = Preset 15
channel-type.ipcamera.gotoPreset.state.option.16 = Preset 16
channel-type.ipcamera.gotoPreset.state.option.17 = Preset 17
channel-type.ipcamera.gotoPreset.state.option.18 = Preset 18
channel-type.ipcamera.gotoPreset.state.option.19 = Preset 19
channel-type.ipcamera.gotoPreset.state.option.20 = Preset 20
channel-type.ipcamera.gotoPreset.state.option.21 = Preset 21
channel-type.ipcamera.gotoPreset.state.option.22 = Preset 22
channel-type.ipcamera.gotoPreset.state.option.23 = Preset 23
channel-type.ipcamera.gotoPreset.state.option.24 = Preset 24
channel-type.ipcamera.gotoPreset.state.option.25 = Preset 25
channel-type.ipcamera.hlsUrl.label = HLS URL
channel-type.ipcamera.hlsUrl.description = A link you can use in openHAB to cast video feeds.
channel-type.ipcamera.humanAlarm.label = Human Alarm
channel-type.ipcamera.humanAlarm.description = A person has triggered the Human Detection.
channel-type.ipcamera.image.label = Image
channel-type.ipcamera.image.description = Low frame rate image from your camera. Recommend this is NOT used unless you have large pollTime.
channel-type.ipcamera.imageUrl.label = Image URL
channel-type.ipcamera.imageUrl.description = A link you can use to fetch a static image from the camera.
channel-type.ipcamera.itemLeft.label = Item Left Alarm
channel-type.ipcamera.itemLeft.description = An item has been left.
channel-type.ipcamera.itemTaken.label = Item Taken Alarm
channel-type.ipcamera.itemTaken.description = An item may have been stolen.
channel-type.ipcamera.lastEventData.label = Last Event Data
channel-type.ipcamera.lastEventData.description = A string that contains detailed data on the last alarm that was triggered.
channel-type.ipcamera.lastMotionType.label = Last Motion Type
channel-type.ipcamera.lastMotionType.description = A string that contains the type of motion alarm that was last triggered.
channel-type.ipcamera.lineCrossingAlarm.label = Line Crossing Alarm
channel-type.ipcamera.lineCrossingAlarm.description = Motion has been detected.
channel-type.ipcamera.mjpegUrl.label = MJPEG URL
channel-type.ipcamera.mjpegUrl.description = A link you can use in openHAB/HABpanel to fetch a MJPEG video feed from the camera.
channel-type.ipcamera.motionAlarm.label = Motion Alarm
channel-type.ipcamera.motionAlarm.description = Motion has been detected.
channel-type.ipcamera.mp4History.label = MP4 History
channel-type.ipcamera.mp4History.description = A history of the last mp4 recordings created in a CSV formatted string.
channel-type.ipcamera.mp4HistoryLength.label = MP4 History Length
channel-type.ipcamera.mp4HistoryLength.description = How many mp4 recordings are stored in the history.
channel-type.ipcamera.pan.label = Pan
channel-type.ipcamera.pan.description = Pan the camera to a new position.
channel-type.ipcamera.parkingAlarm.label = Parking Alarm
channel-type.ipcamera.parkingAlarm.description = A car has triggered the Parking Detection.
channel-type.ipcamera.pirAlarm.label = PIR Alarm
channel-type.ipcamera.pirAlarm.description = PIR motion has been detected.
channel-type.ipcamera.pollImage.label = Poll Image
channel-type.ipcamera.pollImage.description = This can be used to trigger snapshot updates when an external PIR, button or other form of sensor turns this channel ON.
channel-type.ipcamera.recordingGif.label = GIF Recording
channel-type.ipcamera.recordingGif.description = Indicates how long the recording will occur for and when the file is created, the channel will change to 0 by itself.
channel-type.ipcamera.recordingMp4.label = MP4 Recording
channel-type.ipcamera.recordingMp4.description = Indicates how long the recording will occur for and when the file is created, the channel will change to 0 by itself.
channel-type.ipcamera.rtspUrl.label = RTSP URL
channel-type.ipcamera.rtspUrl.description = A link that the camera uses for RTSP.
channel-type.ipcamera.sceneChangeAlarm.label = Scene Change Alarm
channel-type.ipcamera.sceneChangeAlarm.description = Camera may have been moved.
channel-type.ipcamera.startStream.label = Start HLS Stream
channel-type.ipcamera.startStream.description = Lower the delay to start casting the camera by creating the files non stop in case they are needed.
channel-type.ipcamera.storageAlarm.label = Storage Alarm
channel-type.ipcamera.storageAlarm.description = An issue with the cameras storage has been reported.
channel-type.ipcamera.tamperAlarm.label = Tamper Alarm
channel-type.ipcamera.tamperAlarm.description = Camera may be stolen or damaged.
channel-type.ipcamera.textOverlay.label = Text Overlay
channel-type.ipcamera.textOverlay.description = Enter some text you wish to overlay on top of the cameras snapshot and video streams.
channel-type.ipcamera.thresholdAudioAlarm.label = Audio Alarm Threshold
channel-type.ipcamera.thresholdAudioAlarm.description = By moving this control you should be able to change how sensitive the audio alarm is to soft or loud noises.
channel-type.ipcamera.tilt.label = Tilt
channel-type.ipcamera.tilt.description = Tilt the camera to a new position.
channel-type.ipcamera.tooBlurryAlarm.label = Too Blurry Alarm
channel-type.ipcamera.tooBlurryAlarm.description = Image is out of focus.
channel-type.ipcamera.tooBrightAlarm.label = Too Bright Alarm
channel-type.ipcamera.tooBrightAlarm.description = Image is too bright.
channel-type.ipcamera.tooDarkAlarm.label = Too Dark Alarm
channel-type.ipcamera.tooDarkAlarm.description = Image is too dark.
channel-type.ipcamera.triggerExternalAlarmInput.label = Alarm In 1 TRIGGER high ON/low OFF
channel-type.ipcamera.triggerExternalAlarmInput.description = Change the External Alarm Input to trigger on high or low states.
channel-type.ipcamera.zoom.label = Zoom
channel-type.ipcamera.zoom.description = Zoom the camera to a new value.

View File

@ -0,0 +1,57 @@
# binding
binding.ipobserver.name = IpObserver Binding
binding.ipobserver.description = This is the binding for weather stations marketed under many brands that come with or have an IpObserver station connected.
# thing types
thing-type.ipobserver.weatherstation.label = Weather Station
thing-type.ipobserver.weatherstation.description = Use for any weather station sold under multiple brands that come with an IP Observer unit.
# thing types config
thing-type.config.ipobserver.weatherstation.address.label = Network Address
thing-type.config.ipobserver.weatherstation.address.description = Hostname or IP for the IP Observer
thing-type.config.ipobserver.weatherstation.autoReboot.label = Auto Reboot
thing-type.config.ipobserver.weatherstation.autoReboot.description = Time in milliseconds to wait for a reply before rebooting the IP Observer. A value of 0 disables this feature allowing you to manually trigger or use a rule to handle the reboots
thing-type.config.ipobserver.weatherstation.pollTime.label = Poll Time
thing-type.config.ipobserver.weatherstation.pollTime.description = Time in seconds between each Scan of the livedata.htm from the ObserverIP
# channel types
channel-type.ipobserver.humidityIndoor.label = Indoor Humidity
channel-type.ipobserver.humidityIndoor.description = Current Humidity Indoors
channel-type.ipobserver.lastUpdatedTime.label = Last Updated Time
channel-type.ipobserver.lastUpdatedTime.description = Time of the last livedata scrape
channel-type.ipobserver.pressureAbsolute.label = Pressure Absolute
channel-type.ipobserver.pressureAbsolute.description = Absolute Current Pressure
channel-type.ipobserver.pressureRelative.label = Pressure Relative
channel-type.ipobserver.pressureRelative.description = Relative Current Pressure
channel-type.ipobserver.rainForMonth.label = Rain for Month
channel-type.ipobserver.rainForMonth.description = Rain since 12:00 on the 1st of this month
channel-type.ipobserver.rainForWeek.label = Rain for Week
channel-type.ipobserver.rainForWeek.description = Weekly Rain
channel-type.ipobserver.rainForYear.label = Rain for Year
channel-type.ipobserver.rainForYear.description = Total rain since 12:00 on 1st Jan
channel-type.ipobserver.rainHourlyRate.label = Rain Hourly Rate
channel-type.ipobserver.rainHourlyRate.description = How much rain will fall in an Hour if the rate continues
channel-type.ipobserver.rainToday.label = Rain Today
channel-type.ipobserver.rainToday.description = Rain since Midnight
channel-type.ipobserver.responseTime.label = Response Time
channel-type.ipobserver.responseTime.description = How many milliseconds it took to fetch the sensor readings from livedata.htm
channel-type.ipobserver.solarRadiation.label = Solar Radiation
channel-type.ipobserver.solarRadiation.description = Solar Radiation
channel-type.ipobserver.temperatureIndoor.label = Indoor Temperature
channel-type.ipobserver.temperatureIndoor.description = Current Temperature Indoors
channel-type.ipobserver.uv.label = UV
channel-type.ipobserver.uv.description = UV
channel-type.ipobserver.uvIndex.label = UV Index
channel-type.ipobserver.uvIndex.description = UV Index
channel-type.ipobserver.windAverageSpeed.label = Wind Average Speed
channel-type.ipobserver.windAverageSpeed.description = Average Wind Speed
channel-type.ipobserver.windGust.label = Wind Gust
channel-type.ipobserver.windGust.description = Wind Gust
channel-type.ipobserver.windMaxGust.label = Wind Max Gust
channel-type.ipobserver.windMaxGust.description = Max wind gust for today
channel-type.ipobserver.windSpeed.label = Wind Speed
channel-type.ipobserver.windSpeed.description = Wind Speed

View File

@ -0,0 +1,27 @@
# binding
binding.ipp.name = IPP Binding
binding.ipp.description = This is the binding for the Internet Printing Protocol (IPP). You can show how many jobs are done/waiting on an IPP/CUPS Printer
# thing types
thing-type.ipp.printer.label = Printer
thing-type.ipp.printer.description = A IPP Printer
# thing types config
thing-type.config.ipp.printer.name.label = Name
thing-type.config.ipp.printer.name.description = The name of the printer
thing-type.config.ipp.printer.refresh.label = Refresh Interval
thing-type.config.ipp.printer.refresh.description = Specifies the refresh interval in seconds
thing-type.config.ipp.printer.url.label = URL
thing-type.config.ipp.printer.url.description = The URL of the printer
# channel types
channel-type.ipp.doneJobs.label = Done Jobs
channel-type.ipp.doneJobs.description = Number of completed print jobs on the printer
channel-type.ipp.jobs.label = Total Jobs
channel-type.ipp.jobs.description = Total number of print jobs on the printer
channel-type.ipp.waitingJobs.label = Waiting Jobs
channel-type.ipp.waitingJobs.description = Number of waiting print jobs on the printer

View File

@ -0,0 +1,154 @@
# binding
binding.irobot.name = iRobot Binding
binding.irobot.description = This is the binding for iRobot vacuum robots.
# thing types
thing-type.irobot.roomba.label = Roomba
thing-type.irobot.roomba.description = A Roomba vacuum robot
thing-type.irobot.roomba.channel.sched_fri.label = Schedule Fri
thing-type.irobot.roomba.channel.sched_fri.description = Friday schedule active
thing-type.irobot.roomba.channel.sched_mon.label = Schedule Mon
thing-type.irobot.roomba.channel.sched_mon.description = Monday schedule active
thing-type.irobot.roomba.channel.sched_sat.label = Schedule Sat
thing-type.irobot.roomba.channel.sched_sat.description = Saturday schedule active
thing-type.irobot.roomba.channel.sched_sun.label = Schedule Sun
thing-type.irobot.roomba.channel.sched_sun.description = Sunday schedule active
thing-type.irobot.roomba.channel.sched_thu.label = Schedule Thu
thing-type.irobot.roomba.channel.sched_thu.description = Thirsday schedule active
thing-type.irobot.roomba.channel.sched_tue.label = Schedule Tue
thing-type.irobot.roomba.channel.sched_tue.description = Tuesday schedule active
thing-type.irobot.roomba.channel.sched_wed.label = Schedule Wed
thing-type.irobot.roomba.channel.sched_wed.description = Wednesday schedule active
# thing types config
thing-type.config.irobot.thing.blid.label = Robot ID
thing-type.config.irobot.thing.blid.description = ID of the robot
thing-type.config.irobot.thing.ipaddress.label = Network Address
thing-type.config.irobot.thing.ipaddress.description = Network address of the robot
thing-type.config.irobot.thing.password.label = Password
thing-type.config.irobot.thing.password.description = Password of the robot
# channel types
channel-type.irobot.always_finish.label = Always finish
channel-type.irobot.always_finish.description = Do not pause current mission if the bin is full
channel-type.irobot.battery.label = Battery
channel-type.irobot.battery.description = Battery charge percentage
channel-type.irobot.bin.label = Bin
channel-type.irobot.bin.description = Bin status
channel-type.irobot.bin.state.option.ok = OK
channel-type.irobot.bin.state.option.full = Full
channel-type.irobot.bin.state.option.removed = Removed
channel-type.irobot.clean_passes.label = Cleaning passes
channel-type.irobot.clean_passes.description = Number of cleaning passes to make
channel-type.irobot.clean_passes.state.option.auto = Automatic
channel-type.irobot.clean_passes.state.option.1 = One pass
channel-type.irobot.clean_passes.state.option.2 = Two passes
channel-type.irobot.command.label = Command
channel-type.irobot.command.description = Command to execute
channel-type.irobot.command.state.option.clean = Clean
channel-type.irobot.command.state.option.spot = Spot
channel-type.irobot.command.state.option.dock = Dock
channel-type.irobot.command.state.option.pause = Pause
channel-type.irobot.command.state.option.stop = Stop
channel-type.irobot.cycle.label = Mission
channel-type.irobot.cycle.description = Current mission
channel-type.irobot.cycle.state.option.none = None
channel-type.irobot.cycle.state.option.clean = Clean
channel-type.irobot.cycle.state.option.spot = Spot
channel-type.irobot.edge_clean.label = Edge clean
channel-type.irobot.edge_clean.description = Seek out and clean along walls and furniture legs
channel-type.irobot.error.label = Error
channel-type.irobot.error.description = Error code
channel-type.irobot.error.state.option.0 = None
channel-type.irobot.error.state.option.1 = Left wheel off floor
channel-type.irobot.error.state.option.2 = Main Brushes stuck
channel-type.irobot.error.state.option.3 = Right wheel off floor
channel-type.irobot.error.state.option.4 = Left wheel stuck
channel-type.irobot.error.state.option.5 = Right wheel stuck
channel-type.irobot.error.state.option.6 = Stuck near a cliff
channel-type.irobot.error.state.option.7 = Left wheel error
channel-type.irobot.error.state.option.8 = Bin error
channel-type.irobot.error.state.option.9 = Bumper stuck
channel-type.irobot.error.state.option.10 = Right wheel error
channel-type.irobot.error.state.option.11 = Bin error
channel-type.irobot.error.state.option.12 = Cliff sensor issue
channel-type.irobot.error.state.option.13 = Both wheels off floor
channel-type.irobot.error.state.option.14 = Bin missing
channel-type.irobot.error.state.option.15 = Reboot required
channel-type.irobot.error.state.option.16 = Bumped unexpectedly
channel-type.irobot.error.state.option.17 = Path blocked
channel-type.irobot.error.state.option.18 = Docking issue
channel-type.irobot.error.state.option.19 = Undocking issue
channel-type.irobot.error.state.option.20 = Docking issue
channel-type.irobot.error.state.option.21 = Navigation problem
channel-type.irobot.error.state.option.22 = Navigation problem
channel-type.irobot.error.state.option.23 = Battery issue
channel-type.irobot.error.state.option.24 = Navigation problem
channel-type.irobot.error.state.option.25 = Reboot required
channel-type.irobot.error.state.option.26 = Vacuum problem
channel-type.irobot.error.state.option.27 = Vacuum problem
channel-type.irobot.error.state.option.29 = Software update needed
channel-type.irobot.error.state.option.30 = Vacuum problem
channel-type.irobot.error.state.option.31 = Reboot required
channel-type.irobot.error.state.option.32 = Smart map problem
channel-type.irobot.error.state.option.33 = Path blocked
channel-type.irobot.error.state.option.34 = Reboot required
channel-type.irobot.error.state.option.35 = Unrecognized cleaning pad
channel-type.irobot.error.state.option.36 = Bin full
channel-type.irobot.error.state.option.37 = Tank needed refilling
channel-type.irobot.error.state.option.38 = Vacuum problem
channel-type.irobot.error.state.option.39 = Reboot required
channel-type.irobot.error.state.option.40 = Navigation problem
channel-type.irobot.error.state.option.41 = Timed out
channel-type.irobot.error.state.option.42 = Localization problem
channel-type.irobot.error.state.option.43 = Navigation problem
channel-type.irobot.error.state.option.44 = Pump issue
channel-type.irobot.error.state.option.45 = Lid open
channel-type.irobot.error.state.option.46 = Low battery
channel-type.irobot.error.state.option.47 = Reboot required
channel-type.irobot.error.state.option.48 = Path blocked
channel-type.irobot.error.state.option.52 = Pad required attention
channel-type.irobot.error.state.option.65 = Hardware problem detected
channel-type.irobot.error.state.option.66 = Low memory
channel-type.irobot.error.state.option.68 = Hardware problem detected
channel-type.irobot.error.state.option.73 = Pad type changed
channel-type.irobot.error.state.option.74 = Max area reached
channel-type.irobot.error.state.option.75 = Navigation problem
channel-type.irobot.error.state.option.76 = Hardware problem detected
channel-type.irobot.lastCommand.label = Last Command
channel-type.irobot.lastCommand.description = The last command which has been received by the iRobot
channel-type.irobot.map_upload.label = Map upload
channel-type.irobot.map_upload.description = Enable uploading Clean Map(tm) to cloud for reporting
channel-type.irobot.phase.label = State
channel-type.irobot.phase.description = Current state
channel-type.irobot.phase.state.option.charge = Charging
channel-type.irobot.phase.state.option.new = New Mission
channel-type.irobot.phase.state.option.run = Running
channel-type.irobot.phase.state.option.resume = Resumed
channel-type.irobot.phase.state.option.hmMidMsn = Going for recharge in mission
channel-type.irobot.phase.state.option.recharge = Recharging
channel-type.irobot.phase.state.option.stuck = Stuck
channel-type.irobot.phase.state.option.hmUsrDock = Going home
channel-type.irobot.phase.state.option.dock = Docking
channel-type.irobot.phase.state.option.dockend = Docking - End Mission
channel-type.irobot.phase.state.option.cancelled = Cancelled
channel-type.irobot.phase.state.option.stop = Stopped
channel-type.irobot.phase.state.option.pause = Paused
channel-type.irobot.phase.state.option.hmPostMsn = Going home after mission
channel-type.irobot.phase.state.option. = None
channel-type.irobot.power_boost.label = Power boost
channel-type.irobot.power_boost.description = Carpet boost mode
channel-type.irobot.power_boost.state.option.auto = Automatic
channel-type.irobot.power_boost.state.option.performance = Performance mode
channel-type.irobot.power_boost.state.option.eco = Eco mode
channel-type.irobot.rssi.label = RSSI
channel-type.irobot.rssi.description = Wi-Fi signal strength
channel-type.irobot.sched_switch.label = Schedule
channel-type.irobot.schedule.label = Schedule
channel-type.irobot.schedule.description = Schedule bitmask for use in scripts: Sun Mon Tue Wed Thu Fri Sat
channel-type.irobot.snr.label = SNR
channel-type.irobot.snr.description = Wi-Fi signal to noise ratio

View File

@ -0,0 +1,54 @@
# binding
binding.irtrans.name = IRtrans Binding
binding.irtrans.description = This is the binding for IRtrans (www.irtrans.de) Transceivers
# thing types
thing-type.irtrans.blaster.label = Blaster
thing-type.irtrans.blaster.description = This is an infrared transmitter that can send infrared commands
thing-type.irtrans.ethernet.label = IRtrans Ethernet Bridge
thing-type.irtrans.ethernet.description = This is an Ethernet (PoE) IRtrans transceiver equipped with an on-board IRDB database
# thing types config
thing-type.config.irtrans.blaster.command.label = Command
thing-type.config.irtrans.blaster.command.description = The name of the command will be allowed, as defined in the IRtrans server database and flashed into the transceiver. Can be '*' for any command
thing-type.config.irtrans.blaster.led.label = Led
thing-type.config.irtrans.blaster.led.description = The Led on which infrared commands will be emitted
thing-type.config.irtrans.blaster.remote.label = Remote
thing-type.config.irtrans.blaster.remote.description = The remote or manufacturer name which's commands will be allowed, as defined in the IRtrans server database and flashed into the transceiver. Can be '*' for any remote
thing-type.config.irtrans.ethernet.bufferSize.label = Buffer Size
thing-type.config.irtrans.ethernet.bufferSize.description = Buffer size used by the TCP socket when sending and receiving commands to the transceiver
thing-type.config.irtrans.ethernet.ipAddress.label = Network Address
thing-type.config.irtrans.ethernet.ipAddress.description = Network address of the ethernet transceiver
thing-type.config.irtrans.ethernet.pingTimeOut.label = Ping Time Out
thing-type.config.irtrans.ethernet.pingTimeOut.description = Specifies the time milliseconds to wait for a response from the transceiver when pinging the device
thing-type.config.irtrans.ethernet.portNumber.label = Port Number
thing-type.config.irtrans.ethernet.portNumber.description = TCP port number of the transceiver service
thing-type.config.irtrans.ethernet.reconnectInterval.label = Reconnect Interval
thing-type.config.irtrans.ethernet.reconnectInterval.description = Specifies the time seconds to wait before reconnecting to a transceiver after a communication failure
thing-type.config.irtrans.ethernet.responseTimeOut.label = Response Time Out
thing-type.config.irtrans.ethernet.responseTimeOut.description = Specifies the time milliseconds to wait for a response from the transceiver when sending a command.
# channel types
channel-type.irtrans.blaster.label = Blaster Channel
channel-type.irtrans.blaster.description = The Blaster Channel allows to send (filtered) infrared commands over the specified blaster led of the transceiver
channel-type.irtrans.io.label = Input/Output
channel-type.irtrans.io.description = Read commands received by the blaster, or write commands to be sent by the blaster
channel-type.irtrans.receiver.label = Receiver Channel
channel-type.irtrans.receiver.description = The Receiver Channel allows to receive (filtered) infrared commands on the receiver led of the transceiver
# channel types config
channel-type.config.irtrans.blaster.command.label = Command
channel-type.config.irtrans.blaster.command.description = The name of the command will be allowed, as defined in the IRtrans server database and flashed into the transceiver. Can be '*' for any command
channel-type.config.irtrans.blaster.led.label = Led
channel-type.config.irtrans.blaster.led.description = The Led on which infrared commands will be emitted
channel-type.config.irtrans.blaster.remote.label = Remote
channel-type.config.irtrans.blaster.remote.description = The remote or manufacturer name which's commands will be allowed, as defined in the IRtrans server database and flashed into the transceiver. Can be '*' for any remote
channel-type.config.irtrans.receiver.command.label = Command
channel-type.config.irtrans.receiver.command.description = The name of the command will be allowed, as defined in the IRtrans server database and flashed into the transceiver. Can be '*' for any command
channel-type.config.irtrans.receiver.remote.label = Remote
channel-type.config.irtrans.receiver.remote.description = The remote or manufacturer name which's commands will be allowed, as defined in the IRtrans server database and flashed into the transceiver. Can be '*' for any remote

View File

@ -0,0 +1,60 @@
# binding
binding.ism8.name = ISM8 Binding
binding.ism8.description = This is the binding for the ISM8 card used for Wolf heating systems or other Wolf eBus devices.
# thing types
thing-type.ism8.device.label = ISM8 Device
thing-type.ism8.device.description = ISM8 Interface
# thing types config
thing-type.config.ism8.device.portNumber.label = Port
thing-type.config.ism8.device.portNumber.description = Port number of the object server
# channel types
channel-type.ism8.number-readonly.label = Value Readonly DataPoint
channel-type.ism8.number.label = Value DataPoint
channel-type.ism8.switch-readonly.label = Digital Readonly DataPoint
channel-type.ism8.switch.label = Digital DataPoint
# channel types config
channel-type.config.ism8.number-readonly.id.label = DP ID
channel-type.config.ism8.number-readonly.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
channel-type.config.ism8.number-readonly.type.label = Type
channel-type.config.ism8.number-readonly.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Value_Temp / 9.001)
channel-type.config.ism8.number-readonly.type.option.5.001 = DPT_Scaling
channel-type.config.ism8.number-readonly.type.option.9.001 = DPT_Value_Temp
channel-type.config.ism8.number-readonly.type.option.9.002 = DPT_Value_Tempd
channel-type.config.ism8.number-readonly.type.option.9.006 = DPT_Value_Pres
channel-type.config.ism8.number-readonly.type.option.13.002 = DPT_FlowRate
channel-type.config.ism8.number-readonly.type.option.20.102 = DPT_HVACMode
channel-type.config.ism8.number-readonly.type.option.20.103 = DPT_DHWMode
channel-type.config.ism8.number-readonly.type.option.20.105 = DPT_HVACContrMode
channel-type.config.ism8.number.id.label = DP ID
channel-type.config.ism8.number.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
channel-type.config.ism8.number.type.label = Type
channel-type.config.ism8.number.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Value_Temp / 9.001)
channel-type.config.ism8.number.type.option.9.001 = DPT_Value_Temp
channel-type.config.ism8.number.type.option.20.102 = DPT_HVACMode
channel-type.config.ism8.number.type.option.20.103 = DPT_DHWMode
channel-type.config.ism8.number.type.option.20.105 = DPT_HVACContrMode
channel-type.config.ism8.switch-readonly.id.label = DP ID
channel-type.config.ism8.switch-readonly.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
channel-type.config.ism8.switch-readonly.type.label = Type
channel-type.config.ism8.switch-readonly.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Switch / 1.001)
channel-type.config.ism8.switch-readonly.type.option.1.001 = DPT_Switch
channel-type.config.ism8.switch-readonly.type.option.1.002 = DPT_Bool
channel-type.config.ism8.switch-readonly.type.option.1.003 = DPT_Enable
channel-type.config.ism8.switch-readonly.type.option.1.009 = DPT_OpenClose
channel-type.config.ism8.switch.id.label = DP ID
channel-type.config.ism8.switch.id.description = Put the number of the DataPoint ID to be mapped from the heating sytem.
channel-type.config.ism8.switch.type.label = Type
channel-type.config.ism8.switch.type.description = Put the KNX-type of the DataPoint (e.g. DPT_Switch / 1.001)
channel-type.config.ism8.switch.type.option.1.001 = DPT_Switch
channel-type.config.ism8.switch.type.option.1.002 = DPT_Bool
channel-type.config.ism8.switch.type.option.1.003 = DPT_Enable
channel-type.config.ism8.switch.type.option.1.009 = DPT_OpenClose

View File

@ -0,0 +1,106 @@
# binding
binding.jablotron.name = Jablotron Binding
binding.jablotron.description = This is the binding for Jablotron Alarm Systems.
# thing types
thing-type.jablotron.bridge.label = Jablonet Bridge
thing-type.jablotron.bridge.description = A bridge to the Jablonet cloud service.
thing-type.jablotron.ja100.label = JA100 Alarm
thing-type.jablotron.ja100.description = A Jablotron JA100 alarm device.
thing-type.jablotron.ja100f.label = JA100F Alarm
thing-type.jablotron.ja100f.description = A Jablotron JA100F alarm device.
thing-type.jablotron.oasis.label = Oasis Alarm
thing-type.jablotron.oasis.description = A Jablotron Oasis alarm device.
# thing types config
bridge-type.config.jablotron.bridge.lang.label = Language
bridge-type.config.jablotron.bridge.lang.description = Language for Jablonet portal
bridge-type.config.jablotron.bridge.lang.option.cs = Česky
bridge-type.config.jablotron.bridge.lang.option.da = Dansk
bridge-type.config.jablotron.bridge.lang.option.de = Deutsch
bridge-type.config.jablotron.bridge.lang.option.en = English
bridge-type.config.jablotron.bridge.lang.option.es = Español
bridge-type.config.jablotron.bridge.lang.option.fr = Français
bridge-type.config.jablotron.bridge.lang.option.hr = Hrvatski
bridge-type.config.jablotron.bridge.lang.option.it = Italiano
bridge-type.config.jablotron.bridge.lang.option.hu = Magyar
bridge-type.config.jablotron.bridge.lang.option.nl = Nederlands
bridge-type.config.jablotron.bridge.lang.option.vi = Người việt nam
bridge-type.config.jablotron.bridge.lang.option.no = Norsk
bridge-type.config.jablotron.bridge.lang.option.pl = Polski
bridge-type.config.jablotron.bridge.lang.option.pt = Portugues
bridge-type.config.jablotron.bridge.lang.option.ro = Română
bridge-type.config.jablotron.bridge.lang.option.sl = Slovenski
bridge-type.config.jablotron.bridge.lang.option.sk = Slovensky
bridge-type.config.jablotron.bridge.lang.option.sr = Srpski
bridge-type.config.jablotron.bridge.lang.option.fi = Suomi
bridge-type.config.jablotron.bridge.lang.option.sv = Svenska
bridge-type.config.jablotron.bridge.lang.option.tr = Türkçe
bridge-type.config.jablotron.bridge.login.label = Login
bridge-type.config.jablotron.bridge.login.description = Login for Jablonet portal
bridge-type.config.jablotron.bridge.password.label = Password
bridge-type.config.jablotron.bridge.password.description = Password for Jablonet portal
bridge-type.config.jablotron.bridge.refresh.label = Refresh
bridge-type.config.jablotron.bridge.refresh.description = Specifies the refresh time for all alarm warnings (alarm, service mode, ...)
thing-type.config.jablotron.device.refresh.label = Refresh
thing-type.config.jablotron.device.refresh.description = Specifies the refresh time of thing channels in seconds
thing-type.config.jablotron.device.serviceId.label = Alarm Service ID
thing-type.config.jablotron.device.serviceId.description = The service ID of the Oasis alarm
thing-type.config.jablotron.ja100device.code.label = Code
thing-type.config.jablotron.ja100device.code.description = Master code for the JA100 alarm
thing-type.config.jablotron.ja100device.refresh.label = Refresh
thing-type.config.jablotron.ja100device.refresh.description = Specifies the refresh time of thing channels in seconds
thing-type.config.jablotron.ja100device.serviceId.label = Alarm Service ID
thing-type.config.jablotron.ja100device.serviceId.description = The service ID of the JA100 alarm
# channel types
channel-type.jablotron.alarm.label = Alarm
channel-type.jablotron.alarm.description = Status of the alarm of your alarm
channel-type.jablotron.alarm_state.label = Alarm State
channel-type.jablotron.alarm_state.description = A channel used for controlling the alarm state
channel-type.jablotron.alarm_state.state.option.set = ARMED
channel-type.jablotron.alarm_state.state.option.partialSet = PARTIAL
channel-type.jablotron.alarm_state.state.option.unset = DISARMED
channel-type.jablotron.command.label = Alarm Command
channel-type.jablotron.command.description = Channel for sending commands to your alarm
channel-type.jablotron.ja100f_alarm_state.label = Alarm State
channel-type.jablotron.ja100f_alarm_state.description = A channel used for controlling the alarm state
channel-type.jablotron.ja100f_alarm_state.state.option.ARM = ARMED
channel-type.jablotron.ja100f_alarm_state.state.option.PARTIAL_ARM = PARTIAL
channel-type.jablotron.ja100f_alarm_state.state.option.DISARM = DISARMED
channel-type.jablotron.lastCheckTime.label = Alarm Last Check Time
channel-type.jablotron.lastCheckTime.description = Date and time of last status check of your alarm
channel-type.jablotron.lastEvent.label = Alarm Last Event Text Description
channel-type.jablotron.lastEvent.description = Text description of the last event of your alarm
channel-type.jablotron.lastEventClass.label = Alarm Last Event Class
channel-type.jablotron.lastEventClass.description = Class of the last event of your alarm (arm, disarm, ...)
channel-type.jablotron.lastEventInvoker.label = Alarm Last Event Invoker
channel-type.jablotron.lastEventInvoker.description = The last event invoker
channel-type.jablotron.lastEventSection.label = Alarm Last Event Section
channel-type.jablotron.lastEventSection.description = The last event section of your alarm
channel-type.jablotron.lastEventTime.label = Alarm Last Event Time
channel-type.jablotron.lastEventTime.description = Date and time of the last event of your alarm
channel-type.jablotron.pgm_state.label = Programmable Gate State
channel-type.jablotron.pgm_state.description = A channel used for controlling the PGM state
channel-type.jablotron.status.label = Alarm Section Status
channel-type.jablotron.status.description = Status of the section of your alarm
channel-type.jablotron.statusA.label = Alarm Zone A Status
channel-type.jablotron.statusA.description = Status of the A zone of your alarm
channel-type.jablotron.statusABC.label = Alarm Zone ABC Status
channel-type.jablotron.statusABC.description = Status of the ABC zone of your alarm
channel-type.jablotron.statusB.label = Alarm B Status
channel-type.jablotron.statusB.description = Status of the B zone of your alarm
channel-type.jablotron.statusPGM.label = JA-100 PGM Status
channel-type.jablotron.statusPGM.description = Status of the PGM switch of your JA-100 alarm
channel-type.jablotron.statusPGX.label = OASIS PGX Status
channel-type.jablotron.statusPGX.description = Status of the PGX switch of your OASIS alarm
channel-type.jablotron.statusPGY.label = OASIS PGY Status
channel-type.jablotron.statusPGY.description = Status of the PGY switch of your OASIS alarm
channel-type.jablotron.temperature.label = Sensor Temperature
channel-type.jablotron.temperature.description = The current temperature reported by the sensor
channel-type.jablotron.thermostat.label = Thermostat Temperature
channel-type.jablotron.thermostat.description = The current temperature reported by the thermostat

View File

@ -0,0 +1,206 @@
# binding
binding.kaleidescape.name = Kaleidescape System Binding
binding.kaleidescape.description = Controls a Kaleidescape System Movie Player
# thing types
thing-type.kaleidescape.alto.label = Kaleidescape Alto
thing-type.kaleidescape.alto.description = A Kaleidescape Alto Player
thing-type.kaleidescape.alto.group.detail.label = Content Details
thing-type.kaleidescape.alto.group.detail.description = Contains Metadata About a Selected Item
thing-type.kaleidescape.alto.group.ui.label = User Interface
thing-type.kaleidescape.alto.group.ui.description = Controls and Information for the Alto's On Screen Interface
thing-type.kaleidescape.cinemaone.label = Kaleidescape Cinema One (2nd Generation)
thing-type.kaleidescape.cinemaone.description = A Kaleidescape Cinema One (2nd Generation) Player
thing-type.kaleidescape.cinemaone.group.detail.label = Content Details
thing-type.kaleidescape.cinemaone.group.detail.description = Contains Metadata About a Selected Item
thing-type.kaleidescape.cinemaone.group.music.label = Music Zone
thing-type.kaleidescape.cinemaone.group.music.description = Controls and Information for the Cinema One's Music Zone
thing-type.kaleidescape.cinemaone.group.ui.label = User Interface
thing-type.kaleidescape.cinemaone.group.ui.description = Controls and Information for the Cinema One's On Screen Interface
thing-type.kaleidescape.player.label = Kaleidescape Player
thing-type.kaleidescape.player.description = A Kaleidescape Movie Player (KPlayer, M Class [M300, M500, M700] or Cinema One 1st Gen)
thing-type.kaleidescape.player.group.detail.label = Content Details
thing-type.kaleidescape.player.group.detail.description = Contains Metadata About a Selected Item
thing-type.kaleidescape.player.group.music.label = Music Zone
thing-type.kaleidescape.player.group.music.description = Controls and Information for the Player's Music Zone
thing-type.kaleidescape.player.group.ui.label = User Interface
thing-type.kaleidescape.player.group.ui.description = Controls and Information for the Player's On Screen Interface
thing-type.kaleidescape.strato.label = Kaleidescape Strato
thing-type.kaleidescape.strato.description = A Kaleidescape Strato Player
thing-type.kaleidescape.strato.group.detail.label = Content Details
thing-type.kaleidescape.strato.group.detail.description = Contains Metadata About a Selected Item
thing-type.kaleidescape.strato.group.ui.label = User Interface
thing-type.kaleidescape.strato.group.ui.description = Controls and Information for the Strato's On Screen Interface
# thing types config
thing-type.config.kaleidescape.kaleidescapedevice.host.label = Address
thing-type.config.kaleidescape.kaleidescapedevice.host.description = Host Name or IP Address of the Kaleidescape component.
thing-type.config.kaleidescape.kaleidescapedevice.initialVolume.label = Initial Volume Setting
thing-type.config.kaleidescape.kaleidescapedevice.initialVolume.description = When the binding starts up, set the Inital Volume level to this value (Default 25).
thing-type.config.kaleidescape.kaleidescapedevice.loadAlbumDetails.label = Load Album Details
thing-type.config.kaleidescape.kaleidescapedevice.loadAlbumDetails.description = When enabled the binding will automatically load the metadata channels for the currently playing Album. Not applicable for Alto and Strato components.
thing-type.config.kaleidescape.kaleidescapedevice.loadHighlightedDetails.label = Load Highlighted Details
thing-type.config.kaleidescape.kaleidescapedevice.loadHighlightedDetails.description = When enabled the binding will automatically load the metadata channels when the selected item in the UI (Movie or Album) changes.
thing-type.config.kaleidescape.kaleidescapedevice.port.label = Port
thing-type.config.kaleidescape.kaleidescapedevice.port.description = Communication Port for IP Connection to the Kaleidescape component.
thing-type.config.kaleidescape.kaleidescapedevice.serialPort.label = Serial Port
thing-type.config.kaleidescape.kaleidescapedevice.serialPort.description = (Optional) Serial Port to use for connecting directly to an individual Kaleidescape component.
thing-type.config.kaleidescape.kaleidescapedevice.updatePeriod.label = Update Period
thing-type.config.kaleidescape.kaleidescapedevice.updatePeriod.description = Tells the component how often time status updates should be sent; Values greater than 1 are not yet implmented by the protocol. Setting to 1 may impact openHAB system performance due to constant updates while content playing.
thing-type.config.kaleidescape.kaleidescapedevice.volumeEnabled.label = Volume Control Enabled
thing-type.config.kaleidescape.kaleidescapedevice.volumeEnabled.description = Enable the Volume and Mute controls in the Kaleidescape iPad & Phone apps and track their status in the binding. Disabled by default to prevent conflicts with other control systems that may already be controlling volume on this zone.
# channel group types
channel-group-type.kaleidescape.alto-strato_detail.label = Content Details
channel-group-type.kaleidescape.alto-strato_detail.description = Contains metadata about a selected item
channel-group-type.kaleidescape.c1-alto_ui.label = User Interface
channel-group-type.kaleidescape.c1-alto_ui.description = Controls and information for the player's on screen interface
channel-group-type.kaleidescape.detail.label = Content Details
channel-group-type.kaleidescape.detail.description = Contains metadata about a selected item
channel-group-type.kaleidescape.music.label = Music Zone
channel-group-type.kaleidescape.music.description = Controls and information for the player's music zone
channel-group-type.kaleidescape.strato_ui.label = User Interface
channel-group-type.kaleidescape.strato_ui.description = Controls and information for the player's on screen interface
channel-group-type.kaleidescape.ui.label = User Interface
channel-group-type.kaleidescape.ui.description = Controls and information for the player's on screen interface
# channel types
channel-type.kaleidescape.actors.label = Actors
channel-type.kaleidescape.actors.description = A list of actors appearing in the selected Movie
channel-type.kaleidescape.album.label = Album
channel-type.kaleidescape.album.description = The name of the currently playing album
channel-type.kaleidescape.album_handle.label = Album Handle
channel-type.kaleidescape.album_handle.description = The handle of the currently playing album
channel-type.kaleidescape.album_title.label = Album Title
channel-type.kaleidescape.album_title.description = The title of the selected Album
channel-type.kaleidescape.artist.label = Artist
channel-type.kaleidescape.artist.description = The name of the currently playing artist
channel-type.kaleidescape.artist.label = Artist
channel-type.kaleidescape.artist.description = The artist of the selected Album
channel-type.kaleidescape.aspect_ratio.label = Aspect Ratio
channel-type.kaleidescape.aspect_ratio.description = Identifies the aspect ratio of the movie
channel-type.kaleidescape.aspect_ratio.label = Aspect Ratio
channel-type.kaleidescape.aspect_ratio.description = The aspect ratio of the selected Movie
channel-type.kaleidescape.chapter_length.label = Chapter Length
channel-type.kaleidescape.chapter_length.description = The total running time of the current chapter
channel-type.kaleidescape.chapter_loc.label = Chapter Location
channel-type.kaleidescape.chapter_loc.description = The running time elapsed of the current chapter
channel-type.kaleidescape.chapter_num.label = Chapter Number
channel-type.kaleidescape.chapter_num.description = The current chapter number of the movie that is playing
channel-type.kaleidescape.child_mode_state.label = Child Mode State
channel-type.kaleidescape.child_mode_state.description = Indicates if the on screen display is displaying the child user interface
channel-type.kaleidescape.cinemascape_mask.label = CinemaScape Mask
channel-type.kaleidescape.cinemascape_mask.description = When in CinemaScape mode, provides information about the frame aspect ratio
channel-type.kaleidescape.cinemascape_mode.label = CinemaScape Mode
channel-type.kaleidescape.cinemascape_mode.description = Identifies the CinemaScape mode currently active
channel-type.kaleidescape.color_description.label = Color Description
channel-type.kaleidescape.color_description.description = Indicates if the selected Movie is in color, black and white, etc.
channel-type.kaleidescape.content_color.label = Content Color
channel-type.kaleidescape.content_color.description = Provides color information about the currently playing content
channel-type.kaleidescape.content_color_eotf.label = Content Color EOTF
channel-type.kaleidescape.content_color_eotf.description = Identifies the Electro-Optical Transfer Function standard of the currently playing content
channel-type.kaleidescape.country.label = Country
channel-type.kaleidescape.country.description = The country that the selected Movie originates from
channel-type.kaleidescape.cover_art.label = Cover Art
channel-type.kaleidescape.cover_art.description = Cover Art image of the currently selected item
channel-type.kaleidescape.cover_url.label = Cover Art URL
channel-type.kaleidescape.cover_url.description = The URL of the Cover Art
channel-type.kaleidescape.directors.label = Directors
channel-type.kaleidescape.directors.description = A list of directors of the selected Movie
channel-type.kaleidescape.disc_location.label = Disc Location
channel-type.kaleidescape.disc_location.description = Indicates where the disc for the selected item is currently residing in the system (ie Vault, Tray, etc.)
channel-type.kaleidescape.genres.label = Genres
channel-type.kaleidescape.genres.description = A list of genres of the selected item
channel-type.kaleidescape.highlighted_selection.label = Highlighted Selection
channel-type.kaleidescape.highlighted_selection.description = Specifies the handle of the movie or album currently selected on the user interface
channel-type.kaleidescape.hires_cover_url.label = HiRes Cover Art URL
channel-type.kaleidescape.hires_cover_url.description = The URL of the high resolution Cover Art
channel-type.kaleidescape.movie_control.label = Control
channel-type.kaleidescape.movie_control.description = Control movie playback e.g. Play/Pause/Next/Previous/Fast Forward/Rewind
channel-type.kaleidescape.movie_location.label = Movie Location
channel-type.kaleidescape.movie_location.description = Identifies the location in the movie, ie: Main Content, Intermission, or End Credits
channel-type.kaleidescape.movie_media_type.label = Media Type
channel-type.kaleidescape.movie_media_type.description = The type of media that is currently playing
channel-type.kaleidescape.movie_play_mode.label = Play Mode
channel-type.kaleidescape.movie_play_mode.description = The Current playback mode of the movie
channel-type.kaleidescape.movie_play_speed.label = Play Speed
channel-type.kaleidescape.movie_play_speed.description = The speed of playback scanning
channel-type.kaleidescape.music_control.label = Control
channel-type.kaleidescape.music_control.description = Control music playback e.g. Play/Pause/Next/Previous/Fforward/Rewind
channel-type.kaleidescape.music_play_mode.label = Play Mode
channel-type.kaleidescape.music_play_mode.description = The current playback mode of the music
channel-type.kaleidescape.music_play_speed.label = Play Speed
channel-type.kaleidescape.music_play_speed.description = The speed of playback scanning
channel-type.kaleidescape.nowplay_handle.label = Now Playing Handle
channel-type.kaleidescape.nowplay_handle.description = The handle of the current now playing list
channel-type.kaleidescape.random.label = Random
channel-type.kaleidescape.random.description = Controls random playback for music
channel-type.kaleidescape.rating.label = Rating
channel-type.kaleidescape.rating.description = The MPAA rating of the selected Movie
channel-type.kaleidescape.rating_reason.label = Rating Reason
channel-type.kaleidescape.rating_reason.description = An explaination of why the selected movie received its rating
channel-type.kaleidescape.readiness_state.label = System Readiness State
channel-type.kaleidescape.readiness_state.description = Indicates the system's current idle mode
channel-type.kaleidescape.repeat.label = Repeat
channel-type.kaleidescape.repeat.description = Controls repeat playback for music
channel-type.kaleidescape.review.label = Review
channel-type.kaleidescape.review.description = A review of the selected Album
channel-type.kaleidescape.running_time.label = Running time
channel-type.kaleidescape.running_time.description = The total running time of the selected item
channel-type.kaleidescape.scale_mode.label = Scale Mode
channel-type.kaleidescape.scale_mode.description = Identifies whether the image from the player requires scaling
channel-type.kaleidescape.screen_mask.label = Screen Mask
channel-type.kaleidescape.screen_mask.description = Provides aspect ratio and masking information for the current video image
channel-type.kaleidescape.screen_mask2.label = Screen Mask 2
channel-type.kaleidescape.screen_mask2.description = Provides masking information based on aspect ratio and overscan area
channel-type.kaleidescape.synopsis.label = Synopsis
channel-type.kaleidescape.synopsis.description = A synopsis of the selected Movie
channel-type.kaleidescape.title.label = Movie Title
channel-type.kaleidescape.title.description = The title of the selected Movie
channel-type.kaleidescape.title_length.label = Title Length
channel-type.kaleidescape.title_length.description = The total running time of the currently playing movie
channel-type.kaleidescape.title_loc.label = Title Location
channel-type.kaleidescape.title_loc.description = The running time elapsed of the currently playing movie
channel-type.kaleidescape.title_name.label = Title Name
channel-type.kaleidescape.title_name.description = The title of the movie currently playing
channel-type.kaleidescape.title_num.label = Title Number
channel-type.kaleidescape.title_num.description = The current movie title number that is playing
channel-type.kaleidescape.track.label = Track
channel-type.kaleidescape.track.description = The name of the currently playing track
channel-type.kaleidescape.track_handle.label = Track Handle
channel-type.kaleidescape.track_handle.description = The handle of the currently playing track
channel-type.kaleidescape.track_length.label = Track Length
channel-type.kaleidescape.track_length.description = The total running time of the current playing track
channel-type.kaleidescape.track_position.label = Track Position
channel-type.kaleidescape.track_position.description = The running time elapsed of the current playing track
channel-type.kaleidescape.track_progress.label = Track Progress
channel-type.kaleidescape.track_progress.description = The percentage complete of the current playing track
channel-type.kaleidescape.type.label = Detail Type
channel-type.kaleidescape.type.description = Indicates If the currently selected item is a Movie or Album
channel-type.kaleidescape.ui_state.label = UI State
channel-type.kaleidescape.ui_state.description = Provides information about which screen is visible in the Kaleidescape user interface
channel-type.kaleidescape.user_defined_event.label = User Defined Event
channel-type.kaleidescape.user_defined_event.description = Will contain custom event messages generated by scripts, sent from another component, or triggered by system events
channel-type.kaleidescape.user_input.label = User Input
channel-type.kaleidescape.user_input.description = Indicates if the user is being prompted for input, what type of input, and any currently entered characters
channel-type.kaleidescape.user_input_prompt.label = User Input Prompt
channel-type.kaleidescape.user_input_prompt.description = Indicates user input prompt info and properties currently shown on screen
channel-type.kaleidescape.video_color.label = Video Color
channel-type.kaleidescape.video_color.description = Provides Color Information About the Current Video Output
channel-type.kaleidescape.video_color_eotf.label = Video Color EOTF
channel-type.kaleidescape.video_color_eotf.description = Identifies the Electro-Optical Transfer Function standard of the current video output
channel-type.kaleidescape.video_mode.label = Video Mode - Raw
channel-type.kaleidescape.video_mode.description = Raw output of video mode data from the component, format: 00:00:00
channel-type.kaleidescape.video_mode_component.label = Video Mode - Component
channel-type.kaleidescape.video_mode_component.description = Identifies the video currently active on the Component video output
channel-type.kaleidescape.video_mode_composite.label = Video Mode - Composite
channel-type.kaleidescape.video_mode_composite.description = Identifies the video currently active on the Composite video output
channel-type.kaleidescape.video_mode_hdmi.label = Video Mode - HDMI
channel-type.kaleidescape.video_mode_hdmi.description = Identifies the video currently active on the HDMI video output
channel-type.kaleidescape.year.label = Year
channel-type.kaleidescape.year.description = The release year of the selected item

View File

@ -0,0 +1,90 @@
# binding
binding.keba.name = Keba Binding
binding.keba.description = This is the binding for Keba EV Charging Stations
# thing types
thing-type.keba.kecontact.label = KeContact EV Charging Station
thing-type.keba.kecontact.description = A KeContact EV Charging Station
thing-type.keba.kecontact.channel.I1.label = Current Phase 1
thing-type.keba.kecontact.channel.I2.label = Current Phase 2
thing-type.keba.kecontact.channel.I3.label = Current Phase 3
thing-type.keba.kecontact.channel.U1.label = Voltage Phase 1
thing-type.keba.kecontact.channel.U2.label = Voltage Phase 2
thing-type.keba.kecontact.channel.U3.label = Voltage Phase 3
# thing types config
thing-type.config.keba.kecontact.ipAddress.label = Network Address
thing-type.config.keba.kecontact.ipAddress.description = Network address of the wallbox
thing-type.config.keba.kecontact.refreshInterval.label = Refresh Interval
thing-type.config.keba.kecontact.refreshInterval.description = Specifies the refresh interval in seconds
# channel types
channel-type.keba.authenticate.label = Authenticate
channel-type.keba.authenticate.description = Authenticate and start a charging session
channel-type.keba.authon.label = Authentication Enabled
channel-type.keba.authon.description = Authentication enabled
channel-type.keba.authreq.label = Authentication Required
channel-type.keba.authreq.description = Authentication required
channel-type.keba.current.label = Current
channel-type.keba.current.description = Current
channel-type.keba.current_settable.label = Preset Current
channel-type.keba.current_settable.description = Preset Current
channel-type.keba.display.label = Display
channel-type.keba.display.description = Text to show on the P30 Series C or X display
channel-type.keba.enabled.label = Enabled
channel-type.keba.enabled.description = Activation state of the wallbox
channel-type.keba.energy.label = Energy Session
channel-type.keba.energy.description = Power consumption
channel-type.keba.error1.label = Error Code 1
channel-type.keba.error1.description = Error code state, if in error. See the KeContact FAQ
channel-type.keba.error2.label = Error Code 2
channel-type.keba.error2.description = Error code state, if in error. See the KeContact FAQ
channel-type.keba.failsafecurrent.label = Failsafe Current
channel-type.keba.failsafecurrent.description = Failsafe Current (if network is lost)
channel-type.keba.locked.label = Plug Lock
channel-type.keba.locked.description = Indicator if the plug is locked by the electrical vehicle
channel-type.keba.maxcurrent.label = Max. System Current
channel-type.keba.maxcurrent.description = Maximal System Current
channel-type.keba.pilotcurrent.label = Pilot Current
channel-type.keba.pilotcurrent.description = Current value offered to the vehicle via control pilot signalization (PWM)
channel-type.keba.pilotcurrentdutycyle.label = Pilot Current Duty Cycle
channel-type.keba.pilotcurrentdutycyle.description = Duty cycle of the control pilot signal
channel-type.keba.plugvehicle.label = Vehicle Plugged
channel-type.keba.plugvehicle.description = State of the vehicle plug, e.g. ON if plugged in, OFF if unplugged
channel-type.keba.plugwallbox.label = Wallbox Plugged
channel-type.keba.plugwallbox.description = State of the wallbox plug, e.g. ON if plugged in, OFF if unplugged
channel-type.keba.power.label = Power
channel-type.keba.power.description = Active Power
channel-type.keba.powerfactor.label = Power Factor
channel-type.keba.powerfactor.description = Power factor (cosphi)
channel-type.keba.range.label = Rel. Current
channel-type.keba.range.description = Current in % of the 6-63 A range accepted by the wallbox
channel-type.keba.sessionid.label = Session ID
channel-type.keba.sessionid.description = Session ID of the last charging session
channel-type.keba.sessionrfidclass.label = RFID Tag Class
channel-type.keba.sessionrfidclass.description = RFID Tag class used for the last charging session
channel-type.keba.sessionrfidtag.label = RFID Tag
channel-type.keba.sessionrfidtag.description = RFID Tag used for the last charging session
channel-type.keba.setenergylimit.label = Energy Limit
channel-type.keba.setenergylimit.description = An energy limit for an already running or the next charging session
channel-type.keba.state.label = Operation State
channel-type.keba.state.description = Current operational state of the wallbox
channel-type.keba.state.state.option.0 = Starting
channel-type.keba.state.state.option.1 = Not Ready
channel-type.keba.state.state.option.2 = Ready
channel-type.keba.state.state.option.3 = Charging
channel-type.keba.state.state.option.4 = Error
channel-type.keba.totalenergy.label = Energy Total
channel-type.keba.totalenergy.description = Total energy consumption is added up after each completed charging session
channel-type.keba.uptime.label = System Uptime
channel-type.keba.uptime.description = System uptime since the last reset of the wallbox
channel-type.keba.voltage.label = Voltage
channel-type.keba.voltage.description = Voltage
channel-type.keba.x1.label = X1
channel-type.keba.x1.description = State of the X1 input
channel-type.keba.x2.label = X2
channel-type.keba.x2.description = State of the X2 output

View File

@ -0,0 +1,46 @@
# binding
binding.km200.name = KM200 Binding
binding.km200.description = The KM200 Binding is communicating with a Buderus Logamatic web KM200 / KM100 / KM50 gateway. These devices are gateways for heating systems and allows to control them. It is possible to receive and send parameters.
# thing types
thing-type.km200.appliance.label = Appliance
thing-type.km200.appliance.description = This thing is representing the appliance (The heater inside of this heating system).
thing-type.km200.dhwCircuit.label = Hot Water Circuit
thing-type.km200.dhwCircuit.description = This thing is representing a hot water circuit.
thing-type.km200.gateway.label = Gateway
thing-type.km200.gateway.description = This thing is representing the gateway. (The connected KM200/100/50 device)
thing-type.km200.heatSource.label = Heat Source
thing-type.km200.heatSource.description = This thing is representing the heat source.
thing-type.km200.heatingCircuit.label = Heating Circuit
thing-type.km200.heatingCircuit.description = This thing is representing a heating circuit.
thing-type.km200.holidayMode.label = Holiday Mode
thing-type.km200.holidayMode.description = This thing is representing the holiday modes configuration.
thing-type.km200.kmdevice.label = KM200/100/50
thing-type.km200.kmdevice.description = The KM200 binding is communicating with a Buderus Logamatic web KM200 / KM100 / KM50. It is possible to receive and send parameters like string or float values.
thing-type.km200.notification.label = Notifications
thing-type.km200.notification.description = This thing is representing the notifications.
thing-type.km200.sensor.label = Sensors
thing-type.km200.sensor.description = This thing is representing the sensors.
thing-type.km200.solarCircuit.label = Solar Circuit
thing-type.km200.solarCircuit.description = This thing is representing a solar circuit.
thing-type.km200.switchProgram.label = Switch Program
thing-type.km200.switchProgram.description = This thing is representing a switch program.
thing-type.km200.system.label = System
thing-type.km200.system.description = This thing is representing the system without sensors and appliance.
thing-type.km200.systemStates.label = System States
thing-type.km200.systemStates.description = This thing is representing the systems states.
# thing types config
thing-type.config.km200.kmdevice.ip4Address.label = IP4 Address
thing-type.config.km200.kmdevice.ip4Address.description = IP4 Address of the KMXXX device
thing-type.config.km200.kmdevice.maxNbrRepeats.label = Maximum Number of Repeats
thing-type.config.km200.kmdevice.maxNbrRepeats.description = Maximum number of repeats in case of a communication error (like HTTP 500 error)
thing-type.config.km200.kmdevice.privateKey.label = Private Key
thing-type.config.km200.kmdevice.privateKey.description = Private en-/decryption key built from MD5Salt, GatewayPassword and PrivatePassword
thing-type.config.km200.kmdevice.readDelay.label = Read Delay
thing-type.config.km200.kmdevice.readDelay.description = Delay between two read attempts in ms
thing-type.config.km200.kmdevice.refreshInterval.label = Auto Refresh Interval
thing-type.config.km200.kmdevice.refreshInterval.description = Auto refresh interval in seconds

View File

@ -0,0 +1,134 @@
# binding
binding.knx.name = KNX Binding
binding.knx.description = This binding supports connecting to a KNX bus
# thing types
thing-type.knx.device.label = KNX Device
thing-type.knx.device.description = An addressable basic KNX device
thing-type.knx.ip.label = KNX/IP Gateway
thing-type.knx.ip.description = This is a KNX IP interface or router
thing-type.knx.serial.label = KNX FT1.2 Interface
thing-type.knx.serial.description = This is a serial interface for accessing the KNX bus
# thing types config
thing-type.config.knx.device.address.label = Address
thing-type.config.knx.device.address.description = The individual address in x.y.z notation
thing-type.config.knx.device.fetch.label = Fetch
thing-type.config.knx.device.fetch.description = Read out the device parameters and address/communication object tables
thing-type.config.knx.device.pingInterval.label = Interval
thing-type.config.knx.device.pingInterval.description = Interval (in seconds) between attempts to poll the device status
thing-type.config.knx.device.readInterval.label = Interval
thing-type.config.knx.device.readInterval.description = Interval (in seconds) between attempts to read the status group addresses on the bus
thing-type.config.knx.ip.autoReconnectPeriod.label = Auto Reconnect Period
thing-type.config.knx.ip.autoReconnectPeriod.description = Seconds between connection retries when KNX link has been lost, 0 means never retry, minimum 30s
thing-type.config.knx.ip.ipAddress.label = Network Address
thing-type.config.knx.ip.ipAddress.description = Network address of the KNX/IP gateway
thing-type.config.knx.ip.localIp.label = Local Network Address
thing-type.config.knx.ip.localIp.description = Network address of the local host to be used to set up the connection to the KNX/IP gateway
thing-type.config.knx.ip.localSourceAddr.label = Local Device Address
thing-type.config.knx.ip.localSourceAddr.description = The Physical Address (Individual Address) in x.y.z notation for identification of this KNX/IP gateway within the KNX bus
thing-type.config.knx.ip.portNumber.label = Port
thing-type.config.knx.ip.portNumber.description = Port number of the KNX/IP gateway
thing-type.config.knx.ip.readRetriesLimit.label = Read Retries Limit
thing-type.config.knx.ip.readRetriesLimit.description = Limits the read retries while initialization from the KNX bus
thing-type.config.knx.ip.readingPause.label = Reading Pause
thing-type.config.knx.ip.readingPause.description = Time in milliseconds of how long should be paused between two read requests to the bus during initialization
thing-type.config.knx.ip.responseTimeout.label = Response Timeout
thing-type.config.knx.ip.responseTimeout.description = Seconds to wait for a response from the KNX bus
thing-type.config.knx.ip.type.label = IP Connection Type
thing-type.config.knx.ip.type.description = The ip connection type for connecting to the KNX bus. Could be either TUNNEL or ROUTER
thing-type.config.knx.ip.type.option.TUNNEL = Tunnel
thing-type.config.knx.ip.type.option.ROUTER = Router
thing-type.config.knx.ip.useNAT.label = Use NAT
thing-type.config.knx.ip.useNAT.description = Set to "true" when having network address translation between this server and the gateway
thing-type.config.knx.serial.autoReconnectPeriod.label = Auto Reconnect Period
thing-type.config.knx.serial.autoReconnectPeriod.description = Seconds between connect retries when KNX link has been lost, 0 means never retry
thing-type.config.knx.serial.readRetriesLimit.label = Read Retries Limit
thing-type.config.knx.serial.readRetriesLimit.description = Limits the read retries while initialization from the KNX bus
thing-type.config.knx.serial.readingPause.label = Reading Pause
thing-type.config.knx.serial.readingPause.description = Time in milliseconds of how long should be paused between two read requests to the bus during initialization
thing-type.config.knx.serial.responseTimeout.label = Response Timeout
thing-type.config.knx.serial.responseTimeout.description = Seconds to wait for a response from the KNX bus
thing-type.config.knx.serial.serialPort.label = Serial Port
thing-type.config.knx.serial.serialPort.description = The serial port to use for connecting to the KNX bus
# channel types
channel-type.knx.color-control.label = Color Control
channel-type.knx.color-control.description = Control a color item (i.e. the status is not owned by KNX)
channel-type.knx.color.label = Color
channel-type.knx.color.description = A channel to control color information (RGB)
channel-type.knx.contact-control.label = Contact Control
channel-type.knx.contact-control.description = Control a contact item (i.e. the status is not owned by KNX)
channel-type.knx.contact.label = Contact
channel-type.knx.contact.description = A channel to manage a generic Group Addresses with a DPT compatible with Contact Items
channel-type.knx.datetime-control.label = DateTime Control
channel-type.knx.datetime-control.description = Control a date/time item (i.e. the status is not owned by KNX)
channel-type.knx.datetime.label = DateTime
channel-type.knx.datetime.description = A channel to manage a generic Group Addresses with a DPT compatible with DateTime Items
channel-type.knx.dimmer-control.label = Dimmer Control
channel-type.knx.dimmer-control.description = Control a dimmer item via KNX (i.e. the status is not owned by KNX)
channel-type.knx.dimmer.label = Dimmer
channel-type.knx.dimmer.description = A channel to control a dimmer
channel-type.knx.number-control.label = Number Control
channel-type.knx.number-control.description = Control a number item (i.e. the status is not owned by KNX)
channel-type.knx.number.label = Number
channel-type.knx.number.description = A channel to manage a generic Group Addresses with a DPT compatible with Number Items
channel-type.knx.rollershutter-control.label = Rollershutter Control
channel-type.knx.rollershutter-control.description = Control a rollershutter item (i.e. the status is not owned by KNX)
channel-type.knx.rollershutter.label = Rollershutter
channel-type.knx.rollershutter.description = A channel to control a rollershutter
channel-type.knx.string-control.label = String Control
channel-type.knx.string-control.description = Control a string item (i.e. the status is not owned by KNX)
channel-type.knx.string.label = String
channel-type.knx.string.description = A channel to manage a generic Group Addresses with a DPT compatible with String Items
channel-type.knx.switch-control.label = Switch Control
channel-type.knx.switch-control.description = Control a switch item via KNX (i.e. the status is not owned by KNX)
channel-type.knx.switch.label = Switch
channel-type.knx.switch.description = A channel to manage a generic Group Addresses with a DPT compatible with Switch Items
# channel types config
channel-type.config.knx.color-control.frequency.label = Frequency
channel-type.config.knx.color-control.frequency.description = Increase/decrease send frequency if color should be handled by the binding (in ms) - set to 0 if the KNX device sends them repeatedly itself
channel-type.config.knx.color-control.hsb.label = Color Value
channel-type.config.knx.color-control.hsb.description = The group address(es) in Group Address Notation for the color value
channel-type.config.knx.color-control.increaseDecrease.label = Address
channel-type.config.knx.color-control.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the color
channel-type.config.knx.color-control.position.label = Address
channel-type.config.knx.color-control.position.description = The group address(es) in Group Address Notation to set the absolute position of the color
channel-type.config.knx.color-control.switch.label = Address
channel-type.config.knx.color-control.switch.description = The group address(es) in Group Address Notation to toggle the color on or off
channel-type.config.knx.color.hsb.label = Color Value
channel-type.config.knx.color.hsb.description = The group address(es) in Group Address Notation for the color value
channel-type.config.knx.color.increaseDecrease.label = Address
channel-type.config.knx.color.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the color
channel-type.config.knx.color.position.label = Address
channel-type.config.knx.color.position.description = The group address(es) in Group Address Notation to set the absolute position of the color
channel-type.config.knx.color.switch.label = Address
channel-type.config.knx.color.switch.description = The group address(es) in Group Address Notation to toggle the color on or off
channel-type.config.knx.dimmer-control.frequency.label = Frequency
channel-type.config.knx.dimmer-control.frequency.description = Increase/decrease send frequency if dimming should be handled by the binding (in ms) - set to 0 if the KNX device sends them repeatedly itself
channel-type.config.knx.dimmer-control.increaseDecrease.label = Address
channel-type.config.knx.dimmer-control.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the dimmer
channel-type.config.knx.dimmer-control.position.label = Address
channel-type.config.knx.dimmer-control.position.description = The group address(es) in Group Address Notation to set the absolute position of the dimmer
channel-type.config.knx.dimmer-control.switch.label = Address
channel-type.config.knx.dimmer-control.switch.description = The group address(es) in Group Address Notation to toggle the dimmer on or off
channel-type.config.knx.dimmer.increaseDecrease.label = Address
channel-type.config.knx.dimmer.increaseDecrease.description = The group address(es) in Group Address Notation to increase or decrease the dimmer
channel-type.config.knx.dimmer.position.label = Address
channel-type.config.knx.dimmer.position.description = The group address(es) in Group Address Notation to set the absolute position of the dimmer
channel-type.config.knx.dimmer.switch.label = Address
channel-type.config.knx.dimmer.switch.description = The group address(es) in Group Address Notation to toggle the dimmer on or off
channel-type.config.knx.rollershutter.position.label = Address
channel-type.config.knx.rollershutter.position.description = The group address(es) in Group Address Notation to set the absolute position of the shutter, in %
channel-type.config.knx.rollershutter.stopMove.label = Address
channel-type.config.knx.rollershutter.stopMove.description = The group address(es) in Group Address Notation to start (MOVE) or STOP shutter movement
channel-type.config.knx.rollershutter.upDown.label = Address
channel-type.config.knx.rollershutter.upDown.description = The group address(es) in Group Address Notation to move the shutter in the DOWN or UP direction
channel-type.config.knx.single.ga.label = Address
channel-type.config.knx.single.ga.description = The group address(es) in Group Address Notation

View File

@ -0,0 +1,100 @@
# binding
binding.konnected.name = Konnected Binding
binding.konnected.description = This is the binding for Konnected.
# thing types
thing-type.konnected.module.label = The Konnected Alarm Panel
thing-type.konnected.module.description = The Konnected Module
thing-type.konnected.module.channel.Out.label = The out Pin
thing-type.konnected.module.channel.Zone_6.label = Zone 6
thing-type.konnected.module.channel.Zone_6.description = Zone 6 Sensor
# thing types config
thing-type.config.konnected.module.blink.label = Blink
thing-type.config.konnected.module.blink.description = When set to false the Led on the device won't blink during transmission.
thing-type.config.konnected.module.controller_removewifi.label = Factory Reset
thing-type.config.konnected.module.controller_removewifi.description = Resets the module to Factory Conditions.
thing-type.config.konnected.module.controller_sendConfig.label = Update Settings
thing-type.config.konnected.module.controller_sendConfig.description = Manually sends the settings to the module. The binding will send settings on every restart and if there are any configuration changes but this can be used to manually update the settings as needed.
thing-type.config.konnected.module.controller_softreset.label = Soft Reset Module
thing-type.config.konnected.module.controller_softreset.description = Send A Restart Command to the Module.
thing-type.config.konnected.module.discovery.label = Discovery
thing-type.config.konnected.module.discovery.description = If set to false the device will not respond to discovery requests via UPnP. Make sure you have statically assigned an IP address to the module before turning this setting off. See https://help.konnected.io/support/solutions/articles/32000023968-disabling-device-discovery
thing-type.config.konnected.module.group.actions.label = Actions
thing-type.config.konnected.module.request_timeout.label = Request Timeout
thing-type.config.konnected.module.request_timeout.description = The timeout period in seconds for HTTP requests to the Konnected Alarm Panel. The default is 30. Adjusting this setting can help in networks situations with high latency where the binding is erroneously reporting the thing as offline.
thing-type.config.konnected.module.retry_count.label = Retry Count
thing-type.config.konnected.module.retry_count.description = The number of times the binding attempts to send http requests to the Konnected Alarm Panel. Increase this setting if you are experiencing situations where the module is reporting as offline but you can access the website of the Alarm Panel to confirm that the Alarm Panel is Konnected to the Network. This will allow the binding to attempt more retries before it considers the connection a failure and marks the thing as offline.
# channel types
channel-type.konnected.actuator.label = Actuator
channel-type.konnected.actuator.description = This zone is an actuator
channel-type.konnected.humidity.label = Humidity
channel-type.konnected.humidity.description = This zone measures humidity
channel-type.konnected.switch.label = Switch
channel-type.konnected.switch.description = This zone is a read only switch type zone
channel-type.konnected.temperature.label = Temperature
channel-type.konnected.temperature.description = This zone measures temperature
# channel types config
channel-type.config.konnected.actuator.momentary.label = Momentary
channel-type.config.konnected.actuator.momentary.description = The duration of the pulse in millisecods
channel-type.config.konnected.actuator.onvalue.label = On Value
channel-type.config.konnected.actuator.onvalue.description = The value that will be treated by the binding as an on command. For actuators that activate with a high command set to 1 and actuators that activate with a low value set to 0.
channel-type.config.konnected.actuator.onvalue.option.0 = 0
channel-type.config.konnected.actuator.onvalue.option.1 = 1
channel-type.config.konnected.actuator.pause.label = Pause
channel-type.config.konnected.actuator.pause.description = The time between pulses in millisecods
channel-type.config.konnected.actuator.times.label = Times
channel-type.config.konnected.actuator.times.description = is the number of times to repeat or `-1` for an infinitely repeating pulse
channel-type.config.konnected.actuator.zone.label = Zone Number
channel-type.config.konnected.actuator.zone.description = The Zone Number of the channel.
channel-type.config.konnected.actuator.zone.option.1 = 1
channel-type.config.konnected.actuator.zone.option.2 = 2
channel-type.config.konnected.actuator.zone.option.3 = 3
channel-type.config.konnected.actuator.zone.option.4 = 4
channel-type.config.konnected.actuator.zone.option.5 = 5
channel-type.config.konnected.actuator.zone.option.6 = 6
channel-type.config.konnected.actuator.zone.option.7 = Out
channel-type.config.konnected.humidity.zone.label = Zone Number
channel-type.config.konnected.humidity.zone.description = The Zone Number of the channel.
channel-type.config.konnected.humidity.zone.option.1 = 1
channel-type.config.konnected.humidity.zone.option.2 = 2
channel-type.config.konnected.humidity.zone.option.3 = 3
channel-type.config.konnected.humidity.zone.option.4 = 4
channel-type.config.konnected.humidity.zone.option.5 = 5
channel-type.config.konnected.humidity.zone.option.6 = 6
channel-type.config.konnected.humidity.zone.option.7 = Out
channel-type.config.konnected.switch.onvalue.label = On Value
channel-type.config.konnected.switch.onvalue.description = The value that will be treated by the binding as the on value. For sensors that activate with a high value leave at the default of 1 and sensors that activate with a low value set to 0.
channel-type.config.konnected.switch.onvalue.option.0 = 0
channel-type.config.konnected.switch.onvalue.option.1 = 1
channel-type.config.konnected.switch.zone.label = Zone Number
channel-type.config.konnected.switch.zone.description = The Zone Number of the channel.
channel-type.config.konnected.switch.zone.option.1 = 1
channel-type.config.konnected.switch.zone.option.2 = 2
channel-type.config.konnected.switch.zone.option.3 = 3
channel-type.config.konnected.switch.zone.option.4 = 4
channel-type.config.konnected.switch.zone.option.5 = 5
channel-type.config.konnected.switch.zone.option.6 = 6
channel-type.config.konnected.switch.zone.option.7 = Out
channel-type.config.konnected.temperature.ds18b20_address.label = DS18b20 Address
channel-type.config.konnected.temperature.ds18b20_address.description = This is the unique address of the sensor on the one wire bus.
channel-type.config.konnected.temperature.pollinterval.label = Poll Interval
channel-type.config.konnected.temperature.pollinterval.description = The interval in minutes to poll the sensor.
channel-type.config.konnected.temperature.tempsensorType.label = DHT22
channel-type.config.konnected.temperature.tempsensorType.description = Is the sensor a dht22 or a ds18b20? Set to true for dht22 sensor
channel-type.config.konnected.temperature.zone.label = Zone Number
channel-type.config.konnected.temperature.zone.description = The Zone Number of the channel.
channel-type.config.konnected.temperature.zone.option.1 = 1
channel-type.config.konnected.temperature.zone.option.2 = 2
channel-type.config.konnected.temperature.zone.option.3 = 3
channel-type.config.konnected.temperature.zone.option.4 = 4
channel-type.config.konnected.temperature.zone.option.5 = 5
channel-type.config.konnected.temperature.zone.option.6 = 6
channel-type.config.konnected.temperature.zone.option.7 = Out

View File

@ -0,0 +1,338 @@
# binding
binding.kostalinverter.name = Kostal Inverter Binding
binding.kostalinverter.description = Extracts informations from a Kostal Inverter
# thing types
thing-type.kostalinverter.PIKOIQ100.label = KOSTAL PIKO IQ 10.0
thing-type.kostalinverter.PIKOIQ100.description = Bindings for the KOSTAL PIKO IQ 10.0 solar inverter
thing-type.kostalinverter.PIKOIQ42.label = KOSTAL PIKO IQ 4.2
thing-type.kostalinverter.PIKOIQ42.description = Bindings for the KOSTAL PIKO IQ 4.2 solar inverter
thing-type.kostalinverter.PIKOIQ55.label = KOSTAL PIKO IQ 5.5
thing-type.kostalinverter.PIKOIQ55.description = Bindings for the KOSTAL PIKO IQ 5.5 solar inverter
thing-type.kostalinverter.PIKOIQ70.label = KOSTAL PIKO IQ 7.0
thing-type.kostalinverter.PIKOIQ70.description = Bindings for the KOSTAL PIKO IQ 7.0 solar inverter
thing-type.kostalinverter.PIKOIQ85.label = KOSTAL PIKO IQ 8.5
thing-type.kostalinverter.PIKOIQ85.description = Bindings for the KOSTAL PIKO IQ 8.5 solar inverter
thing-type.kostalinverter.PLENTICOREPLUS100WITHBATTERY.label = KOSTAL PLENTICORE Plus 10.0 (with Battery)
thing-type.kostalinverter.PLENTICOREPLUS100WITHBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 10.0 solar inverter (with battery attached on PV string 3)
thing-type.kostalinverter.PLENTICOREPLUS100WITHOUTBATTERY.label = KOSTAL PLENTICORE Plus 10.0 (no Battery)
thing-type.kostalinverter.PLENTICOREPLUS100WITHOUTBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 10.0 solar inverter (no battery attached)
thing-type.kostalinverter.PLENTICOREPLUS42WITHBATTERY.label = KOSTAL PLENTICORE Plus 4.2 (with Battery)
thing-type.kostalinverter.PLENTICOREPLUS42WITHBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 4.2 solar inverter (with battery attached on PV string 3)
thing-type.kostalinverter.PLENTICOREPLUS42WITHOUTBATTERY.label = KOSTAL PLENTICORE Plus 4.2 (no Battery)
thing-type.kostalinverter.PLENTICOREPLUS42WITHOUTBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 4.2 solar inverter (no battery attached)
thing-type.kostalinverter.PLENTICOREPLUS55WITHBATTERY.label = KOSTAL PLENTICORE Plus 5.5 (with Battery)
thing-type.kostalinverter.PLENTICOREPLUS55WITHBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 5.5 solar inverter (with battery attached on PV string 3)
thing-type.kostalinverter.PLENTICOREPLUS55WITHOUTBATTERY.label = KOSTAL PLENTICORE Plus 5.5 (no Battery)
thing-type.kostalinverter.PLENTICOREPLUS55WITHOUTBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 5.5 solar inverter (no battery attached)
thing-type.kostalinverter.PLENTICOREPLUS70WITHBATTERY.label = KOSTAL PLENTICORE Plus 7.0 (with Battery)
thing-type.kostalinverter.PLENTICOREPLUS70WITHBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 7.0 solar inverter (with battery attached on PV string 3)
thing-type.kostalinverter.PLENTICOREPLUS70WITHOUTBATTERY.label = KOSTAL PLENTICORE Plus 7.0 (no Battery)
thing-type.kostalinverter.PLENTICOREPLUS70WITHOUTBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 7.0 solar inverter (no battery attached)
thing-type.kostalinverter.PLENTICOREPLUS85WITHBATTERY.label = KOSTAL PLENTICORE Plus 8.5 (with Battery)
thing-type.kostalinverter.PLENTICOREPLUS85WITHBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 8.5 solar inverter (with battery attached on PV string 3)
thing-type.kostalinverter.PLENTICOREPLUS85WITHOUTBATTERY.label = KOSTAL PLENTICORE Plus 8.5 (no Battery)
thing-type.kostalinverter.PLENTICOREPLUS85WITHOUTBATTERY.description = Bindings for the KOSTAL PIKO PLENTICORE plus 8.5 solar inverter (no battery attached)
thing-type.kostalinverter.kostalinverter.label = Kostal Inverter
thing-type.kostalinverter.kostalinverter.description = Kostal Inverter
thing-type.kostalinverter.piko1020.label = KOSTAL PIKO 10-20
thing-type.kostalinverter.piko1020.description = Bindings for the KOSTAL PIKO 10-20
# thing types config
thing-type.config.kostalinverter.kostalinverter.password.label = Password
thing-type.config.kostalinverter.kostalinverter.refreshInterval.label = Refresh Interval
thing-type.config.kostalinverter.kostalinverter.refreshInterval.description = States how often a refresh shall occur (in s)
thing-type.config.kostalinverter.kostalinverter.url.label = URL
thing-type.config.kostalinverter.kostalinverter.url.description = URL of the web interface (e.g. http://192.168.0.1)
thing-type.config.kostalinverter.kostalinverter.userName.label = Username
thing-type.config.kostalinverter.kostalpiko1020.hasBattery.label = Inverter Type
thing-type.config.kostalinverter.kostalpiko1020.hasBattery.description = Type of inverter, with/without battery.
thing-type.config.kostalinverter.kostalpiko1020.password.label = Password
thing-type.config.kostalinverter.kostalpiko1020.password.description = The password to the inverter.
thing-type.config.kostalinverter.kostalpiko1020.refreshInterval.label = Refresh Interval
thing-type.config.kostalinverter.kostalpiko1020.refreshInterval.description = Refresh Interval in seconds.
thing-type.config.kostalinverter.kostalpiko1020.url.label = IP Address
thing-type.config.kostalinverter.kostalpiko1020.url.description = IP address of the inverter.
thing-type.config.kostalinverter.kostalpiko1020.username.label = Username
thing-type.config.kostalinverter.kostalpiko1020.username.description = The username to the inverter.
thing-type.config.kostalinverter.plenticorepikoiq.refreshInternalInSeconds.label = Refresh Interval
thing-type.config.kostalinverter.plenticorepikoiq.refreshInternalInSeconds.description = States how often a refresh shall occur (in s)
thing-type.config.kostalinverter.plenticorepikoiq.url.label = IP Address / Hostname
thing-type.config.kostalinverter.plenticorepikoiq.url.description = Enter the IP address or the hostname of the inverter. Note that DNS resolution must work properly to identify the inverter by its name
thing-type.config.kostalinverter.plenticorepikoiq.userPassword.label = Password
thing-type.config.kostalinverter.plenticorepikoiq.userPassword.description = Enter the user password here
# channel types
channel-type.kostalinverter.device-local-ac-cos-phi.label = Cos Phi
channel-type.kostalinverter.device-local-ac-cos-phi.description = AC Power Factor
channel-type.kostalinverter.device-local-ac-current-power.label = AC Power
channel-type.kostalinverter.device-local-ac-current-power.description = Current AC power of the inverter
channel-type.kostalinverter.device-local-ac-frequency.label = AC Frequency
channel-type.kostalinverter.device-local-ac-frequency.description = AC Frequency
channel-type.kostalinverter.device-local-ac-phase-1-current-amperage.label = P1 Amperage
channel-type.kostalinverter.device-local-ac-phase-1-current-amperage.description = Amperage of phase 1
channel-type.kostalinverter.device-local-ac-phase-1-current-power.label = P1 Power
channel-type.kostalinverter.device-local-ac-phase-1-current-power.description = Power of phase 1
channel-type.kostalinverter.device-local-ac-phase-1-current-voltage.label = P1 Voltage
channel-type.kostalinverter.device-local-ac-phase-1-current-voltage.description = Voltage of phase 1
channel-type.kostalinverter.device-local-ac-phase-2-current-amperage.label = P2 Amperage
channel-type.kostalinverter.device-local-ac-phase-2-current-amperage.description = Amperage of phase 2
channel-type.kostalinverter.device-local-ac-phase-2-current-power.label = P2 Power
channel-type.kostalinverter.device-local-ac-phase-2-current-power.description = Power of phase 2
channel-type.kostalinverter.device-local-ac-phase-2-current-voltage.label = P2 Voltage
channel-type.kostalinverter.device-local-ac-phase-2-current-voltage.description = Voltage of phase 2
channel-type.kostalinverter.device-local-ac-phase-3-current-amperage.label = P3 Amperage
channel-type.kostalinverter.device-local-ac-phase-3-current-amperage.description = Amperage of phase 3
channel-type.kostalinverter.device-local-ac-phase-3-current-power.label = P3 Power
channel-type.kostalinverter.device-local-ac-phase-3-current-power.description = Power of phase 3
channel-type.kostalinverter.device-local-ac-phase-3-current-voltage.label = P3 Voltage
channel-type.kostalinverter.device-local-ac-phase-3-current-voltage.description = Voltage of phase 3
channel-type.kostalinverter.device-local-akt-home-consumption-bat.label = Home Consumption Bat
channel-type.kostalinverter.device-local-akt-home-consumption-bat.description = Current consumption from battery
channel-type.kostalinverter.device-local-akt-home-consumption-grid.label = Home Consumption Grid
channel-type.kostalinverter.device-local-akt-home-consumption-grid.description = Current consumption from grid
channel-type.kostalinverter.device-local-akt-home-consumption-solar.label = Home Consumption PV
channel-type.kostalinverter.device-local-akt-home-consumption-solar.description = Current consumption from solar panels
channel-type.kostalinverter.device-local-bat-state-of-charge.label = Bat State of Charge
channel-type.kostalinverter.device-local-bat-state-of-charge.description = Current battery charge state
channel-type.kostalinverter.device-local-battery-amperage.label = Battery Amperage
channel-type.kostalinverter.device-local-battery-amperage.description = Current amperage of the battery
channel-type.kostalinverter.device-local-battery-charge-time-from-set.label = Battery Charge Time from Set
channel-type.kostalinverter.device-local-battery-charge-time-from-set.description = Set battery charge time from
channel-type.kostalinverter.device-local-battery-charge-time-to-set.label = Battery Charge Time to Set
channel-type.kostalinverter.device-local-battery-charge-time-to-set.description = Set battery charge time to
channel-type.kostalinverter.device-local-battery-full-charge-capacity.label = Battery Capacity
channel-type.kostalinverter.device-local-battery-full-charge-capacity.description = Capacity of the battery if charged fully
channel-type.kostalinverter.device-local-battery-loading-cycles.label = Battery Loading Cycles
channel-type.kostalinverter.device-local-battery-loading-cycles.description = Amount of loading cycles done by the battery
channel-type.kostalinverter.device-local-battery-power.label = Battery Power
channel-type.kostalinverter.device-local-battery-power.description = Current battery charge
channel-type.kostalinverter.device-local-battery-state-of-charge.label = Battery Charge
channel-type.kostalinverter.device-local-battery-state-of-charge.description = Current battery charge status
channel-type.kostalinverter.device-local-battery-temperature.label = Battery Temperature
channel-type.kostalinverter.device-local-battery-temperature.description = Current battery temperature
channel-type.kostalinverter.device-local-battery-usage-consumption-set.label = Battery Usage Consumption Set
channel-type.kostalinverter.device-local-battery-usage-consumption-set.description = Set battery usage consumption
channel-type.kostalinverter.device-local-battery-usage-consumption.label = Battery Usage Consumption
channel-type.kostalinverter.device-local-battery-usage-consumption.description = Battery usage consumption
channel-type.kostalinverter.device-local-battery-usage-strategy-set.label = Battery Usage Strategy Set
channel-type.kostalinverter.device-local-battery-usage-strategy-set.description = Set battery usage strategy
channel-type.kostalinverter.device-local-battery-voltage.label = Battery Voltage
channel-type.kostalinverter.device-local-battery-voltage.description = Current voltage of the battery
channel-type.kostalinverter.device-local-battery-voltage.label = Battery Voltage
channel-type.kostalinverter.device-local-battery-voltage.description = Current battery voltage
channel-type.kostalinverter.device-local-charge-cycles.label = Charge Cycles
channel-type.kostalinverter.device-local-charge-cycles.description = Total number of charge cycles
channel-type.kostalinverter.device-local-current-dir.label = Current Dir
channel-type.kostalinverter.device-local-current-dir.description = Current direction
channel-type.kostalinverter.device-local-current.label = Current
channel-type.kostalinverter.device-local-current.description = Current
channel-type.kostalinverter.device-local-dc-power-pv.label = DC Power PV
channel-type.kostalinverter.device-local-dc-power-pv.description = Current power from solar panels
channel-type.kostalinverter.device-local-dc-power.label = DC Power
channel-type.kostalinverter.device-local-dc-power.description = Current DC power of the inverter
channel-type.kostalinverter.device-local-dc1-current.label = DC1 Amperage
channel-type.kostalinverter.device-local-dc1-current.description = Current amperage from solar panels, DC1
channel-type.kostalinverter.device-local-dc1-power.label = DC1 Power
channel-type.kostalinverter.device-local-dc1-power.description = Current power from solar panels, DC1
channel-type.kostalinverter.device-local-dc1-voltage.label = DC1 Voltage
channel-type.kostalinverter.device-local-dc1-voltage.description = Current voltage from solar panels, DC1
channel-type.kostalinverter.device-local-dc2-current.label = DC2 Amperage
channel-type.kostalinverter.device-local-dc2-current.description = Current amperage from solar panels, DC2
channel-type.kostalinverter.device-local-dc2-power.label = DC2 Power
channel-type.kostalinverter.device-local-dc2-power.description = Current power from solar panels, DC2
channel-type.kostalinverter.device-local-dc2-voltage.label = DC2 Voltage
channel-type.kostalinverter.device-local-dc2-voltage.description = Current voltage from solar panels, DC2
channel-type.kostalinverter.device-local-dc3-current.label = DC3 Amperage
channel-type.kostalinverter.device-local-dc3-current.description = Current amperage from solar panels, DC3
channel-type.kostalinverter.device-local-dc3-power.label = DC3 Power
channel-type.kostalinverter.device-local-dc3-power.description = Current power from solar panels, DC3
channel-type.kostalinverter.device-local-dc3-voltage.label = DC3 Voltage
channel-type.kostalinverter.device-local-dc3-voltage.description = Current voltage from solar panels, DC3
channel-type.kostalinverter.device-local-external-module-control-set.label = External Module Control Set
channel-type.kostalinverter.device-local-external-module-control-set.description = Set External Module Control
channel-type.kostalinverter.device-local-external-module-control.label = External Module Control
channel-type.kostalinverter.device-local-external-module-control.description = External Module Control
channel-type.kostalinverter.device-local-grid-cos-phi.label = Grid Cos Phi
channel-type.kostalinverter.device-local-grid-cos-phi.description = Current power factor on grid
channel-type.kostalinverter.device-local-grid-current-l1.label = Grid Amperage L1
channel-type.kostalinverter.device-local-grid-current-l1.description = Current output amperage to the grid, L1
channel-type.kostalinverter.device-local-grid-current-l2.label = Grid Amperage L2
channel-type.kostalinverter.device-local-grid-current-l2.description = Current output amperage to the grid, L2
channel-type.kostalinverter.device-local-grid-current-l3.label = Grid Amperage L3
channel-type.kostalinverter.device-local-grid-current-l3.description = Current output amperage to the grid, L3
channel-type.kostalinverter.device-local-grid-freq.label = Grid Freq
channel-type.kostalinverter.device-local-grid-freq.description = Current frequency on grid
channel-type.kostalinverter.device-local-grid-output-power.label = Grid Output Power
channel-type.kostalinverter.device-local-grid-output-power.description = Current output power to the grid
channel-type.kostalinverter.device-local-grid-power-l1.label = Grid Power L1
channel-type.kostalinverter.device-local-grid-power-l1.description = Current output power to the grid, L1
channel-type.kostalinverter.device-local-grid-power-l2.label = Grid Power L2
channel-type.kostalinverter.device-local-grid-power-l2.description = Current output power to the grid, L2
channel-type.kostalinverter.device-local-grid-power-l3.label = Grid Power L3
channel-type.kostalinverter.device-local-grid-power-l3.description = Current output power to the grid, L3
channel-type.kostalinverter.device-local-grid-voltage-l1.label = Grid Voltage L1
channel-type.kostalinverter.device-local-grid-voltage-l1.description = Current output voltage to the grid, L1
channel-type.kostalinverter.device-local-grid-voltage-l2.label = Grid Voltage L2
channel-type.kostalinverter.device-local-grid-voltage-l2.description = Current output voltage to the grid, L2
channel-type.kostalinverter.device-local-grid-voltage-l3.label = Grid Voltage L3
channel-type.kostalinverter.device-local-grid-voltage-l3.description = Current output voltage to the grid, L3
channel-type.kostalinverter.device-local-homeconsumption-from-battery.label = Home Consumption Battery
channel-type.kostalinverter.device-local-homeconsumption-from-battery.description = Current home consumption obtained from the battery
channel-type.kostalinverter.device-local-homeconsumption-from-grid.label = Home Consumption Grid
channel-type.kostalinverter.device-local-homeconsumption-from-grid.description = Current home consumption obtained from the grid
channel-type.kostalinverter.device-local-homeconsumption-from-pv.label = Home Consumption PV
channel-type.kostalinverter.device-local-homeconsumption-from-pv.description = Current home consumption obtained from photovoltaic
channel-type.kostalinverter.device-local-homeconsumption-total.label = Home Consumption
channel-type.kostalinverter.device-local-homeconsumption-total.description = Current total home consumption
channel-type.kostalinverter.device-local-limit-evu-absolute.label = Feed-in Limit
channel-type.kostalinverter.device-local-limit-evu-absolute.description = Permitted feed-in quantity as absolute value as specified by the energy supplier
channel-type.kostalinverter.device-local-limit-evu-relativ.label = Feed-in Limit Relative
channel-type.kostalinverter.device-local-limit-evu-relativ.description = Permitted feed-in quantity as relative value as specified by the energy supplier
channel-type.kostalinverter.device-local-loginterval.label = Loginterval
channel-type.kostalinverter.device-local-loginterval.description = Value for log interval
channel-type.kostalinverter.device-local-max-depth-of-discharge-set.label = Max Depth of Discharge Set
channel-type.kostalinverter.device-local-max-depth-of-discharge-set.description = Set max depth of discharge
channel-type.kostalinverter.device-local-max-depth-of-discharge.label = Max Depth of Discharge
channel-type.kostalinverter.device-local-max-depth-of-discharge.description = Max depth of discharge
channel-type.kostalinverter.device-local-operating-status.label = Operating Status
channel-type.kostalinverter.device-local-operating-status.description = Operating status
channel-type.kostalinverter.device-local-ownconsumption.label = Own Consumption
channel-type.kostalinverter.device-local-ownconsumption.description = Current own consumption
channel-type.kostalinverter.device-local-phase-sel-home-consump-l1.label = Home Consumption L1
channel-type.kostalinverter.device-local-phase-sel-home-consump-l1.description = Current home consumption, L1
channel-type.kostalinverter.device-local-phase-sel-home-consump-l2.label = Home Consumption L2
channel-type.kostalinverter.device-local-phase-sel-home-consump-l2.description = Current home consumption, L2
channel-type.kostalinverter.device-local-phase-sel-home-consump-l3.label = Home Consumption L3
channel-type.kostalinverter.device-local-phase-sel-home-consump-l3.description = Current home consumption, L3
channel-type.kostalinverter.device-local-pvstring-1-amperage.label = PV Str1 Amperage
channel-type.kostalinverter.device-local-pvstring-1-amperage.description = Current amperage of photovoltaic string 1
channel-type.kostalinverter.device-local-pvstring-1-power.label = PV Str1 Power
channel-type.kostalinverter.device-local-pvstring-1-power.description = Current power of photovoltaic string 1
channel-type.kostalinverter.device-local-pvstring-1-voltage.label = PV Str1 Voltage
channel-type.kostalinverter.device-local-pvstring-1-voltage.description = Current voltage of photovoltaic string 1
channel-type.kostalinverter.device-local-pvstring-2-amperage.label = PV Str2 Amperage
channel-type.kostalinverter.device-local-pvstring-2-amperage.description = Current amperage of photovoltaic string 2
channel-type.kostalinverter.device-local-pvstring-2-power.label = PV Str2 Power
channel-type.kostalinverter.device-local-pvstring-2-power.description = Current power of photovoltaic string 2
channel-type.kostalinverter.device-local-pvstring-2-voltage.label = PV Str2 Voltage
channel-type.kostalinverter.device-local-pvstring-2-voltage.description = Current voltage of photovoltaic string 2
channel-type.kostalinverter.device-local-pvstring-3-amperage.label = PV Str3 Amperage
channel-type.kostalinverter.device-local-pvstring-3-amperage.description = Current amperage of photovoltaic string 3
channel-type.kostalinverter.device-local-pvstring-3-power.label = PV Str3 Power
channel-type.kostalinverter.device-local-pvstring-3-power.description = Current power of photovoltaic string 3
channel-type.kostalinverter.device-local-pvstring-3-voltage.label = PV Str3 Voltage
channel-type.kostalinverter.device-local-pvstring-3-voltage.description = Current voltage of photovoltaic string 3
channel-type.kostalinverter.device-local-s0-inpulse-cnt.label = S0 Inpulse Cnt
channel-type.kostalinverter.device-local-s0-inpulse-cnt.description = S0-pulse counter
channel-type.kostalinverter.device-local-self-consumption.label = Self Consumption
channel-type.kostalinverter.device-local-self-consumption.description = Current self consumption
channel-type.kostalinverter.device-local-shadow-management-set.label = Shadow Management Set
channel-type.kostalinverter.device-local-shadow-management-set.description = Set shadow management
channel-type.kostalinverter.device-local-shadow-management.label = Shadow Management
channel-type.kostalinverter.device-local-shadow-management.description = Shadow management
channel-type.kostalinverter.device-local-smart-battery-control-set.label = Smart Battery Control Set
channel-type.kostalinverter.device-local-smart-battery-control-set.description = Set smart battery control
channel-type.kostalinverter.device-local-smart-battery-control.label = Smart Battery Control
channel-type.kostalinverter.device-local-smart-battery-control.description = Smart battery control
channel-type.kostalinverter.device-local-worktime.label = Uptime
channel-type.kostalinverter.device-local-worktime.description = Uptime of the inverter
channel-type.kostalinverter.scb-event-error-count-mc.label = MC Errors
channel-type.kostalinverter.scb-event-error-count-mc.description = Number of errors reported by the main controller
channel-type.kostalinverter.scb-event-error-count-scb.label = SCB Errors
channel-type.kostalinverter.scb-event-error-count-scb.description = Number of errors reported by the smart communication board
channel-type.kostalinverter.scb-event-error-count-sfh.label = SFH Errors
channel-type.kostalinverter.scb-event-error-count-sfh.description = Number of errors reported by the grid interface controller
channel-type.kostalinverter.scb-event-warning-count-scb.label = SCB Warnings
channel-type.kostalinverter.scb-event-warning-count-scb.description = Number of warnings reported by the smart communication board
channel-type.kostalinverter.statistic-autarky-day.label = Autarky Day
channel-type.kostalinverter.statistic-autarky-day.description = Autarky ratio of this day
channel-type.kostalinverter.statistic-autarky-month.label = Autarky Month
channel-type.kostalinverter.statistic-autarky-month.description = Autarky ratio of this month
channel-type.kostalinverter.statistic-autarky-total.label = Autarky Total
channel-type.kostalinverter.statistic-autarky-total.description = Autarky ratio overall
channel-type.kostalinverter.statistic-autarky-year.label = Autarky Year
channel-type.kostalinverter.statistic-autarky-year.description = Autarky ratio of this year
channel-type.kostalinverter.statistic-autonomy-degree-day.label = Autonomy Degree Day
channel-type.kostalinverter.statistic-autonomy-degree-day.description = Total autonomy degree day
channel-type.kostalinverter.statistic-autonomy-degree-total.label = Autonomy Degree Total
channel-type.kostalinverter.statistic-autonomy-degree-total.description = Total autonomy degree
channel-type.kostalinverter.statistic-co2saving-day.label = CO2 Savings Day
channel-type.kostalinverter.statistic-co2saving-day.description = Savings in Co2 emissions today
channel-type.kostalinverter.statistic-co2saving-month.label = CO2 Savings Month
channel-type.kostalinverter.statistic-co2saving-month.description = Savings in Co2 emissions this month
channel-type.kostalinverter.statistic-co2saving-total.label = CO2 Savings Total
channel-type.kostalinverter.statistic-co2saving-total.description = Savings in Co2 emissions overall
channel-type.kostalinverter.statistic-co2saving-year.label = CO2 Savings Year
channel-type.kostalinverter.statistic-co2saving-year.description = Savings in Co2 emissions this year
channel-type.kostalinverter.statistic-home-consumption-day.label = Home Consumption Day
channel-type.kostalinverter.statistic-home-consumption-day.description = Total home consumption day
channel-type.kostalinverter.statistic-home-consumption-total.label = Home Consumption Total
channel-type.kostalinverter.statistic-home-consumption-total.description = Total home consumption
channel-type.kostalinverter.statistic-homeconsumption-day.label = Home Consumption Day
channel-type.kostalinverter.statistic-homeconsumption-day.description = Home consumption today
channel-type.kostalinverter.statistic-homeconsumption-from-battery-day.label = Home Consumption Battery Day
channel-type.kostalinverter.statistic-homeconsumption-from-battery-day.description = Home consumption obtained from the battery today
channel-type.kostalinverter.statistic-homeconsumption-from-battery-month.label = Home Consumption Battery Month
channel-type.kostalinverter.statistic-homeconsumption-from-battery-month.description = Home consumption obtained from the battery this month
channel-type.kostalinverter.statistic-homeconsumption-from-battery-total.label = Home Consumption Battery Total
channel-type.kostalinverter.statistic-homeconsumption-from-battery-total.description = Home consumption obtained from the battery overall
channel-type.kostalinverter.statistic-homeconsumption-from-battery-year.label = Home Consumption Battery Year
channel-type.kostalinverter.statistic-homeconsumption-from-battery-year.description = Home consumption obtained from the battery this year
channel-type.kostalinverter.statistic-homeconsumption-from-grid-day.label = Home Consumption Grid Day
channel-type.kostalinverter.statistic-homeconsumption-from-grid-day.description = Home consumption obtained from the grid today
channel-type.kostalinverter.statistic-homeconsumption-from-grid-month.label = Home Consumption Grid Month
channel-type.kostalinverter.statistic-homeconsumption-from-grid-month.description = Home consumption obtained from the grid this month
channel-type.kostalinverter.statistic-homeconsumption-from-grid-total.label = Home Consumption Grid Total
channel-type.kostalinverter.statistic-homeconsumption-from-grid-total.description = Home consumption obtained from the grid overall
channel-type.kostalinverter.statistic-homeconsumption-from-grid-year.label = Home Consumption Grid Year
channel-type.kostalinverter.statistic-homeconsumption-from-grid-year.description = Home consumption obtained from the grid this year
channel-type.kostalinverter.statistic-homeconsumption-from-pv-day.label = Home Consumption PV Day
channel-type.kostalinverter.statistic-homeconsumption-from-pv-day.description = Home consumption obtained from the photovoltaic plant today
channel-type.kostalinverter.statistic-homeconsumption-from-pv-month.label = Home Consumption PV Month
channel-type.kostalinverter.statistic-homeconsumption-from-pv-month.description = Home consumption obtained from the photovoltaic plant this month
channel-type.kostalinverter.statistic-homeconsumption-from-pv-total.label = Home Consumption PV Total
channel-type.kostalinverter.statistic-homeconsumption-from-pv-total.description = Home consumption obtained from the photovoltaic plant overall
channel-type.kostalinverter.statistic-homeconsumption-from-pv-year.label = Home Consumption PV Year
channel-type.kostalinverter.statistic-homeconsumption-from-pv-year.description = Home consumption obtained from the photovoltaic plant this year
channel-type.kostalinverter.statistic-homeconsumption-month.label = Home Consumption Month
channel-type.kostalinverter.statistic-homeconsumption-month.description = Home consumption this month
channel-type.kostalinverter.statistic-homeconsumption-total.label = Home Consumption Total
channel-type.kostalinverter.statistic-homeconsumption-total.description = Home consumption overall
channel-type.kostalinverter.statistic-homeconsumption-year.label = Home Consumption Year
channel-type.kostalinverter.statistic-homeconsumption-year.description = Home consumption this year
channel-type.kostalinverter.statistic-operating-time-total.label = Operating Time Total
channel-type.kostalinverter.statistic-operating-time-total.description = Total operating time
channel-type.kostalinverter.statistic-own-cons-rate-day.label = Own Cons Rate Day
channel-type.kostalinverter.statistic-own-cons-rate-day.description = Total own consumption rate day
channel-type.kostalinverter.statistic-own-cons-rate-total.label = Own Cons Rate Total
channel-type.kostalinverter.statistic-own-cons-rate-total.description = Total own consumption rate
channel-type.kostalinverter.statistic-own-consumption-day.label = Own Consumption Day
channel-type.kostalinverter.statistic-own-consumption-day.description = Total own consumption day
channel-type.kostalinverter.statistic-own-consumption-total.label = Own Consumption Total
channel-type.kostalinverter.statistic-own-consumption-total.description = Total own consumptionl
channel-type.kostalinverter.statistic-ownconsumption-rate-day.label = Own Consumption Day
channel-type.kostalinverter.statistic-ownconsumption-rate-day.description = Percentage of electricity demand covered by photovoltaics today
channel-type.kostalinverter.statistic-ownconsumption-rate-month.label = Own Consumption Month
channel-type.kostalinverter.statistic-ownconsumption-rate-month.description = Percentage of electricity demand covered by photovoltaics this month
channel-type.kostalinverter.statistic-ownconsumption-rate-total.label = Own Consumption Total
channel-type.kostalinverter.statistic-ownconsumption-rate-total.description = Percentage of electricity demand covered by photovoltaics overall
channel-type.kostalinverter.statistic-ownconsumption-rate-year.label = Own Consumption Year
channel-type.kostalinverter.statistic-ownconsumption-rate-year.description = Percentage of electricity demand covered by photovoltaics this year
channel-type.kostalinverter.statistic-yield-day-second-gen.label = Yield Day
channel-type.kostalinverter.statistic-yield-day-second-gen.description = Total produced power day
channel-type.kostalinverter.statistic-yield-day.label = Yield Day
channel-type.kostalinverter.statistic-yield-day.description = Yield of the photovoltaic plant today
channel-type.kostalinverter.statistic-yield-month.label = Yield Month
channel-type.kostalinverter.statistic-yield-month.description = Yield of the photovoltaic plant this month
channel-type.kostalinverter.statistic-yield-total-second-gen.label = Yield Total
channel-type.kostalinverter.statistic-yield-total-second-gen.description = Total produced power
channel-type.kostalinverter.statistic-yield-total.label = Yield Total
channel-type.kostalinverter.statistic-yield-total.description = Yield of the photovoltaic plant overall
channel-type.kostalinverter.statistic-yield-year.label = Yield Year
channel-type.kostalinverter.statistic-yield-year.description = Yield of the photovoltaic plant this year
channel-type.kostalinverter.status.label = Status

View File

@ -0,0 +1,36 @@
# binding
binding.kvv.name = KVV Binding
binding.kvv.description = This is the binding for KVV.
# thing types
thing-type.kvv.bridge.label = KVV Bridge
thing-type.kvv.bridge.description = The KVV bridge connects to the KVV API.
thing-type.kvv.stop.label = KVV Stop
thing-type.kvv.stop.description = Train stop for KVV Binding.
# thing types config
thing-type.config.kvv.bridge.apiKey.label = API key
thing-type.config.kvv.bridge.apiKey.description = API key of the KVV API
thing-type.config.kvv.bridge.maxTrains.label = Maximum Trains Listed
thing-type.config.kvv.bridge.maxTrains.description = Maximum number of trains listed.
thing-type.config.kvv.bridge.updateInterval.label = Update Interval
thing-type.config.kvv.bridge.updateInterval.description = Update interval in seconds.
thing-type.config.kvv.stop.stopId.label = Stop ID
thing-type.config.kvv.stop.stopId.description = ID of the train stop.
# channel group types
channel-group-type.kvv.train.label = KVV Train
channel-group-type.kvv.train.description = This is a single KVV train
# channel types
channel-type.kvv.destination.label = Destination of the train
channel-type.kvv.destination.description = Name of the Train Line
channel-type.kvv.eta.label = Estimated Time Available
channel-type.kvv.eta.description = Time at which the train arrives
channel-type.kvv.name.label = Train Line Name
channel-type.kvv.name.description = Name of the Train Line

Some files were not shown because too many files have changed in this diff Show More