08.06.2020, 16:16
Hi all,
Im trying to get this script to work, but as i'm a novice i need a little help. Last week i bought a Hue Bridge and a LED strip for outdoor use. It works with the Hue App and i know the IP of the Hue Bridge
I copy/pasted file user.hue_v2.lua into user libraries; modified the IP-Adress, but i don't have the user.hue as the hue commands script gives error:
I copy/pasted file resident hue feedback_v2.lua into Resident script
I copy/pasted file hue commands_v2.lua (until the Event based parts) into Resident script. ==> See error above
Created 3 event based scripts from the remaining code in hue commands_v2.lua and modified the groupadresses to the correct ones for lamp 1.
What am i doing wrong and how do i get a user id for the homelynk?
Thx
Im trying to get this script to work, but as i'm a novice i need a little help. Last week i bought a Hue Bridge and a LED strip for outdoor use. It works with the Hue App and i know the IP of the Hue Bridge
I copy/pasted file user.hue_v2.lua into user libraries; modified the IP-Adress, but i don't have the user.hue as the hue commands script gives error:
Code:
Hue discovery 08.06.2020 17:57:13
Resident script:2: module 'user.hue' not found:
no field package.preload['user.hue']
no file './user/hue'
no file 'Library user/hue'
no file 'User library hue'
no file 'Library user/hue.so'
no file 'Library user.so'
stack traceback:
[C]: in function 'require'
I copy/pasted file resident hue feedback_v2.lua into Resident script
I copy/pasted file hue commands_v2.lua (until the Event based parts) into Resident script. ==> See error above
Created 3 event based scripts from the remaining code in hue commands_v2.lua and modified the groupadresses to the correct ones for lamp 1.
What am i doing wrong and how do i get a user id for the homelynk?
Thx
Novice DIY with a HL and KNX basics trying to ...