Works like a charm, just user has to be User, picky little thing :)
Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Best posts made by psysak
-
RE: Isolating users to a dashboard with only their device points
-
RE: Chrome on a MacBook
@mattfox said in Chrome on a MacBook:
EDIT: one more thing... Do you have any custom code in the overrides??? That includes any modified ui.*.js files.
If you have I'll wager it's clashing with the module code in the web/modules/mangoUI directory.I don't think so, I never added anything there. I'll try the module re-install.
Latest posts made by psysak
-
RE: MangoES Timestamp Does Not Match Local Time
@ottawa_admin on many linux distros resolv.conf tends to have a blurb similar to this "# This file is managed by man:systemd-resolved(8). Do not edit." I can't remember how the ES works but that's something that will burn you if it's not configured correctly.
Restarting the mango service itself would not affect it since this is a system level function. What you'd need to do is restart the whole ES so that Linux reboots and then have a look to see if your entries are still there. -
RE: Mango on ARM linux
@joelhaggar exactly what I have, the M1. Great to know thank you.
-
RE: MangoES Timestamp Does Not Match Local Time
@ottawa_admin I may be wrong but I think that resolv.conf gets overwritten on reboot.
-
Mango on ARM linux
I just wanted to ask if anyone has run mango on an ARM linux distro? I assume the Mango ES is an ARM processor but I was just wondering if anyone has explicitly run it on something like Ubuntu server for arm and if there was anything specific you had to do?
Thank you
-
RE: MangoES Timestamp Does Not Match Local Time
Definitely seems like classic clock drift. If the device has internet access you'll probably want to try and ping whatever NTP server is configured in the device. If it can't reach it then you'll need to change it.
-
RE: MangoES V3 - won't update
You ever find a way? I have the same issue right now.
-
Bacnet publisher multistate points
Hey, quick question. Does anyone know how to configure multistate points for use with bacnet publisher? I setup a virtual point and wanted to publish it via bacnet multistate but it doesn't work, I get errors saying inconsistent-configuration.
-
RE: Is there a way to add a token to HTTP JSON Retriever DS?
Works like a charm.
-
Fail2Ban on mango server
Have you guys ever implemented something like fail2ban on a mango server? I think my mango got taken down by something scanning it aggressively
-
RE: Is there a way to add a token to HTTP JSON Retriever DS?
Sorry @phildunlap you're right I missed details. Yes it was just a string which stores the variable name of a context object.
So can you set on a this[serial]? I'll try it later