Hue emulation/Harmony Hub won't link

I’ve been working on this for hours and even through searching these forums I can’t seem to resolve my issue.

I’m trying to set up the hue emulation add-on to work with the harmony remote. I have it installed and I have my items tagged. I can go to the ip address and see the discovery: 192.168.1.151:8080/api/discovery

I can NOT see it at 192.168.1.151/api/discovery

I opened the Harmony app and when I try to link the harmony app times out saying it can not link.

I thought maybe I needed to use iptables so I ran the following:
iptables -t nat -A PREROUTING -p tcp -d 192.168.1.151 --dport 80 -j DNAT --to-destination 192.168.1.151:8080

But the rule will not take, not matter how may times I try. I run iptables -L but I get an empty iptable every time.

Is there something I’m missing or something I’m not doing correctly? Any tips are appreciated.

Thanks,
Matt

1 Like