Skip to content

Releases: SourceLabOrg/HomeAssistant-PVOutputPublisher

v1.1.0 - Feature Updates

19 May 23:54
4f478cf

Choose a tag to compare

Feature Release v1.1.0

This release introduces improvements to data accuracy, upload timing, and expanded localization.

100% Backwards Compatible You can safely update to this version without breaking your current configuration. Your existing database keys and sensors will migrate automatically. If you choose not to add a secondary sensor, the integration will gracefully fall back to its previous estimation logic.

New Features & Improvements

Maximum Accuracy (Dual-Sensor Support): You can now configure a Secondary Solar Sensor via the UI options. By mapping both a live Power (W) sensor and an accumulating Energy (Wh) sensor, the integration will upload both metrics simultaneously. This completely bypasses PVOutput's backend estimation algorithms, delivering a lag-free live power curve and perfectly accurate daily yields.

Strict Clock-Aligned Scheduling: Uploads are now strictly locked to exact wall-clock intervals (e.g., :00, :05, :10). This entirely eliminates data drift caused by Home Assistant restarts and perfectly aligns your data with PVOutput's native 5-minute tracking buckets.

Relaxed Temperature Sensor Restrictions: Removed strict device-class filtering on the temperature selector. You can now map a much wider variety of weather integrations, local climate sensors, and custom entities to the v5 temperature payload.

New Translations: Full UI support has been added for both Traditional Chinese (zh-Hant) and Simplified Chinese (zh-Hans).

How to Upgrade

Once you download the update and restart Home Assistant, your existing system will continue running normally.

To take advantage of the new dual-sensor accuracy feature:

Go to Settings > Devices & Services.

Find the PVOutput Publisher integration and click Configure. Edit an existing System.

You will see a new optional Secondary Solar Sensor field.

If your primary sensor is Power (W), select your Energy (Wh) sensor here (or vice versa). Save and close!

Thanks

Thanks jouster1974 for the suggestions!

v1.0.1 Preparing for submission to HACs

23 Mar 07:10
ef6d4da

Choose a tag to compare

Changes

Non-functional changes in preparation for submitting to HACs repository.

v1.0.0 Initial Release

23 Mar 06:42
3c80e67

Choose a tag to compare

Changes

Initial release!