GithubHelp home page GithubHelp logo

Comments (19)

reptilex avatar reptilex commented on May 26, 2024 1

planned. But those colors are supposed to be your theme colors. Strange, it should be the same colour as either the house or the grid. Will have to check. Thank you for the bug report.

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

this is implemented in my next version, finishing it up hopefully this week, corona has me busy at home

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

Done in Beta. Checkout either the beta release, maybe it's already available through HACS, otherwise either as a release or from the git branch beta1.1. As soon as a few people test this it will become the main branch.

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

hey reptilex, I tried again to make it and it showed the same, then I cleared the cache I now it shows this... any solution?
Captura de ecrã 2021-03-09, às 23 14 17

Captura de ecrã 2021-03-09, às 23 16 26

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

Yes, some names have changed so you need the following:

type: 'custom:tesla-style-solar-power-card'
#bubbles
grid_consumption_entity: sensor.smartiohome
house_consumption_entity: sensor.smartiofromgrid
generation_yield_entity: sensor.smartiosolarhome
appliance1_consumption_entity: sensor.shelly_shsw_pm_68c63afae821_current_consumption
#lines
generation_to_house_entity: sensor.shelly_shem_c7fad6_2_current_consumption_2
generation_to_grid_entity: sensor.smartiogrid
grid_to_house_entity: sensor.smartiofromgrid

hope that solves it, careful I might have some typos. Let me know if it did not work or you have any errors

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

i corected the position of que sensors but it still don't work, in my iPhone it show solar house grid with 0 values, on the Mac with cache clean it doesn't show nothing there is a problem somewhere, can you. update da instructions to the new version to help find what's wrong. thanks for the hard work
Captura de ecrã 2021-03-10, às 09 58 17

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

will work on it till tomorrow, thanks for the test and sorry for any inconvenience

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

thks for the fast reply this is what this community has to do! help making thing better

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

Ok, so far I have only been able to get the error you are showing when one of the entities does not exist. So if you have misspelled your sensor. Could you check? I'm still on it but that might be the error on your side.

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

grid_consumption_entity: sensor.smartiofromgrid
house_consumption_entity: sensor.smartiohome
generation_yield_entity: sensor.smartiosolarhome
appliance1_consumption_entity: sensor.shelly_shsw_pm_68c63afae821_current_consumption
generation_to_house_entity: sensor.shelly_shem_c7fad6_2_current_consumption_2
generation_to_grid_entity: sensor.smartiotogrid
grid_to_house_entity: sensor.smartiofromgrid
type: 'custom:tesla-style-solar-power-card'

now is correct but it still doesn't show nothing

Captura de ecrã 2021-03-10, às 20 25 39

Captura de ecrã 2021-03-10, às 20 26 21

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

can you share the manual with all the changes from this version?

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

Reptilex i made it from a fresh start and now it works, how can i change the icon from the car to and appliance? and if you see in the image the line isn't in the right position... but it's working now... in this version did you change the "show_w_not_kw: 1"? it doesn't show in W.

thanks

Captura de ecrã 2021-03-11, às 12 13 11

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

Great! I was still trying to replicate your error without success, good that it works now. To change the appliance icon just add

appliance1_icon: mdi:air-filter

or any icon you find here with 'mdi:' prefixed: https://materialdesignicons.com/
And yes, the line is really a headeache, haven't figured out a better way to do that one yet. I think I will have to redo the hole paths and circles part, because it also uses too many hardware resources. Maybe on the 1.2 version. Did not want to take on everything at once.

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

and what about "show_w_not_kw: 1" is not showing W continues to show kW

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

Yes I had a bug there, check whether w_not_kw works or download the latest version, there it's corrected and show_w_not_kw is now the correct name.

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

yes it works with w_not_kw, another supposed bug, the color of the flow of energy it show a dark color almost can't see the flow. In a future update can you make possible to choose the color of the bubbles and flow directly in the UI without editing the JS?

Captura de ecrã 2021-03-11, às 19 31 40

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

in the last update it broke the position of the appliance, if we remove it everything is in the right position if we add it don't

Captura de ecrã 2021-03-26, às 10 49 17

from tesla-style-solar-power-card.

JPOliveGit avatar JPOliveGit commented on May 26, 2024

with the 1.1.5 update it returned to normal but with the same gap of the line in the appliance

Captura de ecrã 2021-03-27, às 10 14 38

from tesla-style-solar-power-card.

reptilex avatar reptilex commented on May 26, 2024

The gap is still an issue, I will address that with the next iteration. But your feature works now, so I will close this issue.

from tesla-style-solar-power-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.