Dashboard Plug Issue Using xml File

Forum Home Forums Installation Issues Dashboard Plug Issue Using xml File

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #13376
    yotool
    Participant

    I have the both Dashboard and Chart Pro plugins properly working in v.6.1.

    They both are properly “registered” using the 24-hour temporary registration keys.

    The “Webstation” log shows both additional modules loading properly with valid registration keys.

    I also changesd the default chart object fro Chart to “Chart Pro”.

    “Chart Pro” works properly to display historical data when a channel from a “Table”-type “View” is double-clicked, so I know “Chart Pro” is essentially functional.

    However, when attempting to use the “Demo” “View” that is included with the “Dashboard” plugin (*.xml-type view) the browser displays a red-circle when hovering over the Folder/View.

    This happens whether the xml-type demo view is included in a “Dashboard” (widget collection) OR a regular “View”.
    It does not like the xml view definition for some reason.

    All “table”-type views work as expected.

    Screenshots are below.

    Thanks for the help.

    https://photos.google.com/photo/AF1QipP7v9Rq-YBpPD50qVV7I4EmLeT2yytt1mMsEIQ XML-File-Content

    https://photos.google.com/photo/AF1QipOxhTOBIQbELrsStO8WF3Nivjfv-cCe4MSFVIg
    Plugins

    https://photos.google.com/photo/AF1QipOL06PTTiHB8ThGF3-BVSrP23v0ociSTOhjTcA Dashboard/View xml

    https://photos.google.com/photo/AF1QipPDr_49yrbwfESVdOhfbDsEVpBEFRIPB7PVogE View Definitions

    https://photos.google.com/photo/AF1QipPYT66Hq3DN5htzL6q3IT4_6l6Mo2fCZ1fSbpA Web Station Log

    • This topic was modified 1 year, 11 months ago by Mikhail.
    #13377
    yotool
    Participant
    #13378
    manjey73
    Participant

    Does not show screenshots, as they are either not shared or unavailable

    #13386
    Mikhail
    Moderator

    I also cannot open the screenshots. Please check.
    Links in the 2nd message work.

    • This reply was modified 1 year, 11 months ago by Mikhail.
    #13389
    Mikhail
    Moderator

    In the Views table you should set the view type for the record with ID=7.
    Tables and schemes are detected by their file extension, while dashboards use common extension XML.

    #13392
    manjey73
    Participant

    @yotool I would like to know how do you monitor the ds18b20 ?
    Do you use a Modbus card for these sensors or do you read them using 1 Wire ?

    I’m still using scripts in crontab and in scada

    #13393
    yotool
    Participant

    OMG.

    I stared at that same “Views” table countless times w/o noticing the “View Type” column.

    That was it.

    Both the “Dashboard” and “Chart Pro” modules are working perfectly now in v.6.1.5!

    Thanks a million as always Mikhail.

    • This reply was modified 1 year, 11 months ago by yotool.
    #13395
    yotool
    Participant

    mankey73:

    For DB18B20 (Dallas semiconductor/TI one-wire serial protocol) monitoring, I have ESP-32 microcontrollers running custom C code. The Arduino libraries have support for the TI one-wire protocol as well as built-in 2.4 GHz Wi-Fi and Bluetooth. It has a dual-core 240 MHz RISC processor. All for about $6 US.

    …Incredible functionality and extremely low-power (especially when not using Wi-Fi).

    There is also a TCP “Modbus Slave” library in Arduino that I use.

    The Rapid Scada Modbus communication line(s) then poll the ESP-32(s) by IP address/hostname/register-sets.

    It works extremely well and is very cheap.

    I can send you my working ESP-32 Arduino source-code if you’d like.

    …as you may have noticed, I am also monitoring the much more accurate/precise SHT3 temp/humidity device also using the ESP-32. This uses the I2C serial protocol. One drawback of the SHT3 is that it only supports a single I2C address.

    However, I worked around that using a small I2C multiplexer also controlled by the ESP-32. This allows for (4) SHT3 sensors to be used. I2C This multiplexing setup could be even further expanded.

    Thanks for your replies on my other topics mankey73. They were helpful.

    #13396
    yotool
    Participant

    Sucess !!! :

    https://photos.app.goo.gl/wmJCKndFs9tXGJmY7 Working Dashboard and Chart Pro Plugin v.6.1

    Mikhail,

    Your .NET code is quite impressive…

    -Chet

    • This reply was modified 1 year, 11 months ago by yotool.
    • This reply was modified 1 year, 11 months ago by Mikhail.
    #13406
    Mikhail
    Moderator

    Thank you 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.