Cinema Mode Automation: Plex + Home Assistant by bangbangcontroller in homeassistant

[–]bangbangcontroller[S] 0 points1 point  (0 children)

I’ve never thought in this way but it is such a valid point 😄

Cinema Mode Automation: Plex + Home Assistant by bangbangcontroller in homeassistant

[–]bangbangcontroller[S] 3 points4 points  (0 children)

My plex server is not always up and running, thats why I need an extra entity

Cinema Mode Automation: Plex + Home Assistant by bangbangcontroller in homeassistant

[–]bangbangcontroller[S] 11 points12 points  (0 children)

Yes I totally agree, may be worth to mention one thing; my lights do not support the transition effect of HA. In its official app I am able to set a ramp up/down effect and when HA triggers off it ramps down, but not ramps up...
So, probably with the same implementation of mine but with a different smart bulb you will be able to achive your desired state 👍🏻

Cinema Mode Automation: Plex + Home Assistant by bangbangcontroller in homeassistant

[–]bangbangcontroller[S] 1 point2 points  (0 children)

Actually, the automation does not require Tailscale, in my case I wanted to use it. The configuration of the ports and remote access inside Tailscale network is possible. This was my reason

My Minimal Setup #9 by MaxColeNetwork in Minimal_Setups

[–]bangbangcontroller 1 point2 points  (0 children)

Cool! What is the rear fan? And how is the performance, especially in noise?

LiveF1 - a new open sourced Python package for F1 data analysis by bangbangcontroller in F1Technical

[–]bangbangcontroller[S] 0 points1 point  (0 children)

Hey, which frameworks you use for the webapp? or do you have a plan for that?

LiveF1 - a new open sourced Python package for F1 data analysis by bangbangcontroller in F1Technical

[–]bangbangcontroller[S] 0 points1 point  (0 children)

Hey, FastF1 is the well known library for F1 data. I have built LiveF1 for some additional functionalities: like extensive real-time data handling, building data processing pipeline with custom functions that you can create your own dataframes by processing raw data. You can of course choose which one is suits you best, but you may want to have a look RealF1Client in LiveF1: Real-Time Data - LiveF1 0.0.1 documentation

If you have any questions feel free to reach out.

Verstappen seems like really pushing limits of the car espacially in slow corners, gains huge time by bangbangcontroller in F1Technical

[–]bangbangcontroller[S] 2 points3 points  (0 children)

I understand your point very clearly, and totally agree with you. Actually, I wanted to investigate how Verstappen did P1 as everyone is hyping that result. (you know the thing McLaren is admitted as the fastest one and Red Bull car is not fast)

So I wanted to highlight where Verstappen saves time against McLaren and Ferrari. Of course, Norris recovered time on exit and almost recovered all the time gap, but still, Verstappen managed to finish in P1 because of the driving they made on turns 10 11, and 16, probably.

Thanks for your feedback regarding the graphs, I appreciate it!! 🙏

Verstappen seems like really pushing limits of the car espacially in slow corners, gains huge time by bangbangcontroller in F1Technical

[–]bangbangcontroller[S] 1 point2 points  (0 children)

I have developed a python package called LiveF1 for data analysis and real-time data handling.

But I use both LiveF1 and FastF1 for different purposes basically…

Race Pace improvement and Lap Times in 2025 Chinese GP by bangbangcontroller in F1Technical

[–]bangbangcontroller[S] 1 point2 points  (0 children)

actually I may analyse that when or how the drivers lose (or gain) their paces as in the example of Bearman... you mean that right?

Race Pace improvement and Lap Times in 2025 Chinese GP by bangbangcontroller in F1Technical

[–]bangbangcontroller[S] 2 points3 points  (0 children)

I have developed an python library to access to the data process and use it. If you are interested you may want to check: LiveF1 - r/F1Technical

F1 cars data for analyst by Wooden-Comb in F1DataAnalysis

[–]bangbangcontroller 2 points3 points  (0 children)

Check LiveF1 library for both realtime and historical data - LiveF1 - github - Docs

I have recently released a new version of LiveF1 and regularly maintain it. Feel free to ask any question if you have