I need someone that has experience with code testing/debugging, reviewing logs and reporting results in detail to assist with testing BigTalker2 on Hubitat in musicPlayer mode (This means you must have a device with the musicPlayer capabiliity such as Sonos, etc).
Yes, the BigTalker code is now very close to Hubitat release. It's working in speechSynthesis mode, but I need to test musicPlayer mode and try to work out issues; I only have VLCThing to test with musicPlayer mode and it's not working quite right on this platform. I need to see if it's BigTalker2 or VLCThing interaction with Hubitat that's the issue and if I can resolve it.
Be advised it is not working with the Hubitat Sonos driver. The driver does not implement playTrackAndRestore, playTrackAndResume, playTextAndRestore, playTextAndResume functions.
In your Hubitat portal, go to Apps Code > New App and paste in the parent code, save and then repeat for the child app code.
Then go to Apps > Load New App > Scroll toward the bottom to find BigTalker2 and click it.
Click Configure
Leave the On/Off switch ON for Music Player mode
Select your musicPlayer device and any settings you wish (Those with * are required). Please enable debug logging if you need to report an issue and provide the logs (you can toggle this on/off on the Bigtalker2 Configure Defaults page).
Once settings are saved go back into BigTalker2 on the Apps page and start out with a quick Talk Now test.
Launch the Talk Now page
Right click on Logs in the left column and choose open in new tab
Then fill in at least the "Speak Phrase" and "Talk with these text-to-speech devices". Once both of these are configured it should speak (check the logs tab for errors). Anytime you change either the "Speak Phrase" or text-to-speech devices it should speak.
If that works, click Done on the Talk Now page.
Add an event group
Name the group, select your event options / phrases and save all the way out of the app.
Test
Check the logs tab for errors
@rayzurbock I try using this again and really like the big talker but the problem that I'm having is any of the %weather% that I use throw a error? What should I do to overcome this? Thanks for your help.
I do not have a BigTalker solution for this in Hubitat. Weather isn't implemented into the platform the same way it is in ST. There are community drivers (Apix I think is one) but currently BigTalker can't use them.
A pull request was submitted about a month ago based off of the master branch of BT2 (not the Hubitat port) by Jaime Botero. I started to implement it but had some questions that need to be answered/resolved before I can implement it.