GeekyEggo / GoveeController

Govee controller for the Elgato Stream Deck.
GNU General Public License v3.0
40 stars 6 forks source link

Actions not working #20

Closed itzerik closed 1 year ago

itzerik commented 1 year ago

Pre-Checks

Operating System

Windows

Govee Device

h6062 h610a they are rgbic wall lights

Bug Description

okay my problem is the same as some have already mentioned after i put the api and actions and save it works the first time but after i reset the pc the plugin stops working i see a green checkmark but nothing happens the device option doesnt show anything you cant press it either

Logs

2022-10-13 17:27:00.1697 [ERROR] GoveeController.Services.GoveeConnectorBackgroundService: Unable to connect to Govee: "API key is not defined in global settings".
2022-10-13 17:27:01.4889 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:27:12.6658 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:39.3544 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:42.4568 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:42.7971 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/
Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200}
2022-10-13 17:28:42.8499 [DEBUG] GoveeController.Services.GoveeService: Updated device list cache.
2022-10-13 17:28:42.8581 [DEBUG] GoveeController.Services.GoveeService: Invalidating device cache.
2022-10-13 17:28:42.8581 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:42.9104 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/
Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200}
2022-10-13 17:28:42.9104 [DEBUG] GoveeController.Services.GoveeService: Updated device list cache.
2022-10-13 17:29:56.8589 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:29:56.9097 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:29:57.1060 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:29:57.1222 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:29:59.7037 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:29:59.8004 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:29:59.9043 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:30:00.0027 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:51.1139 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:51.1673 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:51.2648 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:51.3715 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:52.0884 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:52.1964 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:52.3710 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:52.4808 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:54.3430 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:54.4774 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:54.5536 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:54.6475 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:34:44.1487 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:34:44.2377 [FATAL] Microsoft.Extensions.Hosting.Internal.Host: The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.Net.Http.HttpRequestException: No such host is known. (developer-api.govee.com:443)
 ---> System.Net.Sockets.SocketException (11001): No such host is known.
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError , CancellationToken )
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 )
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs , ValueTask , CancellationToken )
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String , Int32 , HttpRequestMessage , Boolean , CancellationToken )
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String , Int32 , HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage )
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken )
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage , Boolean , Boolean , CancellationToken )
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage , HttpCompletionOption , CancellationTokenSource , Boolean , CancellationTokenSource , CancellationToken )
   at GoveeController.Govee.GoveeHttpClient.SendAsync[TResponse](HttpRequestMessage request, JsonTypeInfo`1 jsonTypeInfo, CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Govee\GoveeHttpClient.cs:line 128
   at GoveeController.Services.GoveeService.SendAsync[TResponse](HttpRequestMessage request, JsonTypeInfo`1 jsonTypeInfo, CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 160
   at GoveeController.Govee.GoveeHttpClient.GetDevicesAsync(CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Govee\GoveeHttpClient.cs:line 67
   at GoveeController.Services.GoveeService.GetDevicesAsync(CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 59
   at GoveeController.Services.GoveeService.TryConnectAsync(String apiKey, CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 148
   at GoveeController.Services.GoveeService.TryConnectAsync(CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 125
   at GoveeController.Services.GoveeConnectorBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeConnectorBackgroundService.cs:line 37
   at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService )
GeekyEggo commented 1 year ago

Hmm, this is interesting; these are the first logs that indicate a new error. I’m not sure what’s causing it, but I’ll take a look this weekend.

itzerik commented 1 year ago

Ok hopefully this issue is found thx

GeekyEggo commented 1 year ago

I've re-worked how HTTP request are made; could you please try with the latest beta, v1.2.2 and let me know how you get on over the weekend.

itzerik commented 1 year ago

I've re-worked how HTTP request are made; could you please try with the latest beta, v1.2.2 and let me know how you get on over the weekend.

Ok will try today

itzerik commented 1 year ago

Pre-Checks

* [x]  The device is connected to WiFi.

* [x]  The device is supported by [Govees API](https://govee-public.s3.amazonaws.com/developer-docs/GoveeAPIReference.pdf).

Operating System

Windows

Govee Device

h6062 h610a they are rgbic wall lights

Bug Description

okay my problem is the same as some have already mentioned after i put the api and actions and save it works the first time but after i reset the pc the plugin stops working i see a green checkmark but nothing happens the device option doesnt show anything you cant press it either

Logs

2022-10-13 17:27:00.1697 [ERROR] GoveeController.Services.GoveeConnectorBackgroundService: Unable to connect to Govee: "API key is not defined in global settings".
2022-10-13 17:27:01.4889 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:27:12.6658 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:39.3544 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:42.4568 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:42.7971 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/
Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200}
2022-10-13 17:28:42.8499 [DEBUG] GoveeController.Services.GoveeService: Updated device list cache.
2022-10-13 17:28:42.8581 [DEBUG] GoveeController.Services.GoveeService: Invalidating device cache.
2022-10-13 17:28:42.8581 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:28:42.9104 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/
Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200}
2022-10-13 17:28:42.9104 [DEBUG] GoveeController.Services.GoveeService: Updated device list cache.
2022-10-13 17:29:56.8589 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:29:56.9097 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:29:57.1060 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:29:57.1222 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:29:59.7037 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:29:59.8004 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:29:59.9043 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:30:00.0027 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:51.1139 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:51.1673 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:51.2648 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:51.3715 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:52.0884 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:52.1964 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:52.3710 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:52.4808 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:54.3430 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A
Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:54.4774 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:32:54.5536 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062
Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":40},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200}
2022-10-13 17:32:54.6475 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee...
Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"}
Response: OK {"code":200,"message":"Success","data":{}}
2022-10-13 17:34:44.1487 [DEBUG] GoveeController.Services.GoveeService: Getting devices from API.
2022-10-13 17:34:44.2377 [FATAL] Microsoft.Extensions.Hosting.Internal.Host: The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.Net.Http.HttpRequestException: No such host is known. (developer-api.govee.com:443)
 ---> System.Net.Sockets.SocketException (11001): No such host is known.
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError , CancellationToken )
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 )
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs , ValueTask , CancellationToken )
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String , Int32 , HttpRequestMessage , Boolean , CancellationToken )
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String , Int32 , HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage )
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken )
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage , Boolean , Boolean , CancellationToken )
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage , Boolean , CancellationToken )
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage , HttpCompletionOption , CancellationTokenSource , Boolean , CancellationTokenSource , CancellationToken )
   at GoveeController.Govee.GoveeHttpClient.SendAsync[TResponse](HttpRequestMessage request, JsonTypeInfo`1 jsonTypeInfo, CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Govee\GoveeHttpClient.cs:line 128
   at GoveeController.Services.GoveeService.SendAsync[TResponse](HttpRequestMessage request, JsonTypeInfo`1 jsonTypeInfo, CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 160
   at GoveeController.Govee.GoveeHttpClient.GetDevicesAsync(CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Govee\GoveeHttpClient.cs:line 67
   at GoveeController.Services.GoveeService.GetDevicesAsync(CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 59
   at GoveeController.Services.GoveeService.TryConnectAsync(String apiKey, CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 148
   at GoveeController.Services.GoveeService.TryConnectAsync(CancellationToken cancellationToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeService.cs:line 125
   at GoveeController.Services.GoveeConnectorBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in C:\git\GoveeController\src\GoveeController\Services\GoveeConnectorBackgroundService.cs:line 37
   at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService )
itzerik commented 1 year ago

I've re-worked how HTTP request are made; could you please try with the latest beta, v1.2.2 and let me know how you get on over the weekend.

oops accidently typed this

itzerik commented 1 year ago

2022-10-15 23:03:21.0266 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:03:24.9244 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:03:27.1411 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:04:15.7622 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:04:15.7819 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:04:15.7819 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:04:16.7346 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 941.3622ms - 200 2022-10-15 23:04:16.7346 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 964.0968ms - 200 2022-10-15 23:04:16.7482 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/ Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200} 2022-10-15 23:04:16.7977 [DEBUG] GoveeController.Govee.GoveeService: Updated device list cache. 2022-10-15 23:04:16.7977 [DEBUG] GoveeController.Govee.GoveeService: Invalidating device cache. 2022-10-15 23:04:16.7977 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:04:16.7977 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:04:16.7977 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:04:16.8510 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 53.0627ms - 200 2022-10-15 23:04:16.8510 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 53.145ms - 200 2022-10-15 23:04:16.8510 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/ Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200} 2022-10-15 23:04:16.8510 [DEBUG] GoveeController.Govee.GoveeService: Updated device list cache. 2022-10-15 23:06:00.3384 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:06:00.3384 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:06:00.5346 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:06:00.5346 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:06:00.5878 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 249.2884ms - 200 2022-10-15 23:06:00.5878 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 252.5506ms - 200 2022-10-15 23:06:00.5878 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:06:00.6081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:00.6081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:00.6435 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 108.8674ms - 200 2022-10-15 23:06:00.6435 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 108.9627ms - 200 2022-10-15 23:06:00.6435 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:06:00.6586 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:00.6586 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:00.7518 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:06:00.7518 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:06:00.8539 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 245.7682ms - 200 2022-10-15 23:06:00.8539 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 245.8521ms - 200 2022-10-15 23:06:00.8539 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:00.9086 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 249.9755ms - 200 2022-10-15 23:06:00.9086 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 250.0744ms - 200 2022-10-15 23:06:00.9086 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:00.9220 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 170.1259ms - 200 2022-10-15 23:06:00.9220 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 170.198ms - 200 2022-10-15 23:06:00.9220 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:06:00.9220 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:00.9220 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:00.9692 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:06:00.9692 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:06:01.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 59.1072ms - 200 2022-10-15 23:06:01.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 59.1961ms - 200 2022-10-15 23:06:01.0284 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:06:01.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:01.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:01.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 112.5851ms - 200 2022-10-15 23:06:01.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 112.6309ms - 200 2022-10-15 23:06:01.0284 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:01.1865 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:06:01.1865 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:06:01.2043 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 175.7077ms - 200 2022-10-15 23:06:01.2043 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 175.7462ms - 200 2022-10-15 23:06:01.2043 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:01.2433 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 56.8289ms - 200 2022-10-15 23:06:01.2433 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 56.9171ms - 200 2022-10-15 23:06:01.2433 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:06:01.2433 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:01.2433 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:01.3457 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 102.138ms - 200 2022-10-15 23:06:01.3457 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 102.2004ms - 200 2022-10-15 23:06:01.3457 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:04.8009 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:06:04.8009 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:06:04.8600 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 59.1087ms - 200 2022-10-15 23:06:04.8600 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 59.1778ms - 200 2022-10-15 23:06:04.8600 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:06:04.8600 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:04.8600 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:04.9522 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 91.9453ms - 200 2022-10-15 23:06:04.9522 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 92.0221ms - 200 2022-10-15 23:06:04.9522 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:05.0181 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:06:05.0181 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:06:05.0861 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 67.9088ms - 200 2022-10-15 23:06:05.0861 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 67.9863ms - 200 2022-10-15 23:06:05.0861 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:06:05.0861 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.0861 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.2354 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:06:05.2354 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:06:05.2354 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 156.2932ms - 200 2022-10-15 23:06:05.2354 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 156.3408ms - 200 2022-10-15 23:06:05.2354 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:05.2964 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 61.0087ms - 200 2022-10-15 23:06:05.2964 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 61.09ms - 200 2022-10-15 23:06:05.2964 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:06:05.2964 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.2964 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.4174 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 120.6433ms - 200 2022-10-15 23:06:05.4174 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 120.6973ms - 200 2022-10-15 23:06:05.4174 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:05.4525 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:06:05.4525 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:06:05.5067 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 54.2098ms - 200 2022-10-15 23:06:05.5067 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 54.2799ms - 200 2022-10-15 23:06:05.5067 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:06:05.5067 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.5067 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.6342 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 127.2042ms - 200 2022-10-15 23:06:05.6342 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 127.2552ms - 200 2022-10-15 23:06:05.6342 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:05.6696 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:06:05.6696 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:06:05.7298 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 60.2067ms - 200 2022-10-15 23:06:05.7298 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 60.2679ms - 200 2022-10-15 23:06:05.7298 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:06:05.7298 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.7298 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:05.8372 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 107.1216ms - 200 2022-10-15 23:06:05.8372 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 107.1699ms - 200 2022-10-15 23:06:05.8372 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:06:07.0713 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:07.0713 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:07.1343 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 62.9089ms - 429 2022-10-15 23:06:07.1343 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 62.9754ms - 429 2022-10-15 23:06:07.1343 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":221,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: TooManyRequests Rate limit exceeded, retry in 53 seconds. 2022-10-15 23:06:07.1343 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 0A4FF3F6604C9653BE129BC7BFDE8E78 failed; Rate limit exceeded, retry in 53 seconds. 2022-10-15 23:06:07.2832 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:07.2832 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:07.3318 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 48.5282ms - 429 2022-10-15 23:06:07.3318 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 48.5906ms - 429 2022-10-15 23:06:07.3318 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":221,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: TooManyRequests Rate limit exceeded, retry in 53 seconds. 2022-10-15 23:06:07.3318 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 83549865D421AE26F38FA42B15844D09 failed; Rate limit exceeded, retry in 53 seconds. 2022-10-15 23:06:10.0134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:10.0134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:10.0643 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 50.9371ms - 429 2022-10-15 23:06:10.0643 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 50.9975ms - 429 2022-10-15 23:06:10.0643 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":221,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: TooManyRequests Rate limit exceeded, retry in 51 seconds. 2022-10-15 23:06:10.0643 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 0A4FF3F6604C9653BE129BC7BFDE8E78 failed; Rate limit exceeded, retry in 51 seconds. 2022-10-15 23:06:10.2305 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:10.2305 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:10.2842 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 49.4436ms - 429 2022-10-15 23:06:10.2842 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 53.7418ms - 429 2022-10-15 23:06:10.2842 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":221,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: TooManyRequests Rate limit exceeded, retry in 51 seconds. 2022-10-15 23:06:10.2842 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 83549865D421AE26F38FA42B15844D09 failed; Rate limit exceeded, retry in 51 seconds. 2022-10-15 23:06:59.5944 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:59.5944 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:59.8113 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:59.8113 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:06:59.9449 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 350.5032ms - 429 2022-10-15 23:06:59.9449 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 350.5684ms - 429 2022-10-15 23:06:59.9449 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: TooManyRequests Rate limit exceeded, retry in 4 seconds. 2022-10-15 23:06:59.9449 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 0A4FF3F6604C9653BE129BC7BFDE8E78 failed; Rate limit exceeded, retry in 4 seconds. 2022-10-15 23:07:00.0706 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 259.2528ms - 429 2022-10-15 23:07:00.0706 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 259.3159ms - 429 2022-10-15 23:07:00.0706 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: TooManyRequests Rate limit exceeded, retry in 5 seconds. 2022-10-15 23:07:00.0706 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 83549865D421AE26F38FA42B15844D09 failed; Rate limit exceeded, retry in 5 seconds. 2022-10-15 23:10:50.1379 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:10:50.1379 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:10:50.3714 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 233.4961ms - 200 2022-10-15 23:10:50.3714 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 233.5744ms - 200 2022-10-15 23:10:50.3714 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:10:50.3714 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.3714 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.3714 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:10:50.3714 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:10:50.4745 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 102.7908ms - 200 2022-10-15 23:10:50.4745 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 102.8391ms - 200 2022-10-15 23:10:50.4745 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:50.5283 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 155.7074ms - 200 2022-10-15 23:10:50.5283 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 155.7571ms - 200 2022-10-15 23:10:50.5283 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:10:50.5283 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.5283 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.5722 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:10:50.5722 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:10:50.6221 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 93.5917ms - 200 2022-10-15 23:10:50.6221 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 93.6453ms - 200 2022-10-15 23:10:50.6221 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:50.6221 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 57.0291ms - 200 2022-10-15 23:10:50.6221 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 57.0764ms - 200 2022-10-15 23:10:50.6221 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:10:50.6221 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.6221 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.7064 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 77.0083ms - 200 2022-10-15 23:10:50.7064 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 77.0515ms - 200 2022-10-15 23:10:50.7064 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:50.7737 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:10:50.7737 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:10:50.8285 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 54.7792ms - 200 2022-10-15 23:10:50.8285 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 54.8397ms - 200 2022-10-15 23:10:50.8285 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:10:50.8285 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.8285 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:50.9202 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 91.4705ms - 200 2022-10-15 23:10:50.9202 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 91.5254ms - 200 2022-10-15 23:10:50.9202 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:50.9752 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:10:50.9752 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:10:51.0473 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 72.0586ms - 200 2022-10-15 23:10:51.0473 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 72.1316ms - 200 2022-10-15 23:10:51.0473 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:10:51.0473 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:51.0473 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:51.1671 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 119.6042ms - 200 2022-10-15 23:10:51.1671 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 119.6504ms - 200 2022-10-15 23:10:51.1671 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:53.6747 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:10:53.6747 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:10:53.7356 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 60.852ms - 200 2022-10-15 23:10:53.7356 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 60.9283ms - 200 2022-10-15 23:10:53.7356 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:10:53.7356 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:53.7356 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:53.8485 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 112.6143ms - 200 2022-10-15 23:10:53.8485 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 112.6644ms - 200 2022-10-15 23:10:53.8485 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:53.8919 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:10:53.8919 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:10:53.9517 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 59.7949ms - 200 2022-10-15 23:10:53.9517 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 59.8511ms - 200 2022-10-15 23:10:53.9517 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:10:53.9517 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:53.9517 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.0507 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 98.759ms - 200 2022-10-15 23:10:54.0507 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 98.8048ms - 200 2022-10-15 23:10:54.0507 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:54.1092 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:10:54.1092 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:10:54.2289 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 119.6693ms - 200 2022-10-15 23:10:54.2289 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 119.7367ms - 200 2022-10-15 23:10:54.2289 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:10:54.2291 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.2291 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.3262 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:10:54.3262 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:10:54.3454 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 116.2967ms - 200 2022-10-15 23:10:54.3454 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 116.3349ms - 200 2022-10-15 23:10:54.3454 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:54.3814 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 55.1757ms - 200 2022-10-15 23:10:54.3814 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 55.2391ms - 200 2022-10-15 23:10:54.3814 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:10:54.3814 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.3814 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.4790 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 97.3546ms - 200 2022-10-15 23:10:54.4790 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 97.3988ms - 200 2022-10-15 23:10:54.4790 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:54.5436 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:10:54.5436 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:10:54.6062 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 62.5998ms - 200 2022-10-15 23:10:54.6062 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 62.6672ms - 200 2022-10-15 23:10:54.6062 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:10:54.6062 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.6062 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:54.7100 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 103.6655ms - 200 2022-10-15 23:10:54.7100 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 103.7086ms - 200 2022-10-15 23:10:54.7100 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:10:55.8466 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:55.8466 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:55.8998 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 53.2352ms - 429 2022-10-15 23:10:55.8998 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 53.2994ms - 429 2022-10-15 23:10:55.8998 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: TooManyRequests Rate limit exceeded, retry in 54 seconds. 2022-10-15 23:10:55.8998 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 0A4FF3F6604C9653BE129BC7BFDE8E78 failed; Rate limit exceeded, retry in 54 seconds. 2022-10-15 23:10:56.0638 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:56.0638 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:10:56.1212 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 57.3224ms - 429 2022-10-15 23:10:56.1212 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 57.3933ms - 429 2022-10-15 23:10:56.1212 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: TooManyRequests Rate limit exceeded, retry in 54 seconds. 2022-10-15 23:10:56.1212 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 83549865D421AE26F38FA42B15844D09 failed; Rate limit exceeded, retry in 54 seconds. 2022-10-15 23:13:25.9959 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:13:26.0436 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:13:26.0436 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:13:26.4515 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 396.2779ms - 200 2022-10-15 23:13:26.4515 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 418.9028ms - 200 2022-10-15 23:13:26.4653 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/ Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200} 2022-10-15 23:13:26.5172 [DEBUG] GoveeController.Govee.GoveeService: Updated device list cache. 2022-10-15 23:13:26.5338 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:13:26.5338 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:13:26.5338 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:13:26.5338 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:13:26.5338 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:13:26.5338 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:13:26.5945 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 60.5909ms - 200 2022-10-15 23:13:26.5945 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 64.0074ms - 200 2022-10-15 23:13:26.5945 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:13:26.6291 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.6291 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.6372 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:13:26.6372 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:13:26.6541 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 120.259ms - 200 2022-10-15 23:13:26.6541 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 123.6758ms - 200 2022-10-15 23:13:26.6541 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:13:26.6541 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.6541 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.7090 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 175.1104ms - 200 2022-10-15 23:13:26.7090 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 178.5239ms - 200 2022-10-15 23:13:26.7090 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:13:26.7090 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.7090 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.7645 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 127.2253ms - 200 2022-10-15 23:13:26.7645 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 127.3372ms - 200 2022-10-15 23:13:26.7645 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:13:26.7645 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.7645 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.8146 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 160.1808ms - 200 2022-10-15 23:13:26.8146 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 160.2307ms - 200 2022-10-15 23:13:26.8146 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:26.8318 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 202.6172ms - 200 2022-10-15 23:13:26.8318 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 202.686ms - 200 2022-10-15 23:13:26.8318 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:26.8538 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:13:26.8538 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:13:26.8756 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 166.2433ms - 200 2022-10-15 23:13:26.8756 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 166.3247ms - 200 2022-10-15 23:13:26.8756 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:26.9081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 143.2455ms - 200 2022-10-15 23:13:26.9081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 143.3102ms - 200 2022-10-15 23:13:26.9081 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:26.9081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 55.8266ms - 200 2022-10-15 23:13:26.9081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 55.8836ms - 200 2022-10-15 23:13:26.9081 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:13:26.9081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.9081 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:26.9943 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 84.4632ms - 200 2022-10-15 23:13:26.9943 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 84.5229ms - 200 2022-10-15 23:13:26.9943 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:30.7168 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:13:30.7168 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:13:30.7778 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 61.0017ms - 200 2022-10-15 23:13:30.7778 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 61.1194ms - 200 2022-10-15 23:13:30.7778 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:13:30.7778 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:30.7778 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:30.8834 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 105.3141ms - 200 2022-10-15 23:13:30.8834 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 105.371ms - 200 2022-10-15 23:13:30.8834 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:30.9337 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:13:30.9337 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:13:30.9870 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 53.2679ms - 200 2022-10-15 23:13:30.9870 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 53.3368ms - 200 2022-10-15 23:13:30.9870 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:13:30.9870 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:30.9870 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.1512 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:13:31.1512 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:13:31.2712 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 283.8449ms - 200 2022-10-15 23:13:31.2712 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 283.9033ms - 200 2022-10-15 23:13:31.2712 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:31.3063 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 155.0492ms - 200 2022-10-15 23:13:31.3063 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 155.1265ms - 200 2022-10-15 23:13:31.3063 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:13:31.3063 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.3063 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.3529 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:13:31.3529 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:13:31.3798 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 73.2824ms - 200 2022-10-15 23:13:31.3798 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 73.3254ms - 200 2022-10-15 23:13:31.3798 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:31.4137 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 60.8173ms - 200 2022-10-15 23:13:31.4137 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 60.887ms - 200 2022-10-15 23:13:31.4137 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:13:31.4137 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.4137 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.5127 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 98.7643ms - 200 2022-10-15 23:13:31.5127 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 98.8171ms - 200 2022-10-15 23:13:31.5127 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:13:31.5546 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:13:31.5546 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:13:31.6268 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 72.1736ms - 200 2022-10-15 23:13:31.6268 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 72.2448ms - 200 2022-10-15 23:13:31.6268 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:13:31.6268 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.6268 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:13:31.8121 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 184.9633ms - 200 2022-10-15 23:13:31.8121 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 185.0259ms - 200 2022-10-15 23:13:31.8121 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:28.3684 [DEBUG] GoveeController.Govee.GoveeService: Getting devices from API. 2022-10-15 23:15:28.4529 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:15:28.4529 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/ 2022-10-15 23:15:28.9581 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 487.7973ms - 200 2022-10-15 23:15:28.9581 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 525.6451ms - 200 2022-10-15 23:15:28.9814 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/ Response: OK {"data":{"devices":[{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","deviceName":"govee wall glide","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}},{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","deviceName":"bed","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","deviceName":"lamp","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","deviceName":"pegboard","controllable":true,"retrievable":true,"supportCmds":["turn"]},{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","deviceName":"Govee Glide Lively","controllable":true,"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"],"properties":{"colorTem":{"range":{"min":2000,"max":9000}}}}]},"message":"Success","code":200} 2022-10-15 23:15:29.0781 [DEBUG] GoveeController.Govee.GoveeService: Updated device list cache. 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:15:29.1030 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:15:29.1600 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 56.892ms - 200 2022-10-15 23:15:29.1600 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 61.499ms - 200 2022-10-15 23:15:29.1600 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:15:29.1986 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:15:29.1986 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:15:29.2134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.2134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.2134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 119.2762ms - 200 2022-10-15 23:15:29.2134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 124.0744ms - 200 2022-10-15 23:15:29.2134 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:15:29.2134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.2134 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.2877 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 184.5568ms - 200 2022-10-15 23:15:29.2877 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 189.165ms - 200 2022-10-15 23:15:29.2877 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"on"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:15:29.2877 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.2877 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 273.7081ms - 200 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 178.1253ms - 200 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 178.2546ms - 200 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 278.4607ms - 200 2022-10-15 23:15:29.3768 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:15:29.3768 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"on"}]},"message":"Success","code":200} 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 158.3013ms - 200 2022-10-15 23:15:29.3768 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 158.3655ms - 200 2022-10-15 23:15:29.3768 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:29.3877 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 174.2331ms - 200 2022-10-15 23:15:29.3877 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 174.3391ms - 200 2022-10-15 23:15:29.3877 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:29.4720 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 183.8635ms - 200 2022-10-15 23:15:29.4720 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 183.9555ms - 200 2022-10-15 23:15:29.4720 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:29.4812 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 103.845ms - 200 2022-10-15 23:15:29.4812 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 103.9377ms - 200 2022-10-15 23:15:29.4812 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:29.4812 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 107.7479ms - 200 2022-10-15 23:15:29.4812 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 107.8002ms - 200 2022-10-15 23:15:29.4812 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"off"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:33.5417 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:15:33.5417 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 2022-10-15 23:15:33.6042 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 62.3989ms - 200 2022-10-15 23:15:33.6042 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 62.5515ms - 200 2022-10-15 23:15:33.6042 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=97%3A60%3A2c%3A05%3A47%3A27%3Aa4%3Aba&model=H5081 Response: OK {"data":{"device":"97:60:2c:05:47:27:a4:ba","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:15:33.6042 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:33.6042 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:33.7017 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 97.1098ms - 200 2022-10-15 23:15:33.7017 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 97.2134ms - 200 2022-10-15 23:15:33.7017 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"97:60:2c:05:47:27:a4:ba","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:33.7590 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:15:33.7590 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A 2022-10-15 23:15:33.8248 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 65.7285ms - 200 2022-10-15 23:15:33.8248 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 65.8745ms - 200 2022-10-15 23:15:33.8248 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=88%3A8A%3AD4%3A39%3A32%3A35%3A27%3A1B&model=H610A Response: OK {"data":{"device":"88:8A:D4:39:32:35:27:1B","model":"H610A","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:15:33.8248 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:33.8248 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:33.9252 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 100.1228ms - 200 2022-10-15 23:15:33.9252 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 100.1986ms - 200 2022-10-15 23:15:33.9252 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:33.9604 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:15:33.9604 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 2022-10-15 23:15:34.0357 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 75.2468ms - 200 2022-10-15 23:15:34.0357 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 75.3702ms - 200 2022-10-15 23:15:34.0357 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=B5%3A70%3A3B%3A27%3A44%3A9F%3AED%3A0E&model=H6062 Response: OK {"data":{"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062","properties":[{"online":true},{"powerState":"off"},{"brightness":70},{"color":{"r":137,"b":240,"g":207}}]},"message":"Success","code":200} 2022-10-15 23:15:34.0357 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:34.0357 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:34.1778 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:15:34.1778 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 2022-10-15 23:15:34.2045 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 168.4631ms - 200 2022-10-15 23:15:34.2045 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 168.5921ms - 200 2022-10-15 23:15:34.2045 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:34.2337 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 55.8272ms - 200 2022-10-15 23:15:34.2337 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 55.9332ms - 200 2022-10-15 23:15:34.2337 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=2c%3Acb%3A2c%3A05%3A47%3A27%3Aa5%3A1f&model=H5081 Response: OK {"data":{"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:15:34.2337 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:34.2337 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:34.3496 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 115.6118ms - 200 2022-10-15 23:15:34.3496 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 115.6682ms - 200 2022-10-15 23:15:34.3496 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"2c:cb:2c:05:47:27:a5:1f","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:34.3945 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:15:34.3945 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 2022-10-15 23:15:34.4551 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 60.527ms - 200 2022-10-15 23:15:34.4551 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 60.6398ms - 200 2022-10-15 23:15:34.4551 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: GET https://developer-api.govee.com/v1/devices/state?device=84%3A93%3A2c%3A05%3A47%3A27%3Ab1%3A98&model=H5081 Response: OK {"data":{"device":"84:93:2c:05:47:27:b1:98","model":"H5081","properties":[{"online":true},{"powerState":"off"}]},"message":"Success","code":200} 2022-10-15 23:15:34.4551 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:34.4551 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:34.5470 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 91.5447ms - 200 2022-10-15 23:15:34.5470 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 91.6189ms - 200 2022-10-15 23:15:34.5470 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"turn","value":"on"},"device":"84:93:2c:05:47:27:b1:98","model":"H5081"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:15:39.9231 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:39.9231 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:39.9732 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 50.068ms - 429 2022-10-15 23:15:39.9732 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 50.1415ms - 429 2022-10-15 23:15:39.9732 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: TooManyRequests Rate limit exceeded, retry in 49 seconds. 2022-10-15 23:15:39.9732 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 0A4FF3F6604C9653BE129BC7BFDE8E78 failed; Rate limit exceeded, retry in 49 seconds. 2022-10-15 23:15:40.1343 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:40.1343 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:15:40.1830 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 48.7086ms - 429 2022-10-15 23:15:40.1830 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 48.7823ms - 429 2022-10-15 23:15:40.1830 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: TooManyRequests Rate limit exceeded, retry in 49 seconds. 2022-10-15 23:15:40.1830 [WARN] GoveeController.Actions.ColorAction: Action com.geekyeggo.goveecontroller.color with context 83549865D421AE26F38FA42B15844D09 failed; Rate limit exceeded, retry in 49 seconds. 2022-10-15 23:17:03.6892 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:17:03.6892 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:17:03.9064 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:17:03.9064 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:17:04.0752 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 385.9343ms - 200 2022-10-15 23:17:04.0752 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 386.0131ms - 200 2022-10-15 23:17:04.0752 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:17:04.1741 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 267.6893ms - 200 2022-10-15 23:17:04.1741 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 267.7611ms - 200 2022-10-15 23:17:04.1741 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:24:44.6685 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:44.6685 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:44.8851 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:44.8851 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:44.9794 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 310.8056ms - 200 2022-10-15 23:24:44.9794 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 310.8982ms - 200 2022-10-15 23:24:44.9794 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":255,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:24:45.1341 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 249.0233ms - 200 2022-10-15 23:24:45.1341 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 249.1021ms - 200 2022-10-15 23:24:45.1341 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":255,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:24:51.6489 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:51.6489 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:51.7656 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 116.6579ms - 200 2022-10-15 23:24:51.7656 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 116.7222ms - 200 2022-10-15 23:24:51.7656 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":255,"g":255,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:24:51.8504 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:51.8504 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:24:51.9460 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 95.5672ms - 200 2022-10-15 23:24:51.9460 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 95.6325ms - 200 2022-10-15 23:24:51.9460 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":255,"g":255,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:00.1223 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:00.1223 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:00.3206 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:00.3206 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:00.3503 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 227.9004ms - 200 2022-10-15 23:25:00.3503 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 227.9676ms - 200 2022-10-15 23:25:00.3503 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:00.4236 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 103.0261ms - 200 2022-10-15 23:25:00.4236 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 103.0939ms - 200 2022-10-15 23:25:00.4236 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:13.5691 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:13.5691 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:13.7708 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:13.7708 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:13.7708 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 205.953ms - 200 2022-10-15 23:25:13.7708 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 206.0082ms - 200 2022-10-15 23:25:13.7708 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":0},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:13.8634 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 92.5127ms - 200 2022-10-15 23:25:13.8634 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 92.5787ms - 200 2022-10-15 23:25:13.8634 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":0},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:30.5563 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:30.5563 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:30.6771 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 120.7997ms - 200 2022-10-15 23:25:30.6771 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 120.8673ms - 200 2022-10-15 23:25:30.6771 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:30.7578 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:30.7578 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:30.8686 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 110.8471ms - 200 2022-10-15 23:25:30.8686 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 110.9109ms - 200 2022-10-15 23:25:30.8686 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:55.3465 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:55.3465 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:55.4218 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 75.2738ms - 200 2022-10-15 23:25:55.4218 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 75.342ms - 200 2022-10-15 23:25:55.4218 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":0},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:25:55.5636 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:55.5636 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:25:55.6549 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 91.2224ms - 200 2022-10-15 23:25:55.6549 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 91.2852ms - 200 2022-10-15 23:25:55.6549 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":0},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:14.9089 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:14.9089 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:15.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 119.4119ms - 200 2022-10-15 23:26:15.0284 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 119.4939ms - 200 2022-10-15 23:26:15.0284 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":78},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:15.1260 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:15.1260 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:15.2429 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 116.8611ms - 200 2022-10-15 23:26:15.2429 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 116.9396ms - 200 2022-10-15 23:26:15.2429 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":78},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:17.0962 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:17.0962 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:17.2394 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 143.1749ms - 200 2022-10-15 23:26:17.2394 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 143.2434ms - 200 2022-10-15 23:26:17.2394 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:17.3135 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:17.3135 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:17.4118 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 98.2973ms - 200 2022-10-15 23:26:17.4118 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 98.3863ms - 200 2022-10-15 23:26:17.4118 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:20.0439 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:20.0439 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:20.2609 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:20.2609 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:20.3036 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 259.6163ms - 200 2022-10-15 23:26:20.3036 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 259.6919ms - 200 2022-10-15 23:26:20.3036 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":78},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:20.3993 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 138.3987ms - 200 2022-10-15 23:26:20.3993 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 138.4552ms - 200 2022-10-15 23:26:20.3993 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":78},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:44.0121 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:44.0121 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:44.1314 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 119.3091ms - 200 2022-10-15 23:26:44.1314 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 119.3742ms - 200 2022-10-15 23:26:44.1314 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":60},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:26:44.2295 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:44.2295 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:26:44.3267 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 97.1294ms - 200 2022-10-15 23:26:44.3267 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 97.1954ms - 200 2022-10-15 23:26:44.3267 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":60},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:27:10.1676 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:27:10.1676 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:27:10.3844 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:27:10.3844 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:27:10.4299 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 262.26ms - 200 2022-10-15 23:27:10.4299 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 262.3156ms - 200 2022-10-15 23:27:10.4299 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":55},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:27:10.5336 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 149.2417ms - 200 2022-10-15 23:27:10.5336 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 149.2968ms - 200 2022-10-15 23:27:10.5336 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":55},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:07.4889 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:07.4889 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:07.5981 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 109.1692ms - 200 2022-10-15 23:28:07.5981 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 109.2436ms - 200 2022-10-15 23:28:07.5981 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":255,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:07.7061 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:07.7061 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:07.8154 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 109.2429ms - 200 2022-10-15 23:28:07.8154 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 109.3051ms - 200 2022-10-15 23:28:07.8154 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":0,"g":255,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:17.5725 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:17.5725 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:17.7740 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:17.7740 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:17.8085 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 235.9391ms - 200 2022-10-15 23:28:17.8085 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 236.0055ms - 200 2022-10-15 23:28:17.8085 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:17.9025 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 128.5264ms - 200 2022-10-15 23:28:17.9025 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 128.6007ms - 200 2022-10-15 23:28:17.9025 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":85,"g":0,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:25.0499 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:25.0499 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:25.1700 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 120.0379ms - 200 2022-10-15 23:28:25.1700 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 120.1016ms - 200 2022-10-15 23:28:25.1700 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":255,"g":255,"b":255}},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:25.2670 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:25.2670 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:25.3498 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 82.8327ms - 200 2022-10-15 23:28:25.3498 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 82.8937ms - 200 2022-10-15 23:28:25.3498 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"color","value":{"r":255,"g":255,"b":255}},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:29.5333 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:29.5333 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:29.6203 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 87.0255ms - 200 2022-10-15 23:28:29.6203 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 87.0872ms - 200 2022-10-15 23:28:29.6203 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"88:8A:D4:39:32:35:27:1B","model":"H610A"} Response: OK {"code":200,"message":"Success","data":{}} 2022-10-15 23:28:29.7502 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: Start processing HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:29.7502 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Sending HTTP request PUT https://developer-api.govee.com/v1/devices/control 2022-10-15 23:28:29.8527 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.ClientHandler: Received HTTP response headers after 102.4272ms - 200 2022-10-15 23:28:29.8527 [INFO] System.Net.Http.HttpClient.GoveeHttpClient.LogicalHandler: End processing HTTP request after 102.4935ms - 200 2022-10-15 23:28:29.8527 [DEBUG] GoveeController.Govee.GoveeHttpClient: Communicating with Govee... Request: PUT https://developer-api.govee.com/v1/devices/control, Content: {"cmd":{"name":"brightness","value":100},"device":"B5:70:3B:27:44:9F:ED:0E","model":"H6062"} Response: OK {"code":200,"message":"Success","data":{}}

YEA I HAVE GREAT NEWS so i downloaded the one u gave me and i tested it out and it works now i can press the actions and everything works and doesnt have to reset itself again i even turned off my computer 3 times to test it and it worked everytime! Thx

GeekyEggo commented 1 year ago

That’s fantastic news, @itzerik!

I’ll promote the beta to an official release later this week. You can continue to use the beta, and won’t need to change anything further. The plug-in will automatically change to the official release when it’s available. 👍