After the veralert service was shut down and Richard confirmed that it will not be available again, I searched for a new notification service to use in my vere secure. I signed up for the PushOver service.
I want to take a snapshot from a camera with camera snapshot address “192.168.4.37/img/snapshot.cgi?size=4&quality=1” and video address “192.168.4.37/img/video.mjpeg” according to a trigger.
Actually, someone (Tlex) did a work about this years ago on the vera forum, but I couldn't understand that script. I also wrote to him to be more descriptive, but I didn't get an answer. Can you help me with this?
I have an older Vera Plus controller that has been collecting dust for a little while. I know the hardware is no longer supported but I would prefer it to go to a good home vs the eWaste center. No charge, just pay for shipping and it's yours. If you are interested, let me know.
With their awesome new X10 switch!
dbe7408f-dc86-4932-bf71-f0528f5384c1-image.png
I'm hopping in my 1980s time machine to go see whether this is exactly what I think it is. 🙂
(Srsly, tho, I love(d) X10 and did everything humanly possible to keep that old equipment perking along with Vera, and almost succeeded.)
LibraP.S. Just got banned for the 9th time from Hubitat Forum, so had a little extra time to throw shade.
P.P.S. The boilerplate 5-star reviews for this brand-new product come from bots with names like Avery, Phoenix and Owen (two from Mateo!). Sheesh.
Let's assume you have done the following:
Downloaded and installed Z-Way following these instructions. No Zway license is required to do the following. The software is now all up and running with your UZB stick (whole other post). Dial up this Zway web page: http://<Zway_server_IP_address>:8083/expert/#/network/controller Under the heading "Firmware" take note of the "SDK version" and the "Serial API Version". Say they equal 6.71.01 & 05.23 respectively like it shows here.Now on to Vera:
Go to the Vera UI --> Z-Wave Settings and taken note of the "Version" shown for Vera's internal Zwave IC. For example purposes, say it equals "6.01". You plug your UZB stick into Vera. In the Z-Wave Settings you set the port to "/dev/ttyACM0" You've rebooted Vera, so that it starts using the UZB stick.OK, so what "Version" will Vera now display and the version of what? The version shown by Vera is the "Z-Wave protocol" version or the "Serial API" version - it's unclear which but I suspect the former. However on most occasions the numbers are the same. It's not the Software Developers Kit (SDK) version number.
Knowing the UZB firmware version you can identify what Vera will show with the following table.
From the example above: Zway stated the version as 5.23. It will show in Vera as version 4.61 - see table. However the Vera internals showed up as 6.01. So using this method to copy the Zwave configuration to the stick will not work, as the stick represents a downgrade and you can only do same to same or upgrades. So in this case you need to update the stick firmware from 5.23 to 5.32 as a minimum. Then the stick will show up in Vera with version of 6.01.
Which is great. So you then use the Zway software to upgrade the stick firmware. And that's the last you hear from it because this happens:
"Sorry to inform you, but there is a known issue in some UZB manufactured by our partners on license base that after upgrade they become bricked."
And you have to do this to unbrick it. So time to try someone else's stick. Sigh.
ZWay UZB version Vera version SDK version 5.39 6.09 6.82.01 6.08 6.82.00 6.07 6.81.06 6.06 6.81.05 6.05 6.81.04 6.04 6.81.03 6.03 6.81.02 5.37 6.02 6.81.01 5.36 6.02??? 6.81.00 ???? 5.33 6.02??? 6.81.00 ???? 5.32 6.01 6.81.00 5.03 6.71.03 5.02 6.71.02 5.27 BL 48059 4.61 6.71.0? 5.26 4.61 6.71.0? 5.23 4.61 6.71.01 4.6 6.71.00 5.2 4.6? 6.7?.00 5.16 4.6? 6.70.00 4.62 6.61.01 4.33 6.61.00 4.54 6.51.10 5.07 4.38 6.51.09 4.34 6.51.08 4.24 6.51.07 4.05 6.51.06 5.06 4.01 6.51.04 3.99 6.51.03 3.95 6.51.02 3.92 6.51.01 3.83 6.51.00 3.79 6.50.01 3.71 6.50.00 3.67 3.35 6.10.00 3.41 6.02.00 3.37 6.01.03 2.78The table is based on page 434 of silabs app INS13954 and the UZB firmware revision information found here. The table may have errors!
The vera can run both its zwave and zigbee network off of external USB radios instead of the onboard ones. This could have advantages in terms of portability, facilitating migrations or recoveries in case the vera craps out. It could also enable testing of newer radio firmwares.
Zwave is pretty straightforward as its serial API is standardized and the protocol is the same regardless of what brand of USB stick you use. I have run my vera off of USB sticks of various brands for years going from Aeotec, Zooz, Homeseer and even the most generic silabs/Sigma Design. You just insert the stick in the usb port, find out which serial port it created (under the /dev/ folder) and use that port (ie. /dev/ttyACM0, /dev/ttyUSB0 etc) in the zwave advance menu.
Zigbee is a little trickier as the protocol and chipset was not quite as standardized as zwave. The vera only works with ember Znet protocol and you will need to find a usb stick with an EM35x chip in it which already has an ember zigbee firmware loaded. One example of such a stick is the Go Control HUSBZB1 (dual zwave-zigbee stick). The port is not readily accessible on the vera UI but can be accessed either through editing of the /etc/cmh/user-data.json or through ALTUI by going into the hidden zigbee radio device through the "table devices " menu and changing modifying the port variable there.
You can also upgrade the onboard zwave and zigbee radio firmwares from the command line SSH...
incalzire.png
Hello everybody.
I would like to automate the underfloor heating. At the moment I have the gateway from vera secure and thermostat with receiver from SRT SECURE with z-wave. I would like to connect to the gateway a receiver with 4 channels from sonoff and 3 temperature and humidity sensors from aliexpress as a thermostat. do you think it is possible?
and one more question... how can I change the name of the wireless network and the password from the gateway?
Thank you very much!
Script to disable all the mios/vera proprietary program and broadcast its zwave and zigbee radio serial ports in your network so it can be picked up by another controller... For example z-way.
GitHub - rafale77/Nuke-Vera: Script to neuter the vera and broadcast its zwave and zigbee serial ports GitHub - rafale77/Nuke-Vera: Script to neuter the vera and broadcast its zwave and zigbee serial portsScript to neuter the vera and broadcast its zwave and zigbee serial ports - rafale77/Nuke-Vera
Good morning all,
I've got a stable Home Assistant running on a RPI 4 with a Aeotec Z-Stick 7 Plus, and of course the Z-wave JS integration. I've manually moved a handful of devices, and I'm overall much happier with the HA z-wave capability than I am with Vera. There are still some things I'm trying to figure out that I have in Vera that I'm not sure how they'll work in HA, but no deal breakers.
I've got all of my automation on MSR and off of luup Reactor, so really the only thing left for me is to migrate my Z-wave network. I saw @rafale77's post about using a Zwave.me UZB1 to Zway, but of course that's not what I'm using.
Is there a similar method that I can use my Aeotec Z-Stick 7 plus to Home Assistant? I have around 70 Z-wave devices (give or take devices that generate multiple instances in Vera), so manual unpairing, including, etc, would be quite a chore.
So ... I am trying to do the following:
Current setup:
Vera Plus (1.7.4955) Zwave only -> HASSIO VM (full control via Vera Integration)
Future Target:
HASSIO VM (leveraging zwave.me UZB1 dongle via USB)
I have done the following so far:
Updated UZB1 dongle (via RPi SmartHome) to latest 5.39 FirmwareI followed the following steps to try and migrate my existing Z-Wave NW (currently on Vera) onto the UZB1 dongle following the steps listed here:
Problem:
Steps 1-3: went fine (although the dumps are labeled as dongle.6.1.dump.x)
Step 4: went fine and the UZB1 was recognized as it should be (per dmesg)
Step 5: updating the port to /dev/ttyACM0 went fine, although I didn't see any indication of luup reload (or a save button for that matter when updating the port mapping)
Step 6: I did the touch for dongle.restore, but wasn't sure where to trigger a luup reload (I assumed it was Z-Wave Settings > Advanced > Reload Engine). I believe I got an error message when trying to do that step
Step 7: verify dongle.restore.go I don't recall being in the directions when I was going the test, but I rebooted
Post Reboot: None of my previous z-wave devices were listed. I also checked dmesg via ssh and noticed the following items:
[ 4.328000] Unsupported Device! [ 4.328000] Vendor=658 ProdID=200 [ 4.328000] Manufacturer= Product=I saw that item a couple times which almost seems like Vera is blocking the UZB1 or at least complaining about it.
I ended up switching the Z-Wave back to the embedded controller, and restoring configuration from backup.
Any suggestions what I did wrong??
Having trouble getting a Vera 3 to recognise a Z-Wave.Me UZB stick.
WinSCP indicates it's mounted at /dev/ttyACM0, so the Vera Z-Wave settings were adjusted to match. On a Luup engine reload Vera UI states: "ZWave : Failed To Start". Ditto for a complete Vera reboot.
Has anyone successfully used a UZB stick with a Vera 3?
Hello Everyone,
I am using iPhone locator on Vera, and yesterday it stopped working. Looking at the logs, I can see the connection is refused, but nothing on my end changed. iPhone locator is really important in my particular setup, so I guess I have two questions.
Is it broken, or is it me?
I don't see anyone else saying there is an issue, but I am not sure how many people are still using it (or Vera for location) at this point. I installed it on a blank Vera test controller, same issue. It might be something with the iCloud account, but it works everywhere else.
Is there something similar on another platform?
Mainly what I would like is the ability to force a poll of iCloud location on demand. I have a bunch of triggers setup, including magnetic sensors in my driveway to sense vehicles and determine if the motion is egress or ingress. These triggers in conjunction with MSR have been a great way to double check phone location, and I would hate to lose this functionality. It looks like HA might have something with "iCloud3". Is anyone using it?
Thanks,
Mike
@akbooer said in
The only thing left on Vera is now electricity meter readers, and I simply can't find any suitable WiFi replacement.
My hem stopped reporting this august and I’ve replaced it with a Shelly EM. I’m using another one on my solar and they’re amazing fast to report and quite precise. They’re WiFi, and mqtt based. Recommended!
Long story short: I need to tweak some parameters for Fibaro Plugs, to remove frequent notifications about watts (I just need a very good approximation, in order to detect the cycle of washer/dryer), but the parameters depend on the firmware version, and I have:
271,1554,21554
and the other one has:
271,4102,0
Any help is apprreciated.
Hi all! I am almost relieved from Vera 🙏. Around 65 decices to go. Of which some are on very hard places (under floor etc.). Is there any way to easily get the vera devices on the zwave network without repairing them per piece?
I think I knowthe answer, but I am asking 😉
Anyone installed the new beta f/w on their Vera unit and liking it?
Read https://community.ezlo.com/t/7-32-vera-firmware-beta-release/217060
Have Aeotec Smart Switch 6 in use with Vera Plus (fw 7.31 - 1.7.5186, decoupled) and now as I'm trying to change its configuration, it seems impossible.
Screenshot 2021-09-07 at 11.21.28.png
"Save changes" just initiates luup reload, but parameters stay the same. "Configure node right now" does not help either, Vera informs that command sent, but nothing happens. Hard refresh of the browser done.
Device itself is working, e.g. it reports current wattage.
"Automatically configure" is set to "No", if set to "Yes", configuration change is initiated but fails with the message "Failed at: Setting special association"
EDIT: in the end this was solved by unplugging the switch and then plugging it back, some internal state corrupted...
Hi there,
I know this was floating around on the other forum but just hoping someone can post the steps as I’m finally biting the bullet and moving to a USB stick and Zwave JS in home assistant.
Thanks!
So, I recently added Pi-Hole (pi-hole.net) to my networked clients for its open-sourced Ad and Tracker Blocking. Essentially, it’s a DNS Blacklisting solution and it can display the Domains being accessed.
To my dismay I’m seeing the VERA+ attempting calls to facebook.com on a regular basis between 20 – 70 minutes each.
The Active apps on VERA are Sercomm IP Camera, Amazon Alexa Helper, Garage Door, Foscam HD, Reator, SiteSensor and Ezlo Cameras. I just recently removed AltUI before disconnecting from the cloud services.
Any ideas on how I could track down the culprit caller?
Thanks for your consideration.
I've got a Nokia/Withings bathroom scale on which I weigh myself daily. I used to use IFTTT to push every weighing result into a Google Spreadsheet in the cloud, but now that I use MSR, I'm more interested in integrating this data into that workflow.
Has anyone figured out a way to move data from a WiFi-connected scale into the Vera environment? I don't mind trying something indirect, as for instance I've already linked the weights over to my Google Fit app.
Open to suggestions!
Vera Alexa Plugin 7.32
-
@pabla said in Vera Alexa Plugin 7.32:
Yes temporarily disable JavaScript until you have got the cookie file.
Perhaps wise advice, but I'm gonna sit on my hands for now if only because the .alexa.cookie file manifested without any fuss when I first installed the plug-in. I took that as a sign that all is well.
Unless advised otherwise and/or someone explains how to examine the cookie file to know I got the "wrong" one?
-
I thought it might interest you guys to know that Twilio would charge me between $0.0008 and $0.0032 per 100 characters to generate synthesized speech (TTS) using Amazon's SSML voice API. However, that interface is intended for phone calls (which I've used in the past for automated responses and such).
Guess we should be grateful that it's possible to get the same results for free via Vera/Alexa.
-
Thoughts on sound effects folks?
luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1","RunCommand",{Command="-e sound:amzn_sfx_trumpet_bugle_04",Volume=49, GroupZones="Living Room dot"}, 22)
Works fine but
sound:amzn_sfx_trumpet_bugle_04Bears no resemblance to the file library names listed here:
What do I need to do to make something like:
soundbank://soundlibrary/air/fire_extinguisher/fire_extinguisher_08
Work?
TIA
C
-
The filename I see listed at the link you shared is
amzn_sfx_trumpet_bugle_04
which appears to match.
Not sure what you're calling "different"?I notice that the other sound effect you hunted for appears to be
<audio src="soundbank://soundlibrary/air/fire_extinguisher/fire_extinguisher_08"/>
which I take to mean"fire_extinguisher_08"
gets substituted in place of the bugle reference in your Lua command. -
@librasun said in Vera Alexa Plugin 7.32:
The filename I see listed at the link you shared is
amzn_sfx_trumpet_bugle_04
which appears to match.
Not sure what you're calling "different"?Sorry. I can't give a direct link to one of the files in the sound library but they are listed like:
<audio src="soundbank://soundlibrary/aircrafts/helicopter/helicopter_13"/>
But replacing amzn_sfx_trumpet_bugle_04 with helicopter_13 doesn't do anything.
Is that making sense?
C
-
@librasun said in Vera Alexa Plugin 7.32:
Brilliant minds think alike. I tried that along with several others... all silent.
I put back Trumpet #4, and it works great, lol. From past experience, IT'S ALWAYS LIKE THIS when I try to use published APIs!!!Documentation sucks as well!
C
-
So, I've just tested it on a brand refactored Vera Edge. It installed correctly, setup all the things, downloaded the cookie and worked.
A couple of notes.
You could just this code:
luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "Say", {Text="Hello from Vera Alexa"}, 4)
and it will get the device from DefaultEcho and volume from DefaultVolume/AnnouncementVolume.
GroupZones is coming from the old Sonos service, but it's just Devices. I'll probably just rename it in a future update (while maintaining compatibility).Groups will work only if you enable announcements. But you need to enable them on your Echo device as well, not only by setting the device variable.
Sounds are not really supported, but you could try to make them via a routine, that's invokable via RunRoutine action.All that said, I just released a new minor version, where jq is installed automatically without bothering on 7.32. I've not packaged it yet, but you could just download L_VeraAlexa1.lua and replace it.
EDIT: and, rememberd, DebugMode set to 1 is your friend You'll find the exact command sent to the script, and it will help a lot to troublshoot things.
-
Plus, use the new neural voice, it's more natural. Just create a function like this one:
function say(text, r, volume, zone) luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "Say", { Text = '<amazon:domain name="conversational">' .. text .. '</amazon:domain>', Repeat= r or 1, Volume=volume or 50, GroupZones= zone }, 4) end say('I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.', 1, 50, 'My Echo device or group')
-
@therealdb said in Vera Alexa Plugin 7.32:
@catmanv2 yes!
Dunt work for me, but we know how rubbish my 'code' is
Lua Command execution on vera failed.(0||"[string "ALTUI - LuaRunHandler"]:1: <name> or '...' expected near 'repeat'"||)
C
-
@therealdb said in Vera Alexa Plugin 7.32:
I've fixed it.
Thanks, but -- vexingly, annoyingly, perplexingly -- when I execute that code my Alexa still just says: "Domain".
That was with "UseAnnouncements" set to 0.
So I set "UseAnnouncements" to 1, restarted the Luup engine, did a hard refresh on the browser, and tried again.
This time, I get: "Sorry, I'm having trouble accessing the ??? ??? right now." (same error message as I got before during testing)
With "debug"=1, I captured this in Vera's LuaPnP log, but don't know what most of it means...
08 03/26/21 10:15:28.984 JobHandler_LuaUPnP::HandleActionRequest device: 0 service: urn:micasaverde-com:serviceId:HomeAutomationGateway1 action: RunLua <0x701dc520> 08 03/26/21 10:15:28.985 JobHandler_LuaUPnP::HandleActionRequest argument post_data=id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunLua&Code=function%20say(text%2C%20r%2C%20volume%2C%20zone)%0A%20%20luup.call_action(%22urn%3Abochicchio-com%3AserviceId%3AVeraAlexa1%22%2C%20%0A%20%20%20%22Say%22%2C%0A%20%20%7B%0A%20%20%20Text%20%3D%20%27%3Camazon%3Adomain%20name%3D%22conversational%22%3E%27%20..%20text%20..%20%27%3C%2Famazon%3Adomain%3E%27%2C%0A%20%20%20Repeat%3D%20r%20or%201%2C%0A%20%20%20Volume%3Dvolume%20or%2050%2C%20%0A%20%20%20GroupZones%3D%20zone%0A%7D%2C%20345)%0Aend%0A%20%0Asay(%27I%20really%20didn%E2%80%99t%20know%20how%20this%20morning%20was%20going%20to%20start.%20And%20if%20I%20had%20known%2C%20I%20think%20I%20might%20have%20just%20stayed%20in%20bed.%27%2C%201%2C%2050%2C%20%27Living%20Room%27) <0x701dc520> 08 03/26/21 10:15:28.985 JobHandler_LuaUPnP::HandleActionRequest argument id=lu_action <0x701dc520> 08 03/26/21 10:15:28.985 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1 <0x701dc520> 08 03/26/21 10:15:28.985 JobHandler_LuaUPnP::HandleActionRequest argument action=RunLua <0x701dc520> 08 03/26/21 10:15:28.985 JobHandler_LuaUPnP::HandleActionRequest argument Code=function say(text, r, volume, zone) luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "Say", { Text = '<amazon:domain name="conversational">' .. text .. '</amazon:domain>', Repeat= r or 1, Volume=volume or 50, GroupZones= zone }, 345) end say('I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.', 1, 50, 'Living Room') <0x701dc520> 08 03/26/21 10:15:28.986 JobHandler_LuaUPnP::HandleActionRequest device: 345 service: urn:bochicchio-com:serviceId:VeraAlexa1 action: Say <0x701dc520> 08 03/26/21 10:15:28.987 JobHandler_LuaUPnP::HandleActionRequest argument GroupZones=Living Room <0x701dc520> 08 03/26/21 10:15:28.987 JobHandler_LuaUPnP::HandleActionRequest argument Text=<amazon:domain name="conversational">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain> <0x701dc520> 08 03/26/21 10:15:28.987 JobHandler_LuaUPnP::HandleActionRequest argument Repeat=1 <0x701dc520> 08 03/26/21 10:15:28.987 JobHandler_LuaUPnP::HandleActionRequest argument Volume=50 <0x701dc520> 50 03/26/21 10:15:28.988 luup_log:345: VeraAlexa[0.92@345]:addToQueue({ Volume="50", Text="<amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain>", Repeat="1", GroupZones="Living Room" }) <0x701dc520> 50 03/26/21 10:15:28.989 luup_log:345: VeraAlexa[0.92@345](addToQueue@234):addToQueue(2): 0 - true <0x701dc520> 50 03/26/21 10:15:28.990 luup_log:345: VeraAlexa[0.92@345](addToQueue@251):addToQueue(3): 1 <0x701dc520> 50 03/26/21 10:15:28.990 luup_log:345: VeraAlexa[0.92@345](addToQueue@254):addToQueue(4): playing <0x701dc520> 50 03/26/21 10:15:28.991 luup_log:345: VeraAlexa[0.92@345](checkQueue@206):checkQueue: 1 in queue <0x701dc520> 50 03/26/21 10:15:28.991 luup_log:345: VeraAlexa[0.92@345](checkQueue@214):checkQueue: play next <0x701dc520> 50 03/26/21 10:15:28.992 luup_log:345: VeraAlexa[0.92@345](setVar@126):setVar("urn:bochicchio-com:serviceId:VeraAlexa1","OneTimePassCode","",345) old value "" <0x701dc520> 50 03/26/21 10:15:28.993 luup_log:345: VeraAlexa[0.92@345](sayTTS@323):Executing command [TTS]: "-e speak:'<s><amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain></s><break time=\"0s\" />' -d \"Living Room\"" <0x701dc520> 06 03/26/21 10:15:31.164 Device_Variable::m_szValue_set device: 257 service: urn:micasaverde-com:serviceId:EnergyMetering1 variable: KWH was: 4.5700 now: 4.5700 #hooks: 0 upnp: 0 skip: 0 v:0xb71548/NONE duplicate:1 <0x7701d520> 06 03/26/21 10:15:31.164 Device_Variable::m_szValue_set device: 257 service: urn:micasaverde-com:serviceId:EnergyMetering1 variable: KWHReading was: 1616771413 now: 1616771731 #hooks: 0 upnp: 0 skip: 0 v:(nil)/NONE duplicate:0 <0x7701d520> 50 03/26/21 10:15:31.563 luup_log:345: VeraAlexa[0.92@345](setVar@126):setVar("urn:micasaverde-com:serviceId:HaDevice1","CommFailure","0",345) old value "0" <0x701dc520> 50 03/26/21 10:15:31.564 luup_log:345: VeraAlexa[0.92@345](setVar@126):setVar("urn:bochicchio-com:serviceId:VeraAlexa1","LatestResponse","sending cmd:speak:<s><amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain></s><break time=\"0s\" /> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG",345) old value "sending cmd:speak:<s><amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain></s><break time=\"0s\" /> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG" <0x701dc520> 50 03/26/21 10:15:31.564 luup_log:345: VeraAlexa[0.92@345](@279):Response from Alexa.sh: "sending cmd:speak:<s><amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain></s><break time=\"0s\" /> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG" <0x701dc520> 50 03/26/21 10:15:31.565 luup_log:345: VeraAlexa[0.92@345](sayTTS@337):Queue will be checked again in "3" secs <0x701dc520> 08 03/26/21 10:15:31.662 JobHandler_LuaUPnP::HandleActionRequest device: 322 service: urn:micasaverde-com:serviceId:Sonos1 action: NotifyRenderingChange <0x6fbdc520> 08 03/26/21 10:15:31.662 JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=322 <0x6fbdc520> 08 03/26/21 10:15:31.662 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:Sonos1 <0x6fbdc520> 08 03/26/21 10:15:31.663 JobHandler_LuaUPnP::HandleActionRequest argument action=NotifyRenderingChange <0x6fbdc520> 08 03/26/21 10:15:31.663 JobHandler_LuaUPnP::HandleActionRequest argument LastChange=<Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/"><InstanceID val="0"><Volume channel="Master" val="50"/><Volume channel="LF" val="100"/><Volume channel="RF" val="100"/></InstanceID></Event> <0x6fbdc520> 08 03/26/21 10:15:31.663 JobHandler_LuaUPnP::HandleActionRequest argument sid=uuid:RINCON_48A6B8431C7701400_sub0000000321 <0x6fbdc520> 04 03/26/21 10:15:31.668 <Job ID="17" Name="" Device="322" Created="2021-03-26 10:15:31" Started="2021-03-26 10:15:31" Completed="2021-03-26 10:15:31" Duration="0.4141000" Runtime="0.969000" Status="Successful" LastNote=""/> <0x77bf2320> 02 03/26/21 10:15:32.100 ZWaveJobHandler::AlarmCallback skipping check because of jobs <0x7701d520> 08 03/26/21 10:15:32.574 JobHandler_LuaUPnP::HandleActionRequest device: 322 service: urn:micasaverde-com:serviceId:Sonos1 action: NotifyZoneGroupTopologyChange <0x6f3dc520> 08 03/26/21 10:15:32.575 JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=322 <0x6f3dc520> 08 03/26/21 10:15:32.575 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:Sonos1 <0x6f3dc520> 08 03/26/21 10:15:32.575 JobHandler_LuaUPnP::HandleActionRequest argument action=NotifyZoneGroupTopologyChange <0x6f3dc520> 08 03/26/21 10:15:32.575 JobHandler_LuaUPnP::HandleActionRequest argument ZoneGroupState=<ZoneGroupState><ZoneGroups><ZoneGroup Coordinator="RINCON_48A6B8431C7701400" ID="RINCON_48A6B8431C7701400:2371207342"><ZoneGroupMember UUID="RINCON_48A6B8431C7701400" Location="http://192.168.86.21:1400/xml/device_description.xml" ZoneName="Living Room" Icon="x-rincon-roomicon:living" Configuration="1" SoftwareVersion="62.1-86220" SWGen="2" MinCompatibleVersion="61.0-00000" LegacyCompatibleVersion="58.0-00000" BootSeq="59" TVConfigurationError="0" HdmiCecAvailable="1" WirelessMode="1" WirelessLeafOnly="0" HasConfiguredSSID="1" ChannelFreq="2437" BehindWifiExtender="0" WifiEnabled="1" Orientation="0" RoomCalibrationState="4" SecureRegState="3" VoiceConfigState="2" MicEnabled="1" AirPlayEnabled="1" IdleState="0" MoreInfo=""/></ZoneGroup></ZoneGroups><VanishedDevices></VanishedDevices></ZoneGroupState> <0x6f3dc520> 08 03/26/21 10:15:32.576 JobHandler_LuaUPnP::HandleActionRequest argument sid=uuid:RINCON_48A6B8431C7701400_sub0000000322 <0x6f3dc520> 04 03/26/21 10:15:32.582 <Job ID="18" Name="" Device="322" Created="2021-03-26 10:15:32" Started="2021-03-26 10:15:32" Completed="2021-03-26 10:15:32" Duration="0.4675000" Runtime="0.4284000" Status="Successful" LastNote=""/> <0x77bf2320>
And this capture from the log with "UseAnnouncements" set back to 0:
01 03/26/21 10:27:44.148 LuaInterface::CallFunction_Timer device 340 refreshCache took 10 seconds <0x73c1d520> 01 03/26/21 10:27:44.154 LuaInterface::CallFunction_Timer device 336 refreshCache took 10 seconds <0x73e1d520> 01 03/26/21 10:27:53.205 Mongoose mg_read start (null) <0x701dc520> 01 03/26/21 10:27:53.205 Mongoose mg_read middle (null) 768 <0x701dc520> 01 03/26/21 10:27:53.205 Mongoose mg_read end (null) 768 <0x701dc520> 01 03/26/21 10:27:53.206 Mongoose mg_read after pull (null) 0 <0x701dc520> 08 03/26/21 10:27:53.206 JobHandler_LuaUPnP::HandleActionRequest device: 0 service: urn:micasaverde-com:serviceId:HomeAutomationGateway1 action: RunLua <0x701dc520> 08 03/26/21 10:27:53.206 JobHandler_LuaUPnP::HandleActionRequest argument post_data=id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunLua&Code=function%20say(text%2C%20r%2C%20volume%2C%20zone)%0A%20%20luup.call_action(%22urn%3Abochicchio-com%3AserviceId%3AVeraAlexa1%22%2C%20%0A%20%20%20%22Say%22%2C%0A%20%20%7B%0A%20%20%20Text%20%3D%20%27%3Camazon%3Adomain%20name%3D%22conversational%22%3E%27%20..%20text%20..%20%27%3C%2Famazon%3Adomain%3E%27%2C%0A%20%20%20Repeat%3D%20r%20or%201%2C%0A%20%20%20Volume%3Dvolume%20or%2050%2C%20%0A%20%20%20GroupZones%3D%20zone%0A%7D%2C%20345)%0Aend%0A%20%0Asay(%27I%20really%20didn%E2%80%99t%20know%20how%20this%20morning%20was%20going%20to%20start.%20And%20if%20I%20had%20known%2C%20I%20think%20I%20might%20have%20just%20stayed%20in%20bed.%27%2C%201%2C%2050%2C%20%27Living%20Room%27) <0x701dc520> 08 03/26/21 10:27:53.207 JobHandler_LuaUPnP::HandleActionRequest argument id=lu_action <0x701dc520> 08 03/26/21 10:27:53.207 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1 <0x701dc520> 08 03/26/21 10:27:53.207 JobHandler_LuaUPnP::HandleActionRequest argument action=RunLua <0x701dc520> 08 03/26/21 10:27:53.207 JobHandler_LuaUPnP::HandleActionRequest argument Code=function say(text, r, volume, zone) luup.call_action("urn:bochicchio-com:serviceId:VeraAlexa1", "Say", { Text = '<amazon:domain name="conversational">' .. text .. '</amazon:domain>', Repeat= r or 1, Volume=volume or 50, GroupZones= zone }, 345) end say('I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.', 1, 50, 'Living Room') <0x701dc520> 08 03/26/21 10:27:53.209 JobHandler_LuaUPnP::HandleActionRequest device: 345 service: urn:bochicchio-com:serviceId:VeraAlexa1 action: Say <0x701dc520> 08 03/26/21 10:27:53.209 JobHandler_LuaUPnP::HandleActionRequest argument GroupZones=Living Room <0x701dc520> 08 03/26/21 10:27:53.209 JobHandler_LuaUPnP::HandleActionRequest argument Text=<amazon:domain name="conversational">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain> <0x701dc520> 08 03/26/21 10:27:53.210 JobHandler_LuaUPnP::HandleActionRequest argument Repeat=1 <0x701dc520> 08 03/26/21 10:27:53.210 JobHandler_LuaUPnP::HandleActionRequest argument Volume=50 <0x701dc520> 50 03/26/21 10:27:53.211 luup_log:345: VeraAlexa[0.92@345]:addToQueue({ Volume="50", Text="<amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain>", Repeat="1", GroupZones="Living Room" }) <0x701dc520> 50 03/26/21 10:27:53.211 luup_log:345: VeraAlexa[0.92@345](addToQueue@234):addToQueue(2): 0 - true <0x701dc520> 50 03/26/21 10:27:53.212 luup_log:345: VeraAlexa[0.92@345](addToQueue@251):addToQueue(3): 1 <0x701dc520> 50 03/26/21 10:27:53.213 luup_log:345: VeraAlexa[0.92@345](addToQueue@254):addToQueue(4): playing <0x701dc520> 50 03/26/21 10:27:53.213 luup_log:345: VeraAlexa[0.92@345](checkQueue@206):checkQueue: 1 in queue <0x701dc520> 50 03/26/21 10:27:53.214 luup_log:345: VeraAlexa[0.92@345](checkQueue@214):checkQueue: play next <0x701dc520> 50 03/26/21 10:27:53.215 luup_log:345: VeraAlexa[0.92@345](setVar@126):setVar("urn:bochicchio-com:serviceId:VeraAlexa1","OneTimePassCode","",345) old value "" <0x701dc520> 50 03/26/21 10:27:53.215 luup_log:345: VeraAlexa[0.92@345](sayTTS@323):Executing command [TTS]: "-e speak:'<amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain>' -d \"Living Room\"" <0x701dc520> 50 03/26/21 10:27:55.712 luup_log:345: VeraAlexa[0.92@345](setVar@126):setVar("urn:micasaverde-com:serviceId:HaDevice1","CommFailure","0",345) old value "0" <0x701dc520> 50 03/26/21 10:27:55.713 luup_log:345: VeraAlexa[0.92@345](setVar@126):setVar("urn:bochicchio-com:serviceId:VeraAlexa1","LatestResponse","sending cmd:speak:<amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG",345) old value "sending cmd:speak:<s><amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain></s><break time=\"0s\" /> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG" <0x701dc520> 06 03/26/21 10:27:55.713 Device_Variable::m_szValue_set device: 345 service: urn:bochicchio-com:serviceId:VeraAlexa1 variable: LatestResponse was: sending cmd:speak:<s><amazon:domain name="conversational">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain></s><break time="0s" /> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG now: sending cmd:speak:<amazon:domain name="conversational">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG #hooks: 0 upnp: 0 skip: 0 v:(nil)/NONE duplicate:0 <0x701dc520> 50 03/26/21 10:27:55.715 luup_log:345: VeraAlexa[0.92@345](@279):Response from Alexa.sh: "sending cmd:speak:<amazon:domain name=\"conversational\">I really didn’t know how this morning was going to start. And if I had known, I think I might have just stayed in bed.</amazon:domain> to dev:Living_Room type:A3NPD82ABCPIDP serial:d889f9dcc0ab4085bcb59494f81c3726 customerid:A3SL3Z0HELH3YG" <0x701dc520> 50 03/26/21 10:27:55.717 luup_log:345: VeraAlexa[0.92@345](sayTTS@337):Queue will be checked again in 11.726 secs <0x701dc520> 08 03/26/21 10:27:55.821 JobHandler_LuaUPnP::HandleActionRequest device: 322 service: urn:micasaverde-com:serviceId:Sonos1 action: NotifyRenderingChange <0x6fbdc520> 08 03/26/21 10:27:55.821 JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=322 <0x6fbdc520> 08 03/26/21 10:27:55.821 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:Sonos1 <0x6fbdc520> 08 03/26/21 10:27:55.821 JobHandler_LuaUPnP::HandleActionRequest argument action=NotifyRenderingChange <0x6fbdc520> 08 03/26/21 10:27:55.821 JobHandler_LuaUPnP::HandleActionRequest argument LastChange=<Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/"><InstanceID val="0"><Volume channel="Master" val="50"/><Volume channel="LF" val="100"/><Volume channel="RF" val="100"/></InstanceID></Event> <0x6fbdc520> 08 03/26/21 10:27:55.822 JobHandler_LuaUPnP::HandleActionRequest argument sid=uuid:RINCON_48A6B8431C7701400_sub0000000321 <0x6fbdc520> 04 03/26/21 10:27:55.826 <Job ID="43" Name="" Device="322" Created="2021-03-26 10:27:55" Started="2021-03-26 10:27:55" Completed="2021-03-26 10:27:55" Duration="0.3272000" Runtime="0.1304000" Status="Successful" LastNote=""/> <0x77bf2320> 08 03/26/21 10:27:56.584 JobHandler_LuaUPnP::HandleActionRequest device: 322 service: urn:micasaverde-com:serviceId:Sonos1 action: NotifyZoneGroupTopologyChange <0x703dc520> 08 03/26/21 10:27:56.584 JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=322 <0x703dc520> 08 03/26/21 10:27:56.584 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:micasaverde-com:serviceId:Sonos1 <0x703dc520> 08 03/26/21 10:27:56.585 JobHandler_LuaUPnP::HandleActionRequest argument action=NotifyZoneGroupTopologyChange <0x703dc520>
-
The test unit I tried (and which serves as the Default output device for VeraAlexa) is indeed a Sonos Beam with Alexa built in. However, it has not (yet) mattered which device I try with, Echo, Dot, etc., nor have things improved when I refer to the default unit as "Living Room" or "Libra's Sonos" (both entries appear in Amazon's enumeration of devices on my account).
Nor have things improved if I substitute the SONOS service in place of the BOCHICCHIO one.