-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Requests Plug HA #5
Comments
Due to an error in the Plugwise firmware the variable meter_received is only 1 byte; so the value resets every 0.255 kWh measured, which in reality is 0.0255 kWh (25.5 Wh). Untill then a more frequent reporting interval is useful. Example to calculate a new variable in Logica that will hold the real total generated energy: IF meter_received has changed The above stated issues are solved in the new version of the app by Kasteleman ! |
2 days of testing en reviewing the data of the Plug (comparing to 3 other meters) I can conclude the metering of the Plug is within 0.5% of the reference meters. |
Firmware update via OTA
Looks not possible with the current implementation of Zigbee.
When Plugwise eventually is able to fix the errors in the firmware, updating will be now a very time consuming activity...
Reporting interval adjustable by
Different tags for variables
Naming convention now is somewhat confusing: electricity power vs energy vs meter ...
Proposal:
meter_power : : energy_used : : energie_verbruikt
meter_received : : energy_produced : : energie_opgewekt
measure_power : : power_current : : vermogen_huidig
Unique for the PlugHA (compared tot other Z-Wave, Zigbee and DECT plugs) is the capability to both measure imported & exported energy in separate counters and also show the direction of the current power by the plus and minus sign.
The text was updated successfully, but these errors were encountered: