Vodafone Station

The Vodafone Station integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] allows you to control your Vodafone Station based router.

The integration provides information about your internet connection and the connected devices.

Supported devices

The integration supports only Sercomm models so far.

Tested models

This integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] was tested against the following models from Sercomm:

  • Vodafone Power Station (SHG3000)
  • Vodafone Power Station WiFi 6 (SHG3060)
  • Vodafone WiFi 6 Station (RHG3006)
  • Vodafone Gigabox (SHG3000) - supplied by Vodafone Ireland
  • Vodafone H300S

配置

要将 Vodafone Station hub 添加到您的 Home Assistant 实例中,请使用此 My 按钮:

手动配置步骤

如果上述 My 按钮不起作用,您也可以手动执行以下步骤:

host

The IP address of the Vodafone Station router.

username

The username of the Vodafone Station router.

password

The password of the Vodafone Station router.

选项

Vodafone Station 的选项可以通过用户界面设置,具体步骤如下:

  • 浏览到您的 Home Assistant 实例。
  • 转到 设置 > 设备与服务
  • 如果配置了多个 Vodafone Station 实例,请选择您想配置的实例。
  • 选择集成,然后选择 配置
consider home

Number of seconds that must elapse before considering a disconnected device “not at home”.

Supported functionality

There is support for the following platform types within Home Assistant:

  • Device tracker - presence detection by looking at connected devices.
  • Sensor - external IP address, uptime, firmware, resources and network monitors.
  • Button - restart router, dsl/fiber/internet key connections.

Examples

Automation: reconnect / get new IP every night

automation:
- alias: "Reconnect Vodafone Station (Fiber)"
  triggers:
    - trigger: time
      at: "05:00:00"
  actions:
    - action: button.press
      target:
        entity_id: button.vodafone_station_xxxx_reconnect_fiber

Automation: notify connected device not home

automation:
- alias: "Apple TV disconnect"
  triggers:
    - platform: state
      entity_id: device_tracker.appletv
      to: "not_home"
  actions:
    -  action: notify.mobile_app_phone
       data:
         message: "TV lost network connection"

Automation: notify router CPU usage too high

automation:
- alias: "Vodafone Station CPU high cpu usage"
  triggers:
    - platform: numeric_state
      entity_id: sensor.vodafone_station_xxxx_cpu_usage
      above: 80
  actions:
    - action: notify.mobile_app_phone
       data:
         message: "Router CPU above 80%."

Data updates

This integration polls数据轮询是定期查询设备或服务以检查更新或检索数据的过程。通过定义自定义轮询间隔,您可以控制系统检查新数据的频率,这有助于优化性能并减少不必要的网络流量。 [Learn more] data from the device every 30 seconds by default.

Additional info

Device tracker

Note: If you don’t want to automatically track newly detected devices, disable the integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] system option Enable new added entities.

Troubleshooting

Can’t set up the device

Symptom: “User already logged-in”

When trying to set up the integration, the form shows the message “User already logged-in”.

Description

This means that there is already a logged session to the Vodafone Station router.

Resolution

To resolve this issue, log out from all active sessions, or, if the session was abruptly closed, wait for the router timeout (usually 60 seconds).

Removing the integration

This integration follows standard integration removal. No extra steps are required.

从Home Assistant中移除集成实例

  1. 前往 设置 > 设备与服务 并选择集成卡片。
  2. 从设备列表中,选择要删除的集成实例。
  3. 在条目旁边,选择三个点 菜单。然后,选择 删除