[GH-ISSUE #88] Security System state not available from webhook #83

Open
opened 2026-03-03 16:43:27 +03:00 by kerem · 0 comments
Owner

Originally created by @akazabam on GitHub (Mar 1, 2026).
Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/88

In the Itsyhome menubar dropdown, I can see my Security System, its state, and changing the state work fine, but the state is not available at all from a webhook query (either the whole room or the device, directly):

curl http://localhost:8423/info/Garage%20Entrance/Security%20Panel
{"icon":"shield","name":"Security Panel","reachable":true,"room":"Garage Entrance","type":"security-system"}

The menubar drop down show the correct "Off", "Stay", "Away", and "Night" modes, with the current one selected, but not for the webhook, at all. This particular device comes from Homebridge, but I have other Homebridge devices that work fine with webhook queries and show state correctly. For whatever its worth, I don't know if this is an actual bug, a limitation of Homebridge, or a limitation of Apple Home, itself.

Originally created by @akazabam on GitHub (Mar 1, 2026). Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/88 In the Itsyhome menubar dropdown, I can see my Security System, its state, and changing the state work fine, but the state is not available at all from a webhook query (either the whole room or the device, directly): ``` curl http://localhost:8423/info/Garage%20Entrance/Security%20Panel {"icon":"shield","name":"Security Panel","reachable":true,"room":"Garage Entrance","type":"security-system"} ``` The menubar drop down show the correct "Off", "Stay", "Away", and "Night" modes, with the current one selected, but not for the webhook, at all. This particular device comes from Homebridge, but I have other Homebridge devices that work fine with webhook queries and show state correctly. For whatever its worth, I don't know if this is an actual bug, a limitation of Homebridge, or a limitation of Apple Home, itself.
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#83
No description provided.