Bram Gerritsen

Results 221 comments of Bram Gerritsen

@cbichis I am also not sure how to implement something like this in a generic way, because both StrokerForm and jquery validate library expects a validator to be attached to...

Yes, good idea. I don't see a reason why we shouldn't utilize those. PR's are welcome

Yes I did already put my comments 21 days ago. Did you miss them? See https://github.com/bramstroker/zf2-form/pull/50

Something like this will fix it: ``` {% set state = states('sensor.buienalarm_next_rain_forecast') %} {% if state == "unknown" %} unknown {% elif as_timestamp(state) %} {{ ( ( as_timestamp(state) - as_timestamp(now())...

That's strange. Was there any error before this? I guess there was a problem downloading the profile, there should be an error in the logs in this case. But you...

@lancer73 JSON is invalid so you probably made a mistake trying to fix manually. Which error did you got regarding the ZBMini? Same as @GH2user or another error message? Did...

Oops I see I did edited your comment with my remarks @GH2user. Meant to quote reply, no idea what I have been sniffing this morning ;-) Anyway, I have worked...

I have released 1.12.2 btw which includes some improvements to prevent the error reported in this issue. Hope this solves all your issues.

Communication protocol can "matter" in power consumption. As Wifi tend to use a tidy bit more. Are you able to take a few samples at different settings, and see if...

> Also makes it clearer how to find WLED on the configuration GUI. > > > P.S.: should segmented WLEDs also be found automatically by the integration? In my case,...