Emulated Hue does not work on iHost

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

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