benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
MIT License
807 stars 62 forks source link

multiple-entity-row after 0.116.1 #109

Closed niekniek89 closed 4 years ago

niekniek89 commented 4 years ago

Hello,

i have a problem, my mutilple-entity-row rows are missing. what can I do to get this working again? I have updated mutilple-entity-row to the latest version. after a restart, the result remains the same (even after deleting the cache).

I've refreshed the browser several times, and also tested it in a private tab. also reinstalled mutilple-entity-row. after the restart of HA, mutilple-entity-row stays away

i have mutilple-entity-row updated from 3.0.0 to 3.3.0, after this, same problem.

niekniek89 commented 4 years ago

I just installed home assistant on a new VM, installed HACS, installed mutilple-entity-row rows, and even with an empty home assistant VM I can't get it resolved.

benct commented 4 years ago

Version 3.2.1 and above should work fine after a proper reinstall or full cache clear.. What browser are you using? Are there any errors in the browser console window (F12)?

niekniek89 commented 4 years ago

Version 3.2.1 and above should work fine after a proper reinstall or full cache clear.. What browser are you using? Are there any errors in the browser console window (F12)?

thnx for your help. I am using the latest version of MS Edge (chromium). even in a private tab it doesn't work.

camochu commented 4 years ago

Version 3.2.1 and above should work fine after a proper reinstall or full cache clear.. What browser are you using? Are there any errors in the browser console window (F12)?

That solved my problem. I always forget to update to last versions

mweinelt commented 4 years ago

All my multiple-entity-rows have disappeared as well.

I'm on 0.116.2 and neither 3.3.0 nor 3.4.0 are working.

niekniek89 commented 4 years ago

I have exactly the same. also no errors in the browser console. I can't get it to work in any way. not even with an empty new HA / VM

niekniek89 commented 4 years ago

anyone a solution to this problem?

benct commented 4 years ago

Tested all versions above 3.2.1 on HA 0.116.x, works fine on Chrome, Safari and Edge... not sure how to solve this when I cannot reproduce the error.

mweinelt commented 4 years ago

So the simplest example that I can give of a row that is missing is this:

views:
- cards:
  - cards:
    - type: entities
      show_header_toggle: false
      entities:
      - type: custom:multiple-entity-row
        toggle: true
        entity: switch.d56cca_relay
        entities:
        - entity: sensor.d56cca_power
          name: Power
camochu commented 4 years ago

It may seem obvious but are you sure you are updating correctly? Have you changed version number in configuration?

.../multiple-entity-row.js?v=3.4.0

This and replacing the file was all I needed to do

niekniek89 commented 4 years ago

Hello,

i got it working (no idea how). reinstalled the multiple-entity-row, and rebuilt everything. i think the config has also changed since 3.0.0 and above. I have never kept this up for updates.

resolved for me now.

mweinelt commented 4 years ago

Oh that is odd. I diffed the .js file with the release version and it still matches v3.2.0. Something is broken in my packaging then. I'm sorry for the noise.