Branden Cash

Results 62 comments of Branden Cash

Success! Thank you @jr0dd! I added an ingress at `https://minio-api.example.com` (obviously substituting example.com) pointing to the minio api port and changed my `publicUrl` in velero to use that and now...

We're doing that at my company. It may not be a perfect match, but we are using [jsep](https://ericsmekens.github.io/jsep/). [Here's](https://codesandbox.io/s/944vzrv7n4) the proof of concept I did on parsing it out. Make...

Also FWIW, [looks](https://software.intel.com/content/www/us/en/develop/blogs/meshcmd-new-intel-amt-command-line-tool.html) like there is a CLI tool for it, but we'll probably have a better experience if we can use the api itself.

FYI ... i'm looking at implementing this. So far i've just been experimenting with wsman (some "standardized" SOAP implementation for managing devices). I've been successful powering on/off/cycle my test machine,...

Update: I've technically got something working. I've been able to successfully run my fork of sidero and have it control my intel based machine. I'm still learning and getting a...

> but is it a esphome bug or a bug in this lib @simonszu ? Depends on how you look at it I guess. In the 1.x series of this...

> @leukanos at least you progressed 3 handles! 😁 > does anybody know if it is possible to use esphome at the pull requests head? > (https://github.com/esphome/esphome/pull/3320) > > I...

See below for what I'm running currently. This is running on ESPHome 2022.3.2. I have 2 `external_components` setup: 1. My fork of this repository, which I've enhanced (or fixed?) the...

Looks like getting it to compile with the esp-idf framework is relatively simple. Just had to replace the `#ifdef ARDUINO_ARCH_ESP32` with `#ifdef USE_ESP32` so it applies to all esp32. This...

Looks like things are similar with a regular ESP32 with esp-idf framework where I'm still seeing the same disconnect. Though it appears to be able to retrieve the characteristics, but...