Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 36 online users. » 1 Member(s) | 34 Guest(s) Bing, tolisn
|
Latest Threads |
Two inputs, one output ??...
Forum: Virtuino 6
Last Post: iliaslamprou
Today, 12:01 AM
» Replies: 6
» Views: 107
|
How to add custom sound t...
Forum: Virtuino 6
Last Post: DF5EQ
Yesterday, 09:15 PM
» Replies: 2
» Views: 42
|
Unit ID of MODBUS respons...
Forum: Virtuino IoT
Last Post: iliaslamprou
Yesterday, 08:18 PM
» Replies: 4
» Views: 101
|
how can I read the data f...
Forum: Virtuino 6
Last Post: tolisn
Yesterday, 09:57 AM
» Replies: 2
» Views: 53
|
ThingSpeak Chart data per...
Forum: Virtuino IoT
Last Post: dwienie
01-27-2023, 03:03 PM
» Replies: 0
» Views: 45
|
Thingspeak chart
Forum: Virtuino IoT
Last Post: Dudu
01-27-2023, 09:36 AM
» Replies: 0
» Views: 34
|
Modbus TCP/IP stops worki...
Forum: Virtuino IoT
Last Post: azuo_lee
01-27-2023, 01:28 AM
» Replies: 3
» Views: 148
|
Variable multipiler
Forum: Virtuino IoT
Last Post: azuo_lee
01-27-2023, 01:21 AM
» Replies: 2
» Views: 75
|
Pro version
Forum: Virtuino IoT
Last Post: iliaslamprou
01-23-2023, 10:18 PM
» Replies: 9
» Views: 485
|
how can i put password on...
Forum: Virtuino IoT
Last Post: iliaslamprou
01-21-2023, 05:26 PM
» Replies: 3
» Views: 156
|
|
|
How to add custom sound to alarm? |
Posted by: DF5EQ - Yesterday, 01:16 PM - Forum: Virtuino 6
- Replies (2)
|
 |
I like to have my own sound for an alarm.
In the "Alarm Settings" I choose "Sound effect" and click the folder icon in the upper right corner.
There I see "/storage/emulated/0/virtuino/sounds/" and a file list header, but no files.
I definitely stored a mp3 there, can see it with file browsers.
So, what should I do?
OS is Android 11
|
|
|
how can I read the data from my thingspeak channel ? |
Posted by: tolisn - 01-27-2023, 10:39 PM - Forum: Virtuino 6
- Replies (2)
|
 |
Hi
I have the pro virtuino version and I'm trying to connect virtuino to thingspeak.
At this time I have connected and ESP32 which send data (6 fields) to my thingspeak channel and everything is working ok.
How can I setup virtuino to read the data from my thingspeak channel and show it ?
I tried following some videos on you tube but they seem outdated in regards to the virtuino version that I have.
|
|
|
ThingSpeak Chart data period |
Posted by: dwienie - 01-27-2023, 03:03 PM - Forum: Virtuino IoT
- No Replies
|
 |
Hi,
Is there a way to remember the chart data period.
For example you want to view it always in the last 1 day . Other settings like : Display all points I like also to have as a default view.
Now I need to set this again and again to these settings.
Br,
Edwin
|
|
|
Variable multipiler |
Posted by: azuo_lee - 01-26-2023, 08:45 AM - Forum: Virtuino IoT
- Replies (2)
|
 |
What is the purpose of the multiplier in the Modbus variable settings?
For example, if there is a float variable with a value of 1.0, and its multipliler is set to 0.001, then:
- the associated value display widget (with "value conversion" unchecked) will show 1.0;
- open the associated value editor popup (with "value conversion" unchecked), it will also show 1.0;
- change the value to 2.0 and save, the float value will be updated to 2000.0;
- now both the value display and the value editor will show 2000.0, which is very confusing: the value entered when saving (2.0) does not match the value displayed (2000.0) after saving.
That is, the variable multiplier is only used as a divisor when saving, and is ignored in all other cases. Is this a bug or by design?
|
|
|
Unit ID of MODBUS response is ignored? |
Posted by: azuo_lee - 01-25-2023, 08:06 PM - Forum: Virtuino IoT
- Replies (4)
|
 |
It seems that Virtuino is ignoring the Unit ID in the MBAP header of a MODBUS response?
I have 2 units in a MODBUS connection that share some of the same value addresses. However, when Virtuino is unable to read these values from one of the units (e.g. due to some network or hardware failure), it has some probability to read them from a response returned by the other unit containing the same address (but maybe even with a different function code).
If I disable or remove the faulty unit from the MODBUS connection, keeping the other one reading data properly, and then modify the server-side code to hard-code the Unit ID in the response to a different value, but Virtuino could still read the data!
This makes a MODBUS connection with multiple units very unstable. Hope this problem can be solved, thanks.
|
|
|
multiline display |
Posted by: krzycho - 01-16-2023, 04:25 PM - Forum: Virtuino IoT
- Replies (1)
|
 |
I need to make a mini terminal for the last 6-8 strings (FIFO) i tried to do it on multilines value display but i can't send correct strings with \n
Code: String L1 = "1 line";
String L2 = "2 line";
String str = String(L1 + '\n' + L2);
sendValue(pin3, str);
Serial.print(str);
Serial.print shows strings in two lines but multiline display shows nothing
|
|
|
|