Files
EOS/docs/akkudoktoreos/integration.md
T

41 lines
1.4 KiB
Markdown
Raw Normal View History

2025-01-09 16:52:57 +01:00
% SPDX-License-Identifier: Apache-2.0
2025-03-23 13:27:40 +01:00
(integration-page)=
2025-01-09 16:52:57 +01:00
# Integration
EOS operates as a [REST](https://en.wikipedia.org/wiki/REST) [API](https://restfulapi.net/) server,
allowing for seamless integration with a wide range of home automation systems.
## EOSdash
`EOSdash` is a lightweight support dashboard for EOS. It is pre-integrated with EOS. When enabled,
it can be accessed by navigating to [http://localhost:8503](http://localhost:8503) in your browser.
## Node-RED
[Node-RED](https://nodered.org/) is a programming tool designed for connecting hardware devices,
APIs, and online services in creative and practical ways.
Andreas Schmitz uses [Node-RED](https://nodered.org/) as part of his home automation setup.
2025-02-12 14:24:17 +01:00
### Node-Red Resources
2025-01-09 16:52:57 +01:00
- [Installation Guide (German)](https://www.youtube.com/playlist?list=PL8_vk9A-s7zLD865Oou6y3EeQLlNtu-Hn)
\— A detailed guide on integrating EOS with `Node-RED`.
2025-01-09 16:52:57 +01:00
## Home Assistant
[Home Assistant](https://www.home-assistant.io/) is an open-source home automation platform that
emphasizes local control and user privacy.
2025-03-23 13:27:40 +01:00
(duetting-solution)=
2025-02-12 14:24:17 +01:00
### Home Assistant Resources
2025-01-09 16:52:57 +01:00
2025-10-28 02:50:31 +01:00
- Duetting's [EOS Home Assistant Addon](https://github.com/Duetting/ha_eos_addon).
## EOS Connect
[EOS connect](https://github.com/ohAnd/EOS_connect) uses `EOS` for energy management and optimization,
and connects to smart home platforms to monitor, forecast, and control energy flows.