David Carson

Results 163 comments of David Carson

> David, > > Thanks for always responding. I was able to resolve the issue by changing the Compatibility setting in Weather Plus plugin from "Apple Home" to "Eve and...

> Hey @dacarson 👋 thanks for raising this! As we begin to look at this in more depth I have a few follow-up questions/confirmations: > > * is the `default`...

Is there any other way to build the json files? I am blocked on application development right now.

FWIW, I tried `amplify configure` again, and this time didn't use the default name for the profile. This time I set it as aws-profile. I then tried `amplify init` again....

I found the issue. The `secretAccessKey` had a ~ at the beginning and at the end. eg ~ierfgweiopgfjr;iogjq;riogj~ when the key was actually ierfgweiopgfjr;iogjq;riogj. The tilde only appeared when pasting...

Open to a merge request

Yes, duplicate of 296. Closing as a duplicate

I just migrated off the deprecated `request` package, #150 . I would be great if you could also update your code to do the same. See https://github.com/naofireblade/homebridge-weather-plus/commit/cc1d5539098392f247d0ae4cb676a5ee7918c809

I'll take a look to see what might be happening. First, FYI. The code has a default Wind Speed threshold of '5 m/s', which it will use if it can't...

Ah, I see. It looks like HomeBridge doesn't fully support ConfiguredName for a Characteristic, in that, it doesn't update it when it changes. I will add back setting the Name,...