gurrier

Results 23 comments of gurrier

Sounds like this would give good transparency both in relation to AEMO publishing data lag within the current interval (typically 30-60 sec is to be expected) as well as OpenNEM's...

Also, does it need to now use tokens for access rather than user/password?

I went to do this but got the following choice which worried me about the scaling between kWh to W. Shouldn't it be from kWh to "**kW**" if there is...

Try running this python code to see if torch is setup properly ----- import torch print("Torch version:",torch.__version__) print("Is CUDA enabled?",torch.cuda.is_available())

The log error I am seeing is this...hoping someone can point out if/where I might be going wrong. Logger: custom_components.thethingsnetwork Source: custom_components/thethingsnetwork/TTN_client.py:204 Integration: The Things Network ([documentation](https://github.com/angelnu/home_assistant_thethingsnetwork), [issues](https://github.com/angelnu/home_assistant_thethingsnetwork/issues)) First occurred:...

Could it be that the servers are for Australian except the Identity server which is EU?

> the URL is hardcoded to the EU provider currently - it can be changed at @angelnu Thanks for the response. I have tried to change that to "au1.cloud.thethings.network" to...

> Is the error you get after changing `TTN_API_HOSTNAME` the same as before (invalid token)? Yes, Invalid Token is still the error. I'm stumped now, I've tried prepending the bearer...

Ok, I deleted the API key and created a new one. This time the API key actually had the format NNSXS.XXX.XXX In the curl command it did not throw an...

Not managed to get it working. Should I be receiving a response with the curl command above?