-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to See the Data in an App ? & Simple Wiring to ESP8266 #62
Comments
Hmm, no takers. I have done numerous other ESP projects using Blynk and Thingspeak, so I will have a go at using the data in the serial feed to feed Thingspeak - has anyone else done this ? I want to use a simple manual configuration of ssid/password for the wifi, so first task is to clear out all the code around this. I added a Piezo buzzer between port D6 and +3.3V, very useful to indicate the WiFi has connected or whatever you want. |
Probably worth doing some reading on MQTT.... |
I accept that, I did look at the mqtt site and the "quick start" seemed anything but ! |
I have the Code running OK on The ESP8266 D1 Mini in the VINDRIKTNING.
The Serial Port is streaming measurements to my IDE Serial Monitor.
What do I have to use to see the data on an App ? (or a browser)
The Config.h is untouched, I dont know what to enter !
It has somehow managed to connect to my WiFi despite not giving it an SSID or Password.
I installed Home Assistant on my Android Tablet, it asks for a URL, I dont have one
The Blog does say this code works with auto discovery, but no joy.
This must be a pretty basic issue, but I cant find any tutorial related to it.
The text was updated successfully, but these errors were encountered: