Skip to content

Commit

Permalink
feat: Added error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed May 9, 2023
1 parent 126ab3e commit 8cef6b9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 259 deletions.
243 changes: 0 additions & 243 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,246 +241,3 @@ v0.5.0 / 2023-01-14
* Added project files
* Update README.md
* Initial commit

n.n.n / 2023-05-09
==================



v2.3.1 / 2023-05-09
===================

* Release v2.3.1
* fix: Added exception for missing credentials

v2.3.0 / 2023-05-08
===================

* Release v2.3.0
* Merge branch 'fix/temp-sensor-missing'
* fix: Added specific device type of temp and env sensors
* fix: Added check for correct attribute
* feat: Added humidity attribute

v2.2.0 / 2023-04-30
===================

* ci: Version bump
* Merge branch 'feat/temp_sensor'
* Fixed CLI tests and refactored obj lookup
* wip: Fixed temp data pull, now geting cli errors
* wip: Added note about EcoBee test failing
* Added commit actions to run in parellel
* Added retry to actions
* Testing new release action
* Updated action and change log formating
* Add update existing to tag
* Updated test run for seperate modules
* Adjusted cov for GH action not having .env file
* Added note to readme about change log
* dev: Added auto release gen
* dev: Updated taskfile build
* Added Poetry version based on Git Tag
* feat: Added Temprature sensor get method wip: Started on Thermostat
* Added get all devices api call
* Added Auto change log generation
* Removed radon from suite, not being used in interactive test
* Added pause in test

v2.0.0 / 2023-04-08
===================

* Version bump
* Merge branch 'feat/cli-interface'
* Readme update
* Added keyring check
* Added env load to keyring check
* Moved tests to new module
* fix: Resolved issue with cli unit tests when package is not installed
* Moved CLI tests
* Added exception to cli test
* Added turn on method to cli
* wip: Need to add device lookup to add turn on fuction
* wip: Testing CLI options
* Adding keyring option for easy cli usage

v1.1.2 / 2023-03-31
===================

* Added CLI entrypoint and updated help
* Update table output
* Merge branch 'feat/device-output-cli'
* Cleaned up table output
* Added README notes
* wip: refactored CLI args to two seperate commands
* Switched to typer

v1.1.1 / 2023-03-24
===================

* Updated docs
* Version bump for color map
* Merge branch 'feat/color-map'
* Added color map
* Update taskfile
* Updated task install
* Updated task for GH
* wip: cicd testing
* Swapping out local runner for GH actions
* Added timeout
* Module updates
* Temp sensor version bump
* Merge pull request #30
* Added temp sensor
* Added TODOs for Roadmaps
* Taskfile update
* Swapped docker build to pull and install direct from GitHub, this way we always get a true install
* Added tartufo security scanning
* Merge pull request #15
* Added input checking
* Merge pull request #14
* Refactored back to module based layout. Poetry will handle the rest :-)
* Added black option
* Re-add todo
* Create Run-TODO-to-Issue.yml
* Create tood-to-issue.yml
* Readme Update
* Added community files
* Added black profile to isort
* Adjusted code base per flake8
* Added flake8 and refactored init method
* Added mdformat, starting on flake8
* Merge branch 'test/sec_scan'
* Added security scanning
* Added exception for invalid names
* Broke Dimmer into seperate class
* Merge pull request #9
* Updated docs to include cloud API and tested via unit test
* Merge pull request #8
* Version bump
* Swapped out to dev devices
* Merge pull request #7
* Version bump
* Updated readme

v1.0.7 / 2023-02-02
===================

* Merge pull request #6
* Fixing docker file
* Version bump and docs update
* Refactored module to src folder
* Update dev readme
* Added codeowners

v1.0.6 / 2023-01-25
===================

* doc: Updated readme w/ Semantic Versioning
* test: Fixed unit test
* Added actions
* Added actions
* Merge branch 'feat/dyn_device_return'
* Bump to v1.0 yay
* Refactored device creation to be based on capability
* Refactored device creation to be based on capability
* Read me update
* Added src pull to readme

v0.8.0 / 2023-01-22
===================

* Merge remote-tracking branch 'origin/dependabot/pip/python-dotenv-0.21.1'
* Added CodeQL
* Create codeql.yml
* Update coveralls.yml
* Create coveralls.yml
* Bump python-dotenv from 0.21.0 to 0.21.1
* Create dependabot.yml
* Cleaned up readme tags
* Updated classifiers
* Commented out unused libs
* Version bump for PyPi Readme
* Actions update
* Badge update
* Merge remote-tracking branch 'origin/main'
* Merge branch 'docker'
* Moved config options to pyproj
* Task cleanup
* Update issue templates
* Cleaning up task file and build
* Cleaned up Docker test to only use packages needed for PyTest
* Pytest working in docker, just need to troubleshoot warnings
* Added docker support for pytest
* Added badges
* Consolidated unit test
* Updated unit test to just search for device type, so it can be run in other envs
* fix: Unit test and taskfile
* Merge branch 'feat/leviton-dimmer'
* Added commit hooks

v0.7.0 / 2023-01-19
===================

* Merge branch 'feat/leviton-dimmer'
* Dimmer finished
* Linting
* Added Typeguard and black
* Tooling re-add
* Security
* Updated task file
* Added dimmer get method
* Started on dimmer class
* Roadmap update
* Version bump
* task update
* Swapped to Poetry
* Swapped for Radon
* Addde Wily
* Updated unit test for persistence
* Added UML gen
* Started on outlet
* Readme update
* Added hub method
* Started on outlet
* Docs update
* Device lookup method
* Finished library refactor
* Dynamic object return
* Updated readme
* Name space fix

v0.5.0 / 2023-01-14
===================

* package name
* Testing src folder
* Fixed namespace
* Added init for package
* namespace tweak
* lib version bump
* Updated module path
* Moved lights to seperate module
* Update readme
* Started on device poly return
* Added RGB bulb
* Updating todo list
* Updated task file
* Added docs
* Added doc gen
* Updated tests
* Install options
* Proj cleanup
* Updated Package name
* Fixed task exec order
* Fixed unit tests and added isort
* Still refactoring class
* Update task with flit build
* Update task file
* Update task file
* Started on Flit Generation
* Updatd env file info
* Updatd docs
* Added project files
* Update README.md
* Initial commit
28 changes: 14 additions & 14 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ tasks:
silent: true
interactive: false
deps:
- task: format
- task: security
- task: format
- task: security
cmds:
- task: test
- task: test
commit:
# Run all actions at same time
deps:
- task: format
- task: security
- task: docs
- task: format
- task: security
- task: docs
publish:
- task: format
- task: security
- task: test
- task: build
- task: format
- task: security
- task: test
- task: build
- poetry publish
build:
env:
PIPENV_IGNORE_VIRTUALENVS: 1
deps: [docs, clean]
deps: [ docs, clean ]
cmds:
- poetry version $(git describe --tags --abbrev=0)
- git-changelog -p -a -x >> CHANGELOG.md
Expand All @@ -47,8 +47,8 @@ tasks:
cmds:
- poetry run vulture --min-confidence 100 {{.BUILD_DIR}}
- poetry run xenon --max-absolute C --max-modules B --max-average B {{.BUILD_DIR}}
# - poetry run mypy --install-types --non-interactive
# - poetry run mypy {{.BUILD_DIR}} # Little too aggressive
# - poetry run mypy --install-types --non-interactive
# - poetry run mypy {{.BUILD_DIR}} # Little too aggressive
- poetry run pytest --cov --cov-fail-under=80 tests/test_main.py
- poetry run pytest --cov --cov-fail-under=35 tests/test_cli.py #--typeguard-packages={{.BUILD_DIR}} # Leave typeguard off for now
clean:
Expand Down Expand Up @@ -92,6 +92,6 @@ tasks:
- poetry run pre-commit uninstall
- rm .git/hooks -rf
docker:
- task: clean
- task: clean
- docker build . -t {{.IMAGE_NAME}}:latest -f {{.DOCKER_FILE}}
- docker run --env-file .env --rm --name {{.IMAGE_NAME}} {{.IMAGE_NAME}}:latest
5 changes: 3 additions & 2 deletions hubitatcontrol/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ def __init__(self, host, token, app_id, cloud_token=None):
@property
def devices(self) -> list:
r = requests.get(url=self.base_url_prefix + "/all", params={"access_token": self.token}, timeout=timeout)
if r.status_code == 403:
raise Exception("Check credentials")
err = [401, 403, 404, 405]
if r.status_code in err:
raise Exception(f"Check credentials - Status code: {r.status_code}, Invalid codes: {err}")
return r.json()

def get_device(self, name: str):
Expand Down

0 comments on commit 8cef6b9

Please sign in to comment.