My efergy account has been pooched and I can't get support to help me with is so have decided to go around them and stumbled upon this project.
I'm having some difficulty getting it going though. I have just cloned the project to my rpie and have run as you have said
python ./web_server.py
File "/etc/powermeter_hub_server/./web_server.py", line 26
path = 'static/%s' % url.path[len(self.STATIC):]
TabError: inconsistent use of tabs and spaces in indentation
python ./hub_server.py
File "/etc/powermeter_hub_server/./hub_server.py", line 58
content = "TT|a1bCDEFGHa1zZ\n"
TabError: inconsistent use of tabs and spaces in indentation
I have even tried fixing the indents with an online beautifier (https://www.tutorialspoint.com/online_python_formatter.htm) and it still shows errors.
This looks promising but I'm not a python guru some help would be great
My efergy account has been pooched and I can't get support to help me with is so have decided to go around them and stumbled upon this project.
I'm having some difficulty getting it going though. I have just cloned the project to my rpie and have run as you have said
I have even tried fixing the indents with an online beautifier (https://www.tutorialspoint.com/online_python_formatter.htm) and it still shows errors.
This looks promising but I'm not a python guru some help would be great