PowerPal have now announced they’re discontinuing the Powerpal Pro device, which could upload live data to Powerpal Cloud. So I found this and set it up. I could get esphome to talk to my Powerpal okay, but I’m confused if Cloud upload is still a supported feature, or not?
I get compile errors if I try and include http_request_id: powerpal_cloud_uploader in the configuration.
INFO ESPHome 2024.6.3
INFO Reading configuration /config/esphome/esp32-node-server.yaml...
INFO Detected timezone 'Australia/Sydney'
Failed config
http_request: [source /config/esphome/esp32-node-server.yaml:68]
ESPHome supports certificate verification only via ESP-IDF. Set 'verify_ssl: false' to skip certificate validation and allow less secure HTTPS connections.
id: powerpal_cloud_uploader
does anyone have a guide on how to do this on latest esphome?
I put this in and it compiles. Early assessment is that it is giving HomeAssistant the values now which is nice but I am not getting the Cloud updates happening so the Powerpal app does not see the details.
I’m using the Powerpal Pro which is soon to be discontinued so I am keen to get Cloud updates working.
@somegen@skreza@muneeb1990
Hi just as FYI, I had my meter replaced recently. Was talking to sparky.
He said the 2 different meter types they use in Vic pulse at 800 and 1000.
Most are 800.
I Just set mine up, and I went a different way.
My PowerPal battery died I logged a support request and they sent a new one.
So I cut the lead off and old one and stuck it right to an ESP32 Mini with ESP home. I just went black wire to GND and Red to GPIO4.
The lead was long enough to reach a window to the wire gets inside the house with the ESP connected to USB power from the wall.
Added the Pulse_counter code and bam it works.
No need to think about the battery again or any Bluetooth reception issues etc.
So I’ve been using Powerpal pro integrating with Home Assistant for a while now. With Pro shutting down, I’ve been following this discussing using ESPHome with interest, but it all seems a bit overwhelming.
Does anyone have a guide / instructions on getting set up with ESPHome in place of PowerPal Pro?
Anyone else getting the Powerpal Pro unable to connect (confirmed in the app on phone)? Since 11:21 yesterday for me. Finally turned off the beta service?
yep I got an email from them last week saying the beta was over and they were shutting it down shortly. my readings have been flat the last 24 hrs or thereabouts.
if the pppro uses an esp32 do you think it could be repurposed with this?
I got this setup last week on esphome 2024.6.4 and had to make a few changes to the yaml to get everything working. Also if you are setting up a new powerpal for the first time, I wasn’t getting any readings at all, until I initially paired with the app on my phone, and then closed the app. Data started flowing immediately afterwards via the esp.
Did you try it with the API key to upload to Powerpal’s service? It would be nice (but not essential) to continue having their app for visualising usage.
I could not get the Uploader to work so have commented out the code like you show above.
I would like to get more granular data than once every minute but it only accepts round integers.
The PowerPal Pro returned readings only every minute also as it is a limitation by the Powerpal itself.
When there is 5 minute pricing available, every second counts.
from what I understand, the 5 minute pricing is only indicative of what the whole 30 minute block will cost. it fluctuates the whole time up until the price is locked in at the end of the block, and that pricing is applied to the last 30 minutes worth of usage retrospectively.