How can I add the dutch Eredivisie into Teamtracker?
Set up a Custom API. Use soccer
for the Sport Path and ned.1
for the League Path.
Thanks, and if you want to follow a team. For example Sparta Rotterdam, what do you have to do next?
The team abbreviation is SPA.
The README at https://github.com/vasqued2/ha-teamtracker explains in detail if you haven’t read it.
Sorry to bring this up again.
It worked for a while but as you can see the win probability is back, has there been a change to the formatting required?
I’m also assuming the 3 pills under the team names are mean to be timeouts but I have “show_timeouts: false” included so I can’t understand that either.
Any help is appreciated.
It works on my configuration.
What did you change and what version of everything are you using? I haven’t upgraded the card since December so I don’t think that’s the problem.
I’d suggest building up from the original card, confirming the timeouts hide correctly, then add card_mod and confirm it hides the bar. Finally, add the auto entity. If any of those steps, don’t work, report back and give the versions of each item you are using.
I redownloaded both teamtracker and cardmod and the timeout issue was solved, without adding !important hiding the bar wrapper wasn’t working but when I put it in it is.
Thanks
Hi guys, I’m trying to create a card for Syracuse Lacrosse, and I’m having an issue figuring out what the team ID might be to get this working right. I’ve created a couple sensors:
- platform: teamtracker
league_id: "XXX"
team_id: "SYRACUSE"
sport_path: "lacrosse"
league_path: "mens-college-lacrosse"
name: "CuseLaxInGame"
- platform: teamtracker
league_id: "XXX"
team_id: "BROWN"
sport_path: "lacrosse"
league_path: "mens-college-lacrosse"
name: "BrownLaxInGame"
I created the one for Brown because I found that one actually shows up with attributes (I found that out by using a wildcard in the team ID to see if anything would work at all, and the Brown Dartmouth game came up).
Cards look like this below:
I went to the Men’s Lacrosse - Scoreboard espn api to see what I could find for Syracuse, and this is what I found:
{"id":"183","uid":"s:500~l:502~t:183","type":"team","order":1,"homeAway":"away","winner":false,"team":{"id":"183","uid":"s:500~l:502~t:183","location":"Syracuse","name":"Orange","abbreviation":"SYRACUSE","displayName":"Syracuse Orange","shortDisplayName":"Syracuse","color":"1A3E86","isActive":true,"links":[],"logo":"https://a.espncdn.com/i/teamlogos/ncaa/500/183.png"},"score":"7","linescores":[{"value":0.0},{"value":4.0},{"value":0.0},{"value":3.0}],"curatedRank":{"current":7},"statistics":[],"records":[{"name":"overall","abbreviation":"TOT","type":"total","summary":"9-4"}]}]
Conversely, this is what I found for Brown:
{"id":"225","uid":"s:500~l:502~t:225","type":"team","order":1,"homeAway":"away","winner":false,"team":{"id":"225","uid":"s:500~l:502~t:225","location":"Brown","name":"Bears","abbreviation":"BROWN","displayName":"Brown Bears","shortDisplayName":"Brown","color":"54413a","isActive":true,"links":[],"logo":"https://a.espncdn.com/i/teamlogos/ncaa/500/225.png"},"score":"9","linescores":[{"value":2.0},{"value":0.0},{"value":2.0},{"value":5.0}],"curatedRank":{"current":99},"statistics":[],"records":[{"name":"overall","abbreviation":"TOT","type":"total","summary":"3-9"}]}]
I also tried using 183 as the team ID, but that resulted in the same issue. Any ideas what I might be missing? Thanks!
Hi
Is this only available for NRL as I looked before and didn’t see Super League in UK but something I was interested in, if available.
Thanks in advance
The supported leagues in rugby are numbers, not names. The link below will return a list of all of the supported API URLs. You will have to follow each URL to see what the actual name is. When you configure the custom API, you would use the number for the league_path
and rugby
for the sport_path
.
If you make a list of all of the names and numbers, it would be great if could add a page to the Wiki with that info to save others the time.
https://sports.core.api.espn.com/v2/sports/rugby/leagues?lang=en®ion=us
Because the API doesn’t support conference ID’s for lacrosse, you were bumping up against the API limit. I’ve updated the sensor and it should work w/ v0.14.9
How to add favourite teams to the next FIFA Club World Cup with ESPN?
Configure a custom API w/ the league_path
= fifa.cwc
I’m late to the party here… but does this feature handle knowing of MLB lineups as soon as they are posted? That would be valuable to me and other Fantasy Baseball Managers
This is based on the ESPN API specific to the schedule as far as I know.
My experience is that it updates at 10am Central time for the next scheduled day along with current info for current games as they play.
I do not think it will be good for instant lineup info for fantasy play.
This is not for Fantasy. There are other ESPN APIs for Fantasy. Just Google.
Here’s a good place to start: Using ESPN's new Fantasy API (v3) | Steven Morse