[OBSOLETE] Sport Notifications SmartApp

How do change that?

I created my own images and updated the icon in the device handler. Not the best solution if you have multiple teams or when the app becomes available for more sportsā€¦

I can look into it.

It plays a different goal song based on the team selected.

Great ideaā€¦ Iā€™ll see what I can do.

1 Like

I was unable to validate last night, blackhawks didnā€™t scoreā€¦

Tonight Iā€™m not getting any of the notifications or light actions??? Not sure what Iā€™ve done wrongā€¦

Itā€™s becuse you are a Blackhawks fan :slight_smile:

1 Like

Is the virtual switch on? I know thatā€™s obvious, just tossing it out there.

Also I think if you updated the app, you need to open it and select done to get it going again.

If I remember right, on the old app I wasnā€™t getting anything. So then I opened it and checked the setting and clicked done all the way out and it started working.

I wasnā€™t home last night, but I have my lights set up to flash red when a goal is scored. This was the first game that happened since I installed the app. Does it not turn the lights back to the original state after a goal is scored? Iā€™m asking because when I came home, my lights were all red.

The code is suppose to, but not surprised if something is going wrong ā€¦ I donā€™t have colored lights, so canā€™t test the color right now (others might be able to chime in).

Just committed another small update for the NHL Notification Service:

NHL Notification Service: v 0.9.3

  • Sorted the list of teams displayed
  • Modified the way light colors are getting restored to previous values.

For the light flashing can you make it turn on to 100%

Level under Light Color Settings should do that ā€¦ Iā€™ll rename the section to make that more clear.

One more update for this weekend for the NHL Notification Service:

NHL Notification Service: v 0.94

  • Modified some section titles.
  • Added Text-To-Speaker option for Notification messages.
  • Re-enabled Ask Alexa (accidentally commented out in previous release)

I finally have the light flashing but because they fade out when turned off Iā€™m trying to get timing down (GE Jasco switches). When watching on tv the delay for the text is almost 15-20 seconds after goal (Iā€™m sure itā€™s the service). This is a great development and continues to improve.

What about an announcement 10 minutes before game start?

ā€œGrab a drink and your favorite seat, game time is in 10 minutesā€

1 Like

FYI ā€¦ You can use the touch notification feature to trigger a manual goal so you can test your goal setting pregame.

1 Like

Can you add a timezone selection? Iā€™m in the UK and games start in the morning so the app is all happy but as soon as it gets to midnight its the next day so its no longer game day. Currently I have been modifying the code changing

location.timeZone

to

TimeZone.getTimeZone('EST')

Cheers

Yes, I can add that ā€¦ thanks for bringing this to my attention :slight_smile:

2 Likes

Updates to the NHL Notification Service:

NHL Notification Service: v 0.95

  • Added option to override local timezone with the timezone associated to the team selected.
  • Added option in Text Notifications section to send a custom pregame message ā€˜xā€™ minutes before game start.
2 Likes