Component to integrate with Rocky Mountain Power.
- Using your tool of choice, open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledrocky_mountain_power
. - Download all the files from the
custom_components/rocky_mountain_power/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Rocky Mountain Power"
This integration requires Selenium in order to scrape the electricity usage data from your account.
Before continuing, make sure to turn off Multi Factor Authentication from your Rocky Mountain Power account. You can turn it off from the "Manage account" link on the left side of the page.
- Username: enter your Rocky Mountain Power username
- Password: enter your Rocky Mountain Power password
- Selenium host: leave the default if you're running the addon above
If you want to contribute to this please read the Contribution guidelines