[RELEASE] Follow Me - Speaker control with priority messaging, volume controls, voices and sound files!

Is there a way to disable the double chirp sound before a notification?

Nope, that's a Google thing

Does the echo dot do this?

No idea, all google/nest here. :wink:

Did the last update fix the sound file not playing...assuming there was an issue?

Update: nevermind, fixed by reverting back to code from Aug.

Sounds are working fine here, send a log if you are seeing otherwise. (only if using the latest code)

Thanks

No worries. All is perfect after going back. Thanks.

Sorry if this has been asked/answered I searched and could not find

What volume level = what priority?

:wink:

1 Like

Ok found that however it still not working for me.

When I send notices using the "music device" I get nothing (no errors, no notice). Switching over the speech device I get the notice, but have no volume control.

I noticed you say

I am using the "Follow Me" device driver. Did I miss a step? (I am not using this to speak just log notifications)

Here are my setting so far, just testing it out, so they are basic (KISS)

Thanks in advance for the help, sorry to be so dumb on this.

I've stated a few times that the original driver was 'What did I say' before this app even existed. That's how it started, just a driver. Then the app came later so I renamed it to 'Follow Me Driver'. Any reference to 'WDIS' carries over to 'Follow Me'

Then No child apps are necessary. They are only used to send speech to real speakers.

Only one type of speaker should be selected, either Music Player or Speech Synthesis. This is for the actual speaker you will be using, not the 'Follow Me' speaker proxy.

Priority features like volume and sound files don't work on all speakers as stated in the app. There is a button within the app to check 'Known Speaker Abilities'.


Hope this helps

Hi @bptworld,

I have made some minor tweaks to my local copy of the follow me driver, and was wondering if you would like to include it in the official version.

I had two aims, one was to have a button alongside my notifications on a dashboard to clear the list, and the second aim was to clear them overnight using a scheduled rule. Please correct me if this is already possible.

What I did in the driver code was to:

  1. add the refresh capability, ccommand reference and refresh method
  2. inside the refresh method I call the clearSpeechData method
  3. in clearSpeechData I replaced the "Waiting for data" references with a space.

At this point I could hit a refresh command button in the device setup screen to essentially clear recent notifications.

I then setup a virtual button plus a new RM rule that refreshed my Follow Me device when the button is pressed. I placed the button on my dashboard alongside a tile displaying the Follow Me notifications, allowing me to somewhat "acknowledge" notifications that appear. I'll setup a second rule to run overnight to also refresh the Follow Me device, I e. clear the notifications.

This would not be relevant in all situations, I am only using Follow Me at the moment to tell me when the washing is done, so something i can clear without too much of a concern.

If you're interested I'd be happy to show you a few screenshots and setup a Pull Request. Let me know what you think.

Thanks,
Simon

The goal here isn't to be able to easily clear the queue but to not have to clear the queue at all. :wink:

I've been using a newer version of the code here for a couple of weeks and haven't had to clear the queue yet. I just posted the new code on GitHub. Give that a try and see how it goes.

Thanks


New version on GitHub...

Child:
V2.1.3 - 04/15/20 - Adjustments to speaker queue

Thanks Bryan, I'll give it a go.

I am trying to get this.

image

How can I get priority message if I do not set the priority levels using a child app?

Do you have a sample rule?

Again sorry to be dumb, and ask stupid questions I am sure I am missing something easy.

This is all done in the driver. From any app or RM, select 'Follow Me' for the speaker and then in the speech input, add something like:

  • [L:0]This is a low priority message
  • [N:0]This is a normal priority message
  • [H:0]This is a high priority message

The follow me driver will color format the text and add it to the list.

No problem at all, this is a complicated app/driver. I'm here to help.

1 Like

:bulb:

Thank you! The wife really needs to know when the washer is done urgently! :man_shrugging:

EDIT:

If this is the case I really don't need he app installed, if I only plan to use the driver? I think I'm starting to get it. :wink:

1 Like

Hey, that's very important! I do the laundry here and if the clothes stay wet for a couple of hours after the machine is finished... they have to be washed again! lol

I use it for washer/dryer, dishwasher, fridge open too long, time to feed the dogs, time for meds, trash day, recycle week, mailbox alerts, front door alerts, people coming and going and more. Endless possibilities!

2 Likes

Hi @bptworld, hope you are keeping well.

I was wondering if you would consider adding a new feature to your FollowMe app?

I have setup an hourly speaking clock notification. The problem I am experiencing is that I may be listening to music or in the middle of a video call on my google device and when the announcement is made the activity is interupted. Is it posible for there to be an enable/disable feature incorporated where you can specify that the notification is not sent if the google device is currently playing or being used in some way?

I suppose I could possibly do something in RM to turn speakers on or off based on a virtual switch however it would be tidier if managed within the app.

There is no way to know if the google device is playing anything. Wish there was.