So I’ve been trying to get the Emulated Hue component setup, but can’t seem to get it to actually work.
I have it set to not expose all devices by default as I don’t want every device showing up, just a handful of input_boolean (most are already native).
configuration.yaml
emulated_hue:
host_ip: _HA-IP_
listen_port: 8300
off_maps_to_on_domains:
- script
- scene
expose_by_default: false
Devices I want to expose I setup under customize
input_boolean.office_rainbow:
emulated_hue: true
emulated_hue_name: "Office Party"
input_boolean.livingroom_rainbow:
emulated_hue: true
emulated_hue_name: "Living Room Party"
input_boolean.front_porch_rainbow:
emulated_hue: true
emulated_hue_name: "Front Porch Party"
input_boolean.vacation_mode:
emulated_hue: true
emulated_hue_name: "Vacation Mode"
input_boolean.garage_door:
emulated_hue: true
emulated_hue_name: "Garage Door"
input_boolean.unlock_doors:
emulated_hue: true
emulated_hue_name: "Unlock Doors"
input_boolean.lock_doors:
emulated_hue: true
emulated_hue_name: "Lock Doors"
input_boolean.bedtime:
emulated_hue: true
emulated_hue_name: "Bedtime"
The Amazon Echo won’t discover these devices no matter what I try, I even tested setting expose_by_default: true and setting exposed_domains to input_boolean with no luck. Slightly stumped at the moment.
Additional Info:
HA Version: 0.27.1
Not noticeable errors in the logs
Already have a Philips Hue Bridge - within HA and connected to the Amazon Echo
All devices are on the same LAN
SSL enabled on HA