Jump to content

Panda88

Members
  • Posts

    726
  • Joined

  • Last visited

Everything posted by Panda88

  1. I think I fixed it - I made a wrong commit about 12 days ago and that code caused this to happen I am working on redoing the message handling and hope to have a new and improved version soon
  2. Can you send log with Debug logging enabled?
  3. Yes - if you can stop and start and get the log file I can check to see what is happening - it looks like it thinks there is connection to both cloud and local, but it looks like cloud is not working correctly there is no real documentation - even on github, but you are welcome to check out the code there. I am just doing this for fun, and the charging is mostly to give some extra income to universal-devices (they get half of what you pay).
  4. What is your setup - are you running both cloud and local - or local only? -1 means no value retrieved? If running local only you need to run for 24hours before yesterday can be deployed - (it only reports current status). I'll take a closer look once I understand your setup (there is no initialization in the log you provided) Generator is an optional mode where a generator can also be enabled when battery runs out
  5. I did notice a network error in the log as well 2022-11-19 07:13:48,998 Thread-1259 udi_interface ERROR TeslaInfo:pollSystemData: Exception PollSystemData: Powerwall is unreachable: HTTPSConnectionPool(host='192.168.1.71', port=443): Max retries exceeded with url: /api/meters/aggregates (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x8031acee0>: Failed to establish a new connection: [Errno 50] Network is down')) i'll try to see if I can find a way to reconnect if this happens
  6. Looks like you are not looged into the local power wall - Can you log in from Browser? 2022-11-19 08:03:05,414 Thread-6 udi_interface ERROR TeslaPWController:tesla_initialize: local authenticated failed.
  7. Can you send me a log with debug enabled It usually happens if system does not start correctly - it may be you need to power cycle your power wall during start up - to log into it locally - something they recently changed
  8. I actually mean to remove the yolink node (delete it) and then reinstall it - If you replace 1 to 1 I think the programs will remain unaffected - I have tried with my own nodes but not purchased nodes Maybe you can contact Michel and see if he can reimburce you if you purchase again - I am sure it should be ok. Naturally, we should try to get to the bottom of what happened, but it will allow you to move forward
  9. The latest YoLink node server does support the speaker - not as elegant as I would like, but there are some limitations with regarding to text in the AC (you basically need to predefine you text (announcements) and then you can pick them in the AC) -
  10. did you reboot PG3 after the upgrade? I am not 100% this will work, but if you do not start AC - could you erase the node in PG3 - that should free up the node slot) and you can reinstall in the slot - I have done it before with success - you may need to refresh the program and save afterwards - but no editing should be needed
  11. You do not see this option
  12. In my case, there is an option 2/3 way up on the install page to install in existing slot - do you not see this?
  13. It should be 0.6.15 - it shows in store as 0.6.1 but it is a bug in PG3 - when you enter the node you should see 0.6.15
  14. Just released the YoLink server to the production store I finally found the issue causing the server to sometimes disconnect - YoLink has a limit if maximum 5 connections and I somehow did not release the connections so after 5 connections the node server can still talk to YoLink but it was ignoring the requests - I think I found the correct way to handle the disconnects - It has been running for 2 weeks now, and I have been trying what I can to break it but it keep coming back I also added support for the smart lock - It actually works well and is very reasonably priced I am charging 10$ for the node - mostly to provide some cash to UD - (they take about 1/2) - rest will be used to buy new YoLink devices and rest will be donated to a good cause - I do this mostly for fun My next devices will be the IR remote controller and the new dimmer switch
  15. Did you try to run an update modules from the AC - if not try to contact Michel - he helped a similar issue I had
  16. Sorry - it is an issue with having to update the version number multiple places (and remember to do it everywhere) when releasing the node. There are at least 3 places that needs to be in sync. BTW - you are correct - I did not update the run-time display of the node number to latest version I think PG3 compare that to the number in the node store to determine if an update is needed I did update the node number now - but I'll be looking to add a sleep parameter to the status node to update the car state so a new version will be required
  17. Thanks - What about the node version besides purchase options in the developer page? I try to update both - My impression is it actually uses the node version for checking - you can show different version under purchase options as I understand - I may be wrong
  18. Thanks It is a slightly different behavior than I would expect - I had expected the car to set online to False (and my code is working that way) - it almost looks like an issue connecting to getting data from the Tesla Cloud. The sleep feature is there indirectly with time since last update fields (assuming they work correctly) - but I can add a dedicated sleep state in the status node - with offline, sleep, online, and unknown states - does than make sense? I feel it is too much to say the node is not online - as it is after you wake the car - I see the connection as the indicator - not the car Do you have a little longer snippet of the log so I can see what happens next
  19. Sorry - it is an issue with having to update the version number multiple places (and remember to do it everywhere) when releasing the node. There are at least 3 places that needs to be in sync. BTW - you are correct - I did not update the run-time display of the node number to latest version I think PG3 compare that to the number in the node store to determine if an update is needed I did update the node number now - but I'll be looking to add a sleep parameter to the status node to update the car state so a new version will be required
  20. Thanks - I can update the app to use 'battery_range' Should not take long - look for 0.2.8 shortly
  21. The range is a bug - I converted the miles to km for both miles and km - 0.2.7 is released The short poll currently supposed to check if car is on-line - if it is, it will poll car data - if not, it will use the cloud data without waking the car - Naturally this I what I believe the car is doing - There may be a bug. Naturally, I could use cloud data only - but then there is likely some delay - even when car is online (I have no way to check this as I do not have access to car) I would imagine plugging the charger in would wake the car - I am not sure
  22. Just released 0.2.6 - some new functionality - A reboot of IoP is probably needed to enable all
  23. Just released an update - I hope it fixes the disconnect issue - I think over time I was consuming the 5 connections that are allowed by Yolink - I believe I disconnect before reconnecting now - but it could mean a few sec of no connection (only happens when link is down anyway) Also added support for smart lock
  24. Just released a node to control Blink Cameras Mostly to control arming and disarming, but one can also take a snapshot and a video on demand - Node can email pictures by email (as they get overwritten) - videos can be viewed in Blin App (I'll look into email videos as well) there is a bug in the API - it cannot handle special characters in the camera/Syncunit names I would love to support automatic notification if motion is detected, but have not found a way yet - Yo can poll for motion, but do not poll too often or blink will throttle the connection
      • 1
      • Like
  25. Moved server to production store - Added support for email pictures
×
×
  • Create New...