-
Hi Steve
I found out that the mqtt library that used on ch5 (ESP32_MicroPython_to_AWS) has an updated change on the mqtt client.
The params ssl_params on mqtt client has been removed.
I need…
-
- https://github.com/sciotaio/micropython-sparkplugb
- http://www.steves-internet-guide.com/introduction-to-mqtt-sparkplug-for-iiot/
- http://www.steves-internet-guide.com/sparkplug-payloads-and…
-
Seems possibly related to use of MQTT simple. Reinstalled MicroPython. Certificate is likely OK. Could be related to MongoDB Data API (seems unlikely). Probably best to swap out the microcontroller to…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if mqtt-io supports `XL9535` relay board.
**Describe the solution you'd like**
Normal integration like othe…
-
Please consider this code:
```python
import utime
from umqtt.simple import MQTTClient
mqtt = MQTTClient("test_mqtt_client_id", "test.mosquitto.org",
port=8883, keepalive=30,…
-
Hi,
I can't subscribe to topic longer than 122 bytes. Publishing works fine!
I kindly ask you to verify and hopefully fix it
Thanks a lot
Danny
OK - working:
```
#122 bytes
mqtt.subscribe(b…
-
I'm trying to send config info to Home Assistant from a Pico W with the following code:
```
import time
import config
from network import WLAN,STA_IF
import ubinascii
# import gc
# import mic…
-
-
Typically, I've been linking to the mqtt_as.py file and the corresponding README. However, somebody brought to my attention that these links are no longer valid. I'm assuming this has something to do …
-
While trying to implement a light strip InputThing, I found in need of a mqtt reader adapter.