You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I like your project and would like to work on adding ZPA ZE314 devices used in the Czech Republic. This meter, as well as it previous generation (ZPA ZE312) is using infrared protocol to communicate, but communication should always start on 300bit (7N1) and later (optionally) switch to the higher speed. Also communication is always initiated by the sensor, without it device will keep silence.
This is implemented in witab/iec62056-21 python library and i am able to get the data from the meter using usb-serial. However, i would like to use ESP32 instead and i like your project.
Describe the solution you'd like
I would like to start working on implementing support of the ZPA* meters, but i would like to understand better how would you recommend to add such device.
Describe alternatives you've considered
So far i was not able to find working project for the ESP32 with compatible iec62056-21 support.
Additional context
I own ZPA ZE314 device and able to test whatever is needed
Describe the solution you'd like
I would like to get support for the device and able to work myself to add one, but want to understand better how to add it properly.
Additional context
OBIS dumps for both devices are available in my blog. ZPA is a very common vendor in CZ and some other countries.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I like your project and would like to work on adding ZPA ZE314 devices used in the Czech Republic. This meter, as well as it previous generation (ZPA ZE312) is using infrared protocol to communicate, but communication should always start on 300bit (7N1) and later (optionally) switch to the higher speed. Also communication is always initiated by the sensor, without it device will keep silence.
This is implemented in witab/iec62056-21 python library and i am able to get the data from the meter using usb-serial. However, i would like to use ESP32 instead and i like your project.
Describe the solution you'd like
I would like to start working on implementing support of the ZPA* meters, but i would like to understand better how would you recommend to add such device.
Describe alternatives you've considered
So far i was not able to find working project for the ESP32 with compatible iec62056-21 support.
Additional context
I own ZPA ZE314 device and able to test whatever is needed
Describe the solution you'd like
I would like to get support for the device and able to work myself to add one, but want to understand better how to add it properly.
Additional context
OBIS dumps for both devices are available in my blog. ZPA is a very common vendor in CZ and some other countries.
The text was updated successfully, but these errors were encountered: