I recently picked up an Aeotec Heavy Duty Smart switch to use for monitoring my dryer energy. It reports 0W when the heating elements are off but the drum is still spinning... which is impossible because the motor to spin the drum uses electricity. It just pulls from a single leg. According to Aeotec support, it should still measure power from a single leg and they asked me to check a few specific parameter numbers and make some possible tweaks. I'm using the driver by @syepes but the parameters are not numbered.
Specifically, this is what they suggested to use.
Parameter 90 [1 byte] = 1
Parameter 91 [1 byte] = 5
Parameter 92 [1 byte] = 1
Parameter 101 [4 byte] = 4 //report watt
Parameter 111 [4 byte] = 5 //have threshold check watt report every 5 seconds, this should allow for quicker reports for the HDSS with threshold settings
I don't know how I can do this.