Code Monkey home page Code Monkey logo

homeassistant-freeds's Introduction

homeassistant-freeds

homeassistant-freeds is a Home Assistant integration for FreeDS devices (power surplus management devices).

This repository also contains a custom dashboard card for home assistant - a "power flow" graph similar to the one found in FreeDS.

Installation

Guided installation

  • Enable the HACS integration in your Home Assistant instance.
  • Use the side menu to browse HACS. Go to "integrations".
  • Click the bottom-right button labeled "Browse & download repositories". Search for "FreeDS".
  • Follow HACS' instructions to download and enable the integration.
  • Restart Home Assistant when HACS tells you to.

Manual installation

Download the files from this repository. Copy the custom_components/freeds/ directory into the custom_components directory of your Home Assistant instance.

e.g. if your configuration file is in /home/homeassistant/.homeassistant/configuration.yaml, then the files from this integration should be copied to /home/homeassistant/.homeassistant/custom_components/freeds/.

Restart Home Assistant to ensure the integration can be detected.

Usage

In Home Assistant, go to "Settings", then "Devices & Services".

If your FreeDS is in the same local network than your Home Assistant, then it should be automatically detected:

Screenshot of FreeDS zeroconf detection in Home Assistant

If your FreeDS is not automatically detected , then click on "add new integration" at the bottom, and search for "FreeDS".

Confirm the IP address (or hostname) of your FreeDS device, as well as the HTTP port (always 80, unless you know what "NAT" and "port forwarding" means). Confirm username/password if needed (the firmware defaults to "admin"/"admin").

This has been tested with FreeDS firmware version 1.0.7rev2 and 1.1.0-beta16.

Home Assistant should display a new Device with seven Switches (for PWM management, relay toggling, and backlight), and a couple dozen Sensors, such as:

Screenshot of FreeDS sensors in Home Assistant

This integration creates one entry for every possible value that FreeDS might report. Depending on the working mode of your FreeDS there might be a lot of "unavailable" values. This is normal. If this bothers you, then keep in mind that it's possible to disable those in settings โ†’ devices & services โ†’ entities.

Bugs? Comments?

Use the gitlab issue tracker at https://gitlab.com/IvanSanchez/homeassistant-freeds/-/issues

(Yes, it's GitLab and not GitHub. Development happens at GitLab. The GitHub repo is only for HACS compatibility.)

Please keep in mind that it's an issue tracker, and not a discussion forum. I recommend reading "How to Report Bugs Effectively" if you've never written into an issue tracker before.

Please provide any Home Assistant logs. It's a good idea to increase the verbosity of the logs for the freeds integration by adding this to yout configuration.yml file (as explained at https://www.home-assistant.io/integrations/logger/ ):

logger:
  default: warning
  logs:
    custom_components.freeds: info

License

Licensed under GPLv3. See the LICENSE file for details.

homeassistant-freeds's People

Contributors

ivansanchez avatar jmatiasgh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.