ha-sagemcom-fast icon indicating copy to clipboard operation
ha-sagemcom-fast copied to clipboard

Logon response with

Open theking2 opened this issue 1 year ago • 0 comments

Versions

Key Value
Home Assistant version ?
Integration version ?
Sagemcom F@st model ?
Sagemcom F@st firmware (optional) ?

Describe the bug

logon not working

To Reproduce

Steps to reproduce the behavior:

  1. open
  2. enter password
  3. click logon
  4. See error

Expected behavior

Logged on succesfully

[bug]

{
	"reply": {
		"uid": 0,
		"id": 0,
		"error": {
			"code": 16777236,
			"description": "XMO_REQUEST_ACTION_ERR"
		},
		"actions": [
			{
				"uid": 1,
				"id": 0,
				"error": {
					"code": 16777226,
					"description": "XMO_ACCESS_RESTRICTION_ERR"
				},
				"callbacks": [
					{
						"uid": 1,
						"result": {
							"code": 16777226,
							"description": "XMO_ACCESS_RESTRICTION_ERR"
						},
						"xpath": "Device",
						"parameters": {}
					}
				]
			}
		],
		"events": []
	}
}

theking2 avatar Apr 11 '25 16:04 theking2