Welcome to SenseLog
SenseLog is an IoT database and visualization platform that makes sensor data easy to collect, store, and visualize from your sensors and smart devices.
What is SenseLog?
SenseLog automatically provisions backend infrastructure when you register a sensor. No need to design database schemas, write SQL queries, or set up visualization tools - we handle all of that for you.
Key Features
- Automatic Provisioning - Register a sensor, get instant data ingestion endpoints
- Multiple Protocols - HTTP, MQTT, and UDP (Loxone) support
- Real-time Visualization - Embedded Grafana dashboards with automatic configuration
- Data Transformations - Units, calculations, rounding, and validation
- Multi-tenant - Organizations, members, and role-based access control
Quick Start
Get started with SenseLog in under 5 minutes:
- Sign Up - Create your free account at dashboard.senselog.com
- Complete Onboarding - Select your timezone and create your organization
- Create a Sensor - Register your first sensor with a few clicks
- Send Data - Use the provided endpoint to send measurements
- View Dashboard - See your data visualized in real-time
Popular Integrations
Loxone Smart Home
Connect your Loxone Miniserver to SenseLog with UDP Logger. Perfect for:
- Temperature sensors
- Energy monitoring
- Voltage/current measurements
- Binary states
Learn more about Loxone integration →
HTTP API
Send data from any device or platform using simple HTTP POST:
curl -X POST https://senselog.com/api/ingest/sensor/YOUR_TOKEN \
-H "Content-Type: application/json" \
-d '{"value": 23.5}'MQTT
Connect MQTT devices and publish to SenseLog topics:
mosquitto_pub -h mqtt.senselog.com \
-t "senselog/sensor/YOUR_TOKEN" \
-m '{"value": 23.5}'Documentation Structure
- Quick Start - 5-minute tutorial to get started
- Guides - Step-by-step guides for common tasks
- Integrations - Platform-specific integration guides
- Reference - Technical reference and specifications
Need Help?
- 📧 Email: support@senselog.com
- 💬 Community: GitHub Discussions
- 🐛 Bug Reports: GitHub Issues
Ready to start? Create your first sensor →