sailmich wrote: ↑Monday 08 January 2018 20:11 Any chance to use own mp3 sound files for change of status? Would be cool to get information by voice e.g. all blinds are closed, humidity is to high open the window.......
I have a friend with a very warm voice I would like to record sentences and use them for notifications.![]()
You can add this also:robgeerts wrote: ↑Monday 08 January 2018 20:59 You can add them to the custom directory, and use something like:
Code: Select all
blocks[110] = {} blocks[110]['playsound'] = 'custom/warmvoice.mp3';
Code: Select all
blocks[IDX]['playsoundOn'] = 'custom/warmvoice.mp3'; Play a sound when a device changes to On
blocks[IDX]['playsoundOff'] = 'custom/warmvoice.mp3'; Play a sound when a device changes to Off