This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import powerwallBackup | |
import powerwallTimeOfUse | |
import sys | |
import time | |
import datetime | |
from pandas.tseries.holiday import * | |
FILE_TO_READ = "accounts.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tesla Powerwall Manager | |
* | |
* Copyright 2019, 2020 DarwinsDen.com | |
* | |
* ****** WARNING ****** USE AT YOUR OWN RISK! | |
* This software was developed in the hopes that it will be useful to others, however, | |
* it is beta software and may have unforeseen side effects to your equipment and related accounts. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Python class to interface with local Tesla Powerwall JSON API | |
https://github.com/piersdd/tesla-powerwall-json-py | |
Example: | |
import powerwall_site | |
gateway_host = '192.168.5.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Python class to interface with local Tesla Powerwall JSON API | |
https://github.com/piersdd/tesla-powerwall-json-py | |
Example: | |
import powerwall_site | |
gateway_host = '192.168.5.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Python class to interface with local Tesla Powerwall JSON API | |
https://github.com/piersdd/tesla-powerwall-json-py | |
Example: | |
import powerwall_site | |
gateway_host = '192.168.5.6' |