Nicolas Höning

Results 104 comments of Nicolas Höning

Hi @andersonk17474 sorry no time right now to take a closer look. So this is how you guys are using it at your work? What does OSP stand for?

The refactored code should not need a hack anymore to prevent difficulties on mobile devices, I believe ...

Currently, we are not showing the analytics view, so this issue is not urgent.

I thought about this avenue for a bit, but it changes the way we load settings in a larger way. There are many settings FlexMeasures relies on, many even defined...

Those *are* all we list in the config_default module I believe. I counted 53. I counted ten among them which are required (e.g. databases) or recommended (e.g. mail). So that...

Can you say more concretely what should be cross-referenced? I see some work in rewriting this a bit, as these roles should be interpreted as account roles rather than user...

Below is the current signature of `create_scheduling_job`: The API endpoint `/sensor//schedules/trigger` calls it, and it collects everything relevant. ``` def create_scheduling_job( sensor_id: int, start_of_schedule: datetime, end_of_schedule: datetime, belief_time: datetime, resolution:...

The SOC parameters could be in the way, if something else than batteries are involved. E.g. a heat pump. This requires a re-design of the endpoint anyways, and is not...

Wow, crazy ideas. Let's not provide API endpoints we don't even know about, supporting that looks like it's going to be too hard. Glad you like my approach :) I...

> I see, so you mean an alternative to the schedule_battery and schedule_charging_station functions called within make_schedule? Yes.