✓ Verified 💻 Development ✓ Enhanced Data

Enzoldhazam

NGBS iCON Smart Home thermostat control.

Rating
4.8 (303 reviews)
Downloads
2,437 downloads
Version
1.0.0

Overview

NGBS iCON Smart Home thermostat control.

Complete Documentation

View Source →

enzoldhazam

Control NGBS iCON Smart Home thermostats via enzoldhazam.hu.

Setup

  • Install the CLI:
bash
git clone https://github.com/daniel-laszlo/enzoldhazam.git
cd enzoldhazam
go build -o enzoldhazam ./cmd/enzoldhazam
sudo mv enzoldhazam /usr/local/bin/
  • Login (credentials stored in macOS Keychain):
bash
enzoldhazam login

Or set environment variables:

bash
export ENZOLDHAZAM_USER="your-email"
export ENZOLDHAZAM_PASS="your-password"

Commands

CommandDescription
enzoldhazam statusShow all rooms with temperatures
enzoldhazam status --jsonJSON output for parsing
enzoldhazam get Get specific room details
enzoldhazam set Set target temperature
enzoldhazam loginSave credentials to Keychain
enzoldhazam logoutClear stored credentials

Examples

bash
# Check current temperatures
enzoldhazam status

# Set a room to 22°C
enzoldhazam set "Living Room" 22

# Get room info as JSON
enzoldhazam get "Bedroom" --json

Instructions

When the user asks about home temperature, heating, or thermostats:

  • Use enzoldhazam status to check current state
  • Use enzoldhazam set to change temperature
  • Parse --json output when you need to process the data
Always confirm temperature changes with the user before executing.

Installation

Terminal bash

openclaw install enzoldhazam
    
Copied!

💻Code Examples

1. Install the CLI:

1-install-the-cli.sh
git clone https://github.com/daniel-laszlo/enzoldhazam.git
cd enzoldhazam
go build -o enzoldhazam ./cmd/enzoldhazam
sudo mv enzoldhazam /usr/local/bin/

Or set environment variables:

or-set-environment-variables.sh
export ENZOLDHAZAM_USER="your-email"
export ENZOLDHAZAM_PASS="your-password"
example.sh
# Check current temperatures
enzoldhazam status

# Set a room to 22°C
enzoldhazam set "Living Room" 22

# Get room info as JSON
enzoldhazam get "Bedroom" --json

Tags

#smart_home-and-iot

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author daniel-laszlo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install enzoldhazam