Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 96,139
» Latest member: dueraitfgk
» Forum threads: 5,389
» Forum posts: 5,567

Full Statistics

Online Users
There are currently 28 online users.
» 0 Member(s) | 25 Guest(s)
Bing, Google, Yandex

Latest Threads
New Community Tools/Bug F...
Forum: Virtuino IoT
Last Post: krzycho
05-11-2025, 09:08 AM
» Replies: 3
» Views: 210
Option to Mass Import Var...
Forum: Virtuino IoT
Last Post: rcl27
05-02-2025, 07:01 AM
» Replies: 2
» Views: 230
New Release of Virtuino
Forum: Virtuino IoT
Last Post: mikb69
04-15-2025, 11:24 AM
» Replies: 0
» Views: 211
Virtuino console
Forum: Virtuino IoT
Last Post: pigkang
04-05-2025, 04:39 AM
» Replies: 4
» Views: 1,687
Button to switch between ...
Forum: Virtuino IoT
Last Post: autoa1transport
02-11-2025, 02:21 AM
» Replies: 2
» Views: 1,031
inbuilt functions
Forum: Virtuino IoT
Last Post: billpopenz
02-03-2025, 08:31 PM
» Replies: 0
» Views: 313
Virtuino Iot, Ubuntu Linu...
Forum: Virtuino IoT
Last Post: SveinHa
01-25-2025, 11:36 PM
» Replies: 15
» Views: 11,406
The same sketch compilati...
Forum: Virtuino IoT
Last Post: autoa1transport
01-24-2025, 10:41 AM
» Replies: 3
» Views: 1,411
Quit Button
Forum: Virtuino IoT
Last Post: iliaslamprou
01-16-2025, 08:06 PM
» Replies: 1
» Views: 468
Enter value as text/numbe...
Forum: Virtuino 6
Last Post: pigkang
12-24-2024, 07:48 AM
» Replies: 5
» Views: 3,913

 
  New Community Tools/Bug Fixes
Posted by: rcl27 - 05-07-2025, 11:14 PM - Forum: Virtuino IoT - Replies (3)

Just testing the waters. I went down the AI coding rabbit hole and ended up designing a full suite of tools/library for Virtuino. It was originally going to be just a collection of helper functions, but yea... I completely rewrote the backend lol. It is private now on GitHub, but if there are some other people that are willing to try it out and make their own additions, I am totally willing to release it as a new way to use Virtuino.

Current features:
1. No more Strings - everything has been converted to char arrays to lessen the risk of memory fragmentation. The user experience is more difficult using buffers with dtostrf and snprintf, however larger, more complex programs are now more robust.
2. WebSocket Disconnects - I have a literal army of watchdogs and backup measures in place that make disconnects incredibly rare. The ones that do happen will cause a weakened state that can last for about 10 minutes, but actual downtime is limited to about 1 minute. I wanted to actually solve the issue, but it is within the Virtuino code. If people are interested, I can explain this further.
3. WebSerial integration to allow for remote monitoring/commands.
4. A vast debugging catalog that can be edited on the fly through Virtuino. I have both a sketch version and a library version.
5. Batched variable uploading with scripts to use in Virtuino. I got it fully working with sensor data. A quirk of the language scripts, they don't realize where the variables are coming from even if the inputTag is linked to an ESP. Any variables received in the parsed message from the ESP will immediately be echoed back to the ESP (not just copied to Virtuino's local version of the ESP variable). Only work around is using an untagged "local" variable. They can be stored on the ESP's variable list, just no tags.
6. Import Variables & Widgets - Separate from the library, but I am in the process of finishing some python scripts that import csv data and convert directly to new/edited variables and widgets. I mentioned this in a previous post, but have refined it since then.
7. Minor Options - Most of the options in the library can be set in the sketch, so you can enable/disable automatic resets, watchdogs, timers, debugging categories, see which debugging categories/output are currently enables, etc.

So yea, it's been a wild month and it's nice to see sunlight again lol. If anyone is interested, hit me up. I would love to get some input from humans instead of just Copilot's Claude and Gemini!

Print this item

  Option to Mass Import Variables/Widgets?
Posted by: rcl27 - 04-27-2025, 05:16 AM - Forum: Virtuino IoT - Replies (2)

Is there any way to bulk edit/import variables or widgets? I just redesigned 5 or 6 ESP systems averaging around 80 variables a piece and I'm dying entering in everything manually haha. Something like a csv import or some kind of option on the back end would be amazing! Thanks!

Print this item

  New Release of Virtuino
Posted by: mikb69 - 04-15-2025, 11:24 AM - Forum: Virtuino IoT - No Replies

[font='Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif]Is there a new release of Virtuino IoT planned? If so, what are the timelines and what new features will it include? It would be fantastic to leverage Windows functionalities like Ctrl+C and Ctrl+V for objects or to integrate machine learning capabilities. Do you think this is possible? Or to create lists, in such a way as to have sequences of errors that you can click on to see detailed information.[/font]

Print this item

  inbuilt functions
Posted by: billpopenz - 02-03-2025, 08:31 PM - Forum: Virtuino IoT - No Replies

Hi,
In the scripts I see Virtuino.readValue("xxx') and Virtuino.getScriptRunnerTag().
Is there a list of these functions some where?
Thanks

Print this item

Photo Quit Button
Posted by: Serguei - 01-11-2025, 06:30 PM - Forum: Virtuino IoT - Replies (1)

Is it possible for you to add a button in the app that allows the user to quit the app, instead of going to the 3 points user menu and select Quit ?

Thank you



Attached Files Thumbnail(s)
   
Print this item

Photo Alert manager
Posted by: Buczkowski - 11-19-2024, 01:20 PM - Forum: Virtuino IoT - No Replies

Is it possible to create an alarm in mobile app that will refer to a variable?



Attached Files Thumbnail(s)
       
Print this item

  Send a value to app from ESP32
Posted by: juancho - 11-16-2024, 02:40 PM - Forum: Virtuino 6 - No Replies

Hello,
Can you send a variable from the Arduino, ESP32 module to the app without the latter having started the connection. Virtuino 6 app.
That is, without the app sending a request for the value of the variables, from the Arduino board you can make a connection to the app to send it the value of a variable.
I need this to do it more in real time and not wait for the app to ask the Arduino for the variables. Thanks.

Print this item

  Internet Communication
Posted by: ebautec - 11-05-2024, 03:11 AM - Forum: Virtuino 6 - Replies (1)

Which of the 2 Virtuino IoT or Virtuino 6 applications can connect outside the Wi-Fi network over the internet? Do you have any configuration example?
Virtuino 6 works perfectly but within the range of the WiFi network. Thank you

Print this item

  key / value in http request
Posted by: eagleboy - 11-02-2024, 04:16 PM - Forum: Virtuino IoT - Replies (3)

Hi all,
anybody succeeded in setting the http request widget params key/value pair using for example the $C1.Vxx? See the attached picture for more.
What format, if any,  to use? I am out of tries,  tried everything, [$C1.Vxx], C1.Vxx. , JSON...........
thanx!
   

Print this item

  When will there be a virtuino web platform?
Posted by: Ricardo Rico - 10-18-2024, 06:14 PM - Forum: Virtuino IoT - No Replies

It would be very helpful to have a virtuino cloud IoT platform in service, which has all the functionalities and can create users with different levels to sell real-time monitoring cloud service.

Print this item