Skip to content

No13/intesishome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

intesisHome for Docker

This image uses the IntesisHome python library from https://github.com/jnimmo/pyIntesisHome It will start a web-server on port 8000 and listen to requests in the form of:

http://[dockerhost]:[containerport]/cmd?[command]

Where command is any of the following:

  • on - Power on
  • off - Power off
  • heat - Set mode to 'heat'
  • cool - Set mode to 'cool'
  • dry - Set mode to 'dry'
  • auto - Set mode to 'auto'
  • fan_quiet - Set fan speed to 'quiet'
  • fan_low - Set fan speed to 'low'
  • fan_medium - Set fan speed to 'medium'
  • fan_high - Set fan speed to 'high'
  • fan_auto - Set fan speed to 'auto'
  • 10-39 - Set temperature to X

Building the image

Is as simple as:

./build.sh

Running the container

docker run -it -e INTESIS_USER=myself -e INTESIS_PASS=sosecret intesishome

Integration with Domoticz

Create a virtual SetPoint in Domoticz, fill the DOMO_* environmental variables and the script will poll for this value every 15 seconds. When change is detected in the SetPoint, a set temperature command will be issued to the airconditioning unit.

docker run -it
-e INTESIS_USER=myself
-e INTESIS_PASS=sosecret
-e DOMO_URL="https://domoticz.url/json.htm"
-e DOMO_USER=domoticzuser
-e DOMO_PASS=ososecret
-e DOMO_IDX=66
intensishome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published