这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.
This repository was archived by the owner on May 17, 2021. It is now read-only.

Weather Binding Caching mechanism #3092

@jowi24

Description

@jowi24

The weather binding seems to apply some sort of internal caching, i.e., a bound item is only updated, if the value actually did change.

In my opinion, the caching can lead to problems, e.g.,

  • an openhab rule cannot distinguish between "item changed" or "item was updated", because the item is only updated when it actually changed
  • it is impossible to detect if the current value of an item is "fresh", i.e. a maximum of minutes old, or it is "old", e.g., because of network connectivity problems

I am sure, there must have been a reason to apply caching. However i do not realize. Can someone give me a hint? If not, I suggest to remove the caching to avoid the problems above.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions