# Emulated Hue does not work on iHost

**URL:** https://forum.ewelink.cc/t/emulated-hue-does-not-work-on-ihost/22800
**Category:** eWeLink CUBE
**Tags:** home-assistant, ihost
**Created:** [October 12, 2023, 11:04am UTC](https://forum.ewelink.cc/t/emulated-hue-does-not-work-on-ihost/22800 "2023-10-12T11:04:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![christiansbalz](https://avatars.discourse-cdn.com/v4/letter/c/6f9a4e/32.png) [@christiansbalz](https://forum.ewelink.cc/u/christiansbalz)
#### Post date: [October 12, 2023, 11:04am UTC](https://forum.ewelink.cc/t/emulated-hue-does-not-work-on-ihost/22800/1 "2023-10-12T11:04:32Z")

</div>

Hello,

I’m configuring Emulated Hue on HA that is installed on an iHost. However, I’m getting the following error. I have the same integration working on Node Red, but I can’t run it on HA.

`Failed to create HTTP server at port 80: [Errno 98] error while attempting to bind on address ('192.168.15.95', 80): address in use`

Here my configuration.yaml

```auto
emulated_hue:
  host_ip: 192.168.15.95
  listen_port: 80
  expose_by_default: false
  entities:
    light.luz_suite: 
      hidden: false

```

Any ideas or suggestions

---

<div class="post-metadata">

### Author: ![Tamer\_Salah](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.ewelink.cc/tamer_salah/32/4047_2.png) [@Tamer\_Salah](https://forum.ewelink.cc/u/Tamer_Salah)
#### Post date: [April 6, 2025, 10:17am UTC](https://forum.ewelink.cc/t/emulated-hue-does-not-work-on-ihost/22800/2 "2025-04-06T10:17:00Z")

</div>

then try to change listen port
