Frontier Silicon

This integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] provides support for Internet Radios based on the Frontier Silicon chipset. Some of the manufacturers which offer products based on these chips include: Hama, Medion, Slivercrest, Auna, Technisat, Revo, Pinnel, etc. These devices will be usually controlled by the OKTIV or UNDOK apps.

Supported models

Frontier Silicon is used by many different brands of radio manufacturers.

Supported devices include, but are not limited to:

This integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] was developed and tested with a Roberts Stream 94i.

If your device is supported by the OKTIV or UNDOK apps, then it is also supported by this integration.

Prerequisites

The integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] supports automatic discovery of your Internet Radio. If you need to set up the device manually, please provide the device IP-address. Some models use a separate port (2244) for API access, this can be verified by visiting http://[host]:[port]/device.

The default PIN for Frontier Silicon-based devices is 1234. You can set the PIN code of your device (depending on manufacturer) under: MENU button > Main Menu > System setting > Network > NetRemote PIN setup

配置

要将 Frontier Silicon integration 添加到您的 Home Assistant 实例中,请使用此 My 按钮:

Frontier Silicon 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。

手动配置步骤

如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:

In case your device (friendly name) is called badezimmer, an example automation can look something like this:

# Example configuration.yaml automation
alias: "Bathroom Motion Detected"
triggers:
  - trigger: state
    entity_id: binary_sensor.motion_sensor_166d0001171111
    from: "off"
    to: "on"
actions:
  - action: media_player.turn_on
    target:
      entity_id: "media_player.badezimmer"

Screenshots:

Overview DAB+ (Badezimmer) and Spotify (Küche):

Overview of the info dialog:

Notes and Limitations

Warning

Some older devices may require setting up a session to process requests. This is automatically detected by the underlying library. There is always a single user (session) controlling a device, which means that once Home Assistant connects to a device all other sessions will be invalidated.

This renders the usage of [UNDOK] almost impossible for these older devices, as the Home Assistant integration polls the device state every 30 seconds or issues a command by creating a new session. In that case, you have to disable the integration if you want to use UNDOK.