Hi Community,
I am a beginner of OpenHAB and do have some experience with configuration of Homematic WebUI and Pocket Control.
So I am starting with creating model and things (following the example from Yannik Schaus in the openHAB Virtual MeetUp 2020)
The first thing witch is running is a switched HomematicIP socket
But the integration of Homematic dimmer HM-LC-Dim1T-FM doesn’t work.
(Any activities with the slider do have no reaction at the CCU3.)
Update:
There is a reaction at CCU3 and the dimmer is in contact.
The slider does have a range from 0% to 1% only.
It might be a question of configuration of the related item or thing.
When I config the dimmer as a switch, I can the lightbulb switch on/off but not dimming.
Hi,
how did you solve the Dimmer. I have a similar problem, just adding some Homematic Dimmers for the first time, and also just switched to OH3. (with seperate Raspberrymatic)
Homematic Dimmers send and expect 0-100.
Openhab Channel in Dimmer configuration ranges from 0-100% = 0 - 1
I’d like to set up a slider / Dimmer item in OH that outputs 0-100 and reads it back as well. Tried with JS conversions, but could not get that to work.
Hi,
my problem was, when I configured the dimmer item, with the test button. I could only switch between 0% and 1%.
But after configuration the item in the sitemap I set the range from 0 to 100. It worked very well.
But after testing and deleting first rules my OH3 configuration is defect now.
So I am testing ioBroker now.
I use openhabian 1.6.3 with openhab 3.0.1 and a CCU3.
My OH2.5 setup worked fine but now i have problems with OH3
I migrated my configfiles to OH3 and the Homematic dimmers (not the IP) now only accept values in the range from 0-1%.
The basic-UI sitemap slider goes from 0-100% but resets every value above 1% to 1%.
Hello all, I installed openHABian v1.6.4 completely new.
Now I got thisproblem with the snap-shot:
021-04-24 20:59:17.500 [WARN ] [org.apache.felix.fileinstall ] - Error while starting bundle: file:/usr/share/openhab/addons/org.openhab.binding.homematic-3.1.0-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.homematic [118]
-> Export-Package: org.openhab.core.config.core.validation; bundle-symbolic-name="org.openhab.core.config.core"; bundle-version="3.0.2"; version="3.0.2"; uses:="org.openhab.core.i18n,org.osgi.framework"
at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
2021-04-24 20:59:29.756 [INFO ] [org.openhab.ui.internal.UIService ] - Started UI on port 8080
This version of the Homematic binding is not compatible with the OH version installed by openHABian. You could either switch to the latest OH 3.1 snapshot or remove the binding from add-ons folder and use the one that is delivered with openHABian.
This should work correctly with the latest test version of the binding. Unfortunately it will only work with a snapshot version because of some changes in OH Core. You can either wait for 3.1 or switch to a snapshot and install the test version.