Telegram webhooks broken on 0.40.0?

Hi all,

Just upgraded to 0.40.0 and it seems that my telegram webhooks automations are no longer working. The command is received, but HA is not acting on it.

Does anyone else have a similar problem, or is it just me?

Thanks

HI
ia m facing below Problem in 0.40

17-03-12 14:45:04 ERROR (Thread-11) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) database is locked [SQL: 'SELECT states.state_id AS states_state_id, states.domain AS states_domain, states.entity_id AS states_entity_id, states.state AS states_state, states.attributes AS states_attributes, states.event_id AS states_event_id, states.last_changed AS states_last_changed, states.last_updated AS states_last_updated, states.created AS states_created \nFROM states JOIN (SELECT max(states.state_id) AS max_state_id \nFROM states \nWHERE states.created >= ? AND states.created < ? AND states.domain NOT IN (?, ?) AND states.entity_id IN (?) GROUP BY states.entity_id) AS anon_1 ON states17-03-12 14:45:04 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved

Traceback (most recent call last):

please look its after upgrade or something else

Hey,
upgraded to 0.40 as well. webhooks are broken…

Now the event is telegram_command instead of telegram_event.
Try changing your automation to match this.

Actually, I changed “event_type: telegram.command” to “event_type: telegram_command” and it indeed seems to work now. Thank you!

Does anyone know if and how we should communicate this to someone, so that it gets properly documented?

hello can i use telegram webhook if im not using ssl… my link goes like this http://xxxx.duckdns.org:8123? ? im new to home assistant.

Take a look here: http://stackoverflow.com/questions/37449252/anyway-for-setting-telegram-webhook-without-setting-up-https-connection

P.S. Please don’t hijack threads; if you want to ask something irrelevant with the thread, you can always start your own.

@lexam79 sorry to ask, but you can see my problem on this topic?