Skip to content
New issue

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

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

Already on GitHub? # to your account

GPIO accessory in error #51

Open
kiondi opened this issue Jun 7, 2018 · 1 comment
Open

GPIO accessory in error #51

kiondi opened this issue Jun 7, 2018 · 1 comment

Comments

@kiondi
Copy link

kiondi commented Jun 7, 2018

Hello
if I insert three contact sensors and three switches when I associate them in HOME always have one in error.
this is the jason:
"platforms": [{
"platform": "WiringPiPlatform",
"name": "Pi GPIO (WiringPi)",
"overrideCache": "true",
"autoExport": "true",
"gpiopins": [{
"name": "GPIO12",
"pin": 12,
"enabled": "true",
"inverted": "false",
"mode": "in",
"pull": "up"
}, {
"name": "GPIO26",
"pin": 26,
"enabled": "true",
"inverted": "false",
"mode": "in",
"pull": "up"
}, {
"name": "GPIO13",
"pin": 13,
"enabled": "true",
"inverted": "false",
"mode": "in",
"pull": "up"
}, {
"name": "GPIO21",
"pin": 21,
"enabled": "true",
"inverted": "false",
"mode": "out",
"pull": "off",
"duration": 300
}, {
"name": "GPIO19",
"pin": 19,
"enabled": "true",
"inverted": "false",
"mode": "out",
"pull": "off"
}, {
"name": "GPIO4",
"pin": 4,
"enabled": "true",
"inverted": "false",
"mode": "out",
"pull": "off",
"duration": 300
}]
image-1

Thank you in advance.
Kiondi

@kiondi
Copy link
Author

kiondi commented Jun 27, 2018

this problem happens when a GPIO port is configured as input

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant