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

[Device support request] innr SP220 smart plug #2678

Closed
SwoopX opened this issue Apr 11, 2020 · 18 comments
Closed

[Device support request] innr SP220 smart plug #2678

SwoopX opened this issue Apr 11, 2020 · 18 comments

Comments

@SwoopX
Copy link
Collaborator

SwoopX commented Apr 11, 2020

grafik

Basic cluster
grafik
grafik

Level Control
grafik

Power
grafik

@SwoopX
Copy link
Collaborator Author

SwoopX commented Apr 11, 2020

Manufacturer specific cluster FC82

ZigBee Cluster Library Frame, Mfr: INNR Lighting BV (0x1166), Command: Discover Attributes Response, Seq: 208
    Frame Control Field: Profile-wide (0x1c)
    Manufacturer Code: INNR Lighting BV (0x1166)
    Sequence Number: 208
    Command: Discover Attributes Response (0x0d)
    Attribute Status Record
        Attribute: 0x0006
        Data Type: Character String (0x42)
    Attribute Status Record
        Attribute: 0x0010
        Data Type: 32-Bit Unsigned Integer (0x23)
    Attribute Status Record
        Attribute: 0x0011
        Data Type: 32-Bit Unsigned Integer (0x23)
    Attribute Status Record
        Attribute: 0x0012
        Data Type: 32-Bit Unsigned Integer (0x23)
    Attribute Status Record
        Attribute: 0x0013
        Data Type: 32-Bit Unsigned Integer (0x23)
    Attribute Status Record
        Attribute: 0x0014
        Data Type: 32-Bit Unsigned Integer (0x23)
    Attribute Status Record
        Attribute: 0x0015
        Data Type: 32-Bit Unsigned Integer (0x23)
    Attribute Status Record
        Attribute: 0xfffd
        Data Type: 16-Bit Unsigned Integer (0x21)

grafik

Caught 2 further manufacturer specific attributes in the standard clusters

Basic cluster (0x4001 and 0x4002)
grafik

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 11, 2020

So indeed Zigbee 3.0 as expected and no Simple Metering nor Electrical Measurement as expected/feared. What's the Image Type (in the OTAU panel)? The 0xFC82 cluster is new. Do the values change, as load increases? I do have an unused innr bridge lying around, if you want to sniff how it interacts with the SP 220. However, last time I checked, it was really unsophisticated.

The device should already be exposed by the REST API plugin (as not-so-smart plug). Only thing to check is the whitelisting in bindings.cpp for the attribute reporting. Best change modelId.startsWith(QLatin1String("SP 120")) to modelId.startsWith(QLatin1String("SP ")) (only in that file).

BTW how do you do to send the Discover Attributes? deconz-cli-plugin? What's the byte code?

@kasteleman
Copy link

kasteleman commented Apr 11, 2020 via email

@SwoopX
Copy link
Collaborator Author

SwoopX commented Apr 11, 2020

@ebaauw

What's the Image Type (in the OTAU panel)?

Image type is 0x0310

Do the values change, as load increases?

No, none of the values changes a bloody bit, even after 1h of my Sonos plaing stuff. Looks pretty useless.

BTW how do you do to send the Discover Attributes? deconz-cli-plugin?

Indeed. Pretty handy, at least for mains powered devices.

zclattrmanu 0xcaca 1 0xfc82 0x1166 0C00001D
               |   |    |      |    |   | |------- # of attributes to read (1D)
               |   |    |      |    |   |--------- # Attribute to start with (0000)
               |   |    |      |    |------------- Command (Discover Attributes)
               |   |    |      |------------------ Manufacturer code
               |   |    |------------------------- Manufacturer specific cluster
               |   |------------------------------ Endpoint
               |---------------------------------- Device

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 13, 2020

Holy crap, while documenting the GUI's keyboard shortcuts, I discovered that you can also send this request from the GUI. Select a cluster, select the node, press 9. Updated the "deCONZ for Dummies" Wiki. It doesn't set the Manufacturer Code though, so useless for clusters with that code.

@SwoopX
Copy link
Collaborator Author

SwoopX commented Apr 15, 2020

Gee, where did you get that from, trying?

@ebaauw
Copy link
Collaborator

ebaauw commented Apr 15, 2020

While editing the "deCONZ for Dummies" Wiki, I was double-checking the keys with the sniffer running. I did try all digit keys, but not all the letters, there could be another hidden gem (I was hoping for a Read Attributes of the Basic cluster).

@SwoopX
Copy link
Collaborator Author

SwoopX commented Apr 15, 2020

Nice one.

@ualex73
Copy link

ualex73 commented Apr 21, 2020

No measurements is a "downgrade" from SP120, because I bought the SP120 for that ;-) So I can skip the SP220 completely.

@kasteleman
Copy link

kasteleman commented Apr 21, 2020 via email

@ualex73
Copy link

ualex73 commented Apr 21, 2020

I understand the business logic behind it, but they just lost me as a customer for plugs ;-)

@kasteleman
Copy link

kasteleman commented Apr 21, 2020 via email

@SwoopX
Copy link
Collaborator Author

SwoopX commented Apr 21, 2020

Indeed. From my perspective, power measurement was more a unique selling proposition. Since it's not in anymore, I'm out. Really enjoyed the SP 120.

The SP 220 are more expensive btw ;)

@Mimiix
Copy link
Collaborator

Mimiix commented Jun 6, 2020

It seems this issue is resolved or otherwise inactive. If it is not, please re-open!

@P1Rebo
Copy link

P1Rebo commented Nov 27, 2021

Unfortunately I can't pair with my Conbee I stick plugged in... Any suggestions? My SP 120 could be connected without any problems... thanks in advance!

@jee67
Copy link

jee67 commented Aug 19, 2022

Anyone, is the Sp220 accessable in the Phoscon app, and if so how should I do this?

@lryjnks
Copy link

lryjnks commented Sep 10, 2022

Anyone, is the Sp220 accessable in the Phoscon app, and if so how should I do this?

Same question here..

@lryjnks
Copy link

lryjnks commented Sep 10, 2022

Ok, strangely enough I now see the innr in the menu Lights. But in the search it had not found anything.

image

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

No branches or pull requests

8 participants