Search found 3 matches
- Fri Feb 07, 2025 2:20 pm
- Forum: ESP32 Arduino
- Topic: zbAttributeRead not called on Zigbee endpoint application.
- Replies: 1
- Views: 1084
Re: zbAttributeRead not called on Zigbee endpoint application.
Found it, I need to implement "zbAttributeSet". For example: inside ZigbeeAirco.h: class ZigbeeAirco : public ZigbeeEP { public: ZigbeeAirco(uint8_t endpoint); ~ZigbeeAirco() {} ... private: ... void zbAttributeRead(uint16_t cluster_id, const esp_zb_zcl_attribute_t *attribute) override; void zbAttri...
- Fri Feb 07, 2025 6:21 am
- Forum: ESP32 Arduino
- Topic: zbAttributeRead not called on Zigbee endpoint application.
- Replies: 1
- Views: 1084
zbAttributeRead not called on Zigbee endpoint application.
I have an ESP32-H2 module and I am trying to make an Airco control. I have configured a Thermostat endpoint (8). When I change the occupied heating temperature in the Smartthings app, I get the following message on the console of the ESP32-H2 module: [316724][V][ZigbeeHandlers.cpp:37] zb_attribute_s...
- Fri Dec 15, 2023 7:22 am
- Forum: ESP32 Arduino
- Topic: ESP32-S3 - System hangs on Serial.flush() IF serial console is not connected.
- Replies: 1
- Views: 28752
Re: ESP32-S3 - System hangs on Serial.flush() IF serial console is not connected.
Did you ever solve this? I'm having the same issue! Thanks.