diff --git a/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/channels.xml
index d0499130ab1..25703097213 100644
--- a/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/channels.xml
+++ b/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/channels.xml
@@ -29,6 +29,9 @@
Number:AngleThe azimuth of the planet
+
+ Calculation
+
@@ -36,6 +39,9 @@
Number:AngleThe elevation of the planet
+
+ Calculation
+
@@ -43,6 +49,9 @@
NumberProjected shade length ratio (derived from Elevation)
+
+ Calculation
+
@@ -50,6 +59,10 @@
Number:IntensityLevel of radiation after penetration of the atmospheric layer
+
+ Calculation
+ Level
+
@@ -57,6 +70,10 @@
Number:IntensityLevel of radiation diffracted by clouds and atmosphere
+
+ Calculation
+ Level
+
@@ -64,6 +81,9 @@
Number:IntensityTotal quantity of radiation on the ground
+
+ Calculation
+
@@ -93,6 +113,10 @@
DateTimeThe start time of the event
+
+ Calculation
+ Timestamp
+
@@ -101,6 +125,10 @@
DateTimeThe end time of the event
+
+ Calculation
+ Timestamp
+
@@ -109,6 +137,10 @@
Number:TimeThe duration of the event
+
+ Calculation
+ Duration
+
@@ -140,6 +172,10 @@
StringThe sign of the zodiac
+
+ Status
+ Info
+
@@ -183,6 +219,10 @@
StringThe name of the current season
+
+ Status
+ Info
+
@@ -197,6 +237,10 @@
DateTimeThe beginning of spring
+
+ Calculation
+ Timestamp
+
@@ -204,6 +248,10 @@
DateTimeThe beginning of summer
+
+ Calculation
+ Timestamp
+
@@ -211,6 +259,10 @@
DateTimeThe beginning of autumn
+
+ Calculation
+ Timestamp
+
@@ -218,6 +270,10 @@
DateTimeThe beginning of winter
+
+ Calculation
+ Timestamp
+
@@ -240,6 +296,10 @@
DateTimeThe DateTime of the next total eclipse
+
+ Calculation
+ Timestamp
+
@@ -247,6 +307,10 @@
DateTimeThe DateTime of the next partial eclipse
+
+ Calculation
+ Timestamp
+
@@ -254,6 +318,10 @@
DateTimeThe DateTime of the next ring eclipse
+
+ Calculation
+ Timestamp
+
@@ -284,6 +352,10 @@
StringThe name of the current sun phase
+
+ Status
+ Info
+
@@ -323,6 +395,10 @@
DateTimeThe DateTime the moon is in the first quarter
+
+ Calculation
+ Timestamp
+
@@ -330,6 +406,10 @@
DateTimeThe DateTime the moon is in the third quarter
+
+ Calculation
+ Timestamp
+
@@ -337,6 +417,10 @@
DateTimeThe DateTime for full moon
+
+ Calculation
+ Timestamp
+
@@ -344,6 +428,10 @@
DateTimeThe DateTime for new moon
+
+ Calculation
+ Timestamp
+
@@ -351,6 +439,10 @@
Number:TimeThe age of the moon in days
+
+ Calculation
+ Duration
+
@@ -358,6 +450,9 @@
Number:AngleThe age of the moon
+
+ Calculation
+
@@ -365,6 +460,9 @@
Number:DimensionlessThe age of the moon
+
+ Calculation
+
@@ -372,6 +470,9 @@
Number:DimensionlessThe illumination of the moon
+
+ Calculation
+
@@ -379,6 +480,9 @@
StringThe name of the current moon phase
+
+ Status
+
@@ -450,6 +554,10 @@
DateTimeThe DateTime when the distance is reached
+
+ Calculation
+ Timestamp
+
@@ -457,6 +565,9 @@
Number:LengthThe distance of the object
+
+ Calculation
+
diff --git a/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/moon.xml b/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/moon.xml
index 07a404aa0f4..d742727e29e 100644
--- a/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/moon.xml
+++ b/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/moon.xml
@@ -7,6 +7,7 @@
Provides astronomical data from the moon
+ Application
diff --git a/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/sun.xml b/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/sun.xml
index c09a6ed4ec9..75b2f46d52d 100644
--- a/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/sun.xml
+++ b/bundles/org.openhab.binding.astro/src/main/resources/OH-INF/thing/sun.xml
@@ -7,6 +7,7 @@
Provides astronomical data from the sun
+ Application