ioBroker.hue icon indicating copy to clipboard operation
ioBroker.hue copied to clipboard

Kann dynamische Szenen nicht starten

Open MiniAdnim opened this issue 1 month ago • 8 comments

Habe den Adapter geupdatet und sehe jetzt die dynamischen Szenen, kanns sie aber nicht starten? oder gehe ich das falsch an?

1


host.iobroker1 | 2025-01-10 05:09:01.010 | info | Restart adapter system.adapter.hue.0 because enabled

host.iobroker1 | 2025-01-10 05:09:01.010 | error | instance system.adapter.hue.0 terminated with code 6 (UNCAUGHT_EXCEPTION)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at Hue.onStateChange (/opt/iobroker/node_modules/iobroker.hue/src/main.ts:360:17)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at HueV2Client.setSmartSceneState (/opt/iobroker/node_modules/iobroker.hue/src/lib/v2/v2-client.ts:312:22)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:82:21)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at endReadableNT (node:internal/streams/readable:1698:12)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at IncomingMessage.emit (node:domain:489:12)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at IncomingMessage.emit (node:events:530:35)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at IncomingMessage.handleStreamEnd 
(/opt/iobroker/node_modules/axios/lib/adapters/http.js:599:11)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: at settle (/opt/iobroker/node_modules/axios/lib/core/settle.js:19:12)

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[1]: AxiosError: Request failed with status code 500

host.iobroker1 | 2025-01-10 05:09:01.010 | error | Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
hue.0 | 2025-01-10 05:09:00.907 | info | terminating

hue.0 | 2025-01-10 05:09:00.465 | warn | Terminated (UNCAUGHT_EXCEPTION): Without reason

hue.0 | 2025-01-10 05:09:00.464 | info | terminating

hue.0 | 2025-01-10 05:09:00.464 | info | cleaned everything up...

hue.0 | 2025-01-10 05:09:00.399 | error | Exception-Code: ERR_BAD_RESPONSE: Request failed with status code 500

hue.0 | 2025-01-10 05:09:00.399 | error | AxiosError: Request failed with status code 500 at settle (/opt/iobroker/node_modules/axios/lib/core/settle.js:19:12) at IncomingMessage.handleStreamEnd (/opt/iobroker/node_modules/axios/lib/adapters/http.js:599:11) at IncomingMessage.emit (node:events:530:35) at IncomingMessage.emit (node:domain:489:12) at endReadableNT (node:internal/streams/readable:1698:12) at processTicksAndRejections (node:internal/process/task_queues:82:21) at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41) at processTicksAndRejections (node:internal/process/task_queues:95:5) at HueV2Client.setSmartSceneState (/opt/iobroker/node_modules/iobroker.hue/src/lib/v2/v2-client.ts:312:22) at Hue.onStateChange (/opt/iobroker/node_modules/iobroker.hue/src/main.ts:360:17)

hue.0 | 2025-01-10 05:09:00.398 | error | unhandled promise rejection: Request failed with status code 500

hue.0 | 2025-01-10 05:09:00.398 | error | Unhandled promise rejection. This error originated either by throwing inside of an 
async function without a catch block, or by rejecting a promise which was not handled with .catch().

hue.0 | 2025-01-10 05:09:00.051 | info | Start smart scene "Natürliches Licht" 

MiniAdnim avatar Jan 10 '25 04:01 MiniAdnim