Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature Sensor does not show value on accessory #41

Closed
grzegorz914 opened this issue Aug 7, 2019 · 1 comment
Closed

Temperature Sensor does not show value on accessory #41

grzegorz914 opened this issue Aug 7, 2019 · 1 comment
Assignees

Comments

@grzegorz914
Copy link
Contributor

grzegorz914 commented Aug 7, 2019

Describe the bug
Temperature Sensor does not show value number on accessory in HomeKit app, hovewer Humidity Sensor show.

Configurations
Homebridge config.json

{
                    "name": "Pogoda temp.",
                    "type": "temp",
                    "item": "PLC_PogodaTemp",
                    "batteryItem": "",
                    "batteryItemInverted": "false"
                },
                {
                    "name": "Pogoda wilgotność",
                    "type": "humidity",
                    "item": "PLC_PogodaWilgotnosc",
                    "batteryItem": "",
                    "batteryItemInverted": "false"
                },

OH2 *.items

Number    PLC_PogodaTemp      "Temperatura powietrza"  <temperature>  (Pogoda) { simatic="plc:DB28.DBD190:float" }
Number    PLC_PogodaWilgotnosc      "Wilgotność powietrza"  <humidity>  (Pogoda) { simatic="plc:DB28.DBD202:float" }

Logs:

[2019-8-7 8:03:12 PM] [openHAB2-Complete] Setting new transformed state for item PLC_PogodaTemp: 21.799999237060547
[2019-8-7 8:03:12 PM] [openHAB2-Complete] Received push with new state for item PLC_PogodaWilgotnosc: 80.19999694824219

Environment

  • RPI4
  • Homebridge 4.50
  • NodeJS 10.16
  • homebridge-openhab2-complete v0.10.2
  • IOS13 beta 6

Additional context
IMG_0056

IMG_0057

@extric99
Copy link

This is an issue with iOS 13. I have devices on both iOS 12 and 13 and the issue does not occur on iOS 12. Thermostats show the temperature correctly but temp sensors seem to have changed behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants