summaryrefslogtreecommitdiff
path: root/src/polaris/__init__.py
AgeCommit message (Collapse)Author
2022-12-25polaris -> syncleoEvgeny Zinoviev
2022-06-30polaris pwk 1725cgld full supportEvgeny Zinoviev
- significant improvements, correctnesses and stability fixes in protocol implementation - correct handling of device appearances and disappearances - flawlessly functioning telegram bot that re-renders kettle's state (temperature and other) in real time
2022-06-27polaris kettle workEvgeny Zinoviev
- polaris iot protocol implementation rewrite - fix temperature setting - fix power mode setting - sometimes responses don't come back, i think it's due to fragile nature of UDP. Need to implement message resending until response is received.
2022-06-26somewhat working kettle communicationEvgeny Zinoviev
- handshake works - it powers on and off - temperature control is still WIP