Skip to content
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

Use standard Zigbee clusters for common values #166

Open
ptvoinfo opened this issue Dec 20, 2022 · 0 comments
Open

Use standard Zigbee clusters for common values #166

ptvoinfo opened this issue Dec 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ptvoinfo
Copy link
Owner

Temperature
Pressure
Humidity
Electricity (Voltage, Current)

@ptvoinfo ptvoinfo added the enhancement New feature or request label Dec 20, 2022
ptvoinfo pushed a commit that referenced this issue May 24, 2023
ATTENTION! This version contains changes that are incompatible with a previous version. You cannot fully use a configuration from the previous version in the new version.

[All chips] Now, the firmware uses standard Zigbee clusters for temperature, pressure, humidity, and illuminance sensors. It improves compatibility with high-level systems like HA (probably, you'll need to (re)create a custom converter for your device in Z2M) (#166).
[All chips] All temperature sensors are joined into two groups: 1-wire (e.g, DHT22) and 2-wire (I2C), where a sensor type defined as a parameter. Now, the firmware does not try to detect a sensor type and uses your setting. It allows using some Chinese clones of these sensors.
[All chips] Now, all temperature sensors are polled without detecting their presence.
[All chips][LED] Added the CCT mode for PWM (color temperature control for the white color) (#194).
[CC2652P7] Added the new chip type. Advantages: more RAM and flash memory. All functions are compatible with CC2652P.
[CC2651R] Added the new chip type. Advantages: lower power consumption and price. Disadvantages: lower RAM capacity. All functions are almost compatible with CC2652R, but the firmware for LED is limited to 200 LEDs. You can use this chip as an alternative to СС2530, but do not try to add many functions to a single module.
[CC26XX] Added new sensors SHT40 (#60), HDC2080 (#101), HX711 (#186), X9C103 (#137).
[All chips] Fixed a problem with saving multi-click settings to a HEX file (#199).
[Configurator] Fixed a problem with saving a custom converter with configurable inputs (#204).

Download: https://ptvo.info/download/ptvo-firmware-2023-05-24.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant