[GH-ISSUE #22] Bug: Cannot Control Govee Neon Rope 2 via Matter #24

Closed
opened 2026-03-03 16:42:58 +03:00 by kerem · 3 comments
Owner

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

Originally assigned to: @nickustinov on GitHub.

Hey! I love the app, have been waiting for an App like this!

App-Version: 1.1.0 (117)
macOS-Version: Tahoe 26.2

I've added the Govee Neon Rope 2 light via Matter to my home.
Your Menu-Bar App allows me, to turn the light on and off just fine.
Any Changes to the color result in the same color just brighter or darker.

Maybe you can fix this (in general for Matter-Devices)?

Originally created by @remadisson on GitHub (Feb 6, 2026). Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/22 Originally assigned to: @nickustinov on GitHub. Hey! I love the app, have been waiting for an App like this! App-Version: 1.1.0 (117) macOS-Version: Tahoe 26.2 I've added the Govee Neon Rope 2 light via Matter to my home. Your Menu-Bar App allows me, to turn the light on and off just fine. Any Changes to the color result in the same color just brighter or darker. Maybe you can fix this (in general for Matter-Devices)?
kerem 2026-03-03 16:42:58 +03:00
Author
Owner

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

@remadisson Happy to fix. Could you enable Webserver in Itsyhome's Settings > Webhooks/CLI, then run Terminal and

curl http://localhost:8423/debug/Accessory%20Name

then copy/paste the output here? It should look something like

{
  "room": "Living Room",
  "roomId": "831FFBA8-90CA-5BE4-A918-D04A853451AE",
  "characteristics": {
    "saturation": {
      "id": "3B30A0DE-3353-56F7-85CC-17138F0F9D0F",
      "value": 67
    },
    "brightness": {
      "id": "3505D533-8B27-5078-9DEB-F16166478D79",
      "value": 16
    },
    "powerState": {
      "id": "7BA1FBFE-D3D3-59BA-AF75-150920D94DE2",
      "value": false
    },
    "hue": {
      "id": "5850E1CF-9CB2-5A18-8B7A-81CE2C4109B2",
      "value": 344
    }
  },
  "serviceType": "00000043-0000-1000-8000-0026BB765291",
  "name": "Sidetable",
  "serviceId": "2AE946B1-2EBF-5419-B258-0247F3C67FEB",
  "reachable": true,
  "serviceTypeLabel": "light",
  "accessoryName": "Sidetable"
}
<!-- gh-comment-id:3858951555 --> @nickustinov commented on GitHub (Feb 6, 2026): @remadisson Happy to fix. Could you enable Webserver in Itsyhome's Settings > Webhooks/CLI, then run Terminal and `curl http://localhost:8423/debug/Accessory%20Name` then copy/paste the output here? It should look something like ``` { "room": "Living Room", "roomId": "831FFBA8-90CA-5BE4-A918-D04A853451AE", "characteristics": { "saturation": { "id": "3B30A0DE-3353-56F7-85CC-17138F0F9D0F", "value": 67 }, "brightness": { "id": "3505D533-8B27-5078-9DEB-F16166478D79", "value": 16 }, "powerState": { "id": "7BA1FBFE-D3D3-59BA-AF75-150920D94DE2", "value": false }, "hue": { "id": "5850E1CF-9CB2-5A18-8B7A-81CE2C4109B2", "value": 344 } }, "serviceType": "00000043-0000-1000-8000-0026BB765291", "name": "Sidetable", "serviceId": "2AE946B1-2EBF-5419-B258-0247F3C67FEB", "reachable": true, "serviceTypeLabel": "light", "accessoryName": "Sidetable" } ```
Author
Owner

@remadisson commented on GitHub (Feb 6, 2026):

@nickustinov sure, here you go!

{
  "room": "Schlafzimmer",
  "limits": {
    "colorTemperatureMin": 0,
    "colorTemperatureMax": 65279
  },
  "serviceType": "00000043-0000-1000-8000-0026BB765291",
  "characteristics": {
    "colorTemperature": {
      "id": "AEDFF617-2DF8-579C-9EEE-450995A5C329",
      "value": 50
    },
    "brightness": {
      "id": "1C895B89-9FC1-5F10-83E3-B0FAC340B79E",
      "value": 3
    },
    "hue": {
      "id": "2988DC63-78D5-5A5F-A7E3-D38D1CFF4C98",
      "value": 119
    },
    "saturation": {
      "id": "75E22197-857B-5EBC-BFAC-99179BCE9DAD",
      "value": 90
    },
    "powerState": {
      "id": "18F7552D-4433-5340-A055-54822ABBDE32",
      "value": false
    }
  },
  "accessoryName": "Backlight",
  "reachable": true,
  "roomId": "3696E38F-F5F5-5556-848F-D34DB2504515",
  "name": "Backlight",
  "serviceTypeLabel": "light",
  "serviceId": "A3956768-F1D5-50D9-AEFE-BAE8B462771F"
}

<!-- gh-comment-id:3859563460 --> @remadisson commented on GitHub (Feb 6, 2026): @nickustinov sure, here you go! ```json { "room": "Schlafzimmer", "limits": { "colorTemperatureMin": 0, "colorTemperatureMax": 65279 }, "serviceType": "00000043-0000-1000-8000-0026BB765291", "characteristics": { "colorTemperature": { "id": "AEDFF617-2DF8-579C-9EEE-450995A5C329", "value": 50 }, "brightness": { "id": "1C895B89-9FC1-5F10-83E3-B0FAC340B79E", "value": 3 }, "hue": { "id": "2988DC63-78D5-5A5F-A7E3-D38D1CFF4C98", "value": 119 }, "saturation": { "id": "75E22197-857B-5EBC-BFAC-99179BCE9DAD", "value": 90 }, "powerState": { "id": "18F7552D-4433-5340-A055-54822ABBDE32", "value": false } }, "accessoryName": "Backlight", "reachable": true, "roomId": "3696E38F-F5F5-5556-848F-D34DB2504515", "name": "Backlight", "serviceTypeLabel": "light", "serviceId": "A3956768-F1D5-50D9-AEFE-BAE8B462771F" } ```
Author
Owner

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

@remadisson Fixed in 2.0.0

<!-- gh-comment-id:3864701025 --> @nickustinov commented on GitHub (Feb 7, 2026): @remadisson Fixed in 2.0.0
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#24
No description provided.