alexryd / homebridge-shelly-ng

Homebridge plugin for the next generation of Shelly devices
GNU General Public License v3.0
122 stars 45 forks source link

[new device] Shelly PLUS 1 PM Mini #93

Open patpaat opened 11 months ago

patpaat commented 11 months ago

Is it possible to add the new SHELLY PLUS 1 PM Mini to the device list?

Maybe this will help: [shelly1pmmini-xxxxxxxxxxxx] Unknown device of model "SNSW-001P8EU" discovered.

jakubkasparek commented 11 months ago

i need it too.

DubDave commented 11 months ago

Need too, please update for Mini Support. Thanks

peto4 commented 11 months ago

I need too, please update for Mini Support. Thanks

petereit commented 11 months ago

I need too, please update for Mini Support. Thanks

cubi1337 commented 10 months ago

I have the same problem as you. For this reason I created a new repository with the (hopefully) correct adjustments. I haven't tested it yet. Tomorrow afternoon I will build the npm Homebridge plugin of the same name.

https://github.com/cubi1337/homebridge-shelly-ds9

peto4 commented 10 months ago

I tried version 0.9.2 of https://github.com/cubi1337/homebridge-shelly-ds9 The recognition of any shelly nor mini1 doesn't work

cubi1337 commented 10 months ago

Ok. I will create a new Version with more loging next week . Have a nice weekend.

Kasper05 commented 10 months ago

Ok. I will create a new Version with more loging next week . Have a nice weekend.

It is also possible to add the Shelly Plus Plug S (SNPL-00112EU)?

cubi1337 commented 10 months ago

Check Version 0.9.9

it works for me....

peto4 commented 10 months ago

cubi1337, you are a genius :) Plugin version 0.9.9 successfully recognized Shelly plus1 mini and working.

[11/20/2023, 5:27:34 PM] Homebridge v1.7.0 (HAP v0.11.1) (Homebridge 6282) is running on port 51587. [11/20/2023, 5:27:34 PM] [Shelly NG] mDNS device discovery started [11/20/2023, 5:27:34 PM] [Shelly NG] [Children room light 1 (Shelly plus 1)] Device added [11/20/2023, 5:27:34 PM] [Shelly NG] [Children room light 2 (Shelly plus 1)] Device added [11/20/2023, 5:27:34 PM] [Shelly NG] [Dining room switch light (Shelly plus 1 mini)] Device added [11/20/2023, 5:27:34 PM] [Shelly NG] [Garage light (Shelly plus 1 mini)] Device added

cubi1337 commented 10 months ago

Ok. I will create a new Version with more loging next week . Have a nice weekend.

It is also possible to add the Shelly Plus Plug S (SNPL-00112EU)?

done. hope it works.

Geeza commented 10 months ago

I'm trying to add a Plus mini but it does not work. I saw the following error in the logs: Shelly Ds9 BridgeShellyDS9WARNING[shellyplusht-e465b85f4334] Unknown device of model "SNSN-0013A" discovered.

cubi1337 commented 10 months ago

The Shelly plus h&t is not supported.

Geeza commented 10 months ago

The Shelly plus h&t is not supported.

Oh got it, thanks for that. I assumed it was the Plus mini. I'll try again tomorrow with another one to see if I can add it as an accessory, so far still unsuccessful discovering them (outside the Shelly app).

barry74 commented 7 months ago

I have the same problem as you. For this reason I created a new repository with the (hopefully) correct adjustments. I haven't tested it yet. Tomorrow afternoon I will build the npm Homebridge plugin of the same name.

https://github.com/cubi1337/homebridge-shelly-ds9

Hi cubi1337,

Is it also possible to add the new Dimmer Pro 2PM ? Thanks.

apartmedia commented 7 months ago

I have the same problem as you. For this reason I created a new repository with the (hopefully) correct adjustments. I haven't tested it yet. Tomorrow afternoon I will build the npm Homebridge plugin of the same name.

https://github.com/cubi1337/homebridge-shelly-ds9

homebridge-shelly-ds9 also seems to still have the auth issue (loosing connection in cause of no websocket re-auth if a new nonce is received). There is a fix and PR available from user wagnerand but no repo has implemented this yet. Could you use it to implement into your fork? Re-auth if a new nonce is received

cubi1337 commented 7 months ago

I have the same problem as you. For this reason I created a new repository with the (hopefully) correct adjustments. I haven't tested it yet. Tomorrow afternoon I will build the npm Homebridge plugin of the same name. https://github.com/cubi1337/homebridge-shelly-ds9

homebridge-shelly-ds9 also seems to still have the auth issue (loosing connection in cause of no websocket re-auth if a new nonce is received). There is a fix and PR available from user wagnerand but no repo has implemented this yet. Could you use it to implement into your fork? Re-auth if a new nonce is received

Hi, i will integrate it next week.

Best regards

David

cubi1337 commented 7 months ago

I have the same problem as you. For this reason I created a new repository with the (hopefully) correct adjustments. I haven't tested it yet. Tomorrow afternoon I will build the npm Homebridge plugin of the same name. https://github.com/cubi1337/homebridge-shelly-ds9

Hi cubi1337,

Is it also possible to add the new Dimmer Pro 2PM ? Thanks.

If someone fork it - i will integrate it.

I have the same problem as you. For this reason I created a new repository with the (hopefully) correct adjustments. I haven't tested it yet. Tomorrow afternoon I will build the npm Homebridge plugin of the same name. https://github.com/cubi1337/homebridge-shelly-ds9

homebridge-shelly-ds9 also seems to still have the auth issue (loosing connection in cause of no websocket re-auth if a new nonce is received). There is a fix and PR available from user wagnerand but no repo has implemented this yet. Could you use it to implement into your fork? Re-auth if a new nonce is received

Hi, i will integrate it next week.

Best regards

David

Done.

lukasfoempe commented 6 months ago

Hi cubi1337, I do use Shelly Mini1G3 - is there any possibility to add this one, as well?

br lukas

cubi1337 commented 6 months ago

hi, the G3 devices are actually already supported. Do you have a specific error message when the device is rejected?

br david

lukasfoempe commented 6 months ago

Hi david, sorry, i will check the issue and error message later on and will come back with the specific description.

br Lukas

lukasfoempe commented 6 months ago

Hi, After another test, everything is now working as planned. Result: Shelly 1 mini Gen3 is available in Homekit

Apparently there are - at least for me - problems finding the relay via mDNS discovery. However, if this is disabled and I enter the device ID and IP address, the shelly registers in the homebridge.

works as designed :-)

Thank you very much