Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

uriyacovy/ESPHome_nuki_lock

AzonInc created a comment on an issue on uriyacovy/ESPHome_nuki_lock
Okay so lets give the auth-logs branch a shot. ```yaml esphome: libraries: - Preferences - https://github.com/h2zero/NimBLE-Arduino#1.4.0 - Crc16 - https://github.com/uriyacovy/N...

View on GitHub

szisso created a comment on an issue on uriyacovy/ESPHome_nuki_lock
Yes I am still need itShai Zisso‫ב-26 באוק׳ 2024, בשעה 21:59, ‏‏Flo ***@***.***> כתב/ה:‬ Are you still looking for log support? Would be nice to have someone testing the new feature. —Reply t...

View on GitHub

AzonInc created a comment on an issue on uriyacovy/ESPHome_nuki_lock
Are you still looking for log support? Would be nice to have someone testing the new feature.

View on GitHub

uriyacovy closed an issue on uriyacovy/ESPHome_nuki_lock
After some month i try to reuse this project but the lock doesnt work anymore.
After a few months I got my hands on this project that I had abandoned due to the error requestKeyTurnerState failed: 99 Today I have some time, I configured the esp as usual, when I try to pair w...
uriyacovy created a comment on an issue on uriyacovy/ESPHome_nuki_lock
@JakobTewes please try with the latest version and reopen the issue if this still doesn't work.

View on GitHub

uriyacovy closed an issue on uriyacovy/ESPHome_nuki_lock
Pairing unclear
Heyhey @uriyacovy or collaborateur, I got uncertainties regarding pairing the Nuki lock to this. Can someone plz explain, as I still got no luck after resetting the Nuki, pressing the button o...
uriyacovy closed an issue on uriyacovy/ESPHome_nuki_lock
Support for Smart Lock v4
I tried last week to pair with Smart Lock v4, but it doesn't work. Are there any plans to support this? Nukihub works with v4, but I would like to use Esphome.
thecode created a comment on an issue on uriyacovy/ESPHome_nuki_lock
I think this can be closed as support for v4 was merged from @AzonInc

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
Do you think it's really necessary to request the auth data everytime or is every second time fine as well?

View on GitHub

uriyacovy created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
I don't have much knowledge about set_timeout, but in the discord there's some explanation: https://discord.com/channels/429907082951524364/1234784073071722567/1234784075823190027 https://discord...

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
Yea I just mean the config, advanced config and auth data + event logs because that's time consuming to request all of that after each other. I never used set_timeout, how does it work?

View on GitHub

uriyacovy created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
> I thought about setting a timeout period in the loop and executing it when the time is up. For auth data and event logs. > Why not to use set_timeout instead? > Also maybe change the way da...

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
I thought about setting a timeout period in the loop and executing it when the time is up. For auth data and event logs. Also maybe change the way data is requested and not requesting on every sta...

View on GitHub

uriyacovy created a review comment on a pull request on uriyacovy/ESPHome_nuki_lock
Typo (Hom**n**e)

View on GitHub

uriyacovy created a review on a pull request on uriyacovy/ESPHome_nuki_lock

View on GitHub

uriyacovy created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
> > After using the previous PR, I got some instability (disconnections) for long periods (an hour+). I'll retry now with this new version and update. > > Do you mean it disconnected for an hour...

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
> I didn't save the logs so I can't tell for now. I follow and update. Okay lets see what happens. > I think just how to see the logs is missing Ahh okay uhm the logs are just sent to home...

View on GitHub

uriyacovy created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
> > 2. After using the previous PR, I got some instability (disconnections) for long periods (an hour+). I'll retry now with this new version and update. > > Maybe thats caused by the more frequ...

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
> 1. No problem using the hash in github actions, but it's less clear when normal users need to define it. That's why I forked the repo. Ah okay, well... so lets do this for actions and still us...

View on GitHub

uriyacovy created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
1. No problem using the hash in github actions, but it's less clear when normal users need to define it. That's why I forked the repo. 2. After using the previous PR, I got some instability (disco...

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
> I synced the base library with the main. I would have linked it directly to a specific release version but it does not seem like releases are following the code updates. Can't you use commit h...

View on GitHub

AzonInc created a comment on a pull request on uriyacovy/ESPHome_nuki_lock
I'm closing this in favor of #59

View on GitHub

AzonInc closed a pull request on uriyacovy/ESPHome_nuki_lock
Feature: Several Basic and Advanced Settings
This PR adds several basic and advanced settings entites. > [!Note] > This only works with the latest NukiBleEsp32 Commits. > Your fork needs to be updated first in order to make the componten...
AzonInc opened a pull request on uriyacovy/ESPHome_nuki_lock
Feature: Several Basic and Advanced Settings, Event logs, Last Unlock User
This PR adds several basic and advanced settings entites as well as event support. **Switch:** - Button Enabled - LED Enabled - Night Mode - Night Mode: Auto Lock - Night Mode: Reject Aut...
AzonInc created a review comment on a pull request on uriyacovy/ESPHome_nuki_lock
I could also just optimistically update the state of the entities and leave the publish_state out of this function

View on GitHub

AzonInc created a review on a pull request on uriyacovy/ESPHome_nuki_lock

View on GitHub

AzonInc created a review comment on a pull request on uriyacovy/ESPHome_nuki_lock
Do you have an example for me to understand it better? Something like this: ```c++ void NukiLockComponent::set_config_switch(std::string config, bool value) { #ifdef USE_SWITCH Nu...

View on GitHub

AzonInc created a review on a pull request on uriyacovy/ESPHome_nuki_lock

View on GitHub

uriyacovy created a review comment on a pull request on uriyacovy/ESPHome_nuki_lock
I think it makes sense to just export that to a method instead of having so many repetitions.

View on GitHub

uriyacovy created a review on a pull request on uriyacovy/ESPHome_nuki_lock
Looks goods, thanks! I didn't have a chance to review and test everything, but overall it seems very good and useful. Please have a look at the one comment I had, and also please summit a PR for ...

View on GitHub

Load more