Webscraping with Multiscrape plugin

I need some assistance with scraping a website. I think I did it correctly, but my login seems to fail. Can any of you give me a hint or pointer to where I go wrong.

- name: Hp1 Scraper
  resource: https://www.myheatpump.com/a/login?__url=https%3A%2F%2Fwww.myheatpump.com%2Fa%2Famt%2Frealdata%2Fimg%3Fmn%3D3706%26devid%3D1
  log_response: true
  scan_interval: 60
  form_submit:
    submit_once: true
    resource: https://www.myheatpump.com/a/login
    select: "#login-form"
    input:
      username: Ta*****40
      password: V***********4

The responses I get, is all a login site. So I assume it does not login as It should. I think I got the correct forms and everything.