Hi @Mio3000,
could you please make sure that in your automation, the “Smart appliance socket” entity is selected correctly? From what I can see, it should point to sensor.washing_machine_socket
.
Also, it could be that the State machine is not selected, because the unplugged
state is always shown as the default one, and that can’t be a coincidence 
If that doesn’t solve the issue please paste the yaml file of your automation.
# Your automation should look something like this:
alias: My washing machine automation
description: ''
use_blueprint:
path: leofabri/appliance-status-monitor.yaml
input:
# Things that I saw on the screenshot you posted
appliance_socket: switch.washing_machine_socket # <- Made a typo here, it has to be a switch
appliance_power_sensor: sensor.washing_machine_power
appliance_state_machine: input_select.washing_machine_state
# Things that I didn't see.
# I'm assuming that the naming matches the documentation
appliance_job_cycle: input_boolean.washing_machine_job_cycle
delayed_job_completion_timer: timer.washing_machine_delayed_job_completion_timer
automation_self_trigger: input_boolean.washing_machine_automation_self_trigger
Regarding the door sensor, I think that this goes outside the scope of the blueprint. Mine wants to be a universal solution and the feature you are referring to is very targeted.
You can definitely pair another automation to mine and do what you want with it. It’d certainly be easier since you now know the state of your appliance.