You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Panda Status** is a Home Assistant custom integration for monitoring and controlling your BigTreeTech Panda Status device. It connects via WebSocket, parses messages, and exposes device data and controls to Home Assistant.
-**Printer name**: Displays the connected printer's name.
40
+
-**Printer IP address**: Shows the printer's IP.
41
+
-**Printer state**: Indicates printer status.
42
+
-**Firmware version**: Shows the firmware version.
43
+
44
+
### Switches
27
45
28
-
This is a very simple integration that connects to the Panda Status WebSocket, parses it messages and allows you to change certain settings (currently just the idle light on/off).
46
+
-**Enable/disable WiFi AP**
47
+
-**Enable/disable RGB Idle Light**
29
48
30
49
## Installation
31
50
32
-
Recommended to be installed via [HACS](https://github.com/hacs/integration)
51
+
**Recommended:** Install via [HACS](https://hacs.xyz/)
33
52
34
-
1. Go to HACS -> Integrations
35
-
2.[Add this repo to your HACS custom repositories](https://hacs.xyz/docs/faq/custom_repositories)
53
+
1. Go to HACS → Integrations.
54
+
2.[Add this repo to your HACS custom repositories](https://hacs.xyz/docs/faq/custom_repositories).
36
55
3. Search for `Panda Status` and install.
37
-
4. Restart Home Assistant
38
-
5. Setup via the configuration flow (YAML is not supported)
56
+
4. Restart Home Assistant.
57
+
5. Set up via the configuration flow (YAML is not supported).
58
+
59
+
## Configuration
60
+
61
+
After installation, add the integration via Home Assistant UI:
62
+
63
+
1. Go to **Settings → Devices & Services**.
64
+
2. Click **Add Integration** and search for `Panda Status`.
65
+
3. Follow the setup prompts.
66
+
67
+
## Support & Issues
68
+
69
+
For issues or feature requests, open an [issue on GitHub](https://github.com/ping-localhost/panda-status/issues).
70
+
71
+
## License
72
+
73
+
Distributed under the MIT License. See [LICENSE](LICENSE) for details.
0 commit comments