* Proteus Eco Meter Binding Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Fulfil some conventions and choose better tradeoffs Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Patch shell script in another PR Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Move 4 lines into another PR Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Improvements Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * File based doc Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Rename identifiers Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Changed identifier Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com> * Uniformed unit pattern Signed-off-by: Matthias Herrmann <matthias.mh.herrmann@gmail.com>
25 lines
1.3 KiB
Properties
25 lines
1.3 KiB
Properties
# binding
|
|
binding.proteusecometer.name = Proteus EcoMeter
|
|
binding.proteusecometer.description = Puts your EcoMeter data into openHAB
|
|
# thing types
|
|
thing-type.proteusecometer.EcoMeterS.label = Proteus EcoMeter S
|
|
thing-type.proteusecometer.EcoMeterS.description = Sensor for measuring water level of a cistern. Connected via USB
|
|
|
|
thing-type.config.proteusecometer.EcoMeterS.usbPort.label = USB Port
|
|
thing-type.config.proteusecometer.EcoMeterS.usbPort.description = USB port the device is connected to i.e. /dev/ttyUSB0
|
|
# channel types
|
|
channel-type.proteusecometer.Temperature.label = Temperature
|
|
channel-type.proteusecometer.Temperature.description = Temperature measured by the sensor
|
|
|
|
channel-type.proteusecometer.SensorLevel.label = Sensor Level
|
|
channel-type.proteusecometer.SensorLevel.description = The distance between the sensor and the water surface
|
|
|
|
channel-type.proteusecometer.UsableLevel.label = Usable Level in litre
|
|
channel-type.proteusecometer.UsableLevel.description = The usable level in litre
|
|
|
|
channel-type.proteusecometer.UsableLevelInPercent.label = Usable Level in percent
|
|
channel-type.proteusecometer.UsableLevelInPercent.description = The usable level in percent
|
|
|
|
channel-type.proteusecometer.TotalCapacity.label = Total Capacity
|
|
channel-type.proteusecometer.TotalCapacity.description = The total capacity of your cistern/tank
|