Cody Cutrer

Results 171 comments of Cody Cutrer

Because it's a waste of CPU cycles, adds unnecessary complexity, and does not add any "real" security (an IV is completely random data anyway; encrypting the randomness doesn't make it...

It sounds like maybe the user you have the service to run as doesn't exist on your system.

There are a few things you can play with. Temperature range is essentially two separate set points. I think this is meant to be used as a "vacation mode". Heating...

@digwa-ing: any additional info on this? looking at the status messages, I think I can see three sets of RGB values, which would correspond to zones A, B, and C...

Oh wow, I hadn't even seen all that channel assignment stuff in the wiki. Yes, definitely I'd be happy to merge it if you write it (and I'll try it...

this is because Rails generates a new method that will call your block only when the scope is called. method_source is properly returning the source of the generated method

this is because Reader#attr_nodes (and Reader#namespaces) use xmlTextReaderExpand (which reads all children nodes), and then just pull the properties (attributes) off the root node to return the array. it really...

go to http://esp-link/console/baud?rate=31250 and it will set it

+1. This enhancement would allow the jrubyscripting helper gem (https://github.com/boc-tothefuture/openhab-jruby/) to remove its own CronTrigger type that's used simply to correlate which trigger triggered the rule.