Edit: I have fixed the issue and am currently releasing a bug fix release Thanks for reporting this issue!
If you would be able to create a GitHub issue (see my previous link), that would be much appreciated That way I have all my “todo’s” in one place. I’ll look into this asap.
Please do this the next time, the forum is great for discussions etc… but for bugs it is easier for me to have them in one place.
Hi,
I have configured influxdb with database xyz and measurement temp1. Here temp1 storing key-name with value like key as data and keyName “censor_data” and value 0.63
e.g, INSERT temp1,data=censor_data value=0.63
On selecting database xyz corresponding measurement temp1 getting censor_data values
e.g, select * from temp1
I configured influxdb integration in my application on Lora-app-server with database xyz , url , username, password but not able to get anything in influxdb
So, where I’m doing mistake here?
Is it problem during influxdb integration time or somewhere else?
Please help us
My system is ubuntu16, and the docker version is:
Docker - compose version:
My configuration process is as follows.you can refer to:
Start by installing influxDB;
Start the program;
Then go to the loraserverweb interface to operate:
Then I can see the data at the influxDB. (by the way, the influxDB only needs to create a database. When loraserver receives the data, it will automatically create the corresponding table and save the data.)
Yes, I have tried. I configured the influexDB API to https but the lora app server does not store any data in the data base. However lora app server save data if i use http API of Influx.
I think the problem is the use of self-signed certificates in InfluxDB. Therefore LoRaAppServer can not verify the identity of the influxdb server.
I do not know if it will be possible to set up an https connection between LoRaAppServer and InfluxDB using self-signed certificates in Influx.
I am seriously losing my cool with this. It should clearly state in the assumptions of all guides for LoRaServer the following:
You are a Yoda or some other form of higher being before attempting to use LoRaServer
You thrive on sitting in front of your computer and struggling to sift through our (and others) lack of documentation
You wrote LoRaServer so you only have these guide as a vanity to trick others into following your lead.
I dig through forums and google for hours and can’t seem to figure any of this non-sense out. What really pisses me off is that I have $36K of LoRa Gateways going up for the city and can’t even figure this BS out.
Any luck on this one?
I have my own Lora Application Server running on Raspberry using postgreSQL. I don’t know how to integrate it to Grafana either, I need to study more since I am not a Yoda.
I am trying to use my Gateway and have previously used https integration. Now, I want to use Influxdb integration but have faced some probles to install Infludb on my Gateway. Now, i am trying to use Influxdb server to use it online. But, was unsuccessful. Could you guide me how to get my data up and running in Grafana?