NorthernMan54 / homebridge-dht

Homebridge plugin for DHT22 Temperature / Humidity Sensors
72 stars 14 forks source link

How to separate humidity from temperature #40

Closed neo3 closed 4 years ago

neo3 commented 4 years ago

Since the penultimate update, humidity is showing up along with the temperature and I can't separate it.

My iPhone is on iOS 13.2.3 and does not have the option to separate, my homebridge config is:

    {
        "accessory": "Dht",
        "name": "Sensor",
        "name_temperature": "Temperatura",
        "name_humidity": "Umidade",
        "gpio": "23",
        "service": "dht22"
    }

Homebridge Dht homebridge-dht v0.1.32

NorthernMan54 commented 4 years ago

With the changes around iOS 13, this is no longer available

On Dec 3, 2019, at 11:00 AM, neo3 notifications@github.com wrote:

 Since the penultimate update, humidity is showing up along with the temperature and I can't separate it.

My iPhone is on iOS 13.2.3 and does not have the option to separate, my homebridge config is:

{
    "accessory": "Dht",
    "name": "Sensor",
    "name_temperature": "Temperatura",
    "name_humidity": "Umidade",
    "gpio": "23",
    "service": "dht22"
}

Homebridge Dht homebridge-dht v0.1.32

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

neo3 commented 4 years ago

Is there any way to show separate at Homebridge?

NorthernMan54 commented 4 years ago

Nope

On Dec 3, 2019, at 11:31 AM, neo3 notifications@github.com wrote:

 Is there any way to show separate at Homebridge?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.