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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 96,698
» Latest member: quinusknzn
» Forum threads: 5,396
» Forum posts: 5,585

Full Statistics

Online Users
There are currently 7 online users.
» 0 Member(s) | 5 Guest(s)
Bing, Google

Latest Threads
Sending Android System Ti...
Forum: Virtuino 6
Last Post: Araqel
08-20-2025, 08:59 PM
» Replies: 5
» Views: 739
What happens under "Advan...
Forum: Virtuino 6
Last Post: Araqel
08-18-2025, 07:13 AM
» Replies: 1
» Views: 24
virtuino & iPhone
Forum: Virtuino IoT
Last Post: robert4you
08-17-2025, 10:13 AM
» Replies: 0
» Views: 24
How to activate the pro v...
Forum: Virtuino 6
Last Post: hu277
07-10-2025, 12:32 PM
» Replies: 10
» Views: 9,450
Update interval/Refresh r...
Forum: Virtuino 6
Last Post: Stefan
07-10-2025, 05:21 AM
» Replies: 0
» Views: 52
Emulator phone sensor dat...
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 08:00 AM
» Replies: 0
» Views: 113
length/width ratio
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 07:18 AM
» Replies: 0
» Views: 77
Create in Windows version...
Forum: Virtuino IoT
Last Post: Stefan
07-07-2025, 06:59 AM
» Replies: 0
» Views: 100
The same sketch compilati...
Forum: Virtuino IoT
Last Post: pigkang
07-01-2025, 04:02 AM
» Replies: 4
» Views: 1,740
Virtuino Iot, Ubuntu Linu...
Forum: Virtuino IoT
Last Post: Phlow
06-29-2025, 07:58 AM
» Replies: 16
» Views: 12,338

 
  What happens under "Advanced Value display" hood?
Posted by: Araqel - 08-17-2025, 04:24 PM - Forum: Virtuino 6 - Replies (1)

I am trying to send data&time from server (ESP32C6 with RTC module D3231) to Virtuino 6. The data being sent as String does not appear at all as text ("Default text" has been choosen as a data type from popup menu), but shows up as "Number". The "Time" parser working principle is unknown. The time appearance mask has 11 options and it is needed to be explained how that need to be organized the format of time info for further correct displaying in app.
Thanks in advance.

Print this item

  virtuino & iPhone
Posted by: robert4you - 08-17-2025, 10:13 AM - Forum: Virtuino IoT - No Replies

Does anyone have the Virtuino IoT IPA file available for direct installation on an iPhone?

Print this item

  Update interval/Refresh rate
Posted by: Stefan - 07-10-2025, 05:21 AM - Forum: Virtuino 6 - No Replies

I can´t achive a faster update Interval between esp and virtuino than 1second.
I tried refresh rate 0 and 0.1. No change.
Is there an Idea how to increase update interval?

Print this item

  Emulator phone sensor data
Posted by: Stefan - 07-07-2025, 08:00 AM - Forum: Virtuino IoT - No Replies

Using Virtuino 6 I can access to mobile phone sensor data through emulator in Server list.
Is this possible with Virtuino IoT?

Print this item

  length/width ratio
Posted by: Stefan - 07-07-2025, 07:18 AM - Forum: Virtuino IoT - No Replies

Can´t I adapt the length/width ratio of (for example) a gauge widget?

Print this item

  Create in Windows version/Use in Android version
Posted by: Stefan - 07-07-2025, 06:59 AM - Forum: Virtuino IoT - No Replies

Can I create a Virtuino surface on windows version and use it on the android version?
Is Virtuino-Windows-version compatible with Virtuino-Android-version?
Why I ask:
Creating surface on mobile phone is complicated, using windows pc is easier.

BR Stefan

Print this item

  App Store
Posted by: robert4you - 06-12-2025, 04:28 PM - Forum: Virtuino IoT - Replies (1)

Why did the app disappear from the App Store?

Print this item

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

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 (3)

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