Coder Social home page Coder Social logo

swakes_hassio's People

Contributors

pqpxo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swakes_hassio's Issues

Theme used

I found this through Reddit where you answered in your post last week. I wonder what theme you're using (for fonts/colors/styling). Or is it completely customised for and by you? There are some very nice touches in there.

Hi, i love your theme

Hi, i don't if was possibile, but could you share the name of lovelace theme?
Are you created by yourself or is a public theme?
thanks a lot

Error setting up the radio selector

Hi There,

First of all, hell of a job you did there. Amazing!

I really liked the radio/speaker part where u can select the radiostation u want and the speaker you want to play it on.
Unfortunately i've got a issue with is.

When I select a radiostation and speaker and press play, the volume changes to what i've set in the script, but nothing plays.
In the logging, it gives me this error: Play Radio on Google Home Audio: Error executing script. Invalid data for call_service at pos 3: not a valid value for dictionary value @ data['entity_id']

This is the script I got (in scripts.yaml):

radio:
  alias: Play Radio on Google Home Audio
  sequence:
    - service: media_player.volume_set
      data:
        entity_id: media_player.nesthub
        volume_level: '0.35'
    -  service: media_player.volume_set
       data:
         entity_id: media_player.shield
         volume_level: '0.20'
    -  service: media_player.play_media
       data_template:
         entity_id: >
          {% if is_state("input_select.radiostation", "Nesthub") %} media_player.nesthub
          {% elif is_state("input_select.radiostation", "Shield") %} media_player.shield
          {% endif %}
         media_content_id: >
          {% if is_state("input_select.radio_station", "BBC Radio 1") %} http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_one/format/pls.pls
          {% elif is_state("input_select.radio_station", "BBC Radio 1xtra") %} http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_1xtra/format/pls.pls
          {% elif is_state("input_select.radio_station", "BBC Radio Nottingham") %} http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_radio_nottingham/format/pls.pls
          {% elif is_state("input_select.radio_station", "KISSTORY") %} http://www.radiofeeds.co.uk/bauer.pls?station=kisstory.mp3.m3u
          {% elif is_state("input_select.radio_station", "Kemet FM") %} http://109.169.26.139:8120/listen.pls?sid=1
          {% elif is_state("input_select.radio_station", "Capital Xtra") %} http://icecast.thisisdax.com/CapitalXTRANationalMP3.m3u
          {% endif %}
         media_content_type: 'audio/mp4' 

Do you have any idea?

Can you help a newbie understand the YAML structure used here?

Thank you for posting your work. It looks great. As an HA newbie, I'm struggling to understand some things about your YAML. You use

    cards:
      - cards:
.
.
          -cards:

My Yaml looks like this:

    cards:
      - type: 

What does your layout accomplish? And do you somehow force content into the next column, or just let it flow automatically? What does this end up looking like on a phone screen?

Hope you can lend a hand...

Radio

How do you handle the conversion from the input_select.radio_station to the actual links in your script.radio?

Is your script hardcoded? E.g. if value = BBC then http://bbc.com
Or do you use mapper?
Or by any chance did you manage for the input select to provide both the friendly name of the radio plus the link?

Problem with Sensor counters (System Dashboard)

I am stuck in the last part of the Sensor counters
(https://github.com/pqpxo/SWAKES_hassio/blob/master/dashboards/system_updated.yaml?fbclid=IwAR1lAvIgb65qSECLI5h6MXjyagLLv2wARHmEFDg3ocfGJPSsv9Qq1iGaXco)) - Starting at Line 432
The picture with the error is the part I'm stuck with, how did you declare those sensors and count them? for example I have 3 camera's currently and I want this thing to show me that 3 out of 3 are ON and functioning well.
Here is my code for this dashboard:
https://pastebin.com/BFGZWUet
Thanks for helping me out

Missing Home view

Hi First of all, great work. I am a fan of what you did.

I wanted to implement similar stuff from what I've saw oon imgur, especially on your "Welcome" page, the home page with the phone status and stuff. I came here looking for the yaml with no luck.

So you think it would be possible for you to add them to the dashboards folder ?

If you can't or do not want, it's also fine.

Thank you, and again congrats on what you've done :)

Missing secret file

Hello sam :)

Please share secret file without your password. Because when i put your all file to my clean hassio hassio says probblem with secret files

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.