-
I'm connecting to my own mqtt broker and testing the how stable the connection is and I'm getting a lot of modem disconnects.
I'm wondering of this is something related to the code or the network…
-
Hello. I would like to know whether it is possible to use the OTA over the GSM in the esp-idf platform. The OTA code I have found posted in the issue #133 works perfectly fine in Arduino platform, how…
-
I got this error of status code -2 with your https_get_7600.ino code Compile error gone which comes yesterday but I just simply copied your code and run and i got this I am using A7672S Gsm module w…
-
I'am trying to connect to mqtt broker having gprs client, but it is no connect, my code is it, and i goin to attach output console
/*
Rui Santos
Complete project details at https://RandomNerdTu…
-
Hello and tks a lot for this code.
Im trying to connect to the AWS server with this code. I put all the certificates of the server and i can't connect to the MQTT server.
ERROR
Failure to connect…
-
**Describe The Bug:**
1. On setting up device with plugin v1.3.0 and ThinQ1 enable, it was successfully added accessory "STYLER S3BF_WIFI"
but same as on v1.8.3 (latest), it wasn't added with…
aculo updated
7 months ago
-
-
.
-
I had this error before I changed the follwing in file thinq2\model\thinq.py:
@post_load(pass_original=True)
def polymorphism(self, item, data, **kwargs):
- device_schema = device_…
-
Hi i'm testing this modem with gps with this code:
`/**************************************************************
*
* TinyGSM Getting Started guide:
* https://tiny.cc/tinygsm-readme
*
…