I'm having trouble with the Gauge widget. It does not show the result of the variable (needle and Annotation).
This same variable is normally shown on the Value display.
In Virtuino V6, I can see the Gauge normally.
Is it necessary to do some more configuration for the Gauge to work?
Hi,
I haven't received youe email
Please send it again
Click on my username to enter to my profile
Then go to the bottom of the screen.
You will find the "send email" option
Hi,
I have checked.
The problem is not on the app. It is on the arduino code.
The published value is not correct. It is not numerical value.
It has some invalid characters at the end, because it published as String with a fixed length.
If you use my code example to publish the values you have to fix a bug in the arduino code.
Replace the void "publishMessage" at the end of the code with this.
The problem is to the length of the payload.
Code:
void publishMessage(const char* topic, String payload , boolean retained){
if (client.publish(topic, payload.c_str(), true))
Serial.println("Message publised ["+String(topic)+"]: "+payload);
}
I am sorry. I don't have code for arduino uno, mega etc..
I think it is not easy to write code for Arduino+ESP8266-01 with MQTT support
You have to make a search on the web for this
(05-06-2022, 10:04 PM)iliaslamprou Wrote: [ -> ]I am sorry. I don't have code for arduino uno, mega etc..
I think it is not easy to write code for Arduino+ESP8266-01 with MQTT support
You have to make a search on the web for this
Ok Ilias...
Thanks a lot.
Congrats on the App. Very intuitive and easy to use.
About the file I sent, feel free to do the commands, it is still in test. when the project is ready, I will change the password. lol