Switch: - platform: netio seems not to work

Folks, I jave added

does show a:
Dec 23 19:42:33 home-assistant hass[1976]: 16-12-23 19:42:33 INFO (MainThread) [homeassistant.loader] Loaded switch.netio from homeassistant.components.switch.netio
Dec 23 19:42:33 home-assistant hass[1976]: 16-12-23 19:42:33 INFO (MainThread) [homeassistant.components.switch] Setting up switch.netio
Dec 23 19:42:34 home-assistant hass[1976]: 16-12-23 19:42:34 WARNING (Thread-4) [pynetio] command error: ‘503 INVALID LOGIN\r\n’
Dec 23 19:42:34 home-assistant hass[1976]: 16-12-23 19:42:34 WARNING (Thread-4) [pynetio] command error: ‘505 FORBIDDEN\r\n’
Dec 23 19:42:34 home-assistant hass[1976]: 16-12-23 19:42:34 ERROR (MainThread) [homeassistant.components.switch] Error while setting up platform netio
Dec 23 19:42:34 home-assistant hass[1976]: File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/switch/netio.py”, line 67, in setup_platform
Dec 23 19:42:34 home-assistant hass[1976]: File “/home/hass/.homeassistant/deps/pynetio.py”, line 31, in init
Dec 23 19:42:34 home-assistant hass[1976]: File “/home/hass/.homeassistant/deps/pynetio.py”, line 40, in connect
Dec 23 19:42:34 home-assistant hass[1976]: File “/home/hass/.homeassistant/deps/pynetio.py”, line 48, in update
Dec 23 19:42:34 home-assistant hass[1976]: File “/home/hass/.homeassistant/deps/pynetio.py”, line 48, in

any idea why the login does not work. Going on the webgui the same login and passwords are working

looks like the formating does not work here, as in the edit mode it looks good after posting it is …

I’m facing the same problem, did anyone solved yet?

Same here. The Netio Component didn’t work at Hass.io. Any Ideas?

Netio component uses Telnet to communicate.
Make sure you have activated Telnet under M2M API Protocols.