Paraphrased from my comments above
Depending on the flexibility available in designing the sensor modules, a common signaling / sensor approach traditionally used with long cables in industrial applications is the 4-20 mA (or 10-50 mA for longer throws or EMI-intensive environments) current loop signaling standard.
- The cable and sensor module make up a current loop, module regulating current through it
- A current of 4 mA indicates analog minimum, or digital LOW
- 20 mA indicates analog full-scale or digital HIGH
- Open circuit = 0 mA = sensor offline alarm
- Short circuit = Current limit = sensor shorted alarm
Industrial sensor modules are often designed to be powered by the same current loop, thus eliminating the need for local power supplies. This is feasible, of course, only if the sensor module does not require greater than 4 mA drive current.
Various options exist for signaling current regulation, such as using BJTs, MOSFETs or complementary TrenchFET parts.
At the data collection end, voltage generated across a shunt resistor is amplified using an op-amp, for analog sensors. Digital signals can be captured using a suitably trimmed comparator circuit designed with some hysteresis.
Depending on any lightning or other high voltage risks perceived along the transmission cables, isolation amplifiers may be recommended instead of conventional op-amps for amplifying the shunt voltage. This ensures that the data collation devices are protected from potential differences that may creep in through induction, ground potential differences, or other causes.
For example, TI's AMC1100 Fully-Differential Isolation Amplifier is designed specifically for current-shunt sensing with HV isolation.
An added advantage of using a current loop signaling approach is that security breaches to the home security system implied in the question, can be detected if any sensor is either shorted out, or disconnected.
It seems that the sensor is highly non-linear and this is good in our case.
You can try to connect these sensors to the digital inputs of the RaPi, if they have some hysteresis (AFAIK, the GPIO inputs have a hysteresis). The schematic if the following:

simulate this circuit – Schematic created using CircuitLab
The value of R1 is the same as the resistance of the sensor on the threshold point. Determine it experimentally.
The capacitor C1 is to reduce the induced EMI. One approximate value is 100nF but it may vary.
Mount the resistors and capacitors as close to the CPU board as possible. Use shielded cable (low frequency) to connect the sensors. The shield must be the ground wire.
If the EMI are too big, some software processing of the false positives can be made.
If RaPi has no enough inputs (80) you should make some multiplexing. Note, that in this case, some buffers with hysteresis have to be used - 74HC7540 is good choice. You can use 10 of them and connect all outputs together and control the 3-rd state inputs by GPIO outputs. This way with 10 outputs and 8 inputs you can control 80 pressure sensors.
Best Answer
As is goes here is the dirty way. Every CD rom has a eject button right? Rip out the button and directly wire it using whatever input you have.