Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for camera live streams / snapshots (MyFoxSecurityCamera) #226

Open
iMicknl opened this issue Aug 14, 2020 · 0 comments
Open
Labels

Comments

@iMicknl
Copy link
Owner

iMicknl commented Aug 14, 2020

Device information
Multiple users have requested to view their camera livestreams in Home Assistant. Currently we only support closing the cover of the MyFoxSecurityCamera.

This issue is currently blocked due to no available endpoints in the TaHomalink.com API.

Initially requested in #221 and #222

Device details

{
	"commands": [{
		"commandName": "close",
		"nparams": 0
	}, {
		"commandName": "getName",
		"nparams": 0
	}, {
		"commandName": "open",
		"nparams": 0
	}, {
		"commandName": "refreshDeviceStatus",
		"nparams": 0
	}, {
		"commandName": "setName",
		"nparams": 1
	}, {
		"commandName": "refreshShutterStatus",
		"nparams": 0
	}],
	"states": [{
		"values": ["offline", "online", "uninstalled"],
		"type": "DiscreteState",
		"qualifiedName": "core:CloudDeviceStatusState"
	}, {
		"type": "DataState",
		"qualifiedName": "core:NameState"
	}, {
		"values": ["down", "up"],
		"type": "DiscreteState",
		"qualifiedName": "core:PowerSupplyUpDownState"
	}, {
		"values": ["closed", "opened"],
		"type": "DiscreteState",
		"qualifiedName": "myfox:ShutterStatusState"
	}],
	"dataProperties": [],
	"widgetName": "MyFoxSecurityCamera",
	"uiClass": "Camera",
	"qualifiedName": "myfox:SomfyOnePlusCameraController",
	"type": "ACTUATOR"
}
{
	"commands": [{
		"commandName": "close",
		"nparams": 0
	}, {
		"commandName": "getName",
		"nparams": 0
	}, {
		"commandName": "open",
		"nparams": 0
	}, {
		"commandName": "refreshDeviceStatus",
		"nparams": 0
	}, {
		"commandName": "setName",
		"nparams": 1
	}, {
		"commandName": "refreshShutterStatus",
		"nparams": 0
	}],
	"states": [{
		"values": ["offline", "online", "uninstalled"],
		"type": "DiscreteState",
		"qualifiedName": "core:CloudDeviceStatusState"
	}, {
		"type": "DataState",
		"qualifiedName": "core:NameState"
	}, {
		"values": ["closed", "opened"],
		"type": "DiscreteState",
		"qualifiedName": "myfox:ShutterStatusState"
	}],
	"dataProperties": [],
	"widgetName": "MyFoxSecurityCamera",
	"uiClass": "Camera",
	"qualifiedName": "myfox:SomfyProtectSecurityCameraController",
	"type": "ACTUATOR"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant