Node-red tts does not tell temperature

Hi,

I added a notification about the temperature outside spoken by Google Assistant on the Kitchen speaker. For a while everything worked correctly, but recently it stopped pronouncing the number of degrees, everything else reads perfectly.

Flow:

Debug
2

Call service node

Data

{“message”:“Witam! Temperatura na zewnątrz to {{data.attributes.temperature}} stopni. Życzę miłego dnia!”,“language”:“pl”}

Change node

Current state node

Can you try with three brackets like {{{data.attributes.temperature}}}

I don’t really get what you’re using the change node for but you may want to try this one and make it fit to your case and language:

[{"id":"c589f35d97980968","type":"inject","z":"dcdea68b35e4f9c8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":240,"wires":[["76ebc553f79af5de"]]},{"id":"76ebc553f79af5de","type":"api-current-state","z":"dcdea68b35e4f9c8","name":"","server":"86616542.19f378","version":3,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","entity_id":"binary_sensor.bewegungsmelder_hwr","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"for":"0","forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":420,"y":240,"wires":[["764eebfc635e4cec"]]},{"id":"764eebfc635e4cec","type":"api-call-service","z":"dcdea68b35e4f9c8","name":"TTS Homepod","server":"86616542.19f378","version":5,"debugenabled":false,"domain":"tts","service":"google_translate_say","areaId":[],"deviceId":[],"entityId":["media_player.homepod_mini_dachboden"],"data":"{\"message\":\"The Temperature is {{data.attributes.temperature}} degrees\",\"language\":\"en\"}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":740,"y":240,"wires":[[]]},{"id":"86616542.19f378","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]