本帖最后由 yg2366355538 于 2022-12-9 11:53 编辑
新手 不会写配置 照着深圳通余额【RESTful sensor】【解析json】 - 『HomeAssistant』综合讨论区 - 『瀚思彼岸』» 智能家居技术论坛 - Powered by Discuz! (hassbian.com)这里抄写的
抓包 取得cookie中的a_token参数 手机上不退出 可以一直用
效果图:
编写
sensor:
- platform: rest
name: 17607555666话费剩余
resource: https://m.client.10010.com/mobileService/home/queryUserInfoFive.htm
headers:
cookie: "a_token=抓包到的值;"
scan_interval: 1200
value_template: '{{ value_json.data.dataList[1].number }}'
json_attributes:
- flush_date_time
|