Jason Curtis

Results 40 comments of Jason Curtis

thanks for pointing this out @6by9 ! I have an interest in this since my team is now maintaining a Python alternative to this at https://github.com/OsmoSystems/picamraw/ . We'd certainly like...

OK, I at least partially answered my own question, through forum spelunking. The raspberry pi driver for the pi camera mentions this format at https://github.com/raspberrypi/linux/blob/1e72a58ef45d0a1bb53441166e98491a40a52072/drivers/media/platform/bcm2835/bcm2835-unicam.c#L251 . https://github.com/raspberrypi/linux/blob/1e72a58ef45d0a1bb53441166e98491a40a52072/include/uapi/linux/videodev2.h also seems built...

My team came across the same issue and used this solution for a while. In the end we created our own fork of [picamera](https://github.com/waveform80/picamera) so that we could skip the...

> Something like npx yates migrate, and a flag in the setup function that skips the migration code. Love this! Maybe `npx yates sync`? Looks like `createRoles` is already organized...

@sebmellen excited to see that this is completed! I'm not seeing anything obvious in the docs though - is this a separate mode or does startup just happen more efficiently...

related: https://github.com/zabuldon/teslajsonpy/issues/482 @Condorello are you able to turn climate off/on? Or is that broken for you as described in #1089

It looks like the tesla_fleet integration is currently limited to sensors only (no controls), but updates are incoming to add switches, locks, etc. Maintainer @Bre77 might have thoughts on whether...

Awesome, thanks for the info (and the work)! A couple of outsider questions that it would be helpful to answer in the docs: What does command signing enable exactly? Will...

OK so, as a summary, is this about right? | | Tesla Fleet Integration | Tesla Custom Integration (basic install) | Tesla Custom Integration (full install with fleet API) |...

workaround: * enter a terminal (for me this is a WSL prompt since I'm using WSL2) * `rm -rf ~/.cursor-server` * `cursor .` - should work this time.