- 积分
- 418
- 金钱
- 351
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 418
- 金钱
- 351
- HASS币
- 0
|
发表于 2024-12-3 16:09:58
|
显示全部楼层
结合各位总结了一下
HOST = "mqtt.rinnai.com.cn"
PORT = 8883
USERNAME = "a:rinnai:SR:01:SR:手机号"
PASSWORD = "xxx"抓包v1/login 登录的包
DEVICE_SN = "设备mac地址"
主题:rinnai/SR/01/SR/DEVICE_SN /inf/ 获取状态
消息返回
{"ptn":"J00","code":"FFFF", "id":"设备id","sum":"07", "enl":[ {"id":"operationMode","data":"3"}, {"id":"roomTempControl","data":"30"}, {"id":"heatingOutWaterTempControl","data":"32"}, {"id":"burningState","data":"30"}, {"id":"hotWaterTempSetting","data":"2E"}, {"id":"heatingTempSettingNM","data":"32"}, {"id":"heatingTempSettingHES","data":"32"} ],"It":"2024-12-03T07:59:01+08:00"}
主题 rinnai/SR/01/SR/DEVICE_SN /set/ 设置
发起参数 hotWaterTempSetting = 热水温 heatingTempSettingNM = 锅炉温度 temp= 传入的温度(注意要转成16进制) 比如50摄氏度 = 32
request_payload = {"code": "03E9", "enl": [
{"data": temp, "id": "hotWaterTempSetting"}], "id": "设备id", "ptn": "J00", "sum": "1"}
设备id 这里有个清单可以对照一下 对应classid
{
"data": {
"list": [
{
"productName": "净水器",
"productType": 2,
"classID": "0F070006",
"classIDName": "RWTS-**软水系列",
"classIDShow": "RW06"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F06000F",
"classIDName": "RBS-**Q86系列",
"classIDShow": "Q86"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720E86",
"classIDName": "RUS-R**E86系列",
"classIDShow": "E86"
},
{
"productName": "热水器",
"productType": 1,
"classID": "0272000D",
"classIDName": "RUS-R**E51系列",
"classIDShow": "E51"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720E66",
"classIDName": "RUS-**E66系列",
"classIDShow": "E66"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F060008",
"classIDName": "RBS-**Q55系列",
"classIDShow": "Q55"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720E73",
"classIDName": "RUS-M**E73系列",
"classIDShow": "E73"
},
{
"productName": "净水器",
"productType": 2,
"classID": "0F07RWTS",
"classIDName": "RWTS-**厨下系列",
"classIDShow": "RWTS"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F060B0B",
"classIDName": "REB-A**FF-CH系列",
"classIDShow": "G-Boiler"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F060G55",
"classIDName": "RBS-**G55系列",
"classIDShow": "G55"
},
{
"productName": "净水器",
"productType": 2,
"classID": "0F070005",
"classIDName": "RWTS-**商用系列",
"classIDShow": "RW05"
},
{
"productName": "热水器",
"productType": 1,
"classID": "0272000a",
"classIDName": "RUS-**QS71W系列",
"classIDShow": "71W"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F060001",
"classIDName": "RBS-**Q85系列",
"classIDShow": "Q85"
},
{
"productName": "温控器",
"productType": 4,
"classID": "0F090004",
"classIDName": "RTC-626系列",
"classIDShow": "温控器"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720E76",
"classIDName": "RUS-**E76系列",
"classIDShow": "E76"
},
{
"productName": "商用系统",
"productType": 3,
"classID": "0F0B0007",
"classIDName": "商用TFT屏",
"classIDShow": "TFT"
},
{
"productName": "热水器",
"productType": 1,
"classID": "0272000E",
"classIDName": "RUS-UR**E88系列",
"classIDShow": "E88"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F06000C",
"classIDName": "RBS-**G56系列",
"classIDShow": "G56"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F060002",
"classIDName": "RBS-**C66系列",
"classIDShow": "C66L"
},
{
"productName": "商用系统",
"productType": 3,
"classID": "0F0B0003",
"classIDName": "商用热水器",
"classIDShow": "商用热水器"
},
{
"productName": "温控器",
"productType": 4,
"classID": "0F090009",
"classIDName": "OT-629系列",
"classIDShow": "OT遥控器"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720E32",
"classIDName": "RUS-R**E32系列",
"classIDShow": "E32"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720010",
"classIDName": "RUS-**E65G系列",
"classIDShow": "E65"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720012",
"classIDName": "RUS-R**U53G系列",
"classIDShow": "U53"
},
{
"productName": "温控器",
"productType": 4,
"classID": "0F090011",
"classIDName": "室内温控器",
"classIDShow": "HP温控器"
},
{
"productName": "热水器",
"productType": 1,
"classID": "02720013",
"classIDName": "RUS-R**E51G-CRQ2系列",
"classIDShow": "E51_HuaRun"
},
{
"productName": "温控器",
"productType": 4,
"classID": "0F090015",
"classIDName": "RTC-626-WF-HR系列",
"classIDShow": "HuaRun_626"
},
{
"productName": "采暖炉",
"productType": 0,
"classID": "0F060014",
"classIDName": "RBS-**C66L(L)-CRL1系列",
"classIDShow": "HuaRun_C66L"
},
{
"productName": "热水器",
"productType": 1,
"classID": "0272001A",
"classIDName": "RUS-R**E42G系列",
"classIDShow": "E42"
}
]
},
"success": true
}
|
|