According to thermostat and reading temperature and humidity I have a question: Is this possible to develop universal tag for sensor, i.e:
- temperature
- humidity
- power
- pressure
- any other value.
Similar like this:
Number GF_FamilyRoom_Outdoor_Humidity_Sensor "Outdoor humidity [%.1f%%]" <humidity> (gSensorTemperature, gPersistenceSensor) ["Sensor"]
Number GF_FamilyRoom_Pressure_Sensor "Outdoor pressure [%.1fhPa]" <pressure> (gSensorTemperature, gPersistenceSensor) ["Sensor"]
- OK Google, what is the <label>?
- Current value of <label> is now <value>.
(I was asked about that in Read openhab sensor value using Google Home and OpenHAB Cloud Connector some time ago).