danielps
danielps
I'm working on getting the 138a:009d sensor (X380 Yoga) to work. It uses the same driver as both the 06cb:009a and the 06cb:0081, so they probably use the same protocol....
So if instead of repeating the whole scan procedure, I send a `StgWindsor` packet (`4b 00 00...`, or `packet4` in the code) before waiting for the match result interrupt, it...
> Using x380 and 138a:009d reader: the code linked from this comment [#34 (comment)](https://github.com/nmikhailov/Validity90/issues/34#issuecomment-411724539) works fine! > > @mrdanielps @nmikhailov any chance we could integrate this further in the driver?...
> Looking great! Will the state of each item reflect in realtime? for example if the light is ON Not yet. As mentioned in the additional notes, I limited the...
It's actually quite similar on Android. The fastest auto-refresh is 30 minutes, but AFAIK anything that wakes up the app can manually trigger an update, like broadcasts or push notifications....
> Looking great! Will the state of each item reflect in realtime? for example if the light is ON Done! [Screen_recording_20241111_005218.webm](https://github.com/user-attachments/assets/a98be49c-32d5-4c79-bc9e-69562f72454b)
> ideally the behavior for each action should mimic the existing button widget with how fields are populated. I think that will match general user expectation. For example that widget...
Sorry for the long wait! I'm currently working on an improved version written in Glance that builds on the great work by @TimoPtr with the new ToDo widget. I hope...