Your sensor appears to operate like a LaCrosse TX5 rain sensor. The message it transmits includes a count that is incremented each time the thing tilts. But that count is only 4 bits wide - thus the count from 0 to 15 (1 to 16). Or it could be that the humidity and humidity status are actually two bytes of the rain count. If that's true then the LaCrosse protocol should work.