-
Hi @thejeffreystone
If I am not mistaken, you may have added ['expire_after'] to this add-on (from the Accurate version) that has no call in the config, but is reported as an error:
Exception i…
-
It would be very nice to mark the old project name as outdated on pypi.org.
I updated an existing script to use async mqtt, found asyncio-mqtt and integrated it.
I also enabled debugging in the scri…
-
Although the sketch compiles OK, you get these warnings with Arduino 2.0.4 and board Node32s from "esp32 by Espressif Systems" 2.0.7 -
`c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client…
-
I used had compiled the paho-maqtt-cpp lib with OpenSSL,I can not use the lib to test on vs2022!! this is info:
code:
```
#include
#include
#include
#include
#include
#include
#include …
-
I tried with the River Pro, Delta 2 and the Powerstream, I can't get any of them to work.
I put the devices and home assistant on the same subnet, but I assume this is not the issue, nor is the firew…
-
```
import os
import ssl
import time
import base64
import json
from datetime import datetime
from datetime import timezone
import random
from locust import task, TaskSet
from locust.us…
-
Hi, there,
While benchmarking the throughput of MQTT, I found that the Rust version is not stable and slower than one using Python. The testing is about the throughput of the publisher. Here are t…
-
I am apparently unable to make a connection to my MQTT broker, which exists on a different device; a Home Assistant box. The screen just displays:
```
Connecting to
MQTT broker...
```
Meanwhi…
-
### The problem
There is a log entry that say I need to report this
### What version of Home Assistant Core has the issue?
2024.9.1
### What was the last working version of Home Assistant Core?
_…
-
in v03_wip, there are already fewer timing loops thatn in v2, but we could get down to 1 loop for the entire thing. One benefit would be code that is much easier to follow because we have partial asy…