Skip to content
View in the app

A better way to browse. Learn more.

Power Forum - Renewable Energy Discussion

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

frankie

Members
  • Joined

  • Last visited

  1.    frankie reacted to a post in a topic: SunSynk WiFi Dongle Hacking.
  2.    949BFN reacted to a post in a topic: SunSynk WiFi Dongle Hacking.
  3.    Sc00bs reacted to a post in a topic: SunSynk WiFi Dongle Hacking.
  4. To confirm do you want to pull the firmware from the nodemcu, or just utilise their API? It might be easier to just write some HA integration which directly talks to the SunSynk cloud APIs to pull the data. For the SynSynk API see below. Login and obtain bearer token https://pv.inteless.com/oauth/token POST /oauth/token HTTP/2 Host: pv.inteless.com Content-Length: 103 Accept: application/json Content-Type: application/json;charset=UTF-8 Sec-Ch-Ua-Mobile: ?0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Origin: https://sunsynk.net Referer: https://sunsynk.net/ Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 {"username":"XXXXXX","password":"XXXXXX","grant_type":"password","client_id":"csp-web"} Some endpoints api/v1/plants api/v1/plant/energy/XXXX/flow api/v1/inverters api/v1/inverter/XXXX/realtime/output api/v1/inverter/XXXX/realtime/input api/v1/inverter/battery/XXXXX/realtime Then you can utilise the bearer token to extract data from the APIs. Use the below to obtain your PlantID. Change the XXXXX with your bearer token. GET /api/v1/plants?page=1&limit=10&name=&status= HTTP/2 Host: pv.inteless.com Accept: application/json Authorization: Bearer XXXXXXX User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Origin: https://sunsynk.net Referer: https://sunsynk.net/ Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 The below will give you general FLOW data for a given date e.g. battPower, load etc. Change the XXXXX with your bearer token and your plantID. GET /api/v1/plant/energy/XXXXX/flow?date=2022-07-16 HTTP/2 Host: pv.inteless.com Accept: application/json Authorization: Bearer XXXXXX Sec-Ch-Ua-Mobile: ?0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Origin: https://sunsynk.net Referer: https://sunsynk.net/ Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 If you want to directly query raw output from your inverter, then you have to obtain the InverterID first. Change XXXX with your bearer token. GET /api/v1/inverters?page=1&limit=10&total=0&status=-1&sn=&plantId=&type=-2&softVer=&hmiVer=&agentCompanyId=-1&gsn= HTTP/2 Host: pv.inteless.com Accept: application/json Authorization: Bearer XXXXXX User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Origin: https://sunsynk.net Referer: https://sunsynk.net/ Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 Then you can plugin it at several spots in the API. Change XXXXX with your inverter ID and your bearer token. GET /api/v1/inverter/XXXXXX/realtime/output HTTP/2 Host: pv.inteless.com Accept: application/json Authorization: Bearer XXXX User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Origin: https://sunsynk.net Referer: https://sunsynk.net/ Accept-Encoding: gzip, deflate Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 Welcome to msg me if you want to know more. If you do ever do some integration in HACS please share. I've not gone so far as to actually write something, but should be easy.
  5. Thanks, they sent me quote with the remainder of their details. The company, nor the registration details exist on CIPC. So definitely fraud.
  6. Same on my side, also in Cape Town. Its a real struggle to find reputable solar companies. Also not sure if all the online stores are reliable.
  7. Has anyone dealt with the business called NextGenSolar? https://www.nextgensolar.co.za/
  8. frankie joined the community
  9. I recently acquired some of the the rechargeable loadshedding down-lights. I've installed them in my bathroom but now my extractor fan is dead. When I tried installing the lights in the room leading to the bathroom, the lights never turned off. It seems i might have a potential wiring issue with my downlights. Is this something common? Should I get an electrician out or is it something common with these lights?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.