Cossey / openhab-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
1 stars 0 forks source link

[HP Printer] Get the Reboot channel working #10

Closed Cossey closed 5 years ago

Cossey commented 5 years ago

Reboot channel has the code ready to go but the code itself does not appear to reboot the printer. Seems to be issue with Java's HttpURLConnection/HttpsURLConnection not performing PUT requests as it should.

Should also make sure the Binding is processing the Authentication header correctly.

Cossey commented 5 years ago

Managed to get reboot channel working.

Throws HTTP 403 if using http with authentication data when the printer supports SSL.