-
Notifications
You must be signed in to change notification settings - Fork 294
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
Add zigbee2mqtt #1976
Add zigbee2mqtt #1976
Conversation
Automated adapter checkerioBroker.zigbee2mqtt👍 No errors found
Add comment "RE-CHECK!" to start check anew |
Hi,
Rest I only fly over and looked ok ... Please check and adjust the above |
- (o0shojo0o) fix based on [review](ioBroker/ioBroker.repositories#1976 (comment))
Thank you for your review, I have fixed all the points. |
@Apollon77 are there still open points? |
Yes me finding time for recheck. |
Add to stable @2.5.0 |
Update stable to v2.6.0
Update stable to v2.6.0 |
Sorry that the re-review too that long ... elcome in the repo! One "note/tip" for unload: Alw<ys do the stuff first that should not throw any exception (like ending timers and intervals) and do other afterwards (or in separate try/catches) because as soon as one gives exception the rest of the code in the try/catch block is not executed. But thats optimization |
oooooohhhhh @o0shojo0o one thing ... type "lighting"??? I think it is more or? type "hardware" like ziugbee adapter? A change here would be "io.package change on github" and the PR here ... Can you please do that before I merge? |
fixed ;) |
- (o0shojo0o) added support for wildcard actions (eg. *_single) ([#116](#116)) - (o0shojo0o) added error handling optimizations ([more](ioBroker/ioBroker.repositories#1976 (comment))) - (o0shojo0o) added option `auth_token` for websocket connection ([#112](#112)) - (o0shojo0o) websocket timeout increased
No description provided.