Sean Straus

Results 55 comments of Sean Straus

> Hi, I found the same concept on this docker project https://hub.docker.com/r/migoller/live555proxyserverdocker I think we can do like what it implement This won't merge the streams into a single stream,...

Thanks AlexIT. The FFMPEG option may work for me. It is indeed a mosaic I need as I want to watch 4 streams on my Fire tablets around the house...

I'll be honest, it's a bit of a big job so I'm not sure I will get to it very soon as I'm still working okay with my ffmpeg camera...

Can't really think of another way of doing it. Is there something I should do differently? I thought 4 service calls every 5 seconds was fairly tame.

I need this!!

For people still waiting, you might just find it easier to implement the API directly via Curl or the REST integration. That's what I did. Works great. See this comment...

Here's another one, I tried to take out the body but it still failed: ``` 2019-05-15 01:52:08 DEBUG (MainThread) [homeassistant.core] Bus:Handling 2019-05-15 01:52:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task...

FYI here's my config (after I took out the body attribute setting) ``` - id: posta_state_change alias: 'Posta state change' hide_entity: true initial_state: 'true' trigger: platform: state entity_id: sensor.cp_packages_coming_today condition:...

So, I've changed the configuration a bit which worked to make the template for the main value of the sensor work when I take out the attributes like this: ```...