openHAB 3.0 Milestone 2 discussion

Until such time that search will cover next.openhab.org, you can search the documentation by going to DuckDuckGo (or your search engine of choice) and using site:next.openhab.org your search term.

For example: site:next.openhab.org fritzbox returns https://duckduckgo.com/?t=ffab&q=site%3Anext.openhab.org+fritzbox&ia=web

3 Likes

Why is limitToOptions true? I thought this is only set if options are provided at all. This needs to be fixed in the config description.

I always get this error

2020-11-17 20:34:29.809 [INFO ] [binding.tr064.internal.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=wanIpAddress, getAction=GetInfo, dataType='string, parameter='null'}: HTTP-Response-Code 500 (Internal Server Error), SOAP-Fault: 401 (Invalid Action)

Failed installing 'openhab-package-expert': No matching features for openhab-package-expert/0

My configuration

Bridge tr064:fritzbox:wohnzimmer @ "Internet"  [ host="fritz.box", user="", password=""] {
        subdevice wan "WAN" @ "Internet" [ uuid="uuid:xxxxxxxx", refresh=60 ]
        subdevice wanconnection "WANconnection" @ "Internet" [uuid="uuid:xxxxxx", refresh=60]
        subdeviceLan lan "LAN" @ "Internet" [uuid="uuid:xxxxxxx", refresh=60]
}

The flag limitToOptions is true by default. I am not aware of any kind of business logic which sets it to false otherwise.

Extraction from JavaDoc:

     * @param limitToOptions specifies that the users input is limited to the options list.
     *            When set to true without options, this should have no affect.
     *            When set to true with options, the user can only select the
     *            options from the list When set to false with options, the user
     *            can enter values other than those in the list

Regarding my comment above: @ysc already submitted a fix for it which is available in snapshot build #2014. Thanks again.

Hey, can someone tell me how to turn on log viewer?
Or what adress has logviewer for OH3?

Folks,
I have been considering to move to OH3 for a while now, followed the growing tutorial in the Community Forum and was wondering, whether there already exists a somewhat consolidated entry point into the documentation. Are these „wiki-tutorials“ somewhere outside of the community forum?

Also @Kai ´s posting seems to suggest that this could be found under “next.openhab.org”. W
While there is a landing page, that features a nice v3 on a black background. The two links (getting started and demo) point to the „old“, released version of OH 2. Is this intentional? Any pointers to where OH3 relevant information can be found would be appreciated.

Thanks for all the good work
Clemens

I think it is the new documentation, at least for Addons with the old theming.

Ok people, can someone tell me how to change DateTime look?
Now it shows as "2020-11-18T11:53:56.101236+01:00[Europe/Warsaw]".
How to change it to normal?:slight_smile:

[%1$td.%1$tm.%1$tY, %1$tH:%1$tM] in label isn’t working…

Same thing with dimensions of pressure. My sensor gives kPa. Earlier in OH2.5 I only changed it in label to [%.0f hPa], and it worked. But now it isn’t.

About frontail log viewer I managed to work it. Needed to chenge frontail data manually in files.

To change the fomat you should now use the metadata option “State Description”. Just enter the formatstring without the square brackets .

3 Likes

Can You tell me where to put
expire=“10s,command=OFF”
??

expire is not ( yet) in OH3. I saw today that capability may be in the next snapshot though. I do not know the syntax for OH3 though.

Eee what?
Is not in OH2?
Yes it is:)

1 Like

It is since 30 minutes in OH3 - snapshot #2019 and above.
Syntax is identical to OH1, see https://github.com/openhab/openhab-core/issues/1620

10 Likes

Typo

1 Like

OK I saw it was integrated but did not know the status of the snapshot. I searches next.openhab.org for docs and saw none though.

That’s another PR on my todo list - to add the documentation in the docs repo…

3 Likes

Or you could go directly to snapshot #2020 and use the UI editor :wink:

7 Likes

Release M3 already :yum:

I just pulled from Docker and got 2019 :frowning: