JP Meijers

Results 129 comments of JP Meijers

I would like to see these parameters exposed too. Data rate is currently available and one can guess the SF and BW from there, but explicitly stating the SF and...

Power: The LoRa Network Server does not know what power level an end device used to transmit, as the end device does not report this as far as I know....

TTN Mapper is starting to support multiple networks. The feature will allow end users to view different networks' coverage as different layers on the map. See https://twitter.com/ttnmapper/status/1374275806969667585?s=20. Exactly which networks...

> The LoRaWAN Backend Interfaces apparently introduced a NSID to identify different networks using the same NetID block. > @jpmeijers do you have a reference to this? Only @johanstokking's comment...

I have the same problem. When I use inverter_poller from https://github.com/manio/skymax-demo it works fine. Same config with inverter_poller from this repo fails with no data read timeout.

I'm getting the same issue when I use the generated structs with gorm. Scanning results into a struct. ```model.BillingBackendSite don't match BeforeSaveInterface, should be `BeforeSave(*gorm.DB) error`. Please see https://gorm.io/docs/hooks.html```

Facing the same issue here. I do not want the guregu imports, so omitted the `--guregu` flag. The model files still imports guregu and define an unused variable of type...

I'm having the same issue. ``` private fun subscribeToTopic() { val subscriptionTopic = sharedPref.getString(getString(R.string.PREF_MQTT_TOPIC), "#").toString() try { mqttAndroidClient?.subscribe(subscriptionTopic, 0, null, object : IMqttActionListener { override fun onSuccess(asyncActionToken: IMqttToken) { Log.w("Mqtt",...

I'm running into this same issue. Inside a container. The container works fine on my local Ubuntu 20.04 laptop, but not on a Ubuntu 18.04 VM. The issue might however...

Yes correct, adding a firewall exception did not help. This issue is the same as https://github.com/mkleehammer/pyodbc/issues/775 Anyone have an idea how we can debug this further, and why this would...