Replies: 4 comments 7 replies
-
Hi @billraff did you import the new dashboard.json? It should show up something like this: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, this is on a fresh install on my new RPI5 I just received. I'm setting up this new install in anticipation of losing TEDAPI. All files have been pulled using docker. Nothing used from a previous install. Mine are PW2 batteries. |
Beta Was this translation helpful? Give feedback.
5 replies
-
I have two PW3's (both with the integrated inverter). I am on 25.10.4 firmware and Dashboard 4.7.1. The inverters are in use with multiple strings on each. The Dashboard reports "No Data" under Temps and Fans and http://localhost:8675/fans is empty. I'm unsure if this is expected behavior or an issue.
…________________________________
From: billraff ***@***.***>
Sent: Monday, May 19, 2025 2:53 AM
To: jasonacox/Powerwall-Dashboard ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [jasonacox/Powerwall-Dashboard] Fans Temp and Speed on 25.2.0 firmware and Dashboard 4.7.1 (Discussion #628)
No, I don't have PW+. Those are the ones with the built in inverters if I'm not mistaken. The gateway and batteries are Tesla but everything else is from other parties. The query returns {}. So nothing to display.
—
Reply to this email directly, view it on GitHub<#628 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUXY3HEPUKD3W6S4YBXBGL27GSZ7AVCNFSM6AAAAAB5IZ6PRGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJZGE4DMNA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
There is does not appear to be any useful Fan data in the tedapi/controller payload. The data looks like this:
"signals": [
{
"boolValue": null,
"name": "PVAC_Fan_Speed_Actual_RPM",
"textValue": null,
"timestamp": null,
"value": null
},
{
"boolValue": null,
"name": "PVAC_Fan_Speed_Target_RPM",
"textValue": null,
"timestamp": null,
"value": null
}
]
(There are 8 of these blocks, all identical).
…________________________________
From: Jason Cox ***@***.***>
Sent: Sunday, May 25, 2025 4:10 PM
To: jasonacox/Powerwall-Dashboard ***@***.***>
Cc: heynorm ***@***.***>; Comment ***@***.***>
Subject: Re: [jasonacox/Powerwall-Dashboard] Fans Temp and Speed on 25.2.0 firmware and Dashboard 4.7.1 (Discussion #628)
The Fan data is coming from http://localhost:8675/tedapi/controller - can you check that payload for valid Fan data? In my case it shows up here:
image.png (view on web)<https://github.com/user-attachments/assets/6ce63d1d-ba87-4ae3-b7cc-37961918188f>
—
Reply to this email directly, view it on GitHub<#628 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUXY3FK4ZB45HGA6U6IGZT3AJEXJAVCNFSM6AAAAAB5IZ6PRGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMRWGYZTIMQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw in the releases that starting in release 4.6.6 fan speeds was added. I do not see that in my dashboard. Only temps. Anything I'm missing to enable speeds?
Checking pypowerwall
Checking telegraf
Checking influxdb
Checking grafana
Checking weather411
All tests succeeded.
Beta Was this translation helpful? Give feedback.
All reactions