David Beck

Results 11 comments of David Beck

This seems to occur because the MQTT client has not connected yet when it publishes the entities. I changed `connect_async` to `connect` and now everything's working. https://github.com/raetha/wyzesense2mqtt/blob/eb2daa2762ab1a0e55ecb66983fa09fb77a3290f/wyzesense2mqtt/wyzesense2mqtt.py#L126

I just encountered another location that tag propagation would be helpful. Granting access via Tags in AWS CloudWatch. the `/aws/eks/*/clusters:*` audit logs don't have any tags attached from the eks...

3.0.4 Verbose, is still having the same issue. I have tried both with connecting via the portal and also configuring using the serial UI for setting WIFI. ```rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)...

Password doesn't contain trailing `!` in it, also its worth mentioning that I also tried with an unsecure SSID, `esp-presense` and it still didn't connect.

It was on ```2442/20-Ce/gn``` AKA channel 7, I have pushed my Wifi over to channel to ```2412/20-Ce/gn``` AKA channel 1 and we will see if this changes. Nope no change,...

1yr mark reply... from a user that hasn't used gobetween in 3 years. Curious if you have set the `CPU Process Priority` higher than `Normal` we continually had weird contention...

Since my team and I needed this sooner than the merged PR, which I am glad to see in motion. Here is my shell function ``` get_me_creds() { aws sso...

We also would like to have the tags managed as well, ABAC is wonderful. I was surprised to not even see static tags placed by external-dns.

I want to add caution that there are dragons lurking inside of this change that will catch users off guard. 1. If your restoring an automated back from the same...

At a different company but we have a thin wrapper around kubectl and use both GitHub Actions and Jenkins to manage our clusters. We would love to see this support...