Skip to content
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

Modem state and signal monitoring #4

Open
black-roland opened this issue Oct 31, 2024 · 1 comment
Open

Modem state and signal monitoring #4

black-roland opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@black-roland
Copy link
Owner

black-roland commented Oct 31, 2024

Feature request from comments:

Is it possible to add a binary sensor to your integration that reflects the “liveness” of the modem? I noticed that the modem can drop out once every few days. Yes, the host is forced to reboot once a week for preventive purposes, but the modem’s interruptions can be sudden and frequent. At the moment, I use the standard SMS integration to check the modem’s status, specifically the change to “unavailable” of the operator’s name or signal level, but I’m thinking of abandoning this integration altogether.

Instead of a binary sensor, I think that's better to implement a service. Or a sensor representing the signal level but autoupdate must be disabled for such sensor. The sensor should be updated on demand using homeassistant.update_entity.

Feel free to create a patch for this feature.

@black-roland black-roland added enhancement New feature or request help wanted Extra attention is needed labels Oct 31, 2024
@black-roland
Copy link
Owner Author

As a workaround, the similar could be archived using the serial integration: https://www.home-assistant.io/integrations/serial/

If a modem is still connected and working, it should reply with OK to the AT command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant