giuseppecastaldo / ha-addons

Home Assistant Whatsapp Add-on
Apache License 2.0
49 stars 18 forks source link

Buttons and location not sending #34

Closed Caldin-Maldin closed 5 months ago

Caldin-Maldin commented 1 year ago

At some point, messages with buttons and location stopped being sent. Only text and photo messages are sent. There are no errors in HA. Services are processed correctly. In automation, actions are also performed without errors. HA 2023.6.1

Caldin-Maldin commented 9 months ago

I thought the bug would be fixed in the new version, but everything remains the same, messages with location or buttons do not arrive. There are no errors in HA. Messages with text or photos are received normally.

daknightuk commented 8 months ago

I have the location sending working fine but using this example code in HA developer tools \ Services the Buttons do not work for me. There is nothing shown in the add in log

service: whatsapp.send_message data: clientId: 449999999999@s.whatsapp.net to: 448888888888@s.whatsapp.net body: text: "Hi it's button message" footer: "Hello World" buttons:

cefranco76 commented 7 months ago

Any update about button and list messages? Not working for me.

jelmerwouters commented 6 months ago

Doesn't work for me neither

jelmerwouters commented 5 months ago

Using the example from the documentation (with correct phone number of course), this still doesn't work for me. Is it supposed to work after the latest update?


service: whatsapp.send_message
data:
  clientId: default
  to: 391234567890@s.whatsapp.net
  body:
    text: Hi it's button message
    footer: Hello World
    buttons:
      - buttonId: id1
        buttonText:
          displayText: Button 1
        type: 1
      - buttonId: id2
        buttonText:
          displayText: Button 2
        type: 1
      - buttonId: id3
        buttonText:
          displayText: Button 3
        type: 1
    headerType: 1
cefranco76 commented 5 months ago

Using the example from the documentation (with correct phone number of course), this still doesn't work for me. Is it supposed to work after the latest update?


service: whatsapp.send_message
data:
  clientId: default
  to: 391234567890@s.whatsapp.net
  body:
    text: Hi it's button message
    footer: Hello World
    buttons:
      - buttonId: id1
        buttonText:
          displayText: Button 1
        type: 1
      - buttonId: id2
        buttonText:
          displayText: Button 2
        type: 1
      - buttonId: id3
        buttonText:
          displayText: Button 3
        type: 1
    headerType: 1

for me neither