Julien "_FrnchFrgg_" Rivaud

Results 23 comments of Julien "_FrnchFrgg_" Rivaud

I suppose that this is a very low priority, especially for `libgit2` usage in hosting sites, but tools like `gitg` use `libgit2` and they should honor replace refs to match...

I think that [Monotone cubic interpolation](https://en.wikipedia.org/wiki/Monotone_cubic_interpolation) would be a much better interpolation for `apexcharts`. It respects extrema and since --the chosen tangent (before correction) is parallel to the line joining...

Note that https://github.com/apexcharts/apexcharts.js/blob/main/src/charts/Line.js#L615 says that the algorithm `apexcharts` uses is based on `chartist` which implements monotone cubic interpolation there: https://github.com/gionkunz/chartist-js/blob/develop/src/scripts/interpolation.js#L240 Maybe that interpolation was added afterwards, but since the `apexcharts`...

@Efenstor What @unfa suggests seems more to ask for using another input to be used for the automatic incremental noise analysis mode. That way, you can have a mic closer...

Still relevant AFAICT

Indeed, and I use these events for automation in HA.

Apex-charts card already supports long-term statistics. See https://github.com/RomRider/apexcharts-card/blob/master/src/graphEntry.ts#L257 for the if/else clauses with first statistics fetching then normal history fetching. AFAICT the difference is not much and mostly in `_fetchStatistics`...

When I do some action on the wall panel (activating the alarm) that triggers a tts notification on the `browser_mod` media player of said wall panel, then it works (and...

New debugging information: when some automation uses the `media_player` in reaction to an `alarm_control_panel` trigger *initiated on the wall tablet*, the media lauches correctly, and the `media_player` is now usable...