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 [2022/11/14 11:12] admin |
public:fhem_zigbee2tasmota [2022/12/29 10:21] (aktuell) admin |
||
---|---|---|---|
Zeile 7: | Zeile 7: | ||
Neue Firmware downloaden: [[https://wiki.gorjup.de/lib/exe/fetch.php?media=public:flashtool.zip|flashtool.zip]] \\ | 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]] \\ | ||
+ | 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// | //Enable serial communication with Zigbee CC2530// | ||
<code> | <code> | ||
file: my_user_config.h | file: my_user_config.h | ||
+ | |||
+ | #define APP_TIMEZONE 99 | ||
+ | #undef MY_LANGUAGE | ||
+ | #define MY_LANGUAGE de_DE | ||
#define USE_ZIGBEE | #define USE_ZIGBEE | ||
#define USE_ZIGBEE_ZNP | #define USE_ZIGBEE_ZNP | ||
</code> | </code> | ||
+ | Kommando zum Kompilieren: | ||
+ | <code> | ||
+ | platformio run -e tasmota | ||
+ | </code> | ||
+ | |||
+ | |||
\\ | \\ | ||
**ZigBee CC2530:**\\ | **ZigBee CC2530:**\\ | ||
Zeile 23: | Zeile 38: | ||
\\ | \\ | ||
Anschluß der Pins:\\ | Anschluß der Pins:\\ | ||
- | ^CC2530^WEMOS D1-Mini^ | + | ^CC2530^D1-Mini^ |
|GND|G| | |GND|G| | ||
|VCC|3v3| | |VCC|3v3| |