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 Somfy Outdoor Camera (myfox:SomfyProtectSecurityCameraController) #222

Closed
PoVPoV29 opened this issue Aug 12, 2020 · 1 comment

Comments

@PoVPoV29
Copy link

PoVPoV29 commented Aug 12, 2020

2020-08-12 15:14:24 DEBUG (MainThread) [custom_components.tahoma] Unsupported TaHoma device detected (myfox:SomfyProtectSecurityCameraController - Camera - MyFoxSecurityCamera)

Device information
The equipement is a Somy outdoor Camera.
Can you integrate it with :

  • photo/image support
    -on/off alarm (with status)
  • activate siren
  • detection status

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": ["closed", "opened"],
		"type": "DiscreteState",
		"qualifiedName": "myfox:ShutterStatusState"
	}],
	"dataProperties": [],
	"widgetName": "MyFoxSecurityCamera",
	"uiClass": "Camera",
	"qualifiedName": "myfox:SomfyProtectSecurityCameraController",
	"type": "ACTUATOR"
}

Thanks
Regards

@iMicknl
Copy link
Owner

iMicknl commented Aug 14, 2020

Added support for cover in latest master, will be published soon. Tracked the live stream issue in #226.

@iMicknl iMicknl closed this as completed Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants