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

Bug on shelly Plugin #692

Closed
4 tasks
uxen-al opened this issue Jun 18, 2020 · 1 comment
Closed
4 tasks

Bug on shelly Plugin #692

uxen-al opened this issue Jun 18, 2020 · 1 comment
Labels
bug Something isn't working discovery Issues reported without enough information

Comments

@uxen-al
Copy link

uxen-al commented Jun 18, 2020

Description
It's impossible to turn off light with a Shelly 2.5 (Turn on is ok)

Version

3.2.6

Did you upgrade
Please let us know if you upgraded from a previous version.

  • Yes
  • [ X] No

Pervious version
If you upgraded, please let us know your previous version.

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1?
Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

  • Yes
  • [X ] No

What device are you using?
Please let us know the device you are running HOOBS on.

  • HOOBS Box
  • [X ] HOOBS SD Card
  • Custom Install

If this is a custom install, what's your operating system?
Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina.

List your plugins
Shelly
Ring
Chamberlain

Post your config

{
"server": {
"port": 8080,
"autostart": 0,
"home_setup_id": "X-HM://0023ISYWYNL74",
"polling_seconds": 5,
"origin": "*"
},
"client": {
"default_route": "status",
"inactive_logoff": 30,
"theme": "hoobs-dark",
"locale": "fr",
"temp_units": "celsius",
"country_code": "FR",
"postal_code": "XXXXX",
"latitude": "XXXX",
"longitude": "XXXXX"
},
"bridge": {
"name": "HOOBS",
"port": 51826,
"pin": "xxxxx",
"username": "XXXXX"
},
"description": "",
"ports": {},
"accessories": [
{
"accessory": "Chamberlain",
"plugin_map": {
"plugin_name": "homebridge-chamberlain",
"index": 0
},
"name": "Porte de Garage",
"username": "XXXXXX",
"password": "XXXXXX",
"deviceId": "XXXXX"
},
{
"accessory": "Chamberlain",
"plugin_map": {
"plugin_name": "homebridge-chamberlain",
"index": 0
},
"name": "Portail",
"password": "XXXXX",
"username": "XXXXX",
"deviceId": "XXXX"
}
],
"platforms": [
{
"platform": "Ring",
"plugin_map": {
"plugin_name": "ring"
},
"email": "XXXXXX",
"password": "XXXXXX",
"refreshToken": "XXXXXXX"
},
{
"platform": "Shelly",
"name": "Shelly",
"admin": {
"enabled": "true",
"port": 8181
},
"username": "XXXXXX",
"password": "XXXXXXX",
"plugin_map": {
"plugin_name": "homebridge-shelly"
}
}
]
Post your log
No log

Additional context

In shelly home appli it's ok for turning off. In hoos and in HomeKit it's doesn't work any more.

@uxen-al uxen-al added bug Something isn't working discovery Issues reported without enough information labels Jun 18, 2020
@BobbySlope
Copy link
Member

the plugin dev is already aware of since you opened the issue there, we can't do anything on our side. duplicate of: alexryd/homebridge-shelly#128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discovery Issues reported without enough information
Projects
None yet
Development

No branches or pull requests

2 participants