Alex030971
(Alex030971)
November 8, 2025, 4:36pm
1
Hello everybody! Can you tell me how to correctly register the Camera Lux add-on in the configuration? The author described the configuration very briefly, just the options. I tried different combinations, but nothing worked for me. The object is not created with this addon.
cameralux:
If anyone has encountered it, please help.
francisp
(Francis)
November 8, 2025, 5:15pm
2
This ?
Lux sensor emulation for Home Assistant cameras
and please format your code properly
Alex030971
(Alex030971)
November 9, 2025, 3:25am
3
Yes, this addon
cameralux:
- sensor: cameralux
entity_id: lux_cam
image_url: http://192.168.1.125:5000/api/terrace/latest.jpg
francisp
(Francis)
November 9, 2025, 4:41am
4
lux_cam is not an entity_id. It probably need to be an existing camera, so it would be camera.lux_cam
Alex030971
(Alex030971)
November 9, 2025, 9:21am
5
I made the changes, but I can’t find the property where the illumination value is passed. How can I find him? the addon does not give errors.
cameralux:
- sensor: cameralux
entity_id: camera.veranda # this is camera
image_url: http://192.168.1.125:5000/api/terrace_bardak/latest.jpg
francisp
(Francis)
November 9, 2025, 10:18am
6
Maybe ask in the author’s GitHub?