shred86
shred86
Adds grid and home (load) power sensors for energy sites (solar systems). **Breaking Change:** For existing users, this update will recreate your solar panel sensor which is now named solar...
I noticed when I get a JSON response from the `SITE_DATA` endpoint in the CLI using the `--site` argument, the data from the `PRODUCT_LIST` endpoint is also being included. This...
Added support for Tesla energy sites and updates to cars. Requires updates to teslajsonpy submitted in [this pull request](https://github.com/zabuldon/teslajsonpy/pull/341). This is a breaking change as some naming conventions were changed...
I'm working on adding the MFA config flow for the Abode integration and I noticed something that we should maybe change. Right now, `AbodeEventController` is being [instantiated towards the beginning](https://github.com/MisterWil/abodepy/blob/450edc05bbf3ca984b8a76eace7f6521cb40fe9c/abodepy/__init__.py#L63)...
I’ve noticed this for a while but figured I’d post this here for reference. Every now and then I’ll see these errors in my Home Assistant logs that’s pointing to...
Is there any way to set the alarm state to "triggered" when the alarm is activated? I noticed it's being reported in the Home Assistant debug message: 2019-05-25 17:19:25 DEBUG...
https://github.com/zabuldon/teslajsonpy/blob/898d4131e0d7b5faeb1cf8bde3ef175010407c56/teslajsonpy/energy.py#L259 The Tesla API PRODUCT_LIST endpoint previously listed the `solar_type` key under `components`. This no longer seems to be the case. It is listed in the `SITE_CONFIG` endpoint for solar...
In an effort to better develop the solar and powerwall functionality of this library (teslajsonpy) to support the Tesla Custom Integration, I need help collecting different JSON responses from various...
Looking at trying to use WelcomeBot on a large Mattermost instance where each team needs the ability to configure their own WelcomeBot settings. Configuring 100+ WelcomeBot team messages in the...
I ended up closing my other pull requests since I've continued to work on Ortho4XP in my fork and there's enough changes that it's becoming difficult to manage the changes...