Best posts made by Bernard
Latest posts made by Bernard
-
RE: Graphique commandsposted in General Discussion
@kl3m3n
It's OK, thank you !! perfect the IA ! Bernard -
Graphique commandsposted in General Discussion
@kl3m3n
Hello,
I have a problem. I define a Time graph like this:
sendMqtt("|CH UID:ch_N X:43 Y:50 W:190 H:33 CHT:0 FSZ:0.5 ROT:90 BGC:#000000 FSZ:1.5 CHN:"Event Log" YTC:9 XMA:9 YMA:6 SCI:2");
I write to the graph like this;
sendMqtt("@ch_N PLI:"pl0,pl1,pl2,pl3,pl4" PLC:"#FF0000,#00FF00,#0000FF,#FF77FF,#FFFF00" YP:"" + String(tempExt, 1) + " ; " + String(tempBal, 1) + " ; " + String(tempMoule, 1) + " ; " + String(poidsActuel, 1) + " ; " + String(epaisseurNeige, 1) + """);
and I get the message: Number of parameters mismatch error (ch_N). Can you help me? Bernard -
RE: Landscape/portraitposted in General Discussion
@kl3m3n
Already tested, it's work fine. Thank you !! Bernard -
Landscape/portraitposted in General Discussion
@kl3m3n
Hello, I have an application with three pages. Two are in portrait orientation, and I'd like the third to be in landscape orientation to display a graph. I can't figure out how to do this... you probably have some ideas! Sincerely, Bernard -
|SORI commandposted in General Discussion
@kl3m3n
Hello, I have a GUI-O application that needs to display in landscape mode. By default, my phone is in portrait mode, but it refuses to switch to landscape mode despite the command |SORI UID:sori1 HID:sori ORI:2 SEN:0. I have to go into General settings / Display settings / to force landscape mode. Is there a reason for this?
Bernard -
RE: ESP8266 & Arduino & GUI-O automatic pairingposted in General Discussion
@kl3m3n
Thank you for answering my questions, I have reinstalled GUI-O Bernard -
an experiment with AIposted in Share Your Projects
I'm sharing an amazing AI experiment with you. My project involved using a VLX distance sensor at a fixed height of 30 cm to determine how much this height decreases when it snows. An alarm sounds on my phone if the height drops by at least 2 cm between 5:30 AM and 9:00 AM. I should mention that I don't know C at all. So, I asked the AI to include this control code in the sketch.ino file used for "ESP8266 & Arduino & GUI-O automatic pairing." The experiment was a success! Here's an illustration...! Bernard. Screenshot_20260224-132403.jpg
-
RE: User passwordposted in General Discussion
@kl3m3n
I'm referring to what's in IoT settings / User password (hidden from user). When I click on it, I get a series of black dots. Is it possible to find out what's hidden there?Regards, Bernard
-
User passwordposted in General Discussion
@kl3m3n
Hello, I have a question: where can I find my user token in the latest Android/iOS app version when the 'Generate' button is missing? My username and password are hidden!
Regards, Bernard -
RE: ESP8266 & Arduino & GUI-O automatic pairingposted in General Discussion
@kl3m3n
Hello,I had an interesting experience: I submitted the problem to the IA, which advised me to do the following: choose the ArduinoJson 6.21.5 library and, in the program_ap.h file, put #include <ArduinoJson.h> at the beginning. Now the compilation and upload work! At the end of the upload, I see the ESP8266's Wi-Fi in GUI-O. So I don't know if this is a "solid" fix... I'm using Arduino IDE 2.3.7.
One more thing: In IoT settings, I have: Server name: mqtt.gui-o.com/ SSL port number: 8883 / User name: gui-o-mqtt-generic / User password: Not set / Client id: Not set / I'm asking this question because "Direct device pairing" fails every time! Your comment is welcome!
Sincerely, Bernard