『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
楼主: hzcoolwind

[经验分享] 奔驰接入ha实验

[复制链接]

32

主题

1065

帖子

4942

积分

论坛元老

Rank: 8Rank: 8

积分
4942
金钱
3862
HASS币
90
发表于 2024-1-4 19:52:54 | 显示全部楼层
本帖最后由 relliky 于 2024-1-4 20:01 编辑

写了个自动化,下车如果忘记关门了,或者窗没关好,给我HA发推送。

这个原本mercedes me也是自动支持这个没关门的推送的,奈何我很少打开这个app,每隔几个月它就要让我重新登录一次,如果不登陆就没推送。所以移到HA上来了。我是16年的车,没啥更高级的功能了,所以也只能这样了。如果你的车新,看能不能冬天一键启动车,提前开个空调和座椅加热之类的,想起来就很香。

自动化代码在这里:https://github.com/relliky/Tais_Home_Assistant_Config/blob/59735f6433e772decddeaa301bfc59f40ee7f367/packages/devices/car.yaml
我家全屋智能的HA设置 https://github.com/relliky/Tais_Home_Assistant_Config
回复

使用道具 举报

15

主题

204

帖子

2366

积分

论坛技术达人

积分
2366
金钱
2142
HASS币
40
 楼主| 发表于 2024-1-9 11:29:55 | 显示全部楼层
relliky 发表于 2024-1-4 19:52
写了个自动化,下车如果忘记关门了,或者窗没关好,给我HA发推送。

这个原本mercedes me也是自动支持这个 ...

这个我也搞了, 比me推送好像还及时点。 我是推送到企业微信的。
回复

使用道具 举报

32

主题

1065

帖子

4942

积分

论坛元老

Rank: 8Rank: 8

积分
4942
金钱
3862
HASS币
90
发表于 2024-1-9 17:25:20 | 显示全部楼层
hzcoolwind 发表于 2024-1-9 11:29
这个我也搞了, 比me推送好像还及时点。 我是推送到企业微信的。

话说能分享一下你这个卡片的代码吗?原帖没看到满意的,就觉得你的卡片比较好看,想抄个作业
我家全屋智能的HA设置 https://github.com/relliky/Tais_Home_Assistant_Config
回复

使用道具 举报

15

主题

204

帖子

2366

积分

论坛技术达人

积分
2366
金钱
2142
HASS币
40
 楼主| 发表于 2024-1-10 14:51:10 | 显示全部楼层
口二 发表于 2023-10-29 01:36
接入了 但是怎么实现轨迹追踪啊

就用墨澜地图,把车的device_tracker  加入到墨澜地图的配置中就可以了
回复

使用道具 举报

15

主题

204

帖子

2366

积分

论坛技术达人

积分
2366
金钱
2142
HASS币
40
 楼主| 发表于 2024-1-10 14:57:51 | 显示全部楼层
type: picture-elements
title: 浙A4**8D
elements:
  - entity: sensor.car_status_update
    style:
      transform: translate(-50%, -50%) scale(0.8, 0.8)
      color: lightgrey
      left: 15%
      top: 92%
    type: state-label
  - entity: sensor.car_status_message
    style:
      transform: translate(-50%, -50%) scale(0.8, 0.8)
      color: lightgrey
      left: 15%
      top: 96.5%
    type: state-label
  - entity: sensor.zhe_a4d_range_liquid
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(1.0, 1.0)
      color: lightgrey
      left: 15%
      top: 4%
    type: state-label
  - entity: sensor.zhe_a4d_fuel_level
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(1.3, 1.3)
      color: lightgrey
      left: 15%
      top: 8%
    type: state-label
  - entity: sensor.zhe_a4d_distance_start
    prefix: ' '
    style:
      transform: translate(-50%, -50%) scale(1.0, 1.0)
      color: lightgrey
      left: 41%
      top: 4%
    type: state-label
  - entity: sensor.zhe_a4d_odometer
    prefix: ' '
    style:
      transform: translate(-50%, -50%) scale(1.3, 1.3)
      color: lightgrey
      left: 40%
      top: 8%
    type: state-label
  - entity: sensor.car_window_sunroof
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      '--paper-item-icon-color': null
      left: 57%
      top: 8.5%
    type: state-icon
  - entity: binary_sensor.zhe_a4d_tire_warning
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      color: '#FFFFFF'
      left: 66.5%
      top: 8.5%
    type: state-icon
  - entity: binary_sensor.zhe_a4d_low_brake_fluid_warning
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      color: '#FFFFFF'
      left: 76%
      top: 8.5%
    type: state-icon
  - entity: binary_sensor.zhe_a4d_low_coolant_level_warning
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      color: '#FFFFFF'
      left: 85.5%
      top: 8.5%
    type: state-icon
  - entity: binary_sensor.zhe_a4d_low_wash_water_warning
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      color: '#FFFFFF'
      left: 95%
      top: 8.5%
    type: state-icon
  - entity: sensor.car_tire_pressure_front_left
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 41%
      top: 33%
    type: state-label
  - entity: sensor.car_tire_pressure_front_right
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 87%
      top: 33%
    type: state-label
  - entity: sensor.car_tire_pressure_rear_left
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 41%
      top: 80%
    type: state-label
  - entity: sensor.car_tire_pressure_rear_right
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 87%
      top: 80%
    type: state-label
  - entity: binary_sensor.car_lock_front_right
    style:
      '--paper-item-icon-color': white
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      left: 79%
      top: 58%
    type: state-icon
  - entity: binary_sensor.car_lock_rear_right
    style:
      '--paper-item-icon-color': white
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      left: 79%
      top: 73%
    type: state-icon
  - entity: binary_sensor.car_lock_front_left
    style:
      '--paper-item-icon-color': white
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      left: 48%
      top: 58%
    type: state-icon
  - entity: binary_sensor.car_lock_rear_left
    style:
      '--paper-item-icon-color': white
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      left: 48%
      top: 73%
    type: state-icon
  - entity: binary_sensor.car_lock_trunk
    style:
      '--paper-item-icon-color': white
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      left: 64%
      top: 92%
    type: state-icon
  - entity: binary_sensor.car_lock_hood
    style:
      '--paper-item-icon-color': white
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      left: 63.6%
      top: 23%
    type: state-icon
  - entity: binary_sensor.car_window_front_right
    style:
      '--paper-item-icon-color': lightgrey
      transform: translate(-50%, -50%) scale(0.8, 0.8)
      left: 87%
      top: 52%
    type: state-icon
  - entity: binary_sensor.car_window_rear_right
    style:
      '--paper-item-icon-color': lightgrey
      transform: translate(-50%, -50%) scale(0.8, 0.8)
      left: 87%
      top: 66%
    type: state-icon
  - entity: binary_sensor.car_window_front_left
    style:
      '--paper-item-icon-color': lightgrey
      transform: translate(-50%, -50%) scale(0.8, 0.8)
      left: 40%
      top: 52%
    type: state-icon
  - entity: binary_sensor.car_window_rear_left
    style:
      '--paper-item-icon-color': lightgrey
      transform: translate(-50%, -50%) scale(0.8, 0.8)
      left: 40%
      top: 66%
    type: state-icon
  - entity: binary_sensor.zhe_a4d_park_brake_status
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.6, 0.6)
      color: '#FFFFFF'
      left: 11%
      top: 21%
    type: state-icon
  - entity: binary_sensor.car_windows
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.6, 0.6)
      color: '#FFFFFF'
      left: 11%
      top: 26%
    type: state-icon
  - entity: lock.zhe_a4d_lock
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      color: '#FFFFFF'
      left: 11%
      top: 32%
    type: state-icon
  - entity: binary_sensor.zhe_a4d_engine_state
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.7, 0.7)
      color: '#FFFFFF'
      left: 11%
      top: 37.6%
    type: state-icon
  - entity: device_tracker.zhe_a4d_device_tracker
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 12%
      top: 44.5%
    type: state-label
  - entity: sensor.zhe_a4d_average_speed_start
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 14.5%
      top: 50.5%
    type: state-label
  - entity: sensor.zhe_a4d_liquid_consumption_start
    prefix: ''
    style:
      transform: translate(-50%, -50%) scale(0.9, 0.9)
      color: lightgrey
      left: 17%
      top: 56.3%
    type: state-label
image: /local/mercnew.png
上面的是卡片配置项。   图片背景如下: mercnew.png

评分

参与人数 1金钱 +6 收起 理由
relliky + 6 感谢楼主分享!

查看全部评分

回复

使用道具 举报

15

主题

204

帖子

2366

积分

论坛技术达人

积分
2366
金钱
2142
HASS币
40
 楼主| 发表于 2024-1-10 15:04:40 | 显示全部楼层
jswh1969 发表于 2023-10-30 10:43
接入地图后,位置有偏移吗

没有偏移, 有个中国坐标的选择按钮 ,选上就不偏移了
回复

使用道具 举报

15

主题

204

帖子

2366

积分

论坛技术达人

积分
2366
金钱
2142
HASS币
40
 楼主| 发表于 2024-1-10 15:08:40 | 显示全部楼层
本帖最后由 hzcoolwind 于 2024-1-10 15:12 编辑
hzcoolwind 发表于 2024-1-10 14:57
type: picture-elements
title: 浙A4**8D
elements:

代码里面对应的传感器换成自己的, 图片放 homeassitant  的www目录下
回复

使用道具 举报

15

主题

204

帖子

2366

积分

论坛技术达人

积分
2366
金钱
2142
HASS币
40
 楼主| 发表于 2024-1-10 15:10:47 | 显示全部楼层
evan930110 发表于 2023-12-13 10:16
是不是失效了,也没法登录了

插件应该升级了,升级下就可以了
回复

使用道具 举报

0

主题

35

帖子

187

积分

注册会员

Rank: 2

积分
187
金钱
152
HASS币
0
发表于 2024-2-6 16:17:34 | 显示全部楼层
hzcoolwind 发表于 2024-1-10 15:10
插件应该升级了,升级下就可以了

升级了也是不行,手机、邮箱都收不到验证码
回复

使用道具 举报

0

主题

35

帖子

187

积分

注册会员

Rank: 2

积分
187
金钱
152
HASS币
0
发表于 2024-2-24 06:39:02 | 显示全部楼层
具体窗户,门的名称怎么填代码啊,这些我看只在属性里,没有实体,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-24 15:45 , Processed in 0.056250 second(s), 33 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表