8000 KL400 Support · Issue #247 · python-kasa/python-kasa · GitHub
[go: up one dir, main page]

Skip to content

KL400 Support #247

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

Closed
dlangerm opened this issue Nov 2, 2021 · 4 comments
Closed

KL400 Support #247

dlangerm opened this issue Nov 2, 2021 · 4 comments

Comments

@dlangerm
Copy link
dlangerm commented Nov 2, 2021

Any chance for KL400 LED strip support? I just bought one thinking it would work seamlessly with HA just like my smart plug, whoops. Should have checked.

I'd consider myself a fairly advanced user so if there's anything I need to do from my end to help out or get things working I'm willing to take a crack at it.

@rytilahti
Copy link
Member
rytilahti commented Nov 2, 2021

Could you be more specific what exactly is not working as to my understanding it should be supported? Could #191 be related?

@dlangerm
Copy link
Author
dlangerm commented Nov 2, 2021

That does look slightly related. The thing is I can query the device with the CLI and it displays everything correctly as below:

$ kasa --host 192.168.50.193

== strip - KL400L5(US) ==
        Host: 192.168.50.193
        Device state: ON

        == Generic information ==
        Time:         2021-11-02 09:24:50
        Hardware:     1.0
        Software:     1.0.5 Build 210616 Rel.122727
        MAC (rssi):   60:A4:B7:xxx (-45)
        Location:     {'latitude': xxx, 'longitude': -xxx}

        == Device specific information ==
        Brightness: 96
        Is dimmable: True
        HSV: HSV(hue=179, saturation=100, value=96)
        Length: 16


        == Current State ==
        <EmeterStatus power=10.4 voltage=None current=None total=0.022>
< 8000 /div>

But when I try any of the specific CLI options (which I assume home assistant is doing) I get errors on all of them including "strip".

$ kasa --strip --host 192.168.50.193                                           
Traceback (most recent call last):
  File "/home/dlangerm/miniconda3/bin/kasa", line 8, in <module>
    sys.exit(cli())
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 862, in __call__
    return anyio.run(self._main, main, args, kwargs, **({"backend":_anyio_backend} if _anyio_backend is not None else {}))
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/anyio/_core/_eventloop.py", line 56, in run
    return asynclib.run(func, *args, **backend_options)  # type: ignore
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 230, in run
    return native_run(wrapper(), debug=debug)
  File "/home/dlangerm/miniconda3/lib/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/home/dlangerm/miniconda3/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
    return future.result()
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 225, in wrapper
    return await func(*args)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 865, in _main
    return await main(*args, **kwargs)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 814, in main
    rv = await self.invoke(ctx)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 1272, in invoke
    return await Command.invoke(self, ctx)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 1102, in invoke
    return await ctx.invoke(self.callback, **ctx.params)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 644, in invoke
    rv = await rv
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/cli.py", line 90, in cli
    await ctx.invoke(state)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 644, in invoke
    rv = await rv
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/asyncclick/core.py", line 644, in invoke
    rv = await rv
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/cli.py", line 189, in state
    await dev.update()
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/smartstrip.py", line 95, in update
    await super().update(update_children)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/smartdevice.py", line 293, in update
    if not self.has_emeter:
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/smartdevice.py", line 87, in wrapped
    return f(*args, **kwargs)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/smartdevice.py", line 269, in has_emeter
    return "ENE" in self.features
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/smartdevice.py", line 87, in wrapped
    return f(*args, **kwargs)
  File "/home/dlangerm/miniconda3/lib/python3.9/site-packages/kasa/smartdevice.py", line 263, in features
    return set(self.sys_info["feature"].split(":"))
KeyError: 'feature'

@dlangerm
Copy link
Author
dlangerm commented Nov 2, 2021

BTW if I print out sys_info this is what I get:

{
'sw_ver': '1.0.5 Build 210616 Rel.122727', 'hw_ver': '1.0', 'model': 'KL400L5(US)', 'deviceId': 'xxx', 'oemId': 'xxx', 'hwId': 'xxx', 'rssi': -45, 'latitude_i': 'xxx', 'longitude_i': 'xxx', 'alias': 'strip', 'status': 'new', 'description': 'Kasa Smart Light Strip, Multicolor', 'mic_type': 'IOT.SMARTBULB', 'mic_mac': '60:A4:B7:xxx', 'dev_state': 'normal', 'is_factory': False, 'disco_ver': '1.0', 'ctrl_protocols': {'name': 'Linkie', 'version': '1.0'}, 'active_mode': 'schedule', 'is_dimmable': 1, 'is_color': 1, 'is_variable_color_temp': 0, 'LEF': 0, 'length': 16, 'light_state': {'on_off': 1, 'mode': 'normal', 'hue': 179, 'saturation': 100, 'color_temp': 0, 'brightness': 96}, 'lighting_effect_state': {'enable': 0, 'name': 'Haunted Mansion', 'custom': 0, 'id': 'xxx', 'brightness': 80}, 'preferred_state': [], 'err_code': 0
}

@dlangerm
Copy link
Author
dlangerm commented Nov 2, 2021

I didn't notice "--strip" and "--lightstrip" were both options. The CLI works with --lightstrip for getting info. Closing as this is not a bug with the CLI. It still won't show up in home assistant for some reason.

8000

@dlangerm dlangerm closed this as completed Nov 2, 2021
rytilahti added a commit to rytilahti/python-kasa that referenced this issue Jan 14, 2022
This minor release fixes issues that were found after homeassistant integration got converted over from pyhs100.

[Full Changelog](python-kasa/python-kasa@0.4.0...0.4.1)

**Implemented enhancements:**

- Add --type option to cli [\python-kasa#269](python-kasa#269) ([rytilahti](https://github.com/rytilahti))
- Minor improvements to onboarding doc [\python-kasa#264](python-kasa#264) ([rytilahti](https://github.com/rytilahti))
- Add fixture file for KL135 [\python-kasa#263](python-kasa#263) ([ErikSGross](https://github.com/ErikSGross))
- Add KL135 color temperature range [\python-kasa#256](python-kasa#256) ([rytilahti](https://github.com/rytilahti))
- Add py.typed to flag that the package is typed [\python-kasa#251](python-kasa#251) ([rytilahti](https://github.com/rytilahti))
- Add script to check supported devices, update README [\python-kasa#242](python-kasa#242) ([rytilahti](https://github.com/rytilahti))
- Add perftest to devtools [\python-kasa#236](python-kasa#236) ([rytilahti](https://github.com/rytilahti))
- Add KP401 US fixture [\python-kasa#234](python-kasa#234) ([bdraco](https://github.com/bdraco))
- Add KL60 US KP105 UK fixture [\python-kasa#233](python-kasa#233) ([bdraco](https://github.com/bdraco))
- Make cli interface more consistent [\python-kasa#232](python-kasa#232) ([rytilahti](https://github.com/rytilahti))
- Add KL400, KL50 fixtures [\python-kasa#231](python-kasa#231) ([bdraco](https://github.com/bdraco))
- Add fixture for newer KP400 firmware [\python-kasa#227](python-kasa#227) ([bdraco](https://github.com/bdraco))
- Switch to poetry-core [\python-kasa#226](python-kasa#226) ([fabaff](https://github.com/fabaff))
- Add fixtures for LB110, KL110, EP40, KL430, KP115 [\python-kasa#224](python-kasa#224) ([bdraco](https://github.com/bdraco))

**Fixed bugs:**

- Discovery on WSL results in OSError: \[Errno 22\] Invalid argument [\python-kasa#246](python-kasa#246)
- New firmware for HS103 blocking local access? [\python-kasa#42](python-kasa#42)
- Pin mistune to \<2.0.0 to fix doc builds [\python-kasa#270](python-kasa#270) ([rytilahti](https://github.com/rytilahti))
- Catch exceptions raised on unknown devices during discovery [\python-kasa#240](python-kasa#240) ([rytilahti](https://github.com/rytilahti))

**Closed issues:**

- Control device with alias via python api? [\python-kasa#285](python-kasa#285)
- Can't install using pip install python-kasa [\python-kasa#255](python-kasa#255)
- Kasa Smart Bulb KL135 - Unknown color temperature range error [\python-kasa#252](python-kasa#252)
- KL400 Support [\python-kasa#247](python-kasa#247)
- Cloud support? [\python-kasa#245](python-kasa#245)
- Support for kp401 [\python-kasa#241](<
8000
a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1034238043" data-permission-text="Title is private" data-url="https://github.com/python-kasa/python-kasa/issues/241" data-hovercard-type="issue" data-hovercard-url="/python-kasa/python-kasa/issues/241/hovercard" href="https://github.com/python-kasa/python-kasa/issues/241">python-kasa#241)
- LB130 Bulb stopped working [\python-kasa#237](python-kasa#237)
- Unable to constantly query bulb in loop [\python-kasa#225](python-kasa#225)
- HS103: Unable to query the device: unpack requires a buffer of 4 bytes [\python-kasa#187](python-kasa#187)
- Help request - query value [\python-kasa#171](python-kasa#171)
- Can't Discover Devices [\python-kasa#164](python-kasa#164)
- Concurrency performance question [\python-kasa#110](python-kasa#110)
- Define the port by self? [\python-kasa#108](python-kasa#108)
- Convert homeassistant integration to use the library [\python-kasa#9](python-kasa#9)

**Merged pull requests:**

- Publish to pypi on github release published [\python-kasa#287](python-kasa#287) ([rytilahti](https://github.com/rytilahti))
- Relax asyncclick version requirement [\python-kasa#286](python-kasa#286) ([rytilahti](https://github.com/rytilahti))
- Do not crash on discovery on WSL [\python-kasa#283](python-kasa#283) ([rytilahti](https://github.com/rytilahti))
- Add python 3.10 to CI [\python-kasa#279](python-kasa#279) ([rytilahti](https://github.com/rytilahti))
- Use codecov-action@v2 for CI [\python-kasa#277](python-kasa#277) ([rytilahti](https://github.com/rytilahti))
- Add coverage\[toml\] dependency to fix coverage on CI [\python-kasa#271](python-kasa#271) ([rytilahti](https://github.com/rytilahti))
- Allow publish on test pypi workflow to fail [\python-kasa#248](python-kasa#248) ([rytilahti](https://github.com/rytilahti))
rytilahti added a commit that referenced this issue Jan 14, 2022
This minor release fixes issues that were found after homeassistant integration got converted over from pyhs100.

[Full Changelog](0.4.0...0.4.1)

**Implemented enhancements:**

- Add --type option to cli [\#269](#269) ([rytilahti](https://github.com/rytilahti))
- Minor improvements to onboarding doc [\#264](#264) ([rytilahti](https://github.com/rytilahti))
- Add fixture file for KL135 [\#263](#263) ([ErikSGross](https://github.com/ErikSGross))
- Add KL135 color temperature range [\#256](#256) ([rytilahti](https://github.com/rytilahti))
- Add py.typed to flag that the package is typed [\#251](#251) ([rytilahti](https://github.com/rytilahti))
- Add script to check supported devices, update README [\#242](#242) ([rytilahti](https://github.com/rytilahti))
- Add perftest to devtools [\#236](#236) ([rytilahti](https://github.com/rytilahti))
- Add KP401 US fixture [\#234](#234) ([bdraco](https://github.com/bdraco))
- Add KL60 US KP105 UK fixture [\#233](#233) ([bdraco](https://github.com/bdraco))
- Make cli interface more consistent [\#232](#232) ([rytilahti](https://github.com/rytilahti))
- Add KL400, KL50 fixtures [\#231](#231) ([bdraco](https://github.com/bdraco))
- Add fixture for newer KP400 firmware [\#227](#227) ([bdraco](https://github.com/bdraco))
- Switch to poetry-core [\#226](#226) ([fabaff](https://github.com/fabaff))
- Add fixtures for LB110, KL110, EP40, KL430, KP115 [\#224](#224) ([bdraco](https://github.com/bdraco))

**Fixed bugs:**

- Discovery on WSL results in OSError: \[Errno 22\] Invalid argument [\#246](#246)
- New firmware for HS103 blocking local access? [\#42](#42)
- Pin mistune to \<2.0.0 to fix doc builds [\#270](#270) ([rytilahti](https://github.com/rytilahti))
- Catch exceptions raised on unknown devices during discovery [\#240](#240) ([rytilahti](https://github.com/rytilahti))

**Closed issues:**

- Control device with alias via python api? [\#285](#285)
- Can't install using pip install python-kasa [\#255](#255)
- Kasa Smart Bulb KL135 - Unknown color temperature range error [\#252](#252)
- KL400 Support [\#247](#247)
- Cloud support? [\#245](#245)
- Support for kp401 [\#241](#241)
- LB130 Bulb stopped working [\#237](#237)
- Unable to constantly query bulb in loop [\#225](#225)
- HS103: Unable to query the device: unpack requires a buffer of 4 bytes [\#187](#187)
- Help request - query value [\#171](#171)
- Can't Discover Devices [\#164](#164)
- Concurrency performance question [\#110](#110)
- Define the port by self? [\#108](#108)
- Convert homeassistant integration to use the library [\#9](#9)

**Merged pull requests:**

- Publish to pypi on github release published [\#287](#287) ([rytilahti](https://github.com/rytilahti))
- Relax asyncclick version requirement [\#286](#286) ([rytilahti](https://github.com/rytilahti))
- Do not crash on discovery on WSL [\#283](#283) ([rytilahti](https://github.com/rytilahti))
- Add python 3.10 to CI [\#279](#279) ([rytilahti](https://github.com/rytilahti))
- Use codecov-action@v2 for CI [\#277](#277) ([rytilahti](https://github.com/rytilahti))
- Add coverage\[toml\] dependency to fix coverage on CI [\#271](#271) ([rytilahti](https://github.com/rytilahti))
- Allow publish on test pypi workflow to fail [\#248](#248) ([rytilahti](https://github.com/rytilahti))
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

2 participants
0