-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(zigbee): Add Zigbee library #10265
feat(zigbee): Add Zigbee library #10265
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94cc558 - Browse repository at this point
Copy the full SHA 94cc558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3764810 - Browse repository at this point
Copy the full SHA 3764810View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7776aa5 - Browse repository at this point
Copy the full SHA 7776aa5View commit details
Commits on Aug 9, 2024
-
Dev update: roles, cb removal, handlers
Fixed ep_thermostat to compile successfully Removed cb from all EP, as it have been removed, virtual methods will be used instead. Moved zigbee handlers out of Zigbee_core to Zigbee_handlers for better readability. Fixed zigbeeInit to be bool and return status of initialization for begin function. Updated examples with edited roles and custom method for on_off light
Configuration menu - View commit details
-
Copy full SHA for 8ce22e1 - Browse repository at this point
Copy the full SHA 8ce22e1View commit details -
Dev update: implement on/off light and switch methods
Implemented basic function calls of switch commands to on/off light: lightToggle, lightOn, lightOff, ... Implemented virtual methods for on/off light that have to be override in user code: setOnOff, sceneControl, setOnOffTime, setOffWaitTime APIs can be changed, still early development.
Configuration menu - View commit details
-
Copy full SHA for 3078306 - Browse repository at this point
Copy the full SHA 3078306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194693a - Browse repository at this point
Copy the full SHA 194693aView commit details
Commits on Aug 12, 2024
-
Dev update: Factory reset, names, multiple EPs
Implemented Factory reset of Zigbee device, in order to connect to new network without reflashing/erasing flash Implemented optional setting for Manufacturer and Model names Added option to allow endpoint to have multiple endpoint connected -> switch - 2 lights (tested) Minor sketches update
Configuration menu - View commit details
-
Copy full SHA for 14b99db - Browse repository at this point
Copy the full SHA 14b99dbView commit details -
Dev update: Device ID to string
Implemented easy transfer from device it to Device type (0x0000 = ESP_ZB_HA_ON_OFF_SWITCH_DEVICE_ID -> "General On/Off switch".
Configuration menu - View commit details
-
Copy full SHA for 54488a4 - Browse repository at this point
Copy the full SHA 54488a4View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a83f695 - Browse repository at this point
Copy the full SHA a83f695View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06b0700 - Browse repository at this point
Copy the full SHA 06b0700View commit details -
Dev Update: Color DImmable light + switch implemented
Implemeted color dimmable light and color dimmer switch HA devices + examples. Removed unnecessary stored attribute cluster Renamed on/off light and switch examples
Configuration menu - View commit details
-
Copy full SHA for ec60ed4 - Browse repository at this point
Copy the full SHA ec60ed4View commit details
Commits on Aug 16, 2024
-
Implemented Zigbee network scanning (async) to mostly match WiFi scan APIs. Added Zigbee_Scan_Networks example
Configuration menu - View commit details
-
Copy full SHA for ef1cc89 - Browse repository at this point
Copy the full SHA ef1cc89View commit details
Commits on Aug 28, 2024
-
Dev Update: Thermostat and Temperature sensor EP
Implemeted thermostat and temperature sensor HA devices + examples. Implemented configure report handler. Updated READMEs and description of examples. Minor code updates
Configuration menu - View commit details
-
Copy full SHA for 97920df - Browse repository at this point
Copy the full SHA 97920dfView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 459e4df - Browse repository at this point
Copy the full SHA 459e4dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa716f0 - Browse repository at this point
Copy the full SHA fa716f0View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db01086 - Browse repository at this point
Copy the full SHA db01086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d18a8c - Browse repository at this point
Copy the full SHA 4d18a8cView commit details -
Dev Update: Version setting, Thermostat fix, ...
Simplified bounded device print as the structure is common for any EP type Allowed setting custom app version for EP, default is 0 Small fixes and code updates
Configuration menu - View commit details
-
Copy full SHA for fa6267a - Browse repository at this point
Copy the full SHA fa6267aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7693a16 - Browse repository at this point
Copy the full SHA 7693a16View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7312de3 - Browse repository at this point
Copy the full SHA 7312de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ff61b - Browse repository at this point
Copy the full SHA 95ff61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 495a24f - Browse repository at this point
Copy the full SHA 495a24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b000bea - Browse repository at this point
Copy the full SHA b000beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c18c4 - Browse repository at this point
Copy the full SHA 96c18c4View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4edfb8c - Browse repository at this point
Copy the full SHA 4edfb8cView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e220ec - Browse repository at this point
Copy the full SHA 6e220ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb37aa - Browse repository at this point
Copy the full SHA 4eb37aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39633f1 - Browse repository at this point
Copy the full SHA 39633f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59335bb - Browse repository at this point
Copy the full SHA 59335bbView commit details -
Merge branch 'feature/zigbee-library' of https://github.com/P-R-O-C-H…
…-Y/arduino-esp32 into feature/zigbee-library
Configuration menu - View commit details
-
Copy full SHA for 9a771b8 - Browse repository at this point
Copy the full SHA 9a771b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fdeef7 - Browse repository at this point
Copy the full SHA 2fdeef7View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a86d6f - Browse repository at this point
Copy the full SHA 9a86d6fView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a354ae - Browse repository at this point
Copy the full SHA 9a354aeView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f321d43 - Browse repository at this point
Copy the full SHA f321d43View commit details
Commits on Sep 27, 2024
-
Apply suggestions from code review by @lucasssvaz
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27ecf23 - Browse repository at this point
Copy the full SHA 27ecf23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e0f75 - Browse repository at this point
Copy the full SHA 04e0f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eedc2e - Browse repository at this point
Copy the full SHA 2eedc2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3198de3 - Browse repository at this point
Copy the full SHA 3198de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e56936 - Browse repository at this point
Copy the full SHA 6e56936View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3961642 - Browse repository at this point
Copy the full SHA 3961642View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d763df - Browse repository at this point
Copy the full SHA 7d763dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f5522 - Browse repository at this point
Copy the full SHA 44f5522View commit details