Arnold-n / P1P2MQTT

Monitor and control Daikin/Rotex (hybrid/Altherma) heat pumps via the 2-wire P1/P2 thermostat interface with an ATmega328P, ESP8266, and electronics. The P1P2Serial library and P1P2Monitor program perform low-level bus operation, the P1P2-bridge-esp8266 program interprets data from/to MQTT supporting Home Assistant MQTT discovery. P1P2Serial may also be used for other Japanese Home Bus System based standards: DIII-NET (F1/F2) bus, Mitsubishi M-Net bus, Toshiba TCC-Link, Hitachi H-link, Panasonic/Sanyo SIII-Net, Haier, York, and others.
Other
324 stars 62 forks source link

Documentation: Explain data encoding and give examples #26

Closed siro20 closed 2 years ago

siro20 commented 2 years ago

Extend the physical layer documentation by using the signal description from README.md and give example how data is encoded.

Reference physical layer markdown document from landing page.

Images are licensed under CC BY-SA.

Signed-off-by: Patrick Rudolph rudolphpatrick05@gmail.com

Arnold-n commented 2 years ago

Thanks Patrick and Ashley!