Getting errors in log file for speak message actions in Rule machine.
Only happens in rule machine. Other apps like notification etc. are working as expected.
Have tried keeping volume field blank (only possible in rule machine v5.0 and v5.1 automatically defaults to volume of 50 that can be changed but not blanked). No luck.
Error:
groovy.lang.MissingMethodException: No signature of method: user_driver_ogiewon_Child_Alexa_TTS_386.speak() is applicable for argument types: (java.lang.String, java.lang.Long) values: [its a yellow bin today, 50]
Possible solutions: speak(java.lang.Object), sleep(long), every(), grep(), inspect(), split(groovy.lang.Closure) on line 5875 (method speak)
Thanks heaps @bertabcd1234. That worked!
I manually updated the driver for Child Alexa TTS and it was picked straight up by my rules.
Didn't realise I was on an old driver and just assumed that HPM would have picked up the update.
Thanks again.