In-depth review: LotusEye - AI Anomaly Detector
LotusEye positions itself as a practical, no-code AI anomaly detection tool purpose-built for numerical sensor data. Its core value proposition is straightforward: upload CSV data, let the system automatically learn what normal behavior looks like, and receive hourly anomaly scores with email alerts on paid plans. This makes it an accessible option for teams that need quick insights from time-series data without the overhead of building and tuning machine learning models. However, its strengths are tightly coupled with specific constraints that define where it shines and where it falls short.
Where LotusEye stands out is in its simplicity. The automatic learning of normal behavior requires no AI expertise—users simply upload wide-format or long-format CSV files, and the model trains on the provided data. The free tier allows testing with one model and up to 10 sensors, making it easy to evaluate before committing. For maintenance engineers monitoring industrial equipment, this means they can set up basic predictive maintenance with minimal IT support. IT professionals can convert server access logs to CSV and spot unusual traffic patterns. Data scientists may find it useful as a quick baseline or prototyping tool, though they will miss the ability to customize model parameters or adjust scoring algorithms.
The tool fits best into workflows where data arrives in batches or at hourly intervals. The anomaly score is calculated on an hourly basis, averaging data points within each hour. This design choice means that short-duration spikes or transient anomalies may be smoothed out, reducing sensitivity for real-time or high-frequency monitoring. Users with sub-hourly data need to be aware that the system will aggregate their data, potentially masking brief irregularities. Therefore, LotusEye is better suited for detecting gradual drift or sustained deviations rather than instantaneous faults.
Who benefits most? Maintenance engineers and operations managers overseeing a moderate number of sensors will find the paid plans practical. The Light plan at $14/month adds API uploads and email alerts for up to 10 sensors, while the Standard plan at $35/month expands to 50 sensors with unlimited daily uploads and longer data retention. The Business plan at $55/month supports 100 sensors and unlimited team members, making it viable for small teams. However, the free tier's limitations—one model, 10 uploads per day, 1MB per upload, and only 10 sensors—restrict serious evaluation or production use. Users must carefully select which sensors to monitor and accept that high-frequency data streams may exceed upload quotas.
Key limits matter. The hourly scoring interval is the most significant architectural constraint. For applications requiring sub-hourly anomaly detection—such as detecting rapid temperature spikes in a server room or sudden pressure drops in a pipeline—LotusEye will not suffice. Additionally, the accuracy of the AI model depends heavily on the quality of training data. The FAQ recommends using both normal and abnormal data during training, but the free tier's limited data capacity may hinder proper model training. False positives are a known concern, and the system does not offer advanced tuning knobs to adjust sensitivity.
For a practical buyer or operator, LotusEye is best approached as a lightweight, entry-level anomaly detection tool. It is not a replacement for enterprise-grade platforms like Datadog or Splunk, nor is it designed for real-time alerting. Instead, it fills a niche for small teams that need a simple, automated way to monitor sensor data without writing code. The decision to use LotusEye should hinge on whether hourly scoring is acceptable, whether the data volume fits within tier limits, and whether the team can tolerate the lack of customization. For those needs, it offers a rare combination of zero-configuration AI and a freemium pricing model that invites experimentation. For anything more demanding—real-time detection, high-frequency data, or deep model control—other tools will be necessary.
Who it's built for
Maintenance engineers
Why it fits
LotusEye requires no AI expertise, making it accessible for engineers who need to monitor industrial sensor data for early signs of equipment failure. The automatic learning of normal behavior simplifies setup.
Best value
The free tier allows testing with one model and 10 sensors, ideal for evaluating predictive maintenance on a small set of critical machinery before committing to a paid plan.
Caution
Data upload limits (10 per day on free, 10MB on Light) may restrict high-frequency monitoring. Hourly anomaly scoring might miss rapid-onset failures.
Data scientists
Why it fits
Useful as a quick baseline or prototyping tool for anomaly detection without building models from scratch. Supports wide and long-format CSV, making it easy to test with existing datasets.
Best value
Free plan enables experimentation with normal and abnormal data to assess model accuracy. Paid plans offer API uploads for integration into automated pipelines.
Caution
Lacks advanced customization, algorithm selection, or hyperparameter tuning. The hourly averaging may smooth out short-duration anomalies that data scientists might want to detect.
IT professionals
Why it fits
Applicable for monitoring web server access logs or system metrics (e.g., sar output) after converting to CSV. The tool automatically learns normal traffic patterns and alerts via email on paid plans.
Best value
Light plan at $14/month provides email alerts and API uploads, suitable for small-scale server monitoring without building a custom solution.
Caution
Hourly scoring means alerts may lag behind real-time issues. Daily upload limits (10 on free, unlimited on Standard+) could be restrictive for high-volume log data.
Operations managers
Why it fits
Paid plans include multi-member management (up to 10 on Standard, unlimited on Business), enabling team collaboration on sensor monitoring. Weekly summary emails on higher tiers provide oversight.
Best value
Standard plan at $35/month offers 50 sensors, unlimited daily uploads, and 10 members, balancing cost and capability for small to medium teams.
Caution
Free tier lacks collaboration features entirely. Anomaly analysis reports are only available on the Business plan, limiting managerial insights on lower tiers.
Key features
AI-powered anomaly detection
Automatically learns normal behavior from uploaded CSV data (wide or long format) and scores new data hourly. Accuracy depends on the quality and representativeness of training data.
Benefit
No AI expertise required; users can create a model by simply uploading historical data. The hourly scoring provides regular monitoring without manual intervention.
Limitation
Hourly averaging may smooth out short-lived anomalies. The model's performance is heavily reliant on the training data including both normal and abnormal examples.
Automatic learning of normal behavior
Users upload CSV files containing sensor data, and LotusEye automatically builds a model that captures typical patterns. Supports both wide-format (each row is a timestamp with sensor values) and long-format (timestamp, sensor name, value).
Benefit
Eliminates the need for manual feature engineering or machine learning expertise. Free tier allows testing with one model, making it easy to evaluate the tool.
Limitation
Only one model per account on the free plan. The model cannot be fine-tuned or customized beyond the data provided.
Alert notifications for anomalies
Paid plans (Light and above) send email alerts when the anomaly score exceeds a threshold. The alert is based on hourly calculations.
Benefit
Proactive notification enables quick response to potential issues without constantly checking the dashboard. Useful for maintenance and security monitoring.
Limitation
Alerts are not real-time due to hourly scoring. Free tier does not include email notifications; users must manually check scores.
API data uploads (paid plans)
Light plan and above allow data upload via a web API, enabling integration with automated data pipelines or scripts.
Benefit
Facilitates continuous monitoring by automating data ingestion from sensors or log sources. Reduces manual effort for regular uploads.
Limitation
API uploads are not available on the free plan. The API documentation and rate limits are not detailed, potentially requiring trial and error.
Multi-member management (paid plans)
Paid plans allow adding team members: Light (3 members), Standard (10), Business (unlimited). Members can collaborate on models and view alerts.
Benefit
Enables team-based monitoring and shared responsibility. Useful for operations teams overseeing multiple sensors.
Limitation
Free tier has no multi-member support. The feature is limited to user management; there are no granular permissions or role-based access controls mentioned.
Real-world use cases
Predictive maintenance for industrial equipment
Maintenance engineerScenario
A maintenance engineer wants to monitor vibration and temperature sensors on a critical pump to detect early signs of bearing wear before failure.
Solution
Upload historical sensor data (CSV) to LotusEye to train a model on normal behavior. Then continuously upload new data via API (paid plan) or manual upload. LotusEye scores data hourly and sends email alerts when anomalies are detected.
Outcome
Provides early warning of potential failures, allowing scheduled maintenance and reducing unplanned downtime. The free tier enables proof-of-concept with a single sensor.
Anomaly detection in web server access logs
IT professionalScenario
An IT professional wants to detect unusual traffic patterns that might indicate a DDoS attack or a compromised endpoint.
Solution
Convert web server access logs to CSV format (e.g., request count per hour) and upload to LotusEye. The tool learns normal traffic patterns and alerts via email when deviations occur.
Outcome
Automated monitoring without custom scripting. Hourly scoring aligns with traffic trends, though rapid spikes may be averaged out. Useful as a supplementary detection layer.
Monitoring sensor data for unusual patterns
Operations managerScenario
An operations manager oversees environmental sensors (temperature, humidity, pressure) in a warehouse and needs to detect outliers that could affect inventory.
Solution
Upload sensor data in long-format CSV (timestamp, sensor name, value). LotusEye automatically learns normal ranges for each sensor and flags anomalies hourly. Paid plans allow multiple sensors and team access.
Outcome
Centralized monitoring of multiple sensors with minimal setup. Alerts enable quick corrective action. The free tier is limited to 10 sensors, sufficient for small-scale monitoring.
Detecting fraudulent activities based on numerical data
Data scientistScenario
A data scientist wants to test anomaly detection on transaction amounts or frequency to identify potential fraud in a dataset.
Solution
Prepare transaction data as CSV (e.g., amount per hour) and upload to LotusEye. The tool learns typical transaction patterns and scores new data hourly. Paid plans allow API integration for real-time ingestion.
Outcome
Quick prototyping without building a custom model. However, hourly scoring may not catch fraud that occurs within minutes. Best suited for detecting gradual changes in behavior.
Pros & cons
Pros
- Easy to use, no AI knowledge required
- Free model creation and anomaly score checking
- Variety of features in paid plans
- Supports wide and long-format CSV files
- API access for automated data uploads (paid plans)
Cons
- Free plan has limitations on data size, uploads, and features
- Monthly charges may vary due to exchange rate fluctuations
- Accuracy depends on the quality of training data
- Score data storage limitations based on plan
Pricing
Parsed from stored tiers (HTML or plain text). If a line is missing, check the notes below — confirm on the vendor site before purchasing.
Free
$0/ month
For free Only one model per account. Model creation through manual upload. Anomaly score check through manual upload. 10 sensor data. 10 times uploads per day. 1MB data size per upload. 2,500 hours(>3 months) of data per upload. 6 months of score data storage. Adding management members is not available. Usage limitations on various basic features.
Business
$55/ year
$55 /monthapprox. $546 /year( $46 /month)approx. Test data upload via the web API. Email alert notification. 100 sensor data. No limit on the number of uploads per day**. 100MB data size per upload. 10,000 hours(>12 months) of data per upload. 36 months of score data storage. No limit on the number of management members. Weekly summary email. Anomaly analysis report.
Light
$14/ year
$14 /monthapprox. $136 /year( $12 /month)approx. Test data upload via the web API. Email alert notification. 10 sensor data. 10 times uploads per day. 1MB data size per upload. 2,500 hours(>3 months) of data per upload. 6 months of score data storage. 3 management members. Weekly summary email is not available. Anomaly analysis report is not availavle.
Standard
$35/ year
$35 /monthapprox. $341 /year( $29 /month)approx. Test data upload via the web API. Email alert notification. 50 sensor data. No limit on the number of uploads per day**. 20MB data size per upload. 5,000 hours(>6 months) of data per upload. 12 months of score data storage. 10 management members. Weekly summary email. Anomaly analysis report is not available.
Company information
Parsed from directory fields (lists, definition lists, or plain lines). Keys with 「: / :」 show as cards when most lines match; otherwise as a list. Confirm on official sources.
- LotusEye - AI Anomaly Detector Support Email & Customer service contact & Refund contact etc. More Contact, visit the contact us page(https://lotuseye.co.jp/contact)
- LotusEye - AI Anomaly Detector Company LotusEye - AI Anomaly Detector Company name: LotusEye .
- LotusEye - AI Anomaly Detector Login LotusEye - AI Anomaly Detector Login Link: https://lotuseye.co.jp/login?lang=en
- LotusEye - AI Anomaly Detector Sign up LotusEye - AI Anomaly Detector Sign up Link: https://lotuseye.co.jp/signup?lang=en
- LotusEye - AI Anomaly Detector Pricing LotusEye - AI Anomaly Detector Pricing Link: https://www.lotuseye.jp/#pricing
Frequently asked questions
What types of sensor data can be used?Workflow
LotusEye supports numerical data in CSV format. Specifically, you can use wide-format CSV where each row represents sensor values at a timestamp, or long-format CSV with columns 'Timestamp', 'Sensor Name', and 'Sensor Value'. Any numerical time-series data, such as temperature, pressure, vibration, or even server metrics, can be used.
How can I upload sensor data?Workflow
You can upload CSV files by selecting them on the service interface or by dragging and dropping them onto the screen. For users on the Light plan or higher, data can also be uploaded via a web API, enabling automated ingestion.
When does the anomaly score become high? Can it detect signs of anomalies, and how often do false positives occur?Limitations
The anomaly score becomes high when the test data shows behavior that deviates from the learned normal behavior. The accuracy of the AI model depends on the data used during training. False positives can occur if the training data does not adequately represent normal variability. LotusEye recommends creating a model using both normal and abnormal data with the free plan first to evaluate performance.
How frequently is the anomaly score calculated?Workflow
The anomaly score is calculated on an hourly basis. If the intervals between timestamps in the sensor data are shorter than one hour, the data will be averaged over each hour before calculating the anomaly score.
Can only sensor data be used for anomaly detection?General
No, any numerical data in CSV format can be used to create models for anomaly detection. For example, you can convert the output of the sar command or web server access logs into CSV format and use them for anomaly detection.
What are the differences between the free and paid plans?Pricing
The free plan allows one model, 10 sensor data, 10 uploads per day, 1MB per upload, and 6 months of score storage. Paid plans start at $14/month (Light) and add email alerts, API uploads, more sensors (10 on Light, 50 on Standard, 100 on Business), higher upload limits, longer data retention, and multi-member management. The Standard plan ($35/month) includes unlimited daily uploads and weekly summary emails, while the Business plan ($55/month) adds anomaly analysis reports and unlimited members.
Related tools in AI Detector

A platform connecting researchers with verified participants for high-quality data collection.

AI security platform stopping bots and human abuse with a privacy focus.

Scribbr offers proofreading, plagiarism checking, citation generation, and academic resources for students.

HEROZ is an AI company providing AI solutions across various industries, originating from Shogi AI development.

A book recommendation and tracking platform based on mood and reading preferences.

Accio: Smart wholesale solutions with data-backed insights and supplier connections.
