slyoldfox

Results 45 comments of slyoldfox

Yah we do, it is in the docker-compose.yml inside the demo project also: ``` version: "2.1" services: maven: image: 'maven:3.6.2-jdk-11' working_dir: '/usr/src/app' command: 'mvn clean verify' volumes: - '${PWD}:/usr/src/app:delegated' -...

* `tcp://192.168.0.5:50000` and `tcp://192.168.0.20:50000` were both the same. It's a simple TCP socket that writes a (fixed) SDP. I succesfully use it with the command `ffmpeg -f sdp -i tcp://192.168.0.5:5000...

I am sorry if the flow is confusing, I admit that this bticino intercom is quite exotic in its setup. `192.168.0.20` is the IP address of the intercom and exposes...

Thank you! If it's any help, this is the command I use to simulate packets sent from the intercom to the receiver: `ffmpeg -re -f lavfi -i "color=red:size=688x480:rate=15" -f lavfi...

Hi, thank you for taking the time to look at this. I'm not sure what differs, might indeed be OS related (different timeout levels on the socket level?). At the...

Hi, sorry I didn't get back to this earlier. I might have not mentionned an important aspect of the setup. The device that is sending the audio and video packets...

I just fetched 1.9.4 and tried it with my old implementation (I have since then switched to a custom RTSP implementation on my doorbell), unfortunately still seeing the same issue....

Wanted to add to this issue by telling I was first confused when my receiver wasn't turning off when I clicked the power button on the card. First read through...

I haven't debugged this much yet, so I'm not sure yet about this. Could it be that the `DysonNightModeSwitchEntity` and the `DysonContinuousMonitoringSwitchEntity` are added under the `device`object, that HA doesn't...

I *think* that https://github.com/ProudElm/solaredgeoptimizers/pull/86/ fixes this but there hasn't been any release yet. I fetched the __init__.py, coordinator.py and sensor.py and it seems to be working (although it's night so...