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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 96,889
» Latest member: zdavdpitt9779
» Forum threads: 5,402
» Forum posts: 5,594

Full Statistics

Online Users
There are currently 21 online users.
» 0 Member(s) | 17 Guest(s)
Applebot, Baidu, Bing, Google

Latest Threads
verified women online now
Forum: Virtuino IoT
Last Post: dubey905
09-23-2025, 02:26 AM
» Replies: 0
» Views: 43
verified women for secret...
Forum: Virtuino IoT
Last Post: Appkeyz
09-21-2025, 12:05 PM
» Replies: 0
» Views: 39
How to use a variable's v...
Forum: Virtuino IoT
Last Post: spidgrou
09-19-2025, 03:13 AM
» Replies: 0
» Views: 53
dating for adults
Forum: Virtuino IoT
Last Post: robinkumar
09-14-2025, 07:09 AM
» Replies: 0
» Views: 66
real girls online for pri...
Forum: Virtuino IoT
Last Post: ValueAssignmentHelp
09-13-2025, 09:51 PM
» Replies: 0
» Views: 54
Virtuino IoT viewer
Forum: Virtuino IoT
Last Post: ValueAssignmentHelp
09-06-2025, 06:18 PM
» Replies: 12
» Views: 12,504
Vidalista 40 mg – A Compl...
Forum: Virtuino IoT
Last Post: lizaClark
09-04-2025, 11:23 AM
» Replies: 0
» Views: 74
Sending Android System Ti...
Forum: Virtuino 6
Last Post: Araqel
08-31-2025, 08:35 PM
» Replies: 7
» Views: 1,129
What happens under "Advan...
Forum: Virtuino 6
Last Post: Araqel
08-18-2025, 07:13 AM
» Replies: 1
» Views: 167
virtuino & iPhone
Forum: Virtuino IoT
Last Post: robert4you
08-17-2025, 10:13 AM
» Replies: 0
» Views: 480

 
  BLE support on Virtuino IoT on iOS
Posted by: JimKazmer - 01-25-2024, 03:40 PM - Forum: Virtuino IoT - Replies (3)

Hello,

For an Arduino project, we successfully displayed sensor information via a BlueTooth HC-06 interface on Virtuino 6 (using an old, off-line Android phone). Its awesome, and thank you for such a great tool!

Our problem is that the entire project team is using Apple iPhones. As you know, Virtuino 6 is not available on the Apple/iOS store, and there is no BlueTooth support with Virtuino IoT.

Is there a timeframe for adding BLE support to Virtuino IoT?  We would use an HM-10 or HM-11 BLE device.

Alternatively, is it possible to add a WiFi module to an Arduino board and use one of the other (Virtuino) connection options to get sensor data from our Arduino-based data collection hardware to an iPhone Virtuino dashboard without using any broadband connectivity?

Thanks,
Jim

Print this item

  Help counter
Posted by: DFCARLO - 01-22-2024, 02:19 PM - Forum: Virtuino 6 - Replies (2)

Hi, 
I need some help. . I need a counter (widget present on virtuino5 and eliminated on version 6) with Arduino pin D5 input and reset on D6 displayed on the display. It works with the emulator but when I go to insert the D5 and D6 on the buttons it doesn't work.  Can you help me? 
I'm sorry I can't post a video.
Thank you



Attached Files Thumbnail(s)
               
Print this item

  error when trying to buy the pro version
Posted by: Ricardo Rico - 01-09-2024, 03:16 PM - Forum: Virtuino IoT - Replies (3)

I try to buy the pro version through the application and there is an error,   

I want to have all the functionality of the application on Android and Windows

Print this item

  Device Online-Offline status?
Posted by: mtezcankacarci - 01-05-2024, 04:38 AM - Forum: Virtuino IoT - No Replies

Merhaba,
Öncelikle iyi çalışmalar, mqtt üzerinden Esp8266 ve virtiono iot'u kontrol edebiliyorum ama bu durumu virtuino tarafında uyarı led'i ile veya internet koltuğunda elektrik kesintisi ile görmek istiyorum. Bunu nasıl yapabilirim?
(ESP'den MQTT'ye bağlantı için bir değişken oluşturdum ve bu veriyi MQTT'ye 1 olarak gönderdim. MQTT'de bu konuyu belirli bir saniye boyunca 0'a ayarlayıp 0'ı 1'e ayarlayarak cihazın online ve offline olmasını sağlamaya çalıştım. LED'i kontrol eden değişkendeki if koşuluyla, ancak başarısız oldum.)

Print this item

  Shelly Mqtt
Posted by: Rain - 12-27-2023, 09:58 AM - Forum: Virtuino IoT - Replies (1)

Hi,

Many thanks for the great project. I have been using it for a long time with different sensors and it works perfectly.
However, I have a problem with controlling Shelly products.
My topic is:
shelly/1/shellyplus2pm#fcb467a5a3c4#1/Cover0/Position

Could it be that the topic contains unauthorized characters?

I can't change the topic though, I'm bound here (iobroker / shelly adapter)

Does anyone have a tip for me?

Print this item

  Bugs in Version 6.0.34
Posted by: flagman5486 - 12-22-2023, 06:13 PM - Forum: Virtuino 6 - Replies (3)

Hi, I wanted to inform you about some bugs found in Virtuino 6.0.34:

1. Disabled state of for example buttons doesn't work as expected. I wanted to disable certain button when esp device is on standby. So I thought that it's state should be reflecting this standby mode of my esp. When I push power off button (esp V4 set to 0) I expect that my other button can't pressed anymore (in it's settings I used arduino emulator memory variable M0 and a value for disabled state is 0). Unfortunately, even if M0 is actually 0, button can be still pressed. This situation happens ONLY when first time connected to server and esp V4 is set to off (which means that M0 is already 0 on app start). After pressing power button (esp V4 set to on), M0 is changing it's value to 1, another power button press (V4 set to off) sets M0 to 0 and THAT actually stops this other button to respond to presses. 
It really is a strange, unexpected behavior, as if option memory variable to hide or disable the widget is just ignored if such Memory pin value doesn't change.    I was able to set slider to properly react to M0, when after server connection and main power button is off, slider can't moved (like it should). In the same time just for testing purposes I'm adding button and set it the same way as a slider to react with disabled state when M0 is 0, the button still reacts to pushing, while slider won't.     Example - arduino emulator M0 = script (x*y)

         arduino emulator M4 = 0
         arduino emulator M5 [x] = 1
         esp V4 [y] = 0 or 1

2. Virtuino APP doesn't really finish it's activity when after using exit option from it's menu or double clicking back button on the phone. It is still running in background UNTIL I swipe app right preview in android. It's easy to spot, when using mqtt server after exit another start of virtuino, it can't connect to mqtt server constantly being kicked out by server and further reconnect attempts will be disconnected also.

Another easy way to spot that Virtuino is running after exit is that in my example I'm using webview on one of the panels and it's constantly downloading iptv camera view. After using exit option, I see that on my phone's home screen status toolbar is showing considerable network usage. Only swiping background app preview will kill the app.

Print this item

  Wish: Rotary Encoder
Posted by: Joe - 12-20-2023, 08:01 AM - Forum: Virtuino IoT - No Replies

Hi Ilias,

is it possible to get a Rotary Encoder 
( these units which you can turn endless in one ore the other direction)
in one of the next version?

It should be similar to your Rotary switch without the need of position values,
but also with:
start angle
angle between position (e.g. 3.6° for 100 steps per rev)

additionally:
each step should add/subtract a value (taken from a variable) to the output variable.
a selectable image (like the Regulator)

I could really use this!!

Cheers, Joe

Print this item

  esp32c3
Posted by: gas - 12-12-2023, 03:27 PM - Forum: Virtuino 6 - Replies (3)

Hi,

launched "Virtuino esp32 example" in Arduino Ide, I had this errors messages:

"\Arduino\libraries\Virtuino_library_for_all_ESP8266_and_ESP32_boards\VirtuinoESP.cpp: In member function 'String VirtuinoESP::urlencode(String*)':"

 and

"\Arduino\libraries\Virtuino_library_for_all_ESP8266_and_ESP32_boards\VirtuinoESP.cpp:102:10: error: variable 'code2' set but not used [-Werror=unused-but-set-variable] char code2;"

Any help?

Thanks in advance.

Print this item

  Taster
Posted by: aj_pue - 12-10-2023, 07:01 PM - Forum: Virtuino IoT - Replies (1)

Hallo ich brauche einen Taster der 3 Sekunden hält bevor er ausgeht ist das möglich.

Leider sind Modbus module etwas träge sodas man den ein und ausschaltimpuls etwas länger betätigen muss.

Danke schon mal im Vorraus.

Print this item

  Activating on windows
Posted by: dunavrz - 12-06-2023, 01:50 PM - Forum: Virtuino IoT - Replies (1)

Hello, i bought virtuino iot on my iphone with email and how i have to activate it on my windows pc?

Print this item