Albin Médoc

Results 13 comments of Albin Médoc

I'm fairly new to homebridge plugin development. As said in [this conversation](https://www.reddit.com/r/HomeKit/comments/r8bwqw/does_homekit_offer_support_for_ptz_pantiltzoom_in/), homekit supports PTZ. This is what I have found: [TargetTiltAngle](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#TargetTiltAngle) [TargetVerticalTiltAngle](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#TargetVerticalTiltAngle) [TargetHorizontalTiltAngle](AP-NodeJS/classes/Characteristic.html#TargetHorizontalTiltAngle) [DigitalZoom](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#DigitalZoom) [OpticalZoom](https://developers.homebridge.io/HAP-NodeJS/classes/Characteristic.html#OpticalZoom)

This is the information about my TV. It´s not listed at supported TVs in the SmartThings-app ```json { "id": "uuid:ad87a8e3-ead5-42d3-92fc-05febfe6bb6a", "name": "[TV] TV Vardagsrum", "version": "2.1.0", "device": { "type": "Samsung...

Okey, thats strange... How about adding a feature so when selecting an input a terminal script is ran? Then we could use [cec-utils](https://gist.github.com/rmtsrc/dc35cd1458cd995631a4f041ab11ff74) to change HDMI-input.

I contacted the Samsung support to figure out what was wrong. I found out that I was not signed in to my Samsung account on the TV and was therefor...

Is there any updates on this feature? I'm looking forward to it 🤩

Here are some interesting discussions about HSV [https://github.com/homebridge/HAP-NodeJS/issues/741#issuecomment-573441082](https://github.com/homebridge/HAP-NodeJS/issues/741#issuecomment-573441082) [https://github.com/homebridge/HAP-NodeJS/pull/920](https://github.com/homebridge/HAP-NodeJS/pull/920)

Here are two plugins that has implemented HSV - [homebridge-camera-ffmpeg (sub-branch)](https://github.com/Sunoo/homebridge-camera-ffmpeg/blob/hksv-old/src/recordingDelegate.ts) - [homebridge-camera-ui](https://github.com/seydx/homebridge-camera-ui)

All my other *arr-containers are all configured with two networks and working fine. * Sonarr * Radarr * Prowlarr * Bazarr * Overseerr * Plex

In the context of servers, 0.0.0.0 means "all IPv4 addresses on the local machine". If a host has two IP addresses, 192.168.1.1 and 10.1.2.1, and a server running on the...

@Nowadays, this is not related to network misconfiguration. The Maintainerr application is only listening on one of the two network interfaces. Therefore I can't use Traefik to reverse proxy into...