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 12:13] admin |
public:fhem_zigbee2tasmota [2022/12/29 10:21] (aktuell) admin |
||
---|---|---|---|
Zeile 8: | Zeile 8: | ||
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]] \\ | 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 |