Skip to content

Feature/ha ip broadcast#221

Open
iDobryak wants to merge 2 commits into
Laxilef:masterfrom
iDobryak:feature/ha-ip-broadcast
Open

Feature/ha ip broadcast#221
iDobryak wants to merge 2 commits into
Laxilef:masterfrom
iDobryak:feature/ha-ip-broadcast

Conversation

@iDobryak
Copy link
Copy Markdown

@iDobryak iDobryak commented Feb 4, 2026

Description

Expose the current IP address of the OTGateway web interface to Home Assistant
as part of the diagnostic information.

Problem

At the moment, in order to access the OTGateway web interface, users have to
manually determine the device IP address by logging into their router and
searching for the assigned address.

This is inconvenient in environments with dynamic IP assignment (DHCP),
multiple devices on the network, or headless setups.

Solution

  • Determine the currently assigned IP address used by the OTGateway web
    interface.
  • Include this IP address in the diagnostic information sent to Home Assistant.
  • Keep existing behavior unchanged if the IP address cannot be determined.

Testing

  • Manual verification via Home Assistant diagnostics
  • Existing functionality verified to be unaffected

Fixes #220

image

@Laxilef
Copy link
Copy Markdown
Owner

Laxilef commented Feb 4, 2026

Hi,

Thanks. Why not use this button on the device page?

@iDobryak
Copy link
Copy Markdown
Author

iDobryak commented Feb 9, 2026

Interesting option. I’ll keep that in mind.

The plan is to create a card showing the status of the internet and other devices with web interfaces, displaying their names and assigned IPs. With the ability to copy and navigate. Ideally, you could just click the IP and have the device page open (but so far I haven’t found such an option).

image

If we consider the optimal path from the starting point: the main page.

Desired implementation
In the network devices section, I find the boiler.
I click the IP.
The page opens.

Possible approach
I find the boiler’s IP in the network devices.
I copy the IP.
I paste it into the browser.
The page opens.

Current implementation
I click on the control panel or boiler data.
In the pop-up window, I click the three dots.
Then a page opens.
I click “Go to.”
The required page opens.

// Same without GPT translation

Интересная опция. Буду знать про такое.

План сформировать карточку по состоянию интернета и прочих устройств с веб интерфейсом с выводом их названий и выделенных IP. С возможностью скопировать и перейти. А лучше просто нажать на IP и чтоб открылась страница устройства (но пока я такой опции не нашел).

image

Если считать оптимальный путь от: Стартовое положение главная страница
Желаемая реализация
В разделе сетевых устройств нахожу котел
Нажимаю на IP
Открывается страница

Как можно сделать
Нахожу в сетевых устройствах IP котла
Копирую IP
Вставляю в браузер
Открывается страница

Текущая реализация
Нажимаю на панель управления или данные с котла
В выскакивающем окне нажимаю три точки
Далее открывается страница
Нажимаю перейти
Открывается требуемая страница

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide the current IP address to Home Assistant

2 participants