New open source web app to manage TTN devices

Hi,

I have developed a web app to manage sensors, actuators, cameras, and GPS. It works with TTN. It’s simple and easy to use —less powerful than others solutions like Home Assistant but maybe a better fit for someone project.

The app’s website is https://iot-assistant.github.io/

I have it running in a cheap Raspberry Pi Zero W https://iot-assistant.github.io/guides/running.html#run-on-raspberry

Currently I am using a TTN tracker device with it to receive Telegram notifications if the GPS leaves a certain perimeter.

I also developed some libraries and Arduino examples for sensors and GPS using TTN, it is available here https://iot-assistant.github.io/guides/arduino.html#main-content

3 Likes

Hi, I have tried it but could not get it to work, I have raised an issue at git. Maybe you can have a look at it and help me out. Thanks

Hi,

Thanks for reporting it!.

The correct login page is http://localhost:8080/app/login/login.html which redirects to the dashboard.

Alternatively, you can simply open the dashboard directly.
That’s the page I’ve saved in my favorites, so if I’m not logged in, I’ll be redirected to the dashboard after logging in.

I’ll fix the app to to ensure that, regardless of the page you were trying to access, you’re always redirected to the dashboard after logging in.

Thanks!