-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
小米智能插座(chuangmi.plug.v1)添加后无法单独操控USB开关和220插座开关 #707
Labels
Comments
chuangmi.plug.v1 貌似没有USB开关。 |
al-one
added a commit
that referenced
this issue
Jul 22, 2022
已添加该设备的USB开关实体,请更新到master分支 |
@chenjiezb 用右边的顶顶哈哈 |
执行下面的服务并从HA通知中获取结果。 service: xiaomi_miot.send_command
data:
entity_id: switch.chuangmi_v1_xxxx
method: get_prop
params: ['on', usb_on, temperature, wifi_led]
throw: true service: xiaomi_miot.send_command
data:
entity_id: switch.chuangmi_v1_xxxx
method: get_prop
params: ['on', usb_on, wifi_led]
throw: true |
al-one
added a commit
that referenced
this issue
Sep 1, 2022
更新master分支再试 |
al-one
added a commit
that referenced
this issue
Sep 1, 2022
不可用的指示灯实体直接删除即可。 |
终于好了,不容易,我更新master几次才好,估计是网络问题导致更新没成功 @chenjiezb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
model: chuangmi.plug.v1
lan_ip: XXXX
mac_address: XXXX
entity_class: MiotSwitchEntity
home_room: XXXX的家
miot_type: urn:miot-spec-v2:device:outlet:0000A002:chuangmi-v1:2
switch.on: true
indicator_light.on: true
state_updater: lan
sub_entities: indicator_light-3
device_class: outlet
friendly_name: USB电源插座 Power Switch Status
supported_features: 0
希望可以将USB口单独建一个开关控制,驱动device:outlet:0000A002:chuangmi-v1:1,大大看看能不能后续的更新里可以加上
The text was updated successfully, but these errors were encountered: