hi @TAustin i seem to be having a problem with speech synthesis ,
i have a sensor on the freezer , if the door is left open for a certain amount of time it tells the living room speaker to set volume to 50% speach systhesis to say the freezer is open,
its been running fine ( i had pi problems but they are sorted now ) today all i get is the pop sound when the speaker wakes ithink but no message , ive tried another routine with the same fridge to notify someone/play message on speaker and that works great .
i prefer the other way as i can set the volume etc any ideas would be great .
thanks
martin
? Select a driver. 4
2023-09-27T19:38:43.696142158+00:00 TRACE Google Cast V0.11 Received event with handler capability
2023-09-27T19:38:43.697989283+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> received command: {"command":"on","args":{},"positional_args":{},"capability":"switch","component":"main"}
2023-09-27T19:38:43.755514617+00:00 TRACE Google Cast V0.11 Found CapabilityCommandDispatcher handler in GoogleCast
2023-09-27T19:38:43.756245533+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"on"},"capability_id":"switch","attribute_id":"switch"}
2023-09-27T19:38:43.757250492+00:00 DEBUG Google Cast V0.11 Sending GET /device/4acc003b74b68daad8c91cc29ab90f4a/play to 192.168.0.107:3000
2023-09-27T19:38:43.757917992+00:00 DEBUG Google Cast V0.11 Send body: nil
2023-09-27T19:38:43.785701283+00:00 TRACE Google Cast V0.11 Received event with handler capability
2023-09-27T19:38:43.787347742+00:00 TRACE Google Cast V0.11 Received event with handler capability
2023-09-27T19:38:43.900090408+00:00 WARN Google Cast V0.11 HTTP GET request to 192.168.0.107:3000 failed with code 500, status: HTTP/1.1 500 Internal Server Error
2023-09-27T19:38:43.901856700+00:00 DEBUG Google Cast V0.11 Living Room speaker device thread event handled
2023-09-27T19:38:43.916489408+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> received command: {"command":"setVolume","args":{"volume":50},"positional_args":[50],"capability":"audioVolume","component":"main"}
2023-09-27T19:38:43.917259325+00:00 TRACE Google Cast V0.11 Found CapabilityCommandDispatcher handler in GoogleCast
2023-09-27T19:38:43.917937575+00:00 INFO Google Cast V0.11 Volume triggered; command=setVolume, arg=50
2023-09-27T19:38:43.918598200+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"unit":"%","value":50},"capability_id":"audioVolume","attribute_id":"volume"}
2023-09-27T19:38:43.925681450+00:00 DEBUG Google Cast V0.11 Sending GET /device/4acc003b74b68daad8c91cc29ab90f4a/volume/50 to 192.168.0.107:3000
2023-09-27T19:38:43.929481242+00:00 DEBUG Google Cast V0.11 Send body: nil
2023-09-27T19:38:43.958297158+00:00 DEBUG Google Cast V0.11 Response: {"response":"ok"}
2023-09-27T19:38:43.959926867+00:00 DEBUG Google Cast V0.11 Living Room speaker device thread event handled
2023-09-27T19:38:43.966762283+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> received command: {"command":"speak","args":{"phrase":"Please close the fridge "},"positional_args":["Please close the fridge "],"capability":"speechSynthesis","component":"main"}
2023-09-27T19:38:43.972242325+00:00 TRACE Google Cast V0.11 Found CapabilityCommandDispatcher handler in GoogleCast
2023-09-27T19:38:43.973064283+00:00 DEBUG Google Cast V0.11 Speech Synth speak command received; phrase=Please close the fridge
2023-09-27T19:38:43.973723950+00:00 DEBUG Google Cast V0.11 Sending POST /device/4acc003b74b68daad8c91cc29ab90f4a/playMedia to 192.168.0.107:3000
2023-09-27T19:38:43.974385408+00:00 DEBUG Google Cast V0.11 Send body: [{"mediaStreamType":"BUFFERED","mediaTitle":"Please close the fridge ","mediaSubtitle":"SmartThings notification","mediaImageUrl":"https://lh3.googleusercontent.com/nQBLtHKqZycERjdjMGulMLMLDoPXnrZKYoJ8ijaVs8tDD6cypInQRtxgngk9SAXHkA=w300","mediaType":"audio/mp3","googleTTS":"en-GB"}]
2023-09-27T19:38:44.010102700+00:00 DEBUG Google Cast V0.11 Received HTTP header: POST / HTTP/1.1
2023-09-27T19:38:44.011874158+00:00 DEBUG Google Cast V0.11 Received body:
2023-09-27T19:38:44.015797367+00:00 DEBUG Google Cast V0.11 {"id":"4acc003b74b68daad8c91cc29ab90f4a","name":"Living Room speaker","connection":"connected","address":{"port":8009,"host":"192.168.0.5"},"sessionId":null,"status":{"groupPlayback":false,"volume":50,"muted":false,"application":"","status":"","title":"","subtitle":"","image":""},"groups":["34206261-042c-4f14-9461-5681fe5400cd"],"members":[]}
2023-09-27T19:38:44.022967950+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"connected"},"capability_id":"partyvoice23922.status","attribute_id":"status"}
2023-09-27T19:38:44.031884950+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":50},"capability_id":"audioVolume","attribute_id":"volume"}
2023-09-27T19:38:44.043544617+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"unmuted"},"capability_id":"audioMute","attribute_id":"mute"}
2023-09-27T19:38:44.057974325+00:00 DEBUG Google Cast V0.11 ***** lastmedia IN:
2023-09-27T19:38:44.059832367+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"stopped"},"capability_id":"mediaPlayback","attribute_id":"playbackStatus"}
2023-09-27T19:38:44.078340075+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"no status"},"capability_id":"partyvoice23922.rokumediastatus","attribute_id":"mediaStatus"}
2023-09-27T19:38:44.081412908+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","visibility":{"displayed":false},"state":{"value":" "},"capability_id":"partyvoice23922.castmediacontrol","attribute_id":"castControl"}
2023-09-27T19:38:44.096706742+00:00 DEBUG Google Cast V0.11 New media playback state: stopped
2023-09-27T19:38:44.098698617+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":" "},"capability_id":"partyvoice23922.mediasubtitle","attribute_id":"subtitle"}
2023-09-27T19:38:44.105454158+00:00 DEBUG Google Cast V0.11 ***** lastmedia OUT:
2023-09-27T19:38:44.122329742+00:00 DEBUG Google Cast V0.11 Received HTTP header: POST / HTTP/1.1
2023-09-27T19:38:44.122968533+00:00 DEBUG Google Cast V0.11 Received body:
2023-09-27T19:38:44.124071450+00:00 DEBUG Google Cast V0.11 {"id":"4acc003b74b68daad8c91cc29ab90f4a","name":"Living Room speaker","connection":"connected","address":{"port":8009,"host":"192.168.0.5"},"sessionId":null,"status":{"groupPlayback":false,"volume":50,"muted":false,"application":"","status":"","title":"","subtitle":"","image":""},"groups":["34206261-042c-4f14-9461-5681fe5400cd"],"members":[]}
2023-09-27T19:38:44.132994200+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"connected"},"capability_id":"partyvoice23922.status","attribute_id":"status"}
2023-09-27T19:38:44.142057908+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":50},"capability_id":"audioVolume","attribute_id":"volume"}
2023-09-27T19:38:44.154285408+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"unmuted"},"capability_id":"audioMute","attribute_id":"mute"}
2023-09-27T19:38:44.176245408+00:00 DEBUG Google Cast V0.11 ***** lastmedia IN:
2023-09-27T19:38:44.176697450+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"stopped"},"capability_id":"mediaPlayback","attribute_id":"playbackStatus"}
2023-09-27T19:38:44.190895242+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"no status"},"capability_id":"partyvoice23922.rokumediastatus","attribute_id":"mediaStatus"}
2023-09-27T19:38:44.194134742+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","visibility":{"displayed":false},"state":{"value":" "},"capability_id":"partyvoice23922.castmediacontrol","attribute_id":"castControl"}
2023-09-27T19:38:44.216162450+00:00 DEBUG Google Cast V0.11 New media playback state: stopped
2023-09-27T19:38:44.217103450+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":" "},"capability_id":"partyvoice23922.mediasubtitle","attribute_id":"subtitle"}
2023-09-27T19:38:44.219363117+00:00 DEBUG Google Cast V0.11 ***** lastmedia OUT:
2023-09-27T19:38:44.235810992+00:00 DEBUG Google Cast V0.11 Received HTTP header: POST / HTTP/1.1
2023-09-27T19:38:44.236448242+00:00 DEBUG Google Cast V0.11 Received body:
2023-09-27T19:38:44.237557950+00:00 DEBUG Google Cast V0.11 {"id":"11af5ec767d31b885a81ffe3cb4b1b33","name":"Kitchen speaker","connection":"connected","address":{"port":8009,"host":"192.168.0.66"},"sessionId":null,"status":{"groupPlayback":false,"volume":50,"muted":false,"application":"","status":"","title":"","subtitle":"","image":""},"groups":["34206261-042c-4f14-9461-5681fe5400cd"],"members":[]}
2023-09-27T19:38:44.254752408+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"status","state":{"value":"connected"},"capability_id":"partyvoice23922.status","attribute_id":"status"}
2023-09-27T19:38:44.276873408+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"main","state":{"value":50},"capability_id":"audioVolume","attribute_id":"volume"}
2023-09-27T19:38:44.294809325+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"main","state":{"value":"unmuted"},"capability_id":"audioMute","attribute_id":"mute"}
2023-09-27T19:38:44.307692825+00:00 DEBUG Google Cast V0.11 ***** lastmedia IN:
2023-09-27T19:38:44.308337575+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"main","state":{"value":"stopped"},"capability_id":"mediaPlayback","attribute_id":"playbackStatus"}
2023-09-27T19:38:44.326069575+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"status","state":{"value":"no status"},"capability_id":"partyvoice23922.rokumediastatus","attribute_id":"mediaStatus"}
2023-09-27T19:38:44.336731825+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"main","visibility":{"displayed":false},"state":{"value":" "},"capability_id":"partyvoice23922.castmediacontrol","attribute_id":"castControl"}
2023-09-27T19:38:44.358545658+00:00 DEBUG Google Cast V0.11 New media playback state: stopped
2023-09-27T19:38:44.359478533+00:00 INFO Google Cast V0.11 <Device: 13931824-e5b5-42e8-8b06-53412abdd60d (Kitchen speaker)> emitting event: {"component_id":"status","state":{"value":" "},"capability_id":"partyvoice23922.mediasubtitle","attribute_id":"subtitle"}
2023-09-27T19:38:44.361751075+00:00 DEBUG Google Cast V0.11 ***** lastmedia OUT:
2023-09-27T19:38:44.378552658+00:00 DEBUG Google Cast V0.11 Received HTTP header: POST / HTTP/1.1
2023-09-27T19:38:44.379301450+00:00 DEBUG Google Cast V0.11 Received body:
2023-09-27T19:38:44.380424325+00:00 DEBUG Google Cast V0.11 {"id":"34206261-042c-4f14-9461-5681fe5400cd","name":"Home group","connection":"connected","address":{"port":32059,"host":"192.168.0.66"},"sessionId":null,"status":{"groupPlayback":false,"volume":50,"muted":false,"application":"","status":"","title":"","subtitle":"","image":""},"groups":[],"members":["4acc003b74b68daad8c91cc29ab90f4a","11af5ec767d31b885a81ffe3cb4b1b33"]}
2023-09-27T19:38:44.389445117+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"status","state":{"value":"connected"},"capability_id":"partyvoice23922.status","attribute_id":"status"}
2023-09-27T19:38:44.398586825+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"main","state":{"value":50},"capability_id":"audioVolume","attribute_id":"volume"}
2023-09-27T19:38:44.412533825+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"main","state":{"value":"unmuted"},"capability_id":"audioMute","attribute_id":"mute"}
2023-09-27T19:38:44.426063908+00:00 DEBUG Google Cast V0.11 ***** lastmedia IN:
2023-09-27T19:38:44.427925575+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"main","state":{"value":"stopped"},"capability_id":"mediaPlayback","attribute_id":"playbackStatus"}
2023-09-27T19:38:44.450104742+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"status","state":{"value":"no status"},"capability_id":"partyvoice23922.rokumediastatus","attribute_id":"mediaStatus"}
2023-09-27T19:38:44.453960992+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"main","visibility":{"displayed":false},"state":{"value":" "},"capability_id":"partyvoice23922.castmediacontrol","attribute_id":"castControl"}
2023-09-27T19:38:44.474345492+00:00 DEBUG Google Cast V0.11 New media playback state: stopped
2023-09-27T19:38:44.475323700+00:00 INFO Google Cast V0.11 <Device: 338504d3-dd90-4c1a-a45b-54a878aa89b8 (Home group)> emitting event: {"component_id":"status","state":{"value":" "},"capability_id":"partyvoice23922.mediasubtitle","attribute_id":"subtitle"}
2023-09-27T19:38:44.477884117+00:00 DEBUG Google Cast V0.11 ***** lastmedia OUT:
2023-09-27T19:38:44.488198242+00:00 DEBUG Google Cast V0.11 Response: {"response":"ok"}
2023-09-27T19:38:44.488646450+00:00 DEBUG Google Cast V0.11 Living Room speaker device thread event handled
2023-09-27T19:38:46.282041824+00:00 DEBUG Google Cast V0.11 Received HTTP header: POST / HTTP/1.1
2023-09-27T19:38:46.283965033+00:00 DEBUG Google Cast V0.11 Received body:
2023-09-27T19:38:46.287497824+00:00 DEBUG Google Cast V0.11 {"id":"4acc003b74b68daad8c91cc29ab90f4a","name":"Living Room speaker","connection":"connected","address":{"port":8009,"host":"192.168.0.5"},"sessionId":"ebcce3f4-ad04-48b3-8791-996c9b7263d7","status":{"groupPlayback":false,"volume":50,"muted":false,"application":"Default Media Receiver","status":"","title":"","subtitle":"","image":""},"groups":["34206261-042c-4f14-9461-5681fe5400cd"],"members":[]}
2023-09-27T19:38:46.305143824+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"connected"},"capability_id":"partyvoice23922.status","attribute_id":"status"}
2023-09-27T19:38:46.308639324+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":50},"capability_id":"audioVolume","attribute_id":"volume"}
2023-09-27T19:38:46.331250116+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"unmuted"},"capability_id":"audioMute","attribute_id":"mute"}
2023-09-27T19:38:46.356079074+00:00 DEBUG Google Cast V0.11 ***** lastmedia IN:
2023-09-27T19:38:46.356528324+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","state":{"value":"stopped"},"capability_id":"mediaPlayback","attribute_id":"playbackStatus"}
2023-09-27T19:38:46.371714824+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"no status"},"capability_id":"partyvoice23922.rokumediastatus","attribute_id":"mediaStatus"}
2023-09-27T19:38:46.375010116+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"main","visibility":{"displayed":false},"state":{"value":" "},"capability_id":"partyvoice23922.castmediacontrol","attribute_id":"castControl"}
2023-09-27T19:38:46.389241574+00:00 DEBUG Google Cast V0.11 New media playback state: stopped
2023-09-27T19:38:46.391125616+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":"Default Media Receiver"},"capability_id":"partyvoice23922.rokucurrentapp","attribute_id":"currentApp"}
2023-09-27T19:38:46.399825824+00:00 INFO Google Cast V0.11 <Device: 9876771f-1568-47d9-8fa6-1a75e39704fe (Living Room speaker)> emitting event: {"component_id":"status","state":{"value":" "},"capability_id":"partyvoice23922.mediasubtitle","attribute_id":"subtitle"}
2023-09-27T19:38:46.408494574+00:00 DEBUG Google Cast V0.11 ***** lastmedia OUT:
listening for logs... done