-
dan
It should be all running in command line.
Maybe Java is looking for a default browser, try installing Links or Lynx
Or if you have XWindows installed, check it has a default web browser? -
dan
Weird, that's definitely the default. Make sure you're all in lowercase?
-
-
dan
Hey Guys, has anyone tried pushing data from TTN (The Things Network) into a Mango instance?
I see there is an HTTP Push type integration option from the TTN side. Likewise, there seems to be an HTTP Receiver module in Mango.
I have managed to setup a data source with a data point on it and can update the value using httpds on the URL with dataPoint=value etc. That part works. Interested to see if anyone else has had any luck getting the two to talk.
Cheers -
dan
Now I remember this fixed my other 2.8.8 systems. I couldn't find it for the life of me.
Comment for searchability for next time :-P
Cheers -
dan
Hey mate, can the underlying host machine connect to the mail server on that port?
Even try just...
telnet smtp.gmail.com 587
See if you get an answer similar to...
220 smtp.gmail.com ESMTP p9sm17466733pfq.136 - gsmtp
Although it does mention TLS so 587 should be correct? Certificate error is weird.
-
-
dan
Hey Guys, I'm trying to work out if there is a way to access previous values in a data point's history from the scripting data sources so I can work out flow rate from water level data point in tanks.
I'm thinking I should be able to look at the difference in the values and work out the flow rate in litres per hour or litres per minute, then just update a virtual data point to display it. It's probably so simple I can't see it for looking :O)
I know PREVIOUSVALUE(datapoint) exists as I use it frequently, but is there one for say a minute ago?
Or could I simply mirror a data point value but only update it once a minute, then just work out the flow rate by comparing the current value to the previous only.Cheers
Dan -
dan
I tried a little bit of script magic to see if it would do it at the same time, but I think still not quick enough..
I guess I need to combine the two 16 bit values into one 32 bit value, then write that to the single register, which should extend to the second yeh?
-