Wygląda jak byś nie miał załączonych plików z biblioteki o których pisał vajera bo chce napisać ale nie ma czegoveeroos wrote: Sat Jan 04, 2025 9:12 pm Hej. co u mnie nie tak jak mam takie błędy kompilacji:Boardy i schemat partycji poustawiane, zaznaczam, że przykłady zigbee z biblioteki kompilują się poprawnieCode: Select all
In file included from C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeITempMeas.cpp:1: C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeTempMeas.h:49:8: error: 'void ZigbeeTempMeas::zbAttributeRead(uint16_t, const esp_zb_zcl_attribute_t*)' marked 'override', but does not override 49 | void zbAttributeRead(uint16_t cluster_id, const esp_zb_zcl_attribute_t *attribute) override; | ^~~~~~~~~~~~~~~ In file included from C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeIASZone.cpp:1: C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeIASZone.h:45:8: error: 'void ZigbeeIASZone::zbAttributeRead(uint16_t, const esp_zb_zcl_attribute_t*)' marked 'override', but does not override 45 | void zbAttributeRead(uint16_t cluster_id, const esp_zb_zcl_attribute_t *attribute) override; | ^~~~~~~~~~~~~~~ exit status 1 Compilation error: 'void ZigbeeTempMeas::zbAttributeRead(uint16_t, const esp_zb_zcl_attribute_t*)' marked 'override', but does not override
Dyskusja ogólna [bramka Zigbee]
Moderator: vajera
-
[email protected]
- Posts: 1586
- Joined: Mon Feb 06, 2023 8:56 am
- Has thanked: 18 times
- Been thanked: 26 times
Najprościej flashtoolem od adresu 0x0
Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036Załączam plik .zip - zastąp tymi plikami te z biblioteki u Ciebie.veeroos wrote: Sat Jan 04, 2025 9:12 pm Hej. co u mnie nie tak jak mam takie błędy kompilacji:Boardy i schemat partycji poustawiane, zaznaczam, że przykłady zigbee z biblioteki kompilują się poprawnieCode: Select all
In file included from C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeITempMeas.cpp:1: C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeTempMeas.h:49:8: error: 'void ZigbeeTempMeas::zbAttributeRead(uint16_t, const esp_zb_zcl_attribute_t*)' marked 'override', but does not override 49 | void zbAttributeRead(uint16_t cluster_id, const esp_zb_zcl_attribute_t *attribute) override; | ^~~~~~~~~~~~~~~ In file included from C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeIASZone.cpp:1: C:\Users\Robercik\Downloads\Zigbee_Gateway_2-main\Zigbee_Gateway_2\ZigbeeIASZone.h:45:8: error: 'void ZigbeeIASZone::zbAttributeRead(uint16_t, const esp_zb_zcl_attribute_t*)' marked 'override', but does not override 45 | void zbAttributeRead(uint16_t cluster_id, const esp_zb_zcl_attribute_t *attribute) override; | ^~~~~~~~~~~~~~~ exit status 1 Compilation error: 'void ZigbeeTempMeas::zbAttributeRead(uint16_t, const esp_zb_zcl_attribute_t*)' marked 'override', but does not override
Pamiętaj, że boardy muszą być w wersji 3.0.7. Sprawdź też czy skasowałeś całe EP w katalogu Zigbee/src.
W ostateczności wgraj mojego bina i sprawdź, czy Ci działa.
Swoją drogą fajnie, że dołączasz do tego projektu
You do not have the required permissions to view the files attached to this post.
Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036-
local
- Posts: 545
- Joined: Mon Jan 27, 2020 11:33 am
Pokombinowałem i aktualnie jestem na tym samym etapie co kolega @veeroos
@Zibi_007: Można poprosić o bin pod ESP32-C6 N16 ? Ten wcześniejszy się wgrywa ale nadal jest problem jak wcześniej:
@Zibi_007: Można poprosić o bin pod ESP32-C6 N16 ? Ten wcześniejszy się wgrywa ale nadal jest problem jak wcześniej:
Code: Select all
[19:34:45]ESP-ROM:esp32c6-20220919
[19:34:45]Build:Sep 19 2022
[19:34:45]rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
[19:34:45]SPIWP:0xee
[19:34:45]mode:DIO, clock div:2
[19:34:45]load:0x4086c410,len:0xcf8
[19:34:45]load:0x4086e610,len:0x2e30
[19:34:45]load:0x40875728,len:0x113c
[19:34:45]entry 0x4086c410
[19:34:45][ 171][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x4200704c
[19:34:45][ 182][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42007010
[19:34:45][ 193][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42006fd4
[19:34:45][ 205][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42006f98
[19:34:45][ 216][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x4200704c
[19:34:45][ 228][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42007010
[19:34:45][ 239][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42006fd4
[19:34:45][ 250][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42006f98
[19:34:45][ 262][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type USB_DM (38) successfully set to 0x4200383c
[19:34:45][ 273][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type USB_DP (39) successfully set to 0x4200383c
[19:34:45][ 284][V][ZigbeeEP.cpp:21] ZigbeeEP(): Endpoint: 1
[19:34:45][ 295][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 17 successfully set to type UART_RX (2) with bus 0x4080e570
[19:34:45][ 306][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 16 successfully set to type UART_TX (3) with bus 0x4080e570
[19:34:45][ 316][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 12 successfully set to type USB_DM (38) with bus 0x408105d8
[19:34:45][ 327][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 13 successfully set to type USB_DP (39) with bus 0x408105d84xShelly 1, Shelly 1L, 2xShelly 2.5, Sonoff T3, 2xSonoff Basic R2, 4xNeo 16A
No to nie wiem, co to już może być. Wyczyściłeś pamięć przed wgraniem? Ja tego bina wgrywam na N4, N8 i N16 - na wszystkich działa. Nawet przed chwilą sprawdziłem i jest OK.local wrote: Sat Jan 04, 2025 10:38 pm Pokombinowałem i aktualnie jestem na tym samym etapie co kolega @veeroos![]()
@Zibi_007: Można poprosić o bin pod ESP32-C6 N16 ? Ten wcześniejszy się wgrywa ale nadal jest problem jak wcześniej:
Code: Select all
[19:34:45]ESP-ROM:esp32c6-20220919 [19:34:45]Build:Sep 19 2022 [19:34:45]rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT) [19:34:45]SPIWP:0xee [19:34:45]mode:DIO, clock div:2 [19:34:45]load:0x4086c410,len:0xcf8 [19:34:45]load:0x4086e610,len:0x2e30 [19:34:45]load:0x40875728,len:0x113c [19:34:45]entry 0x4086c410 [19:34:45][ 171][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x4200704c [19:34:45][ 182][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42007010 [19:34:45][ 193][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42006fd4 [19:34:45][ 205][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42006f98 [19:34:45][ 216][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x4200704c [19:34:45][ 228][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42007010 [19:34:45][ 239][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42006fd4 [19:34:45][ 250][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42006f98 [19:34:45][ 262][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type USB_DM (38) successfully set to 0x4200383c [19:34:45][ 273][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type USB_DP (39) successfully set to 0x4200383c [19:34:45][ 284][V][ZigbeeEP.cpp:21] ZigbeeEP(): Endpoint: 1 [19:34:45][ 295][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 17 successfully set to type UART_RX (2) with bus 0x4080e570 [19:34:45][ 306][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 16 successfully set to type UART_TX (3) with bus 0x4080e570 [19:34:45][ 316][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 12 successfully set to type USB_DM (38) with bus 0x408105d8 [19:34:45][ 327][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 13 successfully set to type USB_DP (39) with bus 0x408105d8
Zobacz może jeszcze tego:
You do not have the required permissions to view the files attached to this post.
Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036-
local
- Posts: 545
- Joined: Mon Jan 27, 2020 11:33 am
Ok wgrało się i śmiga 
4xShelly 1, Shelly 1L, 2xShelly 2.5, Sonoff T3, 2xSonoff Basic R2, 4xNeo 16A
-
Kwicol
- Posts: 120
- Joined: Sun Jan 03, 2021 3:08 pm
Witam.
Którą C6 kupić na testowanie najlepiej?
Którą C6 kupić na testowanie najlepiej?
