Michael Woods

Results 24 comments of Michael Woods

I have a formula locally installed for brew. I will open a PR to add this into homebrew and one here for README instructions later this evening.

The formula is updated on each release, it's not an ideal flow/pipeline but it keeps things relatively stable. https://github.com/Homebrew/homebrew-core/pull/36915

Updated to 0.6.0 and I watched this repo for releases to help keep in sync. https://github.com/Homebrew/homebrew-core/pull/38419

Automating would be great. Perhaps a Travis CI OSX instance (comes with homebrew already!) would work well. The process for updating is below, however I'm not sure if the manual...

For multiple cameras, the internal_url is still the same. It's the Home Assistant http url not camera IPs. The path would be different per camera, essentially HA proxies the stream...

My instance fails to connect due to insufficient network cache size, however trying to modify this setting crashes ozw-admin. ``` 2020-08-05 08:22:04.352 Error, Cannot find a path to the configuration...

I took a look using a SSL/MITM proxy and couldn't make much sense of the APIs used. They seem to issue POSTs with no response and then possibly receive (gRPC?)...

You can set the topic prefix: https://github.com/michaelwoods/onstar2mqtt/blob/main/src/index.js#L30 Define MQTT_PREFIX at runtime. You can also currently prefix the name value but it will still use the VIN in the topic.

That pastebin is a 200 success message indicating the command is in progress.

I see, it may be that the polling is reaching the timeout for command completion in the library. It shouldn't affect the command if so.