nilstgmd / hvv-card

Custom Home Assistant card showing HVV departures 🚝
MIT License
5 stars 8 forks source link

Status cancelled is not displayed #9

Open lirand84 opened 1 year ago

lirand84 commented 1 year ago

Status cancelled is not displayed HA HVV

nilstgmd commented 1 year ago

@lirand84 thanks for reporting. Do you know if the HVV Integration exposes this information? If haven't seen any canceled connections. If you see one, could you check the state? (Go to http://homeassistant:8123/developer-tools/state and search for sensor.departures_at_YOUR_STATION) Besides delay I haven't seen much state information yet.

lirand84 commented 1 year ago

Hello @nilstgmd, I will check that as soon as a bus is cancelled. HVV provides this information, as can be seen in the screenshot.

nilstgmd commented 1 year ago

Sure, but it needs to be exposed by the HVV Integration. https://github.com/nilstgmd/hvv-card is just an UI for that integration. Let's check the state, I also keep an eye open for these instances.

tzahari commented 9 months ago

I opened a bug to add the fields cancelled & extra to the HVV Integration service: home-assistant/core/issues/104869

tzahari commented 8 months ago

Created a pull request home-assistant/core/pull/105030

tzahari commented 8 months ago

@nilstgmd my changes are merged into the dev branch of Home Assistant.