Hi everyone:
I have an ESP8266 connected to a remote garage opener (I'd like to share the code when I improve it). I get a FCM push notification in my mobile when someone rings, then I send a mqtt mesagge from a B4A app to the ESP8266, it closes a relay then the remote garage opener opens the door.
From time to time (even once a day) the relays stop working when I use my app.
I thougth maybe wifi can't reach the ESP8266, but the messages still sending when you ring the bell.
So I thought maybe the mosquitto server was not responding, but I connect to it, send the message from my mobile and I get the message.
So the question is, is there a way of remotely watch the ESP8266 log's?
I think I've seen someone share in "Share your creations" a way of sendind the logs to a B4J server, but I can't find it rigth now and I'm not sure if it could help with an ESP8266.
Thank you all
EDIT TO ADD: this is the project I saw, but it seems not work with B4R
I have an ESP8266 connected to a remote garage opener (I'd like to share the code when I improve it). I get a FCM push notification in my mobile when someone rings, then I send a mqtt mesagge from a B4A app to the ESP8266, it closes a relay then the remote garage opener opens the door.
From time to time (even once a day) the relays stop working when I use my app.
I thougth maybe wifi can't reach the ESP8266, but the messages still sending when you ring the bell.
So I thought maybe the mosquitto server was not responding, but I connect to it, send the message from my mobile and I get the message.
So the question is, is there a way of remotely watch the ESP8266 log's?
I think I've seen someone share in "Share your creations" a way of sendind the logs to a B4J server, but I can't find it rigth now and I'm not sure if it could help with an ESP8266.
Thank you all
EDIT TO ADD: this is the project I saw, but it seems not work with B4R
[B4X] Log Server
This is one of the things I've been working on. It enables multi window logging so you can organise and more easily read the logs you create in your code. You can : create multiple dockable LogAreas (windows) the last area created will become the current default. SwitchTo another existing...
www.b4x.com
Last edited: