mjg59 / python-broadlink

Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs
MIT License
1.35k stars 477 forks source link

Add support for Iris Ohyama SMT-PL1 smart plug (0x756B) #768

Closed hungyao closed 2 months ago

hungyao commented 10 months ago

The Iris Ohyama SMT-PL1 smart plug is identified as SP4M-JP in the Broadlink app, and through testing with the python-broadlink API (identified as 0x756B), works with the sp4 module.

Context

The Iris Ohyama SMT-PL1 smart plug (https://www.irisohyama.co.jp/smart-plug/) appears to be a Broadlink SP4M-JP. Normally, it's operated with the vendor's affiliated "Home Link" app. But, using the generic Broadlink app, identifies as SP4M-JP. I used instructions in https://community.home-assistant.io/t/setting-up-a-broadlink-sp4m-us-wifi-smart-plug/260796 to get it setup and unlocked.

Proposed change

Add product ID for compatible smart plug.

Type of change

Additional information

Checklist

felipediel commented 2 months ago

Closed with https://github.com/mjg59/python-broadlink/pull/782.