Page 3 of 3
Re: Home Assistant Integration
Posted: Sat Jun 28, 2025 8:56 pm
by scarver
Hallo wirefrire,
wenn ich die Schalter im Dashbord aufrufe , habe ich sie alle mit einem Mal und ich sehe ihren aktuellen Öffnungsgrad in Prozent oder eben Geschlossen oder Geöffnet.
Wenn ein Rolladen länger nicht genutzt wurde dann kann der Status auch unbekannt sein.
In den Automationen kann man d3n gewünschten Öffnungsgrad auch angeben.
Die Bilder sind leider wieder zu groß geworden und ich weiß nicht, wie ich diese shrinken kann.
Auch weiß ich noch nicht, wie ihr den Code hier als Fenster zum kopieren einfügt,
Code select all???
Gruß von scarver
Re: Home Assistant Integration
Posted: Sat Jun 28, 2025 8:58 pm
by scarver

- Screenshot_20250628_225750_Home Assistant.jpg (163.17 KiB) Viewed 287985 times
Re: Home Assistant Integration
Posted: Sat Aug 02, 2025 8:21 pm
by PeterD
Hi all,
Which Rule is used in the Tasmota TuyaMCU shutter? The original Rule causes a huge amount of mqtt spam, looks that the rule runs in a loop….
Does anybody has a fix?
Re: Home Assistant Integration
Posted: Fri Aug 29, 2025 3:44 pm
by AnonymerTyp
Hey all,
I got my 2 switches set up fine with HomeAssistant and MQTT. I let the curtains go up on sunrise and down on sunset via HomeAssistant automation.
Roughly once per month any one of the 2 shutter modules restarts during sunrise or sunset automation and goes to its last known position (before automation start).
Do you also experience some random restarts once in a while or have an idea what could be causing it?
My WiFi connection itself is super stable.
Re: Home Assistant Integration
Posted: Sun Aug 31, 2025 10:25 pm
by ijobs
HI,
I try to do the same, but having trouble to set it up in HA.
Could you please share your confguration details ?
Thanks
Re: Home Assistant Integration
Posted: Fri Sep 19, 2025 10:52 pm
by AnonymerTyp
Code: Select all
# Currysmarter Tasmota Shutter Controls
mqtt:
cover:
- name: "yourEntityName"
unique_id: "yourEntityId"
qos: 1
command_topic: "cmnd/tasmota_wz/tuyasend4"
payload_open: "1,0"
payload_close: "1,2"
payload_stop: "1,1"
set_position_topic: "cmnd/tasmota_wz/shutterposition"
set_position_template: "{{value}}"
position_topic: "stat/tasmota_wz/RESULT"
position_template: "{{ value_json.Shutter1.Position if value_json.Shutter1 is defined }}"
availability_topic: "tele/tasmota_wz/LWT"
payload_available: "Online"
payload_not_available: "Offline"
That's my config in HA configuration.yaml. You gotta replace "tasmota_wz" with the mqtt name you gave it in Tasmota. You can check your MQTT topics etc. with something like MQTTExplorer.
After a reboot you should have a shutter entity.
Re: Home Assistant Integration
Posted: Sat Nov 15, 2025 3:43 pm
by scarver
Lynn wrote: ↑Mon Apr 07, 2025 6:14 am
You don't need to use Matter QR code for connection with Home Assistant.
MQTT is recommended for Home Assistant integration. And this post already list the steps to integrate into Home Assistant.
scarver wrote: ↑Thu Mar 06, 2025 3:23 pm
DO NOT use Matter for Home Assistant Integration
???
I don't understand, how I can integrate the Tasmota switches in the Home Assistant?
Why the shutter schow the Matter QR-Code, and the we shouldn't use it???
Can somebody explain, what is to do, for integration the currysmarter Tasmota switches for shutter in a sytem like Home Assistant?
I need help to adjust the timmer settings in the WebUI?
I can run the shutter by the manual switsches at the switches.
But in the WebUI the timer open the shutter and toogle works also sometimes.
But close or Off dosen't work. Why ???
Who can help?
Scarver
I have understood and I could save the problem for me!
Using different schutter ID for every shutter and make entries for every shutter in the configuration_yaml!