-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 | Notification about IP of RaspberryPi #921
Comments
I would see this as an optional features as some people may have a mail agent disabled to improve overall startup performance. If you provide a PR we gladly integrate it. |
Looks like MiczFlor is already working on it: 3a65a6c |
maybe an alternative would be a text to voice output.. . |
Looing in the commit, |
I think a general event system with configurable sinks (e.g. mail, display, log) would be a good idea. |
Hi @BerniPi @s-martin The Settings page has the option to switch it on and off. So if you move to a different Wifi, the process would be:
I worked on installing the mail version, but have a mail server configured on the Pi would really make the install a nightmare :) for average users. What I will do now: push my changes and then manually merge @BerniPi pull request. There will be a bunch of conflicts. So I do this now and test is on the Pi |
Ah... and another thing: the service startup sound will cease to exist. I created a startup-scripts.sh file which we can add on. This will be launched when booting. I will make the changes in @BerniPi pull request, too. |
Hi @BerniPi |
Feature Description
I know that it's recommended to use a static ip. But i also want to connect my phoniebox to the networks of grandparents and to hotspots from mobiles.
I can add the wifi-settings from my phone's hotspot and the phoniebox connects, but i cannot access to the webinterface without knowing the ip. Connecting with the hostname works at home, but not on my android phone.
What functionality would you like to see in your phoniebox?
The phoniebox notify me about his ip: There is a possibility that the ip gets spoken, but i don't like that in this case. A good solution is, to mail the ip at startup or at buttonpress.
How do you envision the feature to work from a users perspective?
The phoniebox starts and I get a notification about the ip.
Further information that might help
I know that this is very special and i don't think that it shoud be added to phoniebox as code, but maybe anyone else is interested or you want to add it to the wiki.
Solution: It's fairly simple. I found some scripts, but only this one worked: https://github.com/oliverscheer/send-email-with-device-ip-address
I execute it with a systemd-service at startup.
The text was updated successfully, but these errors were encountered: