Sam Wolfson
Sam Wolfson
hi @jabuxas, I've created a fork which enables this option https://github.com/terabyte128/solarized.nvim
bump on this issue – @vkorn any updates on possible docs for programmatic use?
This also breaks generated clients in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator); "anyOf" does not generate optional types in the same way the nullable types do.
Hello, I've been doing some work with my X10 to try and figure out where the setup process stalls. So far, I've noticed a couple of things: First, the Eufy...
Thanks! I also noticed that the vacuum is sending out broadcast UDP packets to port **9667** (not 6666/6667), so that may also be part of the puzzle. Unfortunately I'm not...
@CodeFoodPixels do you know how the username `eh-{user_id}` was deduced? (from [here](https://github.com/CodeFoodPixels/robovac/blob/main/custom_components/robovac/config_flow.py#L130)). I think there might be something wrong with how I'm using the Tuya API. Entering a random ID...
I literally > It was deduced before I had anything to do with this, but again, looking at the app code, it's right. Did you use an actual ID or...
I didn't notice any requests from the app going directly to Tuya servers, but I wasn't specifically looking for that – I'll take another look.
I see, I wonder if it only contacts the Tuya server for local keys on initial setup. Getting them on different LANs is a good tip. Thanks for the link...
I was able to capture some more information! I found that the app was making requests to `/api.json`, but on a different server than was encoded in `tuyawebapi.py` – in...