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

New device: IKEA - INSPELNING Smart plug #2214

Open
Grimes84 opened this issue Sep 27, 2024 · 7 comments
Open

New device: IKEA - INSPELNING Smart plug #2214

Grimes84 opened this issue Sep 27, 2024 · 7 comments
Labels
Zigbee-Herdsman-Converters issue This issue needs to be fixed in the zigbee-herdsman-converters

Comments

@Grimes84
Copy link

Grimes84 commented Sep 27, 2024

Hi,
the IKEA Smart plug INSPELNING has just been launched in Germany (Europe?).
Nevertheless, I was able to get one.
On the GIT Koenkk/zigbee2mqtt#23961 you have probably already got it to work.
On zigbee2mqtt.to only the previous version without current measuring is listed so far.
I still hope that you can get the good piece up and running, at least it's a fairly inexpensive option that you could actually just buy in a store.

Many thanks in advance

Kind regards
Martin

modelZigbee: INSPELNING Smart plug
type: Router
nwk: 43440
manuf id: 4476
manufacturer: IKEA of Sweden
power: Mains (single phase)
app version: 2
hard version: 1
zcl version: 8
stack version: 114
date code: 20240215
build: 2.4.34
interviewed: true
configured: false

endpoint: 1
profile: 260
input clusters: genBasic (0)
genIdentify (3)
genGroups (4)
genScenes (5)
genOnOff (6)
genLevelCtrl (8)
seMetering (1794)
haElectricalMeasurement (2820)
touchlink (4096)
64636
64645
output clusters:genOta (25)
endpoint:242
profile:41440
input clusters:greenPower (33)
output clusters:greenPower (33)

INSPELNING

@asgothian asgothian added the Zigbee-Herdsman-Converters issue This issue needs to be fixed in the zigbee-herdsman-converters label Sep 27, 2024
@asgothian
Copy link
Collaborator

This will automatically find its way into the zigbee adapter:

  • wait until it is part of an official version of the zigbee-herdsman-converters
  • wait until this version is linked as dependency in the iobroker.zigbee Adapter.
    Done

if you want to be quicker, you can try to get the external converter from that thread to work. In order to do that

  • generate a file 'inspelning.js' in the data folder of your zigbee adapter
  • paste the code for the external converter inside
  • add the filename to the external converter entry in the config
  • start the adapter and check the logs if it is actually loaded and used.

possible required fixes:

  • adapt paths to match the path to the respective files of the 'require' statements
  • patch the Lib/ikea.js file if it contains items yours does not.

I do not have a plug so I won't be able to do any of that.

A

@VBen
Copy link

VBen commented Oct 7, 2024

The E2206 device should be supported since zigbee-herdsman-converters 20.15.0 the current version is 20.24.0

@asgothian
Copy link
Collaborator

the version used in the 1.10.9 is 20.2.0
the version used in my test branch 1.10.10 is 20.18.0, which was current a week ago.

if you want to try out the branch, check the issue #2211 for instructions how to install. Ensure that you make a copy of your zigbee data folder and keep it, as you will be running bleeding edge as far as the zigbee adapter is concerned - I cannot promise that all works as planned, and there have been reports of issues when going back to the current main GitHub and stable versions. Those are explained in the issue linked above too. If you encounter them, install the current stable and restore the saved data folder to get it back up.

A.

@Grimes84
Copy link
Author

Grimes84 commented Oct 7, 2024

Hi,
I installed the instance via your link https://github.com/asgothian/ioBroker.zigbee/tarball/MapTest
It is “only” version 1.10.9 available via this link. But that was enough. With this version, the plug can be switched and current measurement also works. At least in my small test with a cell phone charger :)
Nevertheless, thank you very much for your efforts, I would not have expected a working version so quickly.
I would have liked to test it myself as you have described above, but this is a bit beyond my expertise.

Thanks again and keep up the good work.
With kind regards
Martin

@asgothian
Copy link
Collaborator

Can you please test if you can go back to the stable 1.10.3 version without the adapter crashing at startup ? If so, please also post detail about your coordinator.

To fix it afterwards, just return to the MapTest version

A.

@Grimes84
Copy link
Author

Grimes84 commented Oct 8, 2024

When I get back from work, I'll be to test it.

@Grimes84
Copy link
Author

Grimes84 commented Oct 8, 2024

Hi Asgothian,

I was able to revert to 1.10.3 without any problems and the adapter is running smoothly.
Only the INSPELNING devices again have the “error” not described in statesMapping.
I use a SONOFF ZBDongle-P Zigbee 3.0 USB dongle ZigBee Gateway ZHA as a coordinator.
At first I had a ZBDongle-E but I couldn't get it to work. It will soon be used as a router.

With kind regards
Martin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Zigbee-Herdsman-Converters issue This issue needs to be fixed in the zigbee-herdsman-converters
Projects
None yet
Development

No branches or pull requests

3 participants