Andrew M
Andrew M
@deiger is the information I provided useful or is there something else specific you'd like me to look for?
@deiger Sorry but I'm not super familiar with inspecting network traffic. I used mitmproxy to capture the above but it didn't seem to pick up any traffic to the A/C....
@mattclar I used mitmproxy as a proxy for the app on my iphone to inspect the traffic. I didn't see any local traffic from the phone to the AC. I'm...
Also, has anybody opened one of these up and gotten a look at the mcu? Maybe if it's an esp32 or some such it could be re-flashed.
@maschmann If you've found some contact info of the company who made the integration perhaps send them an email and ask? Might get lucky and they'll be willing to work...
Hmm there's apparently still some issues with reading `.npmrc` and generating `publicHoistPattern:` correctly. I haven't figured out exactly why but when `pnpm install` is run via `expo-build` it fails to...
Hmm it seems that for whatever reason I cannot have more than one `public-hoist-pattern[]=` entry or it gets mangled during the expo build into a single string like above and...
@xaviergonz thanks for that example. I don't think that pattern would work for the case I'm envisioning. Imagine a flow action modeling a sequence of steps a user takes in...
I think that would probably work but might have a few downsides, primarily 1. Requires another lib 2. Requires writing cancellable flows in a "special" way different from the standard...
This feature looks great, anything blocking getting it merged?