Steffen Zimmermann

Results 45 comments of Steffen Zimmermann

Sorry, I wouldn't merge this PR. I'm afraid that this hasn't been fully thought through. And I think there are other ways to do, for example, automations for all-day events...

Just start with the configuration of the source, you can omit sensor configuration for now (or configure one sensor without the `types` option). The look at the Home Assistant calendar....

Sorry, this is currently not supported. What you can do is to edit the code of your local installation directly. This is the corresponding line: https://github.com/mampfes/hacs_waste_collection_schedule/blob/b2a38b63d10a0e264e20d26e1576799a55305ca9/custom_components/waste_collection_schedule/waste_collection_schedule/collection.py#L72

Line 70 shows how to set a picture. Just copy it into the else path. https://github.com/mampfes/hacs_waste_collection_schedule/blob/b2a38b63d10a0e264e20d26e1576799a55305ca9/custom_components/waste_collection_schedule/waste_collection_schedule/collection.py#L70

Hi, I started to work on this, but I don't have enough time to continue. Current state is here: https://github.com/mampfes/hacs_waste_collection_schedule/tree/config_flow

2 observations: 1. You have a duration of 3h in the developer tools and 2h in the config file. 2. 2024-03-29T12:00:00+01:00 represents the same point in time as 2024-03-29T11:00:00+00:00. The...

Interesting request. Let me check. But I think it is not that easy because you need to know upfront when to switch to the feed-in tariff. Could you share a...

A solution that includes solar forecast and (if available) SOC of a battery is on my wishlist. But this is a major enhancement and will take time.

Not sure if I got your point... You can access the Data attribute like this from an automation: {{ state_attr("binary_sensor.epex_spot_sensor", "data") }}