Matthew Skinner

Results 9 issues of Matthew Skinner

If anyone wishes to get events working you can see the code I am using over here.. https://github.com/Skinah/IpCamera/blob/master/src/main/java/org/openhab/binding/ipcamera/onvif/EventsRequest.java

I believe I know how to make the changes to train and add tests, but I wanted to create an issue to track what I feel needs to improve to...

enhancement
habot ui

Using 3.2 Stable build. ## Expected behavior That any marketplace bindings that are installed, can still be seen and uninstalled from the mainUI, even after the marketplace removes them from...

bug
main ui

Just wanted to say thanks again for the great project and that openHAB 3.1 (Milestone 1) and newer now have official built in support for the hub. Can the wiki...

These changes fix a reported issue where the wrong preset or playlist loads. closes #13249 A working JAR can be downloaded here: https://openhab.jfrog.io/artifactory/libs-pullrequest-local/org/openhab/addons/bundles/org.openhab.binding.wled/3.4.0-SNAPSHOT/org.openhab.binding.wled-3.4.0-SNAPSHOT.jar Signed-off-by: Matthew Skinner

bug

Update various libraries to their latest versions, and also make it easier to keep multiple bindings in sync with the latest and same version. No need to use 3+ different...

enhancement
security
additional testing preferred

`Create Points from Thing` creates an item with the wrong capitalization. Tested in 4.1.1 Stable I created equipment from a thing with lowercase 'radio' as the label, and hence the...

bug
main ui

I may have found a bug. Code used is... onvifCamera = new OnvifDevice("192.168.1.50:80", "user", "password"); some lines of code removed... rtspUri = onvifCamera.getMedia().getRTSPStreamUri(profileToken); This returns the following: rtsp://192.168.1.50:80:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif Note the...

Getting this NPE NullPointerException when openHAB is starting up. This is with openHAB 4.1.1 Stable. ``` 2024-01-19 13:58:03.220 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: java.lang.NullPointerException: Cannot...