32
986
4233
论坛元老
icecrown365 发表于 2017-9-20 17:32 ((trigger.event.data.action_value|float)*1.00)这一部分读取角度。原理就是现有灯泡亮度加上旋转角度, ...
使用道具 举报
5
93
535
高级会员
icecrown365 发表于 2017-9-20 17:34 日常使用感觉还好, 如果要解锁的话可以再加个魔方push的trigger
27hh 发表于 2017-9-20 21:28 非常感谢。再问一下,trigger.event.data.action_value这类的接口在哪个文档里有写呢?像“{% set state ...
2
53
379
论坛技术达人
llmmkc123 发表于 2017-9-20 22:14 push是什么动作,另外楼主又没研究出魔方识别哪一面朝上了么?这样可以解锁N多动作 ...
class XiaomiCube(XiaomiBinarySensor): """Representation of a Xiaomi Cube.""" def __init__(self, device, hass, xiaomi_hub): """Initialize the Xiaomi Cube.""" self._hass = hass self._state = False XiaomiBinarySensor.__init__(self, device, 'Cube', xiaomi_hub, None, None) def parse_data(self, data): """Parse data sent by gateway.""" if 'status' in data: self._hass.bus.fire('cube_action', { 'entity_id': self.entity_id, 'action_type': data['status'] }) if 'rotate' in data: self._hass.bus.fire('cube_action', { 'entity_id': self.entity_id, 'action_type': 'rotate', 'action_value': float(data['rotate'].replace(",", ".")) }) return False
查看全部评分
72
724
ya9999 发表于 2017-11-12 23:28 https://home-assistant-china.github.io/components/binary_sensor.xiaomi/链接好像失效了。不知道有没有 ...
icecrown365 发表于 2017-11-20 23:03 之前的xiaomi components改为了xiaomi_aqara, 所以现在的链接为 https://home-assistant-china.github.io ...
13
258
2090
金牌会员
ya9999 发表于 2017-12-8 01:23 谢谢。可能我没有表达清楚。按下实体按钮,是会同时触发米家软件里的事件和ha里的事件的。其实我是天真的 ...
本版积分规则 发表回复 回帖后跳转到最后一页
教程高产大神,简直就是为了教程而生~
在众坛友心目中具有较高技术与威望,为社区繁荣作出重要贡献
Archiver|手机版|小黑屋|Hassbian
GMT+8, 2024-11-23 16:42 , Processed in 0.075855 second(s), 30 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.