Jump to content

tazman

Members
  • Posts

    580
  • Joined

  • Last visited

Everything posted by tazman

  1. Thanks but not really what I'm looking for. Searching Github I saw a mention of PG3 on another persons page so maybe there is hope! The unfortunate part is I have the time and spent many hours looking at node servers and trying to learn to code. I can get the commands here and there but I just don't know how to tie it all together.
  2. I think you mean if a developer is interested. Otherwise how many people do we have to get interested to have a node server created?
  3. There are a couple of us trying to get support for the Vue 2! Unfortunately if you don't buy the same items as what the developers have it is tough to get a node server for your product.
  4. I don't use PG2 any longer but I tested it and I don't get a response either. I usually update using putty but it is in the admin console now also but I have to boot up the computer for that.
  5. I did the update and restart and I'm back in business! Thanks for all the information and support.
  6. Thanks for the update @EricBarishand @bpwwerI will update Polisy when I get home. I'm glad UDI was able to get it sorted out quickly.
  7. I just wish there would have been a warning posted because I would not of upgraded had I known. There has to be a way to reinstall what was removed but I don't know enough and all of my node servers are not working right now.
  8. Thanks for the update @bpwwerI just wanted to be sure it was known there is a problem. I would not have updated if I knew there was an issue.
  9. I ran update upgrade and restarted PG3 through Putty today and none of the node servers will start in PG3 and show disconnected. I restarted everything and verified the ISY password in PG3 but none of the node servers will start. The errors I see in the main PG3 log are bellow it seems like some of the packets were missing in the update and it did say about having to install python packets separately but I did not take a screen shot of all it said when I should have. Should I put in a ticket or can somebody look at the update procedure and see if there is something wrong there? 6/27/2022, 18:54:37 [pg3] error: unhandledRejection REPORT THIS!: [object Promise], reason: TypeError: store.getPurchaseEntry is not a function 6/27/2022, 18:54:07 [pg3] error: [Virtual(2)] :: STDERR: Traceback (most recent call last): File "/var/polyglot/pg3/ns/edited_2/./Virtual.py", line 10, in <module> 6/27/2022, 18:54:07 [pg3] error: [Virtual(2)] :: STDERR: import udi_interface ModuleNotFoundError: No module named 'udi_interface'
  10. I have found a use to track a number that is not temperature also. I would like to be able to have nothing after the number or have it be that we can add anything we like because mine would be % but I have the ability to add it in Housepanel if I need to.
  11. OK then hopefully @Panda88 can help you.
  12. @NYCScot do you have your vehicle named? I did not and that stopped it from retrieving the vehicle info until I named it.
  13. Yes I have it but it will no longer work after August and it does not support the consumption ct's. Also I am looking for one that I can pole often so I can use it to adjust the charge rate of my Tesla to use excess solar. If your Vue node server would not get confused with the car charger that one works well until it switches over to the car charge rate when it activates.
  14. I need a way to get my solar and electric consumption into ISY. Enphase has a way to get the information locally from the envoy using their V1 API there is some information out there if you google it. I'm able to pull the information in a browser http://192.168.0.218/api/v1/production { "wattHoursToday": 27030, "wattHoursSevenDays": 228503, "wattHoursLifetime": 6508642, "wattsNow": 432 } http://192.168.0.218/api/v1/consumption { "wattHoursToday": 38392, "wattHoursSevenDays": 299632, "wattHoursLifetime": 3235017, "wattsNow": 920 } If somebody is willing to make a node server I'm willing to do any testing needed and willing to pay for the node server.
  15. That worked and mine is back online.
  16. 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
  17. @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'
  18. @CManson it looks like you have it input properly but as you will see below mine has a help that I can expand
  19. 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
  20. 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.
  21. @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.
  22. 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.
  23. With the Tesla node server the only way I was able to get Panda88's assistance was through Github.
  24. From my experience if you would like help from the author you have to post on the Github website.
×
×
  • Create New...