Results 322 comments of Edwin Biemond

you mean with homey? so homey can replace the smartthings hub. so you can use triggers or conditions and make your flows to do things and combine this with the...

@rgerganov with your decompiler action did you see something like supported options per device. For example for mode on AC5659_10 I only support ``` mode_str = {'P': 'auto', 'A': 'allergen',...

Hi, Resource adapter is not so hard and is plain puppet code see https://github.com/biemond/biemond-orawls/blob/puppet4/manifests/resourceadapter.pp https://github.com/biemond/biemond-orawls/tree/puppet4/templates/adapter_plans and the facts part https://github.com/biemond/biemond-orawls/blob/puppet4/lib/facter/orawls.rb#L374 So you can try it , test it and send...

Hi, Ok it looks like oradb and I need to add opatch upgrade just like in db where this is very common. https://github.com/biemond/biemond-oradb/blob/puppet4_3_data/manifests/opatchupgrade.pp Thanks

nice, please make a PR, I can always fix it and improve it

Hi, Puppet ordering can very strange and tricky. I don't have a clue what it can be but using weblogic define instead of the class is fine. the class is...

Yeah, because of this https://github.com/biemond/biemond-orawls/blob/master/files/providers/wls_group/modify.py.erb#L31 maybe we can add a param so you can skip it but don't know if puppet will see it as a change on the next...

I know that is more handy but it is not the wls way I don't think I can support both ways because of the autorequire between group and user

please check the puppet master section in the readme and when this does not work check with puppet why this is.

Ok, no problem I will take a look at it. It will be easy to add this attribute Thanks