José Antonio Jiménez Campos

Results 27 comments of José Antonio Jiménez Campos
trafficstars

Could you try with version 12.11.4? Read how to install a specific version: https://github.com/RavenSystem/esp-homekit-devices/wiki/installation#installing-a-specific-version

Issue is not reproducible. It seems a faulty hardware, related to flash storage or power supply.

Try removing this part, because it is not needed since output is declared at MCP array, and I don't know if it can create issues: `[[108, 115], 2]`

There is a bug with channel B outputs. It will be fixed in next HAA version. With current version, channel A works fine for outputs, then you can use it,...

Use this script, with channel A as output and channel B as input. Connect your button to GND and Pin. ```json { "c": { "c": 1, "ic" : [ [...

Fixed with v12.12.5 https://github.com/RavenSystem/esp-homekit-devices/releases/tag/HAA_12.12.5

@llemtt I am trying to setup a video doorbell. Video works well, audio input works but it sounds a little fast than normal, and audio output (from iPhone/iPad to RPi)...

I found my problem with distorted audio. RPi audio jack and camera don't work well when using kernel module to get /dev/video0. I disconnected camera, unloaded kernel module and deactivated...

@dosordie I suggest to change in config.json "Tür-Cam" name for other without any special character, like "mycam". Then, you can rename it into Home App.

@llemtt Your PoC is amazing! Have you an improved version or are you working on it?