Zuletzt angesehen:
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
public:fhem_zigbee2tasmota [2020/08/23 16:04] admin |
public:fhem_zigbee2tasmota [2022/12/29 10:21] (aktuell) admin |
||
|---|---|---|---|
| Zeile 4: | Zeile 4: | ||
| Original englische Doku: [[https://tasmota.github.io/docs/Zigbee/]]\\ | Original englische Doku: [[https://tasmota.github.io/docs/Zigbee/]]\\ | ||
| \\ | \\ | ||
| + | **TASMOTA D1-Mini:**\\ | ||
| + | Neue Firmware downloaden: [[https://wiki.gorjup.de/lib/exe/fetch.php?media=public:flashtool.zip|flashtool.zip]] \\ | ||
| Neue Firmware kompilieren: [[https://github.com/arendst/Tasmota/blob/development/BUILDS.md]] \\ | Neue Firmware kompilieren: [[https://github.com/arendst/Tasmota/blob/development/BUILDS.md]] \\ | ||
| - | Neue Firmware downloaden: [[https://github.com/arendst/Tasmota/releases]] (tasmota-zbbridge.bin)\\ | + | Anleitung Online Compiler (GitHub Account erforderlich): [[https://www.youtube.com/watch?v=WashxTcHiDc]] \\ |
| + | \\ | ||
| + | GitHub Compile your Build: [[https://tasmota.github.io/docs/Compile-your-build/]] \\ | ||
| + | GitPod (Easy-Compiler): https://tasmota.github.io/docs/Gitpod/ \\ | ||
| + | GitHub Login: [[https://github.com/login]] \\ | ||
| + | \\ | ||
| + | //Enable serial communication with Zigbee CC2530// | ||
| + | <code> | ||
| + | file: my_user_config.h | ||
| + | |||
| + | #define APP_TIMEZONE 99 | ||
| + | #undef MY_LANGUAGE | ||
| + | #define MY_LANGUAGE de_DE | ||
| + | #define USE_ZIGBEE | ||
| + | #define USE_ZIGBEE_ZNP | ||
| + | </code> | ||
| + | Kommando zum Kompilieren: | ||
| + | <code> | ||
| + | platformio run -e tasmota | ||
| + | </code> | ||
| + | |||
| + | |||
| + | \\ | ||
| + | **ZigBee CC2530:**\\ | ||
| + | Neue Firmware downloaden: [[https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_Home_1.2/bin/default]]\\ | ||
| \\ | \\ | ||
| {{:public:zigbee2tasmoata_device.jpg?600|}}\\ | {{:public:zigbee2tasmoata_device.jpg?600|}}\\ | ||
| + | \\ | ||
| + | \\ | ||
| + | Anschluß der Pins:\\ | ||
| + | ^CC2530^D1-Mini^ | ||
| + | |GND|G| | ||
| + | |VCC|3v3| | ||
| + | |P02|D8| | ||
| + | |P03|D7| | ||
| + | |||
| + | |||
| \\ | \\ | ||
| Die Einbindung in das lokale Netzwerk wird so durchgeführt, wie hier im Wiki an anderer Stelle beschrieben (Nur bis zum finden der IP-Adresse befolgen, dann wieder hierher zurück kehren)\\ | Die Einbindung in das lokale Netzwerk wird so durchgeführt, wie hier im Wiki an anderer Stelle beschrieben (Nur bis zum finden der IP-Adresse befolgen, dann wieder hierher zurück kehren)\\ | ||