Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can you help how to make the network rail work? #9

Open
itsboo07 opened this issue Dec 8, 2022 · 6 comments
Open

can you help how to make the network rail work? #9

itsboo07 opened this issue Dec 8, 2022 · 6 comments

Comments

@itsboo07
Copy link

itsboo07 commented Dec 8, 2022

image
I can get the entities part work. but left of entities how to get that graph type of thing? can you please share that work.. and really love your dashboard ..great work

@Normanras
Copy link

If you look in the network.yaml file you'll see it's using the "rail" layout file. I believe the path is: ui/templates/button-card/rail-rows.yaml. So you'll need to load that into your files as well.

But my question for @Madelena is similar - by default, the individual yaml files in HA are not obviously available outside the web ui. I believe if accessing via the CLI, they are hidden in the storage folder.

So when you use !include for a lot of your design components are those files in the default /config directory? Do dashboards consider their root the storage folder?

@itsboo07 since Madelena is on medical leave this month, I would look through the path above and add the appropriate yamls to your config dir. Then include them in your dashboard yaml. In your case, configuring them would start on line 164 of of the network.yaml file.

Hope your surgery went smoothly, Madelena! Looking forward to seeing you back here soon. :)

@johanohly
Copy link

A bit unrelated, but I can't seem to find some sensors used in the network view.
For example binary_sensor.ping_cloudflare and sensor.speedtest_download, give no results when searching the repository...

@Madelena
Copy link
Owner

@JohnnyJTH

Cloudflare uses the Ping sensor, and the code looks like this:

sensor:
- platform: ping
  entity_namespace: ping
  host: 1.1.1.1
  name: "Cloudflare"
  count: 3
  scan_interval: 30

And the speedtest sensor comes from the SpeedTest.net integration.

@Madelena
Copy link
Owner

@itsboo07 I had made quite a few changes to this since the code was published, so I will need to publish the new code first before I can answer the question.

@johanohly
Copy link

@JohnnyJTH

Cloudflare uses the Ping sensor, and the code looks like this:

sensor:
- platform: ping
  entity_namespace: ping
  host: 1.1.1.1
  name: "Cloudflare"
  count: 3
  scan_interval: 30

And the speedtest sensor comes from the SpeedTest.net integration.

All right, thanks a lot! I love this layout so much...

@platini76
Copy link

@itsboo07 I had made quite a few changes to this since the code was published, so I will need to publish the new code first before I can answer the question.

Hello Madalena thanks for your work it is fantastic.. when you publish the new code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants