-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi Tvalley71,
thanks a lot for your great work! I am currently transitioning from Homey to Home Assistant and found your Pluggit implementation very useful.
There is just one feature, that is missing from my point of view: the setting of the 'VOC sensibility' for 'Low' 'Medium' and 'High' (this is described on pages 42/43 of the Pluggit Modbus documentation) in one of your 'Set Configuration' pages.
I personally use this to have different sensibility settings during the day and night. Before I was able to controll the pluggit device via automations I just used the built in night mode in the app, but that was just stupidly applying fan level 2 at night and not making use of my built in humidity and VOC sensors.
On the other hand my day VOC settings are 'too sensible' and I don't want Pluggit to change the fan level to 3 or 4 because the VOC levels are rising during the night and disturb our nights.
That's why setting of the VOC sensibility twice a day comes in handy!
In Homey I was able to control this by writing to:
40563 for the Low Treshold of VOC (ppm)
40565 for the Middle Treshold of VOC (ppm)
40567 for the High Treshold of VOC (ppm)
In Homey there is an offset of -1, hence the holding registers were 562, 564 and 566. Additionally the actual value I want to transfer to Pluggit needs to be multiplied by 65536 (VOC level of 800 --> 52428800).
Thanks a lot in advance!
divad-de