cyberjunky / home-assistant-fireservicerota

:fire_engine: This component tracks incidents from brandweerrooster.nl and fireservicerota.co.uk
MIT License
9 stars 2 forks source link

Setup issue #3

Closed denperss11 closed 3 years ago

denperss11 commented 3 years ago

Hello,

When going to Goto Configuration -> Integrations, search for FireServiceRota and complete account data.

Fireservicerota is not showing up..

Ive installe the packaged from HACS and its install, i do also see it in custom componets folder...

What to do '?

filmgarage commented 3 years ago

FireServiceRota is now a standard integration on Home Assistant. Simply update Home Assistant to version 2020.12 (minimum) and you will be able to add FireServiceRota on the integrations page. Please make sure to delete the old version on the integrations page if you managed to install it before. Next, delete the FireServiceRota folder in the custom_components folder before updating!!!

denperss11 commented 3 years ago

My issue is that my HA is not allowing me to update to 2020.12

filmgarage commented 3 years ago

I see, did you manually install the fireservicerota folder to the custom_components folder? I don't think you can actually install the FSR integration with HACS, only browser_mod etc...

denperss11 commented 3 years ago

I got it working now from HACS :)

Different issue is..When im going to love lace card and adding a manual card.. im getting No card type configured.

panel: true
title: Home
views:
  - badges: []
    cards:
      - entity: sensor.incidents
        type: entity
      - cards:
          - cards:
              - default_zoom: 15
                entities:
                  - entity: sensor.incidents
                hours_to_show: 0
                type: map
            type: vertical-stack
          - cards:
              - entities:
                  - entity: sensor.incidents
                hours_to_show: 1
                refresh_interval: 0
                type: history-graph
            type: vertical-stack
        type: horizontal-stack
      - content: |
          {{ states('sensor.incidents') }}
        title: Incident
        type: markdown
      - entities:
          - entity: binary_sensor.duty
          - entity: switch.incident_response
        type: entities
    path: fsr
    title: FireServiceRota
    type: horizontal-stack
filmgarage commented 3 years ago

What I think is going on (just a hunch):

You are probably pasting all above code in one manual card. The code actually contains multiple cards and should be added using the 'raw editor' (in dutch: Ruwe Configuratie Editor). Editing LoveLace can be challenging when you first start!

An easy way to add cards is to add them one by one first. In that case you don't have to mess with YAML code yet.

Schermafbeelding 2020-12-15 om 14 28 26
filmgarage commented 3 years ago

Did you manage to get it sorted out?

denperss commented 3 years ago

No not everything..

TTS dosent work. and when im inserting this


  - type: 'custom:layout-card'
    cards:
      - type: 'custom:bignumber-card'
        entity: sensor.incidents
        scale: 15px
      - type: map
        entities:
          - entity: sensor.incidents
        hours_to_show: 0
        default_zoom: 15
      - type: 'custom:vertical-stack-in-card'
        cards:
          - type: history-graph
            entities:
              - entity: sensor.incidents
            hours_to_show: 1
            refresh_interval: 0
          - type: 'custom:home-feed-card'
            show_empty: false
            entities:
              - entity: sensor.incidents
                max_history: 3
                include_history: true
          - type: entities
            show_header_toggle: false
            entities:
              - input_boolean.bwr_tts
              - light.bwr_nesthub
          - type: 'custom:bignumber-card'
            entity: sensor.time
            scale: 25px```
Then im just getting a blank screen.. 

Do u have skype where we could chat ???? 
denperss commented 3 years ago

ive just sent u a text..

cyberjunky commented 3 years ago

No recent activities, closed. Reopen or create new ticket if needed.