Klaas Schoute

Results 105 comments of Klaas Schoute

@RubenKelevra Have you checked if this issue applies to you? https://github.com/klaasnicolaas/home-assistant-glow#wrong-soldered-diode. As far as I know, a red and orange LED should work just fine.

The piece of logs looks fine, I think there was some hypersensitivity of the sensor at that moment. So that causes a high kWh value in your energy dashboard. Maybe...

Maybe it was a one-time thing after all and is it okay now?

That is currently not possible, you can only reset the value. Also, the service name in the default yaml file has been changed. I wonder how useful it is to...

Hello Hacktoberfest! If something is problematic I'd like to see a PR that improves it 😄 For not being able to flash, maybe adding something in the FAQ. I also...

Strange why there is no line in your logs showing how much power you are using 🤔 I think your expectations are more in line with the `pulse_counter` component of...

What if you use this: (1000.0 instead of 1000) `- lambda: return x * ((60.0 / ${pulse_rate}) * 1000.0);`

Maybe you need to add this line: https://github.com/klaasnicolaas/home-assistant-glow/blob/master/home_assistant_glow.yaml#L100 Several people who use an LDR put that line in their code otherwise they get no or strange measurements.

Would still not recommend to use the LDR, because of the reliability in terms of measurements. But in the end it is certainly possible to use an LDR.