https://www.conrad.de/de/p/sygonix-sy-4 ... 08106.html
alexa display aus
Konnte man sicher auch direkt von der Box steuern wenn man da Tasmota drauf macht. (habe jetzt noch nicht geschaut ob das bei den geht)jokel hat geschrieben: ↑Di 15. Feb 2022, 14:36 ich habe mir heute das 2 x bestellt,
https://www.conrad.de/de/p/sygonix-sy-4 ... 08106.html
alexa display aus![]()
das ist der grösste sch.. mit der cloud .ich kann nur jedem abraten den mist nicht zu kaufen.jokel hat geschrieben: ↑Di 15. Feb 2022, 14:36 ich habe mir heute das 2 x bestellt,
https://www.conrad.de/de/p/sygonix-sy-4 ... 08106.html
alexa display aus![]()
Da steht das die Firmware nicht ota fähig ist. (Conrad)jokel hat geschrieben: ↑Di 1. Mär 2022, 19:04 ota geht nicht .habe ich versucht aber das sollte gehen,
https://templates.blakadder.com/sygonix_SY-4276902.html
muss mich erst in die materie einarbeiten.
habe das teil schon geöffnet ,war nicht einfach.
Code: Alles auswählen
root@spark:~# cat /var/tuxbox/config/standby.o
standby.off standby.on
root@spark:~# cat /var/tuxbox/config/standby.on
#!/bin/sh
DEVICE=doppelsteckdose
case $0 in
*.on)
wget -O - -q "http://$DEVICE/cm?cmnd=Power0%20OFF"
;;
*.off)
wget -O - -q "http://$DEVICE/cm?cmnd=Power0%20ON"
;;
*) echo "error: $0"
;;
esac
echo
Komisch. Bei mir hat's problemlos funktioniert. Ich bin allerdings auch stufenweise die updates von version zu version, durchgeganen (original war eine 6.x drauf, die kann man eher nicht direkt auf 11.x updaten).
aufmachen ging noch aber beim löten. naja ist jetzt müll
Code: Alles auswählen
Delock 11826 Modul
WLAN-Switch
Tasmota Version 6.7.1(basic)
Build-Datum & -Uhrzeit 2020.02.24 15:20:55
Core-/SDK-Version 2_6_1/2.2.2-dev(bb83b9b)
Code: Alles auswählen
http://www.delock.de/download/firmware/11826de.bin letzte Version 7.2.0 vom Hersteller
http://ota.tasmota.com/tasmota/release-8.5.1/tasmota.bin.gz
http://ota.tasmota.com/tasmota/release-9.1.0/tasmota.bin.gz
http://ota.tasmota.com/tasmota/tasmota.bin.gz
Pay attention to the following version breaks due to dynamic settings updates:
Migrate to Sonoff-Tasmota 3.9.x
Migrate to Sonoff-Tasmota 4.x
Migrate to Sonoff-Tasmota 5.14
Migrate to Sonoff-Tasmota 6.7.1 (http://ota.tasmota.com/tasmota/release-6.7.1/)
Migrate to Tasmota 7.2.0 (http://ota.tasmota.com/tasmota/release-7.2.0/)
--- Major change in parameter storage layout ---
Migrate to Tasmota 8.5.1 (http://ota.tasmota.com/tasmota/release-8.5.1/)
--- Major change in internal GPIO function representation ---
Migrate to Tasmota 9.1 (http://ota.tasmota.com/tasmota/release-9.1.0/)
Upgrade to latest release (http://ota.tasmota.com/tasmota/release/)