Hi guys,
Im lost. I made the multi-sensor from BRUH Automation, the arduino ide shows results (using dht11 instead of dht22 which in a other topic gets fixed).
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1254.40","motion":"motion detected","ldr":"14","temperature":"1092.38","heatIndex":"-818882.00"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1092.38","heatIndex":"-755173.00"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1203.20","motion":"motion detected","ldr":"14","temperature":"1092.38","heatIndex":"-693427.06"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1203.20","motion":"motion detected","ldr":"14","temperature":"1092.92","heatIndex":"-694568.44"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1203.20","motion":"motion detected","ldr":"14","temperature":"1092.38","heatIndex":"-693427.06"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1092.38","heatIndex":"-755173.00"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1093.46","heatIndex":"-757623.50"}
{"state":"OFF","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1092.38","heatIndex":"-755173.00"}
When i hit the LED switch in HA front end, the result on the monitor is =
Message arrived [bruh/sensornode1/set] {"state": "ON", "brightness": 194}
{"state":"ON","color":{"r":255,"g":255,"b":255},"brightness":194,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1092.02","heatIndex":"-754357.00"}
Setting LEDs:
r: 194, g: 194, b: 194
Message arrived [bruh/sensornode1/set] {"state": "ON", "brightness": 255}
{"state":"ON","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1092.02","heatIndex":"-754357.00"}
Setting LEDs:
r: 255, g: 255, b: 255
Message arrived [bruh/sensornode1/set] {"state": "ON"}
{"state":"ON","color":{"r":255,"g":255,"b":255},"brightness":255,"humidity":"1228.80","motion":"motion detected","ldr":"14","temperature":"1092.02","heatIndex":"-754357.00"}
Setting LEDs:
r: 255, g: 255, b: 255
The problem:
I get no other information like temperature etc.
The Led is always on (white), I cannot change the color only change the brightness and the sensor in the front end automatically switches off?
Any ideas? I copied Bens .yaml stuff to my own and followed the video and Wiring Diagram