Również brak zmian.
Zgłoszenia błędów [bramka ZigBee]
Moderator: vajera
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
To wrzuć logi z naciskania przycisku, proszę.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Logi wyciągasz za pośrednictwem funkcji Serial Monitor w programie np.Arduino IDE. Ustawiasz mu w ustawieniach Port COM do , którego jesteś podłączony swoją bramką. Tak jak pisał @vajera , potrzebuje to co się pojawi w momencie wciśnięcia przycisku w tym okienku Seriala. Czyli wszystkie dane jakie się pojawią przy wciśnięciu musisz skopiować i za pośrednictwem funkcji <code> wklejasz na forum.
Zainstaluj sobie coś z tego. I nie patrz na lagi, tylko na logi
https://forbot.pl/blog/4-alternatywy-dl ... no-id27736
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-
Lomax1983
- Posts: 311
- Joined: Tue Mar 09, 2021 8:29 pm
- Location: Małe Trójmiasto
- Has thanked: 1 time
Dziękuję za pomoc. W trakcie przyciskania fizycznego przycisku logi wyglądają tak:Zibi_007 wrote: Sun Apr 13, 2025 1:01 pm Zainstaluj sobie coś z tego. I nie patrz na lagi, tylko na logi![]()
https://forbot.pl/blog/4-alternatywy-dl ... no-id27736
Code: Select all
[533284][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[533284][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[533285][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
[534058][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[534058][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[534059][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
[534972][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[534973][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[534973][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
[535779][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[535779][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[535780][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
[536217][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[536218][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[536219][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
[536811][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[536811][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[536812][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
[537789][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback
[537789][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6)
[537790][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
No i mamy odpowiedź - potęga logówLomax1983 wrote: Sun Apr 13, 2025 1:52 pmDziękuję za pomoc. W trakcie przyciskania fizycznego przycisku logi wyglądają tak:Zibi_007 wrote: Sun Apr 13, 2025 1:01 pm Zainstaluj sobie coś z tego. I nie patrz na lagi, tylko na logi![]()
https://forbot.pl/blog/4-alternatywy-dl ... no-id27736
Code: Select all
[533284][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [533284][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [533285][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [534058][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [534058][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [534059][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [534972][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [534973][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [534973][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [535779][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [535779][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [535780][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [536217][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [536218][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [536219][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [536811][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [536811][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [536812][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [537789][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [537789][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [537790][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
Na samym początku mojej przygody z Zigbee naiwnie wierzyłem, że wszyscy trzymają się standardu...
Atrybut 0x0 (on/off) klastra 0x6 (on/off) powinien zwracać wartości typu bool (data type 0x10), ale u Ciebie zwraca U8 (0x20) a bramka to sprawdza. Dam znać, jak wrzucę poprawkę.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Sprawdź 0.7.32.Lomax1983 wrote: Sun Apr 13, 2025 1:52 pmDziękuję za pomoc. W trakcie przyciskania fizycznego przycisku logi wyglądają tak:Zibi_007 wrote: Sun Apr 13, 2025 1:01 pm Zainstaluj sobie coś z tego. I nie patrz na lagi, tylko na logi![]()
https://forbot.pl/blog/4-alternatywy-dl ... no-id27736
Code: Select all
[533284][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [533284][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [533285][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [534058][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [534058][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [534059][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [534972][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [534973][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [534973][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [535779][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [535779][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [535780][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [536217][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [536218][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [536219][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [536811][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [536811][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [536812][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20) [537789][I][ZigbeeHandlers.cpp:36] zb_action_handler(): Receive Zigbee action(0x2000) callback [537789][V][ZigbeeHandlers.cpp:132] zb_attribute_reporting_handler(): Received report from address(0xfcba) src endpoint(1) to dst endpoint(1) cluster(0x6) [537790][I][ZigbeeGateway.cpp:632] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x0), attribute data type (0x20)
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
klimasstudio
- Posts: 1273
- Joined: Wed Aug 28, 2019 9:35 pm
- Location: localhost
Najlepiej... używałem złego portu USBlukasz06 wrote: Sat Apr 12, 2025 9:22 am To powinno być ok. Może nie to USB?
To z prawej strony patrząc od dołu?
Więc chodź OSUPLUJE Ci dom
Druk 3D - > https://klimastech.eu.org/druk-3d
Druk 3D - > https://klimastech.eu.org/druk-3d
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Właśnie miałem pytać czy dałeś radę z tym modułemklimasstudio wrote: Mon Apr 14, 2025 4:43 amNajlepiej... używałem złego portu USBlukasz06 wrote: Sat Apr 12, 2025 9:22 am To powinno być ok. Może nie to USB?
To z prawej strony patrząc od dołu?![]()
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
