Hi
I installed my first Danfos LC13 and I’m doing some test before buy valves for all other radiators.
I’m trying to build .itmes and .sitemap filesm but with no success
Discovery worked quite well and fast and I got this
Does the Channel for the Temperature show that it needs a Number Item or a Number:Temperature?
Is the sitemap named “termosifoni.sitemap”?
Where did you place the .items file and .sitemap?
In both the Item label and the sitemap label, you have suppressed showing the actual temperature. See Items | openHAB. When you define the label in both places, the label definition in the sitemap will take precedence.
The errors mean that you have an Item on your sitemap that doesn’t exist. Look for errors when your .items file is loaded. Double check that the Item name is identical (including case) between the sitemap and the .items file and the sitemap. Look in the Item’s config in PaperUI to make sure the Item is listed.
You need to define the Item as a Number:Temperature. You can’t use just a plain old Number.