Hello,
My setup:
- up-to-date raspberry pi 4 server with running snips (matrixIO modules), and home assistant manual setup version 0.101.3
- up-to-date raspberry pi zero w as satellite with respeaker 2 mics hat
- mqtt through mosquitto
- zigbee2mqtt with xiaomi sensors
- rflink with Chacon DIO 433 shutters modules
Facts :
- my voice gets perfectly captured and by listening to mqtt messages I do get the intent as resultat
- link between mosquitto and homeassistant works and is well and long time configured (zigbee2mqtt devices are all visible and working)
Problem : I am not able to fire a simple event using my voice. My first targets are lights and covers. Everything works perfectly fine with gui commands and automation, but I cannot get to translate snips mqtt intents to a HA command.
I don’t even want it to talk, just get simple ordres and execute them
intent_script:
ouvre_tout:
action:
- service: light.turn_on
data:
entity_id: light.lampe_salon_no
# - service: cover.open_cover
# data_template:
# entity_id: cover.volet_jardin_rdc
ferme_tout:
action:
- service: cover.close_cover
data_template:
entity_id: cover.volet_jardin_rdc
#entity_id: cover.newkaku_01f0d866_5
That sample includes a mix of different things I tried to make it react to “ouvre_tout” and “ferme_tout” intents