David Pace

Results 11 issues of David Pace

Added maven-bundle-plugin to create an OSGi-compliant bundle manifest file. In this way, the VADER Java port becomes useable in OSGi containers.

When generating a web editor for a grammar depending on another grammar like this: `grammar tld.domain.my.dsl.MyExtendingDSL with tld.domain.my.dsl.MyBaseDSL` errors like the following are thrown during generation: `java.lang.IllegalStateException: Problem parsing 'platform:/resource/tld.domain.my.dsl/src/main/java/path/to/package/dsl/MyExtendingDSL.xtext':...

enhancement

* add thing definition with ID "smart-plug-compact" * add constant for thing type UID * extract abstract implementation for devices with power switch and energy monitoring * let in-wall switch...

enhancement

Compact smart plugs are not supported yet by the Bosch Smart Home binding. Product links (German and UK version): - https://www.bosch-smarthome.com/de/de/produkte/geraete/zwischenstecker-kompakt/ - https://www.bosch-smarthome.com/uk/en/products/devices/plug-compact/ I'm happy to contribute the code and...

enhancement

Hi, I just noticed that the Door/Window Contact II and Door/Window Contact II Plus are not yet available in the OpenAPI documentation. In the Postman collection the requests are available....

Hi, previously, security cameras such as the Eyes camera exposed three services: * `CameraLight` * `CameraNotification` * `PrivacyMode` but since the last Smart Home Controller update the `PrivacyMode` service is...

# Description This PR adds support for another Bosch Smart Home device, namely Light/Shutter Control II. The device can either be configured as shutter control or as light control with...

enhancement

Adds support for Bosch Smart Home Dimmer devices. * Add thing type definition * Re-generate i18n properties file * Implement handler * Register handler in factory * Register dimmer in...

enhancement
awaiting other PR

Boosts the unit test coverage for the `boschshc` binding in `src/main/java` to 94%. Main code changes: * made some methods package-protected in order to be testable * fix typo in...

awaiting other PR
test

If devices are moved to a different room in the Bosch Smart Home app, the location change is not reflected in the corresponding thing properties. This was originally reported [here](https://github.com/openhab/openhab-addons/issues/16241#issuecomment-2029566111)...

bug