Jump to content

tazman

Members
  • Posts

    585
  • Joined

  • Last visited

Everything posted by tazman

  1. OK then hopefully @Panda88 can help you.
  2. @NYCScot do you have your vehicle named? I did not and that stopped it from retrieving the vehicle info until I named it.
  3. That worked and mine is back online.
  4. I attached the log from a restart so I could edit out the token because I don't want to post that. The new token was created with the Tesla Tokens app again. Tesla.txt
  5. @CManson your node server is showing disconnected. I would try restarting and sometimes you have to hit the browser refresh to bring everything in sync. @Panda88 my token expired at the same time of the recent updates and I am unable to get my car listed again here are the errors I see in the log 2022-06-18 00:01:57,270 Thread-2086 udi_interface DEBUG TeslaEVController:systemPoll: systemPoll 2022-06-18 00:01:57,272 Thread-2086 udi_interface INFO TeslaEVController:longPoll: Tesla EV Controller longPoll - connected = True 2022-06-18 00:01:57,272 Thread-2086 udi_interface ERROR udi_interface:write: Exception in thread 2022-06-18 00:01:57,273 Thread-2086 udi_interface ERROR udi_interface:write: Thread-2086 2022-06-18 00:01:57,274 Thread-2086 udi_interface ERROR udi_interface:write: : 2022-06-18 00:01:57,274 Thread-2086 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-18 00:01:57,275 Thread-2086 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-06-18 00:01:57,279 Thread-2086 udi_interface ERROR udi_interface:write: self.run() 2022-06-18 00:01:57,279 Thread-2086 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-06-18 00:01:57,283 Thread-2086 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-06-18 00:01:57,284 Thread-2086 udi_interface ERROR udi_interface:write: File "./TeslaEVController.py", line 271, in systemPoll 2022-06-18 00:01:57,286 Thread-2086 udi_interface ERROR udi_interface:write: self.longPoll() 2022-06-18 00:01:57,286 Thread-2086 udi_interface ERROR udi_interface:write: File "./TeslaEVController.py", line 286, in longPoll 2022-06-18 00:01:57,288 Thread-2086 udi_interface ERROR udi_interface:write: for vehicle in range(0,len(self.vehicleList)): 2022-06-18 00:01:57,289 Thread-2086 udi_interface ERROR udi_interface:write: AttributeError 2022-06-18 00:01:57,289 Thread-2086 udi_interface ERROR udi_interface:write: : 2022-06-18 00:01:57,290 Thread-2086 udi_interface ERROR udi_interface:write: 'TeslaEVController' object has no attribute 'vehicleList'
  6. @CManson it looks like you have it input properly but as you will see below mine has a help that I can expand
  7. On the Configuration page of the node server it has a help to tell you how to do it. teslaEV Installation For cloud access through Tesla cloud service one must provide a "refresh token" (REFRESH_TOKEN). It can be obtained e.g. using Auth for Tesla iPhone app https://apps.apple.com/us/app/auth-app-for-tesla/id1552058613 or Tesla Tokens https://play.google.com/store/apps/details?id=net.leveugle.teslatokens
  8. I finally have a way to monitor power to try using my extra solar to charge my Tesla but between the recent node server updates and my token expiring I can not get the node server to load my vehicle again. Hopefully I will have time to look at it this weekend but I'm sure I won't be able to fix it on my own.
  9. @CStickneyyou should set ISY to DHCP then reserve the IP in your router that way the router knows what it is handing out and there should never be a conflict.
  10. Some TV's turn back on after power is cut and restored and some don't. You can try extending the time the TV is off and that might let the capacitors discharge and change the outcome.
  11. With the Tesla node server the only way I was able to get Panda88's assistance was through Github.
  12. From my experience if you would like help from the author you have to post on the Github website.
  13. An update for others who might be thinking about using this node server, I got it working with the help of Panda on the Github site. Little more information to drop here the vehicle must be named and to get it connected I woke it up before restarting the node server. I have not done much with it so far but I plan to do some experimenting with setting charge level to use my excess solar.
  14. I am using it with the Vue 2 which has the 16 ct's and today it is showing net production instead of the car charger which I have not used today.
  15. Thanks @Geddy!
  16. I did not know where to post this since there is no TeslaEV topic in the PG3 Node Servers area. I purchased and installed the TeslaEV node server written by @Panda88but I always seem to have trouble setting these up as it is not intuitive to me what information to put in. I try to put the code that the authenticator app creates and restart the node server but it seems like it takes longer then the allowed 30 seconds for the node server to restart. How can this work without my user email? Am I using the correct code or am I supposed to use the backup passcodes I got from the Tesla site? Any guidance would be greatly appreciated! Tom
  17. @bpwwer Thank you the current KWH seems to be working for me now but the KWH today is showing what my Vue car charger used. It is also showing as connected now.
  18. @bpwwer I installed the node server and made sure Poisy was up to date but I have a "1" for online, Kilowatt Hours keeps flashing between 0 and a number and Kilowatt Hours Today is at 0. VUE_5-10-2022_65900_PM.zip
  19. Someone recommended MacroDroid to me a while ago and I have been using it without issues.
  20. @Javiyou are correct going back to the original version fixed it Thank You.
  21. @JaviI hate to do this but it looks like IOP 5.4 made your fix stop working again! Any idea what changed?
  22. @macjeffto start over with isy you want to sudo pkg remove isy then sudo pkg install isy then sudo service isy restart the only thing is for me every time I did it the portal would disappear but when I restored from a backup it would come back. Good luck! Tom
  23. You were right I did have the tag manager on a different part part of the network from Polisy. I did not think of that since it was able to grab the information with a query. Thank you for the help and the hard work you put in to bring us these great programs!
  24. I moved from the PG2 to PG3 version and in both versions I have to query the tag to get it to update. I will attach my log file to see if it helps to figure out what is happening. WirelessTag_2-4-2022_70950_PM.txt
  25. @Javi Your the man THANK YOU!! I appreciate the time you put in to help me. Just so others know if they come looking "wsclient.connect(wshost, null, origin, header); " was what made it work for me. I'm not back to where I was with houspanel I only have 2 Items working but the fact that they update makes me think I can get back to where I was before.
×
×
  • Create New...