Works like a charm, just user has to be User, picky little thing :)
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.
-
RE: Dynamic Excel reports?
Hmm... How about I reformulate the question to something like;
How would one solve the problem of having to generate 50+ reports if all the data is the same for each individual report. By "all the data is the same" I mean it's all hourly consumption data, same format, different numbers. -
Dynamic Excel reports?
Not sure if the title is exactly the right heading for this topic but it's the best way I can describe it. I'm curious if it's possible, like the dynamic dashboards (I'm about to watch some videos on that topic), to use a single Excel report template to generate a report based on the currently displayed values. Here's what I'm trying to do.
I have a client who has something like 50 commercial tenants, each one with an electric submeter. I'm going to build a quick dashboard for these tenants using the dynamic displays so that the tenants can log in and see their usage data and some stats. My client has requested that the tenants be able to download a report based on this data. The data would all be the same for each tenant, just the name and point data would differ. Maybe Excel reports aren't the way to accomplish that?
Thank you again, always saving my butt!
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