Has anyone successfully implemented beacons into Fibaro? I have been looking around the forums but cannot find a solution that meets my needs.
Overview:
looking to turn on specific lights in the room depending on the person in the room.
Logic:
if user_1 walks into room_1 then lights_1 turns on
if user_2 walks into room_1 then lights_2 turns on
Devices:
smartphone, beacons, z-wave lights
execution:
user_1 has smartphone in pocket. walks into room_1, beacon_1 sees that User_1 is in range, beacon_1 sends command to fibaro to turn on lights_1
Does anyone have any ideas solutions?