Robert Hecht

Results 16 comments of Robert Hecht

Hello, on a setup of mine I saw the same issue with two Shelly i4 with adapter version 6.0.0. Iobroker runs in Docker on a Synology NAS in bridge mode,...

Hello, I just wanted to bring this back to attention. We currently have the demand for external services in our landscape again and I'd still like deploy/add them to Consul-ESM...

Sound's even better. Just tested this one successful: ``` file { '/etc/bash_completion.d/consul': ensure => file, owner => 'root', group => 'root', mode => '0644', content => "complete -C /usr/local/bin/consul consul\n"...

Just created the missing request. I'm open for any improvement request I can realize.

Having it inside the package would be great, yes. We are using the official packages from HashiCorp themselves in order to have the latest version available. In there no completion...

We also see this issue with: - Puppet: puppet-agent-1.10.10-1xenial & puppetserver-2.8.1-1puppetlabs1 Here the path also should be '/etc/puppetlabs/puppetserver/services.d/ca.cfg'. We're running this module on tag 2.1.0.

Thanks for the hint. Did it this way right away, works very well. ``` file { 'symlink_bootstrap_cfg': ensure => link, path => '/etc/puppetlabs/puppetserver/bootstrap.cfg', target => '/etc/puppetlabs/puppetserver/services.d/ca.cfg', require => Package['puppetserver'], }...

Hi @raphael303, I think that's normal. The inverter simply does not provide these data. Checkout my error logs in #34 where you can see the same lines. I'm running an...

Sure thing. I already had that prepared the other day but must have missed the comment button. I used the csv-export which allows copy/paste. The first block is for the...

Hello @AnotherDaniel also this change works pretty good. Not the 1h time shift between smahub and iobroker comes as smahub runs on UTC time while iobroker uses `TZ: Europe/Berlin`. smahub...