-
Hi! I need to connect to MQTT via SSL/TLS.
When I try to connect to MQTT without SSL - allready is good. When I try to connect with ssl like this:
`client = MQTTClient(CONFIG['CLIENT_ID'], CON…
-
![PXL_20240829_210346509.jpg](https://github.com/user-attachments/assets/b5ad28d7-4ef6-4b44-b91c-0bde42ff4fb6)
Default, IoLT setup instructions - except in streaming mode, similar to the magnetometer…
-
As mentioned in #107 Create spacestate capability to use an MQTT broker to publish space state button changes and subscribe to to space state confirmed changes for LED updates.
Maintain the REST r…
-
**Question**
How import installed module in micropython2 ?
**Background Information**
I am trying to install paho mqqt module by below code:
`sudo pip3 install paho-mqtt`
when i impor…
-
**Describe the bug**
I recently switched to this library from umqtt.simple. The client does not subscribe to anything, only publishes data every 30 seconds. On the previous library, it would work con…
-
Ierīces web serveris ļauj ieslēgt (1) datu sūtīšanu un (2) attēlošanu Gaisa sarga “mākonī”.
## WiFi konfigurēšana
- Hotspot AP ar SSID “GAISASARGS{$MACID}” un vienotu paroli (?) 5 minūtes pēc ie…
-
Hi,
thank you for all your hard work with this application. Currently I´m using two Esp32 per room in my house.
One is running your software and the second one is running Micropython with a DHT22 …
tkris updated
4 years ago
-
> Please provide a clear and concise description of the bug along with logs
my vscode project directory:
```
.
├── ESP32_GENERIC_C3-20240105-v1.22.1.bin
├── .micropico
├── README.md
├── src
…
-
Hi,
I have used umqtt.robust2 for quite some time(nearly 1 year). I used two boards(A9 and ESp32). both of them suffer the same issue that's check_msg get stuck and I have to rely on watchdog to rese…
-
[CircuitPython](https://circuitpython.org/) is another very popular runtime for Python on microcontrollers, especially Adafruit products. Figure out how to get the driver working in that environment …