Hello,
I would like to communicate with the writer of duckdns extension to know if it will be possible to have a notification when the external ip is changing.
How can I have reference to the writer ?
Best regards
Thierry
Hello,
I would like to communicate with the writer of duckdns extension to know if it will be possible to have a notification when the external ip is changing.
How can I have reference to the writer ?
Best regards
Thierry
Just create this sensor:
Trigger an automation on change of it.
- id: wan_ip_change
alias: 'WAN IP Change'
initial_state: true
trigger:
platform: state
entity_id: sensor.myip
action:
- service: notify.telegram_system
data_template:
title: '*ALERT*'
message: "Public IP changed from {{ trigger.from_state.state }} to {{ trigger.to_state.state }}"
Ohaaah !!
Many thanks !
Best regards
That is a copy & paste from the vscode add-on, not the DuckDNS add-on. The DuckDNS add-on is not part of the community add-ons and not created by me.
Oops. Doing too many things at one. Will correct it.