-
Notifications
You must be signed in to change notification settings - Fork 7
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
[ENHANCEMENT]: Integration of power limitation (SetDemandControl) #84
Comments
Okay, wow. Thank you for the suggestion. It is a good one. It is a bit late, my reply, but I will investigate on what effect is has, how easy it is to setup, and where to apply it . |
Am I correct in thinking that if I want to use this SetDemandControl, I need:
Then we can use the SetDemandControl with a value (43-100) behind it to do some magic? Thanks |
Yes there is 2 options, pcb emulation, or optional pcb. Here is graph from heatpump service manual. Main function is to limit compressor current. Step is 5%, lowest value is 15%, but by testing didn't saw any changes from 30% and lowering.. so i think 20% is lowest usable level (maybe only on my pump) I have optional PCB, also i am using it by 0-10V dimmer. If you implement it please add possibility to output set point to light dimmer :) |
Hi geduxas, But I do not fully understand the function. I do not understand the dimmer being used yet. If I am guessing, you use a dimmer (potmeter) to generate a signal between 0-10V towards the pump. thanks guys!!!! |
Heishamon can emulate presence of extension board cz-ns4p. So if you don't have physical board. While enabling emulation, you can send SetDemandCobtrol to heishamon, and it will emulate what real pcb does. Real pcb have 1-10V control pin, where you can physically control demand, by limiting compressor current. So giving to it's input 0-10V which represents 0-100% working power of compressor. Best option what i have found for controling 0-10 zigbee dimmer :) Both ways you can control it.. via heishamon (only if you don't have real pcb) or some external physical 0-10V controller. |
Okay. Understood now. Thanks. But wat do you mean with this?
|
I am very new to node-red, don't know exactly how everything works.. so if you make it control via publish mqttcommand, i would like to have possibility to get 0-100% value to dimmer.. how to controll led dimmer from node-red i don't have ideas :D now i have it in HomeAssistant, and it's apperes as regular dimmable lamp which i can turn on/off and set it's brightness. |
Ah, okay. Understood now. |
Hello,
There is a function in Heishamon to simulate the Optional board CZ-NS4P.
About this you can use the function SetDemandControl to call the power limitation (0-10v).
https://github.com/Egyras/HeishaMon/blob/master/OptionalPCB.md
With the power limitation you can limit the maximum power of the compressor, but the fan is not limited (as a difference to the Quiet-Mode).
In my eyes it would be a good extension to integrate this function in three ways:
The text was updated successfully, but these errors were encountered: