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
@adrai Let's continue here.
I'll open a first PR soon to provide the initial yaml. From there on it should be basically
Add new readings from heat pump / adopt to your device
Navigate through the menu of the display, mounted to your heat pump
Watch the logs and try to match the values (e.g. 237) to the values you see in the display (23.7°)
Use the existing templates to add new sensors
Add the newly added ids along with their types to property.h
Guard the newly added ids with e.g. #if defined(THZ_5_5_ECO) … #endif to express that it was tested with that version once it is >confirmed for the others, the guards can be removed
Add the entities to the respective yaml and use the already existing templates. For config values that can be set, use the wp_number.yaml. For sensors that are updated automatically chose the template that fits best.
profit
The text was updated successfully, but these errors were encountered:
@adrai Let's continue here.
I'll open a first PR soon to provide the initial yaml. From there on it should be basically
The text was updated successfully, but these errors were encountered: