Generator info integreation #383
Lilian-Muxart
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
Following with interest. Any patches to test? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I managed to retrieve all the values and modify them via MQTT, but now the part I haven’t looked into at all is integrating what I found into Home Assistant. That’s why I’m posting this here, in case someone manages to integrate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Smart Generator Dual Fuel
Sensors
pd.oilVal
)pd.motorUseTime
)pd.totalPower
)pd.remainTime
)pd.dcPower
)pd.dcState
)pd.dcCur
)pd.dcOutState
)pd.dcVol
)pd.oilMaxOutPower
)pd.acPower
)pd.acState
)pd.acVol
)pd.acCur
)pd.sysMode
)pd.errCode
)pd.motorState
)pd.temp
)pd.ver
)Switches
pd.motorState
->{"moduleType": 2, "operateType": "motorCtrl", "params": {"enabled": "VALUE"}}
)pd.sysMode
->{"moduleType": 2, "operateType": "modeCtrl", "params": {"mode": "VALUE"}}
)Sliders (numbers)
pd.oilMaxOutPower
->{"moduleType": 2, "operateType": "oilMaxOutPower", "params": {"oilMax": VALUE}}
[1000 - 1800])Beta Was this translation helpful? Give feedback.
All reactions