It seems like you are trying to set a static color effect on an Aurora (Nanoleaf) light panel using an API call. The JSON you provided appears to be correct, and it should set the panel to a static red color. However, if the panel is not displaying the expected color, there are a few things you can check:
API Token: Make sure that the API token in the URL is correct and hasn't changed. If it has changed, you will need to update it with the new token.
API Version: Check if the API version you are using (in this case, "1.0") is still supported by the Aurora firmware. It's possible that there have been updates or changes to the API in newer firmware versions. You may need to update your API calls accordingly.
Panel Configuration: Verify that the panel you are trying to control is still connected and online. If the panel is offline or disconnected from the network, it won't respond to API commands.
Firmware Updates: Make sure that your Aurora panels are running the latest firmware. Sometimes, firmware updates can introduce changes or bug fixes related to the API.
Error Handling: Check if you are receiving any error responses from the API when making the request. The response may provide more information about why the panel is not responding as expected.
Power State: Ensure that the panel is powered on when you send the API command. If the panel is turned off, it won't display any color, even if you set a static effect.
Other Effects: If there are other effects or schedules running on the panel, they might override the static effect. Make sure that there are no conflicting effects or schedules active.
Network Configuration: Check if there have been any changes to your network configuration that might be affecting communication with the panel.
If you have verified all these aspects and are still facing issues, it might be helpful to consult the official Nanoleaf documentation or support resources for further troubleshooting. Additionally, make sure that the JSON formatting is correct and that you are using the correct API endpoint and method for setting static scenes.