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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 88,077
» Latest member: merianilyb
» Forum threads: 5,387
» Forum posts: 5,560

Full Statistics

Online Users
There are currently 39 online users.
» 4 Member(s) | 32 Guest(s)
Bing, Google, Yandex

Latest Threads
New Release of Virtuino
Forum: Virtuino IoT
Last Post: mikb69
04-15-2025, 11:24 AM
» Replies: 0
» Views: 81
Virtuino console
Forum: Virtuino IoT
Last Post: pigkang
04-05-2025, 04:39 AM
» Replies: 4
» Views: 1,403
Button to switch between ...
Forum: Virtuino IoT
Last Post: autoa1transport
02-11-2025, 02:21 AM
» Replies: 2
» Views: 825
inbuilt functions
Forum: Virtuino IoT
Last Post: billpopenz
02-03-2025, 08:31 PM
» Replies: 0
» Views: 225
Virtuino Iot, Ubuntu Linu...
Forum: Virtuino IoT
Last Post: SveinHa
01-25-2025, 11:36 PM
» Replies: 15
» Views: 10,677
The same sketch compilati...
Forum: Virtuino IoT
Last Post: autoa1transport
01-24-2025, 10:41 AM
» Replies: 3
» Views: 1,211
Quit Button
Forum: Virtuino IoT
Last Post: iliaslamprou
01-16-2025, 08:06 PM
» Replies: 1
» Views: 352
Enter value as text/numbe...
Forum: Virtuino 6
Last Post: pigkang
12-24-2024, 07:48 AM
» Replies: 5
» Views: 3,604
Lost connection to MQTT b...
Forum: Virtuino IoT
Last Post: finlaw
12-23-2024, 12:21 PM
» Replies: 16
» Views: 8,174
Alert manager
Forum: Virtuino IoT
Last Post: Buczkowski
11-19-2024, 01:20 PM
» Replies: 0
» Views: 289

 
  Problem on publishing greek characters to MQTT server
Posted by: vmihas - 05-16-2024, 11:34 AM - Forum: Virtuino IoT - Replies (2)

Ilia, congratulations on the excellent work you have done with the Virtuino application.
I am facing an issue when I publish a greek string to a mqtt server topic through your application. The Greek letters that the pop-up editor sends in the value display widget, are probably sent with incorrect encoding. For example, when I write "hello" on the popup and and send it, it appears as in the following image https://imgur.com/lcYjXNg in the value display and the same appears in the corresponding server topic (I tried hivemq and thingspeak). Subscribe topic reads from server, appears normally if I write the Greek word with another mqtt client. So the problem is in the sending.
Thanks in advance.



Attached Files Thumbnail(s)
   
Print this item

  Problem using "RGB led and controller" together with MQTT
Posted by: danman - 05-15-2024, 07:54 PM - Forum: Virtuino 6 - No Replies

Hi,

I have problems using the "RGB led and controller" widget in Virtuino v6.0.34 on my Android phone:

I've configured four sliders controlling the red, green, blue and white LEDs of an LED strip using MQTT. No problem with these four widgets. When I move a slider I can see the published values with "mosquitto_sub" on my home server. See "panel_on_slider_change.png" and the corresponding output of "mosquitto_sub" in "mosquitto_sub_output_on_slider_change.png". I've also made a screenshot of my configuration (see "slider_config.png" and "topic_config.png").

When I choose a colour with the mentioned "color picker" (which uses the same topics - without the white color of course - see "picker_config.png") the sliders follow the picker correctly (they visualise the color I've "picked"). But the values received by my server are completely weird. I receive values for "blue" only - and even these values aren't correct (for me they look somehow random).

Does anyone have an idea what's wrong with my setup/config?



Attached Files Thumbnail(s)
                   
Print this item

  Siemens Logo!, AWS and Virtuino IOT
Posted by: Grinkor - 05-02-2024, 03:21 PM - Forum: Virtuino IoT - Replies (3)

Hi! I´m Max from Argentina. I´m using Virtuino IOT to manage a Siemens Logo! 8.3 via Modbus. It works like a charm inside my client´s LAN.
But, I have to control it also from Internet. The LOGO! is registered in AWS IOT and I can see its shadow working properly.

I know Modbus but I´m still new to these new IOT technologies.

Can Virtuino interact with an AWS thing´s shadow via MQTT? 
Or, is there a more practical way to control these PLCs from internet with Virtuino?


Thanks!

Print this item

  Virtuino console
Posted by: marcopc - 04-23-2024, 03:01 PM - Forum: Virtuino IoT - Replies (4)

Hallo,
is possible to make a widget like a windows console?

Print this item

  Virus in the installer file
Posted by: Darek53 - 04-22-2024, 10:05 AM - Forum: Virtuino IoT - Replies (1)

While downloading the latest virtuino 0.6.21 , Microsoft Defender found a virus.

   

Print this item

  Virtuino with Bluno Mega by DFRobot
Posted by: xmilav - 04-18-2024, 09:47 PM - Forum: Virtuino 6 - Replies (1)

Good night. I am developing a project with Arduino Mega and Viretuino6 with Bluethoot HC06.
I need the 3 series ports to communicate with different peripherals.
But one is used by the Bluethoot module.
I have thought about using the Bluno Mega from DFRobot that has Bluetooth integrated but I don't know how to adapt it to the Virtuino routines.
Has anyone used Virtuino with the DFRobot Bluno Mega?

Thanks for the advance


Print this item

Sad schedule doesn't work
Posted by: dimentiy89 - 04-16-2024, 06:29 PM - Forum: Virtuino IoT - Replies (1)

I'm trying to set up a relay on/off schedule. The problem is that all days work correctly except Sunday; on Sunday the schedule does not work at all.

here is my code:

Code:
byte stringToByte(const char* str)
{
    byte data = 0;
    for (uint8_t i = 0; i < 7; i++)
    {
        if (str[i] == '1')
        {
            bitSet(data, i);
        }
        if (str[i] == '0')
        {
            bitClear(data, i);
        }
    }
    return data;
}

Print this item

  Extract data from long Json message
Posted by: dns85 - 04-12-2024, 09:22 PM - Forum: Virtuino IoT - Replies (2)

Hi,

I am sorry to bother with this question as i have seen it was asked before, but after watching the video you posted on how to extract the data, i still can not mange to extract what i need.
The Json payload i receive is :

{"state":{"reported":{"M..1:2-1":"00","AM..4:10-1":"04bc","V..4:8-1":"0021","M..1:10-1":"00","M..1:11-1":"00","V..6:4-1":"0000012c","V..4:12-1":"0000","V..4:24-1":"0010","V..4:28-1":"0465","V..4:36-1":"0000","M..1:6-1":"00","M..1:4-1":"00","M..1:5-1":"00","M..1:12-1":"00","V..2:990-6":"1d2404122205"}}}

There are a lot of variables Smile but i would like to extract for example "AM..4:10-1":"04bc", 04bc is the value which is in hex, i would also like to convert to decimal. i would like to display only the value 04bc in decimal (1212).

I have tried also with JavaScript script, but it did not work Sad

Please can you help me with this. Thanks in advance

Print this item

  Windows 7
Posted by: GianniPower - 04-11-2024, 01:35 PM - Forum: Virtuino IoT - Replies (1)

Hello, any chance to have Virtuino IoT working on a Windows 7 pc? 
Thanks a lot

Print this item

  ESP32 and Virtuino IoT connect directly
Posted by: robert4you - 04-07-2024, 10:45 AM - Forum: Virtuino IoT - Replies (1)

Is it possible to connect directly between ESP32 and virtuino Iot using WiFi?
 No access to the router, and ESP32 works as an Access Point.

Print this item