Datayours and VeraPlus?

I am trying to mount a NAS disk so I can use Datayours. In UI5 Vera 3 I had this working fine.

Now on UI7 and having problems. Seems the only info here dates back to 2015. Is anybody running Datayours on UI7 ok?

I installed via putty all the opkg packages to VeraPlus. They appear to have installed (I think). But I cannot mount my share which is a flashdrive (AIDisk) on my ASUS router. I created a shared directory and tried to mount it. I get the error I don;t have permission. So it finds the directory, but it won’t mount.

root@MiOS_xxxxxxx:~# mount -t cifs -o user=DataMine,pass=DataMine //xxx.xxx.xxx.xxx/Whisper /RT-AC87U
mount: mounting //xxx.xxx.xxx.xxx/Whisper on /RT-AC87U failed: Permission denied
root@MiOS_xxxxxxxx:~#

df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 8832 6532 2300 74% /
/dev/root 10240 10240 0 100% /rom
tmpfs 127744 600 127144 0% /tmp
/dev/mtdblock6 8832 6532 2300 74% /overlay
overlayfs:/overlay 8832 6532 2300 74% /
tmpfs 512 0 512 0% /dev
/dev/mtdblock10 51200 11780 39420 23% /storage
/dev/mtdblock10 51200 11780 39420 23% /etc/cmh-firmware
/dev/mtdblock10 51200 11780 39420 23% /etc/cmh-backup
/dev/sda1 506880 39132 430536 8% /tmp/log/cmh
/dev/mtdblock9 10240 10240 0 100% /mios

So I only have 1 instance of DataYours plugin showing in my Vera. I do have AltUi, but I don’t know how to use it to do this. In ALtUi>devices, the Datayours Plugin does not even show up. It does in the Vera UI. In fact the plugin shows “Graph Cache Dash Watch 0 metrics” in the panel.

Any current successful installs to DataYours out there???

Please help

I don’t know if this helps, but I use some extra command line options…

mount -t cifs -o user=%s,pass=%s,nounix,noserverino %s %s

I tried that already.

How can I verify that that kmods did all actually get installed? Is there a directory I can check?

I finally got it to mount. YAY

mount -t cifs //xxx.xxx.xxx.xxx/Whisper /RT-AC87U -o user=[user],pass=[password],sec=ntlm

Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 8832 6488 2344 73% /
/dev/root 10240 10240 0 100% /rom
tmpfs 127744 820 126924 1% /tmp
/dev/mtdblock6 8832 6488 2344 73% /overlay
overlayfs:/overlay 8832 6488 2344 73% /
tmpfs 512 0 512 0% /dev
/dev/mtdblock10 51200 11776 39424 23% /storage
/dev/mtdblock10 51200 11776 39424 23% /etc/cmh-firmware
/dev/mtdblock10 51200 11776 39424 23% /etc/cmh-backup
/dev/sda1 506880 23132 446536 5% /tmp/log/cmh
/dev/mtdblock9 10240 10240 0 100% /mios
//xxx.xxx.xxx.xxx/Whisper
31248912 1072 31247840 0% /RT-AC87U

Yay too. Nice present for this time of year.