cyberjunky / home-assistant-ttn_gateway

This components reads statistics from a The Things Network Gateway.
MIT License
2 stars 0 forks source link

Error connecting to TTN indoor gateway... #1

Closed jjanderson closed 3 years ago

jjanderson commented 3 years ago

Logger: custom_components.ttn_gateway.sensor Source: custom_components/ttn_gateway/sensor.py:123 Integration: ttn_gateway (documentation) First occurred: 15:50:26 (4 occurrences) Last logged: 15:51:08

Cannot connect to TTN Gateway: Cannot connect to host 192.168.1.93:80 ssl:default [Connect call failed ('192.168.1.93', 80)]

Gateway has been assigned static ip address at 192.168.1.93...

I appreciate that the information in this ticket may be scant, so please do let me know if you need any further information.

Thanks

cyberjunky commented 3 years ago

@jjanderson What do you get when you connect with a webbrowser to http://192.168.1.93/status.cgi ?

jjanderson commented 3 years ago

here: image

THis is one of the new gateways not the original on kickstarter if that helps?

cyberjunky commented 3 years ago

@jjanderson Which kind of TTN Gateway model do you use? It's either not supported, or the IP address is different than you might think, remove cable an see if ping stop working.

jjanderson commented 3 years ago

it connects on wireless and I have assigned static IP address via UDM....

This si the gateway: https://www.thethingsnetwork.org/docs/gateways/thethingsindoor/

cyberjunky commented 3 years ago

@jjanderson I don't know if that one has a webserver and/or reports its status data and if so what the url is. The integration was build for the TTN Backer Edition https://www.thethingsnetwork.org/docs/gateways/gateway/

If you can find out more info about your model I can try to adapt to it.

jjanderson commented 3 years ago

Hi, it’s not a major issue, however this one and the outdoor version are now the official TTN ones, I am not bothered really, but others may experience the same problem. I can help troubleshoot if you need. I mainly use chirpstack in any case so mot too bothered about ttn

cyberjunky commented 3 years ago

I will update the README with this information.