[GH-ISSUE #75] Thermostat menu missing #72

Closed
opened 2026-03-03 16:43:22 +03:00 by kerem · 4 comments
Owner

Originally created by @ryanlovett on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/75

I have the latest version installed, with Pro enabled, but I do not see the thermostat menu. I became aware of its existence when I saw the image on the itsyhome homepage. I have enabled the Home Assistant mode.

Output from http://localhost:8423/debug/Thermostat%20Hub%20W200

{
  "accessoryName": "Thermostat Hub W200",
  "characteristics": {
    "currentTemperature": {
      "id": "{redacted-uuid-dunno-if-it-matters}",
      "value": 21.11111111111111
    },
    "targetHeatingCoolingState": {
      "id": "{redacted-uuid-dunno-if-it-matters}",
      "value": true
    },
    "targetTemperature": {
      "id": "{redacted-uuid-dunno-if-it-matters}",
      "value": 20
    }
  },
  "limits": {
    "rotationSpeedMax": 100,
    "rotationSpeedMin": 0
  },
  "name": "Thermostat Hub W200",
  "reachable": true,
  "room": "Living Room",
  "roomId": "{redacted-uuid-dunno-if-it-matters}",
  "serviceId": "{redacted-uuid-dunno-if-it-matters}",
  "serviceType": "0000004A-0000-1000-8000-0026BB765291",
  "serviceTypeLabel": "thermostat"
}
Originally created by @ryanlovett on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/75 I have the latest version installed, with Pro enabled, but I do not see the thermostat menu. I became aware of its existence when I saw the image on the [itsyhome homepage](https://itsyhome.app/). I have enabled the Home Assistant mode. Output from http://localhost:8423/debug/Thermostat%20Hub%20W200 ```json { "accessoryName": "Thermostat Hub W200", "characteristics": { "currentTemperature": { "id": "{redacted-uuid-dunno-if-it-matters}", "value": 21.11111111111111 }, "targetHeatingCoolingState": { "id": "{redacted-uuid-dunno-if-it-matters}", "value": true }, "targetTemperature": { "id": "{redacted-uuid-dunno-if-it-matters}", "value": 20 } }, "limits": { "rotationSpeedMax": 100, "rotationSpeedMin": 0 }, "name": "Thermostat Hub W200", "reachable": true, "room": "Living Room", "roomId": "{redacted-uuid-dunno-if-it-matters}", "serviceId": "{redacted-uuid-dunno-if-it-matters}", "serviceType": "0000004A-0000-1000-8000-0026BB765291", "serviceTypeLabel": "thermostat" } ```
kerem 2026-03-03 16:43:22 +03:00
Author
Owner

@nickustinov commented on GitHub (Feb 25, 2026):

Thanks for the detailed debug output – the thermostat is definitely in the app's data with the correct service type and characteristics.

To narrow this down, could you help me check a couple of things:

  1. Settings → Home tab – do you see the thermostat listed there? Is the eye icon next to it (and its room "Living Room") enabled?
  2. Menu bar – do you see the Living Room at all in the menu? If so, what devices show under it?

A screenshot of both the menu bar dropdown and the Settings → Home tab would be really helpful so we can be on the same page. Thanks!

<!-- gh-comment-id:3958221828 --> @nickustinov commented on GitHub (Feb 25, 2026): Thanks for the detailed debug output – the thermostat is definitely in the app's data with the correct service type and characteristics. To narrow this down, could you help me check a couple of things: 1. **Settings → Home tab** – do you see the thermostat listed there? Is the eye icon next to it (and its room "Living Room") enabled? 2. **Menu bar** – do you see the Living Room at all in the menu? If so, what devices show under it? A screenshot of both the menu bar dropdown and the Settings → Home tab would be really helpful so we can be on the same page. Thanks!
Author
Owner

@ryanlovett commented on GitHub (Feb 26, 2026):

  1. Yes, I see the thermostat listed, and I've favorited it.
  2. Yes, I see the Living Room in the menu.
Image Image
<!-- gh-comment-id:3964246381 --> @ryanlovett commented on GitHub (Feb 26, 2026): 1. Yes, I see the thermostat listed, and I've favorited it. 2. Yes, I see the Living Room in the menu. <img width="893" height="712" alt="Image" src="https://github.com/user-attachments/assets/88dd20a2-397d-4b2e-bf39-a601dea04f9c" /> <img width="303" height="649" alt="Image" src="https://github.com/user-attachments/assets/801eb89e-25b2-4f9d-89af-37e0c2ade884" />
Author
Owner

@nickustinov commented on GitHub (Feb 26, 2026):

@ryanlovett Ah, I understand now. The termostat you have does not have (or does not advertise) any capabilities besides turning it on/off or adjusting the temperature. It varies from device to device.

<!-- gh-comment-id:3965357575 --> @nickustinov commented on GitHub (Feb 26, 2026): @ryanlovett Ah, I understand now. The termostat you have does not have (or does not advertise) any capabilities besides turning it on/off or adjusting the temperature. It varies from device to device.
Author
Owner

@ryanlovett commented on GitHub (Feb 26, 2026):

@nickustinov Thanks for looking into this. For what it is worth, I think there is still value in the thermostat appearing in a separate menu, even if it can only turn if off an on or change the setpoint.

<!-- gh-comment-id:3969499006 --> @ryanlovett commented on GitHub (Feb 26, 2026): @nickustinov Thanks for looking into this. For what it is worth, I think there is still value in the thermostat appearing in a separate menu, even if it can only turn if off an on or change the setpoint.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/itsyhome-macos#72
No description provided.