This is not a bug report, but an observation. The same sketch compilation has been done for ESP32 Devkit V1 and Raspberry Pico W. This is the compiler's (Arduino IDE 2.3.2) report for ESP32:
"Sketch uses 772533 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 45480 bytes (13%) of dynamic memory, leaving 282200 bytes for local variables. Maximum is 327680 bytes."
And accordingly, for Pico W:
"Sketch uses 369120 bytes (18%) of program storage space. Maximum is 1961984 bytes.
Global variables use 74000 bytes (28%) of dynamic memory, leaving 188144 bytes for local variables. Maximum is 262144 bytes."
(04-05-2024, 06:16 AM)Araqel Wrote: This is not a bug report, but an observation. The same sketch compilation has been done for ESP32 Devkit V1 and Raspberry Pico W. This is the compiler's (Arduino IDE 2.3.2) report for ESP32:
"Sketch uses 772533 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 45480 bytes (13%) of dynamic memory, leaving 282200 bytes for local variables. Maximum is 327680 bytes."
And accordingly, for Pico W:
"Sketch uses 369120 bytes (18%) of program storage space. Maximum is 1961984 bytes.
Global variables use 74000 bytes (28%) of dynamic memory, leaving 188144 bytes for local variables. Maximum is 262144 bytes."
By the way, either apps, on Android and Windows are unable to connect to the server on Pico W. Meanwhile the WiFi is on and the Access Point is visible & connectable. Now I do some debug to see what is going on under hood.
Hello. I'm trying to copy a group of widgets with all mqtt topics, but nothing works.
I add all the widgets to the group, then duplicate this group, all widgets are copied but with the old mqtt topic data.
Tell me how can i copy a group of widgets and assign other topics to this group, for example:
The first group of widgets has topics 555\top1, 555\top2, 555\top3
the second group of widgets should have topics 666\top1, 666\top2, 666\top3
In first I would like to ask an off-topic question. I owe Pro license on Android Virtuino-IOT. How can I share this license with my Windows 11 based Microsoft Store downloaded Virtuino-IOT, if it is possible at all?
Now about the instant issue. I have an "Value Display" widget, which grabs the data from a given tag/value pair on ESP32. This data represents the machine running in minutes. I would like to represent this data in hours, recalculated on the fly, on phone app. I add Script widget where out=x/60, where the x is an input from device, the out is a variable in emulator. The widget's edit menu's "Action" section does not provide desired binding of generated script and Value display. By the way, "Run Script" command has "Tag" field, which is not available in Script & Tools section.
Alguém de vocês sabe como configurar o retorno na conexão http? Consigo comunicação normal com a placa esp8266 mas não consigo atualizar os botões com o status de retorno
I installed Virtuino on Ubuntu. After starting, only an empty window is shown.
Is there a special Linux distribution dedicated to Virtuino?
The video shows what is happening and which version of Ubuntu I have installed.
Short version, on Windows 11:
1.) Any major changes to MQTT connection? Mine can no longer connect and appears to be stuck in a reconnection loop causing all of Virtuino to grind to a halt.
2.) Minimize, maximize, and close buttons seem to have disappeared. The close X will appear if you hover over it. The other two stay blank. However, all 3 buttons still function if you click in the designated area.
Long Version:
So loaded up Virtuino on my laptop and noticed it was super laggy. Like click something, then 5 seconds later you get a response. I've had some issues with one of my ESP's shutting down my network (long story) but thought I got that fixed last night. It was causing a similar lag issue. So I checked the webserial output for an errant ESP spamming the network, but all were acting normal.
Next thought was, I wander if it auto updated and that's causing an issue. Got on your website and sure enough a new update. Back to the program, I had a red LED randomly flashing on my main page that never flashes. I actually forgot it's function haha. When I finally got the info to open, it was my MQTT connection status. I disabled my local MQTT server connection in Virtuino, reset, and viola, no more 5 second lag.
Admittedly, this could be a simple issue. I did a few day binge on MQTT protocol, setup a local server, my arduino mega, and Virtuino interface, but didn't quite finish it. I haven't touched it since and have forgotten most of what I learned. It isn't a big deal for me, I can just disable it, but just incase something deeper is going on I wanted to bring it to you attention. I attached the MQTT debug log where it shows the reconnection loop.
Also, bugs aside, I always appreciate your work and couldn't live without your program. Literally run it 24/7 and is the only reason my carnivorous plant business stays a business. My ADHD ass kills plants, your software keeps them alive. So thank you just in general!
Hello there,
I use virtuino UNO+esp01 for remote control of relays, valves and pressures...
One of my UNO seems to be in a bad environment with electromagnetic interferences (I tried to limit them but I fail...), so I often lose connection. I've added a watchdog to the code, but it has no effect.
It seems that the UNO doesn't crash, but loses connection with the ESP01.
Is there a simple way to check the wifi connection in the arduino code, equivalent to "wifistatus", and "auto" reboot the ESP01 or reboot the arduino UNO (like I am doing now with a tuya plug...)?
How can I implement "AT+CIPSTATUS" or "AT+PING" in the loop code to check the connection and reboot the UNO card?
Thanks for your ideas!
I'm new to Virtuino IoT. I love the app. (Just KNX interface is missing ;-)
I've been playing around with multiple Dashboards and I'd like to have an Starter-Icon for each Dashboard.
Until now I've just figured out that 1 Dashboard set to "Auto load on startup" can be chosen.
How do you handle this situation:
a) By a Dashboard of Dashboard with links?
b) One Dashboard with multiple pages?
c) ... the "hidden" procedure, which I'm looking for?