Clemens Bergmann

Results 18 comments of Clemens Bergmann

This time it reacted but with a multi-minute delay: ``` [2017-06-28 16:45:54,253] INFO: Webhook: b'POST /FEdloZvU3 HTTP/1.1\r\n' [2017-06-28 16:46:23,545] INFO: Webhook: b'POST /FEdloZvU3 HTTP/1.1\r\n' [2017-06-28 16:46:23,678] INFO: Webhook: b'POST /FEdloZvU3...

It seems that if I reduce webhook_action_delay_sec it syncs faster. What is the reason for this delay?

But not always. sometimes it still syncs slowly. Currently i test with webhook_action_delay_sec=0 and by creating and deleting folders online.

> > > FYI @cbergmann as of zabbix 5.4 - PSK values are write only. Current logic on 5.4.x triggers a refresh of the PSK values on every run, since...

@InToSSH that is correct. One timeline is one request to the API with all the fields. This is to reduce the number of requests as this is the limiting factor...

Hi, unfortunately that is correct but furthermore road risks seem to be available in no data layer. Despite the fact, that they mention it in the [Overview](https://docs.climacell.co/reference/data-layers-overview). Therefore my PR...

Hi, @Arturasm: That was a bug in my code regarding *Time fields missing the unit of Measurement. I think I fixed it in my banch. Could you please verify this...

@Krojack [It seems](https://www.climacell.co/weather-api/) that the core data layers are free and precipitation should be part of [Core](https://docs.climacell.co/reference/data-layers-core). So you should get these values. Maybe another bug or changed naming of...

Hi, @Arturasm unfortunately I only have a V4 API key. Therefore I can only test my code with V4 and my Code only works with V4. @mfabiani53 My code contains...

Hi, @mfabiani53 @Arturasm could you add the following to your configuration.yaml and post the logs after restart: ``` logger: default: warning logs: custom_components.climacell: debug ```