Hi,
I’m new to HA but making good progress with hass.io. I added the Snips addon but when it starts it complains about a version mismatch which I think is related to the assistant model I created (using the Home Assistant bundle on snips.ai). If so, is this because the hass.io snips addon is using older code than snips.ai? See log below.
Anyone else had this issue? Looks like I’m using 0.7.0 of the snips add on, 0.62.1 of raspberrypi3-homeassistant and 1.0 of mosquito.
INFO:snips_hotword : Connecting using MQTT site-id default
INFO:hermes_mqtt: Connecting to MQTT broker at address localhost:1883
1519415846: New connection from 127.0.0.1 on port 1883.
1519415846: New client connected from 127.0.0.1 as mqttc_2238884983 (c1, k5).
INFO:rumqtt::connection: $$$ Connected to broker
INFO:snips_analytics_hermes: Idle
INFO:hermes_mqtt: Connecting to MQTT broker at address localhost:1883
1519415846: New connection from 127.0.0.1 on port 1883.
1519415846: New client connected from 127.0.0.1 as mqttc_412102608 (c1, k5).
INFO:rumqtt::connection: $$$ Connected to broker
INFO:queries_hermes : loading model at path "/usr/share/snips/assistant"
Error: Given model version 0.12.0 doesn't match. Expected model version 0.11.0
2018-02-23 19:57:27,215 INFO success: snips-tts entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-23 19:57:27,215 INFO success: snips-dialogue entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-23 19:57:27,216 INFO success: snips-asr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-23 19:57:27,216 INFO success: snips-analytics entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-23 19:57:27,216 INFO success: snips-hotword entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-23 19:57:27,216 INFO success: snips-audio-server entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-23 19:57:27,216 INFO success: snips-queries entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
1519415847: Socket error on client mqttc_412102608, disconnecting.
2018-02-23 19:57:27,222 INFO exited: snips-queries (exit status 1; not expected)
2018-02-23 19:57:28,228 INFO spawned: 'snips-queries' with pid 110
INFO:hermes_mqtt: Connecting to MQTT broker at address localhost:1883
1519415848: New connection from 127.0.0.1 on port 1883.
1519415848: New client connected from 127.0.0.1 as mqttc_1596648642 (c1, k5).
INFO:rumqtt::connection: $$$ Connected to broker
INFO:queries_hermes : loading model at path "/usr/share/snips/assistant"
Error: Given model version 0.12.0 doesn't match. Expected model version 0.11.0
1519415848: Socket error on client mqttc_1596648642, disconnecting.
2018-02-23 19:57:28,718 INFO exited: snips-queries (exit status 1; not expected)
snips_stt --use-energy=false --num-mel-bins=40 --num-ceps=40 --low-freq=20 --high-freq=-400 --sample-frequency=16000