-
需要执行这一句才能正常连接
```python
sdk.mqtt_client.connect('localhost')
```
-
From the wiki it seems I only need to import the network lib and the create the mqtt object.
```
Login succeeded!
Type "help()" for more information.
>>> import network
>>> mqtt = network.mqtt(…
Pjort updated
6 years ago
-
I have a D1 mini pro that was working displaying text, and now I am trying to get it working on esphomeyaml.
I am not getting anything to display. I need to know if I am missing something.
The displ…
rlust updated
5 years ago
-
Hi. I have a ESP32 devkit v1 board with micropython installed and I have problems with dht measuring when I am doing more than one thread.
The main purpose with DHT22 which I want implement is this…
-
Hello Peter,
thanks a lot for your efforts!
I am not completely done with the code yet but I'd like to share some thoughts with you:
1. Qos/Guaranteed package delivery:
The connection might be …
-
When I use the `network.mqtt` client it fails to publish data to a rabbitmq 3.6 broker with the mqtt plugin enabled.
Error on esp32:
```
----------------------------------------
Connecting to …
-
Hi,
I'm trying to port part of the library pyHS100 to micropython, the idea is to be able to run it on an embedded wifi IOT device as a mobile on/off switch (for a start).
Any idea if should t…
-
Thank you for contributing this. I have been working with ESP8266 sensors for a while and came across your project and wanted to try and incorporate it into my Home Automation setup.
I did get it …
-
This is an umbrella issue for the set of architectural changes and optimizations discussed during Zephyr Networking Forum, 12th of December 2017. The forum materials are [under this link](https://git…
-
Hi,
I have the following problem on my ESP8266 12e chip. These are the files with stripped down code:
_main.py_
``` python
import sensor_implementation as sensors
```
_sensor_implementation.py_
``…