Hi,
I’ve snips running on a second RPi and for now I can ask snips to tell me the time and to tell where I am located (and how long it takes to for me to get home). But now I installed a calculator app with 2 slots : firstTerm and secondTerm.
[23:09:44] [Hotword] detected on site default, for model hey_snips
[23:09:44] [Asr] was asked to stop listening on site default
[23:09:44] [Hotword] was asked to toggle itself ‘off’ on site default
[23:09:44] [Dialogue] session with id ‘bd957dbe-95ec-4dcc-a942-c700a83d2841’ was started on site default
[23:09:45] [AudioServer] was asked to play a wav of 41.1 kB with id ‘e88f7927-8bbc-46c9-a299-3ae017a52d80’ on site default
[23:09:45] [AudioServer] finished playing wav with id ‘e88f7927-8bbc-46c9-a299-3ae017a52d80’
[23:09:45] [Asr] was asked to listen on site default
[23:09:48] [Asr] captured text “calcule trois plus deux” in 2.0s
[23:09:48] [Asr] was asked to stop listening on site default
[23:09:48] [AudioServer] was asked to play a wav of 93.1 kB with id ‘55a835fd-e4b9-47c7-99ce-b8ef16ef12ef’ on site default
[23:09:49] [AudioServer] finished playing wav with id ‘55a835fd-e4b9-47c7-99ce-b8ef16ef12ef’
[23:09:49] [Nlu] was asked to parse input “calcule trois plus deux”
[23:09:49] [Nlu] detected intent dbddv01:getAddition with probability 1.000 for input “calcule trois plus deux”
Slots ->
firstTerm -> 3 (confidence: 1.000)
secondTerm -> 2 (confid
e: 1.000)
[23:09:49] [Dialogue] New intent detected dbddv01:getAddition with probability 1.000
Slots ->
firstTerm -> 3 (confidence: 1.000)
secondTerm -> 2 (confidence: 1.000)
[23:09:55] [Dialogue] session with id ‘bd957dbe-95ec-4dcc-a942-c700a83d2841’ was ended on site default. The session was ended because one of the component didn’t respond in a timely manner
[23:09:55] [Asr] was asked to stop listening on site default
[23:09:55] [Hotword] was asked to toggle itself ‘on’ on site default
But when I ask Hassio to send me those terms to Telegram (for testing, will do calculation later), nothing is send.
Configuration.yaml:
snips:
intent_script:
getAddition:
action:
-service: notify.telegram
data:
message: 'Addition {{ firstTerm }} plus {{ secondTerm }}'
On TG, I get only
Addition plus
Any idea what else I can check?
Thanks