But, when i send the command /meteo i get only the second action of the automation (the service telegram_bot.send_message). About the first action i don’t get anything…
Hints? Solutions?
I tried also to remove the target option as I read in this case it use the first or the default chat_id, but with the same result… I have only one chat Id.
When at home I will try your advice and let you know.
After testing many times in the developers tool services i see that only .jpg or .jpeg files are supported, so now i am asking how you have your automation working with .png files?
PNG is supported too. I guess your (relative?) path doesn’t work. May be the leading / is the issue. Could you try to use the url key instead of file to send a public available image?
Yes of course. First of all the service doesn’t support .svg files.
About the automation I solved using the complete path to the file to send i.e. using ‘/config/www/path_to_the_file’ and not ‘/local/path_to_the_file’.
About the target option, having only one chat id, i can omitt it…
Hope this help others with the same problem.