Description
FloPro VS 1.5 Pump – No Controller
This model offers the same high-efficiency motor and variable-speed capability as other FloPro VS pumps, but ships without an onboard controller. Designed for integration into external automation systems or standalone digital controllers, it’s ideal for pool pros wanting to customise their setup. It supports tailored operation through third-party devices, ensuring flexible control of flow rates and operating times.
A perfect fit for bespoke pool automation solutions.
from IPython.display import display, HTML
import pandas as pd
import ace_tools as tools
# Create the data in a dictionary format
data = {
“Specification”: [
“Model No.”, “Power Rating”, “Power Supply”, “Phase”, “Speeds (rpm)”,
“Max Flow (lpm)”, “Unit Protection Rating”, “Energy Consumption (kWh/Y)”, “Star Rating”
],
“FloPro VS”: [
“FloPro VS”, “1.65 HP”, “220-240 V / 50 Hz”, “Single”, “600-3450”, “491”, “IPX4”, “510”, “6”
],
“FloPro E3 1.0HP”: [
“1.0HP”, “1.0 HP”, “220-240 V / 50 Hz”, “Single”, “1000-2850”, “395”, “N/A”, “563”, “4.5”
],
“FloPro E3 1.5HP”: [
“1.5HP”, “1.5 HP”, “220-240 V / 50 Hz”, “Single”, “1000-2850”, “475”, “N/A”, “591”, “5”
]
}
# Create the DataFrame
df = pd.DataFrame(data)
# Display the DataFrame
tools.display_dataframe_to_user(name=”FloPro Pump Comparison Table”, dataframe=df)





Reviews
There are no reviews yet.