Manufacturer: Tp-link / Kasa
Model: EP25 - Smart plug with energy monitoring
Firmware Version: 1.0.1 Build 230614 Rel. 150219
Hardware Version: 2.6
I bought a few Kasa EP25 smart plugs with energy monitoring and according to TP-Link Smart Home - Home Assistant it should be supported. Also looking at the forums others have had success with it.
After checking python-kasa where the supported list comes from it is not on the list. I believe its old name was KP125
which is on the list.
I installed python-kasa
and the follow came up for the EP25
:
kasa discover --show-unsupported
âŚ
Found unsupported device (tapo/unknown encryption): {âresultâ: {âdevice_idâ: âe2d738643fff8d048046dd0e00000000â, âownerâ: â043452B2A8CC4580D540547400000000â, âdevice_typeâ: âSMART.KASAPLUGâ, âdevice_modelâ: âEP25(US)â, âipâ: â192.168.X.Xâ, âmacâ: â3C-52-A1-XX-XX-XXâ, âis_support_iot_cloudâ: True, âobd_srcâ: âappleâ, âfactory_defaultâ: False, âmgt_encrypt_schmâ: {âis_support_httpsâ: False, âencrypt_typeâ: âAESâ, âhttp_portâ: 80, âlvâ: 2}}, âerror_codeâ: 0}
I also had a KP125M
plugged in:
Found unsupported device (tapo/unknown encryption): {âresultâ: {âdevice_idâ: â6749b7b733d26dac34627b4800000000â, âownerâ: â043452B2A8CC4580D5405400000000â, âdevice_typeâ: âSMART.KASAPLUGâ, âdevice_modelâ: âKP125M(US)â, âipâ: â192.168.X.Xâ, âmacâ: â5C-62-8B-X-XX-XXâ, âis_support_iot_cloudâ: True, âobd_srcâ: âtplinkâ, âfactory_defaultâ: False, âmgt_encrypt_schmâ: {âis_support_httpsâ: False, âencrypt_typeâ: âAESâ, âhttp_portâ: 80, âlvâ: 2}}, âerror_codeâ: 0}
If some else with a working EP25
run the command above and see if the device_name changedâŚ
Apart from that this could be a pull request.