@Balistar Worth noting that Phillip no longer works at Infinite Automation / Radix IoT. He used to provide a lot of the support. I hope you get the support you need in the forum soon!
Your edit relates to HTTP receiver, not the retriever.
More that the help data is all over the place, the retriever and receiver overlap, the receiver has the information regarding the point url info. not the retriever.
I will probably write a script that retrieves and sets points through the devices REST API.
Sorry about that you are right, that was a node.js code snippet not JSON. And yes those codes are also very common. In v3 of the REST api we are going to put some effort into making the Swagger output accurate AND useful...
I would have thought that the HTTP Receiver would accept multiple point values at once, however I don't have the docs in front of me.
Not sure how your CURL request is authenticating.. You have an XSRF token but no session cookie. I would suggest using an authentication token for this kind of usage, then you don't need the XSRF token either.
@Balistar that isn't enough information to go on. Can you review your logs from the upgrade and see if anything went wrong? Each time Mango starts it should create a new log file so I would start by reviewing the log from the time you started and did the upgrade. Also check the com.serotonin.m2m2.db.upgrade.UpgradeXX.logs to see if any SQL commands failed that were not logged in the normal log file.
Copy the file to overrides and modify it there. The json file will not change when you change settings on the UI settings page. The JSON file contains defaults and extra information such as palettes etc.
I suspect the problem that you are having is that the old JSON file is cached when you view the UI settings page. Clear your browser cache before visiting the UI settings page and you should by able to select your custom theme/palettes.
Point values which are recorded from a remote device e.g. polling a modbus slave will not contain an annotation. Setting a point's value via the UI should record an annotation.
I wouldn't think that's the cause of the issue, though. When you say remote access, you mean accessing Mango on an external IP or domain? What happens when you navigate there?
@Balistar
There is also a line near the top of index.html that needs adminTemplate renamed, <base href="/user-dashboards/adminTemplate/">
Sorry for the inconvenience, somehow that didn't make its way into the new documentation page.
I think there could be a issue between our email systems. I sent you another email on November 1st with no response from you. Please try responding to the original ticket you set to the IAS support email. If that doesn't work we can use Skype of google hangout.
I'd just like to add a request for a list of the directives for the ma-gauge-chart etc. Something like the AngluarJS website would be nice to be able to find a list of the directives.
For example, I can find anything to set the minor ticks, only the major via interval.
Sorry for the delay on this. We do have a TCPIP data source but it's in Beta. I'm pretty sure it works but it hasn't been touched in a while. Here it is, will require core 2.5 to test. Please let me know if you get it to work.