NETGEAR LTE
The NETGEAR LTE integration for Home Assistant allows you to observe and control NETGEAR LTE modems.
Home Assistant 目前支持以下设备类型:
- 通知
- 传感器
- 二进制传感器
该集成支持通过 SMS 发送通知、报告传入的 SMS 事件以及报告多个传感器和二进制传感器中的调制解调器和连接状态。
Splitting of long SMS messages is not supported so notifications can contain a maximum of 70 characters. Simple messages using the reduced GSM-7 alphabet can contain up to 160 characters. Most emojis are not supported.
Configuration
To add the NETGEAR LTE device to your Home Assistant instance, use this My button:
Manual configuration steps
- Browse to your Home Assistant instance.
- Go to Settings > Devices & services.
- In the lower-right corner, select Add integration.
- From the list, select NETGEAR LTE.
- Follow the instructions on screen to complete the setup.
Notification Actions
集成将创建与集成条目名称匹配的“通知”操作。这是默认设备的型号名称。
Events
Event netgear_lte_sms
到达调制解调器收件箱的消息将作为“netgear_lte_sms”类型的事件发送,并包含以下内容。
Actions
Action: Connect LTE
“netgear_lte.connect_lte”操作要求调制解调器建立其 LTE 连接,如果调制解调器不自动连接,则该操作很有用。
Action: Disconnect LTE
“netgear_lte.disconnect_lte”操作要求调制解调器关闭其 LTE 连接。
Action: Delete SMS
“netgear_lte.delete_sms”操作会从调制解调器收件箱中删除消息。这可用于在传入 SMS 事件后进行清理。
Action: Set option
netgear_lte.set_option 操作设置调制解调器配置选项(否则可在调制解调器 Web UI 中使用)。
Examples
以下自动化示例使用 Conversation 集成处理传入的 SMS 消息,然后从收件箱中删除该消息。

