Skip to content

Version 2025.11.0 – Major Update

Choose a tag to compare

@nao-pon nao-pon released this 28 Nov 02:19
· 10 commits to main since this release

Full Changelog: 2024.4.0...2025.11.0

GitHub Release Notes (English)

🎉 RS-WFIREX4 Integration – Major Update

This release delivers a significantly improved and more user-friendly experience for RS-WFIREX4 users.
Configuration, device structure, and reliability have all been enhanced.


New Features

1. UI-Based Configuration (No YAML Needed)

You can now add and configure RS-WFIREX4 devices directly from
Settings → Devices & Services → Add Integration.
No more configuration.yaml editing required.


2. Device-Level Grouping of Entities

Sensors and the remote entity are now grouped under a single device entry:

  • Temperature
  • Humidity
  • Light (Illuminance)
  • Reliability
  • Remote (IR control)

This provides a much cleaner and more organized device overview.


3. Automatic Recovery from IP Address Changes

If your router assigns a new IP address to the device, the integration:

  • Detects the change
  • Updates the config entry automatically
  • Keeps the entity available without requiring re-setup

This eliminates many “device unavailable” issues.


4. More Reliable Sensor Updates

Powered by Home Assistant’s DataUpdateCoordinator:

  • Stable and consistent updates
  • Improved error handling
  • Fewer warnings and connection errors in logs

5. Cleaner Entity Names & IDs

  • Entity names now follow a friendly format like
    “Living Room Temperature”, “Living Room Light”, etc.
  • Entity IDs are generated consistently
  • Avoids conflicts with existing entities

6. Improved Device Information

Device Info now correctly displays:

  • Manufacturer: RATOC Systems
  • Model: WFIREX4
  • Unique identifier based on MAC address

🛠 Other Improvements

  • Better handling of temporary network failures
  • Accurate support for temperature/humidity offsets
  • Updated codebase for future HA compatibility

⬆️ Update Recommended

Users of previous versions are strongly encouraged to update for improved reliability and ease of use.


GitHub リリースノート(日本語)

🎉 RS-WFIREX4 統合 – 大幅アップデート

本バージョンでは RS-WFIREX4 の使い勝手が大きく向上しました。
構成方法、デバイス表示、センサー更新の信頼性などが改善されています。


新機能

1. UI からの設定が可能に(YAML 不要)

Home Assistant の
設定 → デバイスとサービス → 統合の追加
から RS-WFIREX4 を追加できるようになりました。

configuration.yaml に記述する必要はありません。


2. デバイスごとにセンサーとリモートをまとめて表示

1つの RS-WFIREX4 デバイス配下に以下がまとまります:

  • 温度センサー
  • 湿度センサー
  • 照度センサー
  • 信頼度センサー
  • 赤外線リモート

UI がすっきりし、デバイスの状態が見やすくなりました。


3. IP アドレス変更時に自動復旧

DHCP により IP が変わった場合でも:

  • 自動検出
  • 設定エントリを自動更新
  • 再設定不要で継続動作

“デバイスが利用できません” の問題が減ります。


4. センサー更新の信頼性向上

Home Assistant の DataUpdateCoordinator を採用し:

  • センサー値の更新が安定
  • エラー発生時も自動再試行
  • ログの警告が減少

5. 分かりやすいエンティティ名と ID

  • 「リビング 温度」 のような分かりやすい名前に
  • entity_id の衝突を避ける仕組みに改善
  • UI 上で整理されて表示

6. Device Info の改善

以下の情報が正しく表示されます:

  • メーカー:RATOC Systems
  • モデル:WFIREX4
  • MAC アドレスベースの一意識別子

🛠 その他の改善

  • 一時的な接続エラーの処理を改善
  • 温度・湿度オフセットの調整に対応
  • 将来の HA バージョンに向けた内部コード整理

⬆️ アップデート推奨

以前のバージョンを使用している場合、本アップデートを強く推奨します。
安定性と使い勝手が大幅に向上しています。