Keith Lamprecht

Results 13 comments of Keith Lamprecht

- WatchOS 9 does not allow the current watch app to be opened or update complications

The T6 I have is currently running `3.4.5_0412` and says that is the most up to date version. We have obviously seen that version number doesn't necessarily mean newer for...

There is a single outlet on the back that shows up in the ports section of device info. It allows for automatic power cycling when the internet goes down or...

Is it best just to see what calls are being made in the timeline or is there a more efficient way to get that data? I guess I'm not particularly...

Looks like the command to power cycle the outlet is a POST to `/proxy/network/api/s/default/cmd/devmgr` with the following body: `{"mac":"xx:xx:xx:xx:xx:xx","outlet_table":[{"index":1}],"cmd":"outlet-ctl"}`

The GET to `/proxy/network/api/s/default/stat/device` responds with the following data to get info about the outlet: `"outlet_table": [ { "index": 1, "name": "Outlet 1", "outlet_caps": 65537, "relay_state": true, "cycle_enabled": true }...

The outlet can be turned on and off with a PUT to `/proxy/network/api/s/default/rest/device/xxxxxx` with the following body: `{"outlet_overrides":[{"index":1,"name":"Outlet 1","cycle_enabled":true,"relay_state":false}]}` and it responds with the device configuration

Would love to get an update on what next steps might be here, thanks!

I don't see `has_relay` in the device info and it has `outlet_caps` within `outlet_table` but it is listed as `65537`