eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 787 forks source link

Astro Binding "Thing Configuration" Description Incomplete #6814

Closed bgilmer77 closed 5 years ago

bgilmer77 commented 5 years ago

Problem description: The documentation says, "All Things require the parameter geolocation". But there is no information about where this parameter is entered.

Proposed solution: Provide documentation on how to set the system geolocation, either through the Paper UI or through a .things file, e.g. with a specific example, such as an astro.things file containing the following:

astro:sun:local [ geolocation="33.750960,-84.389731,100" ]

clinique commented 5 years ago

Binding documentation already contains this example : astro:sun:home [ geolocation="52.5200066,13.4049540,100", interval=60 ]

I think this could be closed

maggu2810 commented 5 years ago

Makes sense.