Hi, I have HAOS and to be able to send messages to telegram from nodered I have created a bot and I create in nodered a configuration node with:
- Bot-Name : miBot
- Token : fasdfadsfasdfd
- ChatIds : Id of my user
This way it works without problems but now I want to be able to send the messages to a general group where I can send warnings. To do this I have created a group and in it I have put my bot and to test I have configured in nodered a new configuration node
- Bot-Name : miBot
- Token : fasdfadsfasdfd
- ChatIds : Group Id <—
but this way I still get messages to the bot but there is nothing in the group.
I have seen some video that configure it in HA and only reference the Chatid of the group and it seems to work but if in nodered I try to leave blank the Bot-Name or the token it fails me.
Am I missing something? Thanks.