关于hassio家庭智能控制中心floorplan
最近闲着没有事干,其实是在家待业,就开始玩玩hassio,一开始是从桌面版本的homeasssitant,这东西太有意思了,从小白再到小小白,一步一步漫向深渊不得自拔。下面是我做的效果图,做得太烂,将就的用着先了。
哈哈,目前改造了卫生间和厨房,用了两个人体红外感应501,一个在厨房一个在卫生间,因为厨房和卫生间只是一墙之隔,很容易产生误触发。人要是去厨房从卫生间走过灯就亮了,哎。。。需要改进。刷了esphome+8266+2个501,MQ-2
用MQ-2是控制排风机的,因为不管夏天还是冬天都会产生一些一氧化碳或烟雾等其他气体,怎么说夏天也可以散热,不然蹲个厕所出来就一身汗,哎。。。不懂的人还以为在里面搞什么JJ呢!!!说多了。话说esphome好像有点抽筋,在hassio设置了自动化,会经常失灵。搞得好几天晚上灯亮到早上。偶尔老鼠出来偷吃也照感应无误,我想这应该是501的问题。感应灵敏。就是有时候发神经,无法关闭。下面的是我的自动化,请教下那些可以优化的,大神们指点一下
- id: '1559201541976' alias: kitchen_room_Automations_on trigger: - entity_id: binary_sensor.kitchen_room_motion from: 'off' platform: state to: 'on' condition: - condition: state entity_id: switch.kitchen_light_switch_2 state: 'off' action: - data: entity_id: 'switch.kitchen_light_switch_2' service: switch.turn_on - id: '1559309080670' alias: kitchen_room_automations_off trigger: - entity_id: switch.kitchen_light_switch_2 from: 'on' platform: state to: 'off' action: - delay: 00:02:00 - data: entity_id: switch.kitchen_light_switch_2 service: switch.turn_off - id: '1559981579897' alias: bathroom_auto_on trigger: - entity_id: binary_sensor.bathroom_motion from: 'off' platform: state to: 'on' condition: - condition: state entity_id: switch.bathroom_light_switch state: 'off' action: - delay: 00:00:05 - data: entity_id: switch.bathroom_light_switch service: switch.turn_on - id: '1559985643807' alias: bathroom_auto_off trigger: - entity_id: switch.bathroom_light_switch from: 'on' platform: state to: 'off' condition: [] action: - delay: 00:01:00 - data: entity_id: switch.bathroom_light_switch service: switch.turn_off
目前esphome的自动化还没有研究明白,在无网络或其他原因下自动触发,个人觉得没有tasmota好用,但刷tasmota继电模块就出毛病,电位乱跳,只能刷esphome了。关于继电器电位漂移的问题,论坛里有谈论过,记得要共地,什么事都没有了。不知道的论坛里搜下有教程的。
关于frooplan 下面是详细的教程
按照上面的教程肯定没有错
我两个都在用 edraw 安装好记得重启下电脑,我用的是mac的,不重启就不断闪退,还有涉及到X11也要安装。 还有一些免费的icon 自己去下载吧
|