badguy99 / octocost

Octocost is an app which works under AppDaemon within Home Assistant which gets yearly and monthly cost and usage of Octopus Energy Agile Octopus Tariff
MIT License
13 stars 3 forks source link

Octocost in HACS #9

Closed davo1979 closed 3 years ago

davo1979 commented 3 years ago

Hi, sorry to post this here.. Is octocost still on HACS as I'm on the latest HACS 1.8.0 and octocost is not showing up in search. Also I'm not on the agile tarrif, will this still work for my normal tarrif? I have API code and region letter and serial etc..

Thanks.

badguy99 commented 3 years ago

It is still in HACS - I just double checked the repository list - https://github.com/hacs/default/blob/master/appdaemon It only works for Agile octopus tariffs though - the base tariff is hard coded here - https://github.com/badguy99/octocost/blob/master/apps/octocost/octocost.py#L35 - you could always try forking the repository, changing it to suite your needs and installing it as a custom component in HACS from your fork.