All Projects → MikeJMcGuire → hass-actron

MikeJMcGuire / hass-actron

Licence: GPL-3.0 License
Actron Air Conditioner Add-On for Home Assistant

Programming Languages

C#
18002 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to hass-actron

HomeAssistant
My Home Assistant Configuration
Stars: ✭ 71 (+407.14%)
Mutual labels:  home-assistant, homeassistant
amshan-homeassistant
Home Assistant integrasjon for strømmålere (AMS/HAN/P1). Integrasjonen støter både streaming (serieport/TCP-IP) og MQTT (Tibber Pulse, energyintelligence.se etc)
Stars: ✭ 39 (+178.57%)
Mutual labels:  home-assistant, homeassistant
addon-matrix
Matrix - Home Assistant Community Add-ons
Stars: ✭ 39 (+178.57%)
Mutual labels:  home-assistant, homeassistant
custom-component-store
📦 Manage your custom_components for Home Assistant
Stars: ✭ 12 (-14.29%)
Mutual labels:  home-assistant, homeassistant
wyzesense2mqtt
Configurable WyzeSense to MQTT Gateway intended for use with Home Assistant or other platforms that use MQTT discovery mechanisms.
Stars: ✭ 55 (+292.86%)
Mutual labels:  home-assistant, homeassistant
iocage-homeassistant
Home Assistant Core - TrueNAS CORE Community Plugin
Stars: ✭ 61 (+335.71%)
Mutual labels:  home-assistant, homeassistant
addon-traccar
Traccar - Home Assistant Community Add-ons
Stars: ✭ 65 (+364.29%)
Mutual labels:  home-assistant, homeassistant
homeassistant-powercalc
Custom component to calculate estimated power consumption of lights and other appliances
Stars: ✭ 261 (+1764.29%)
Mutual labels:  home-assistant, homeassistant
Tuya-v2-Supported-Devices
A collection of all of the known working Tuya v2 Devices
Stars: ✭ 30 (+114.29%)
Mutual labels:  home-assistant, homeassistant
addon-example
Example - Home Assistant Community Add-ons
Stars: ✭ 73 (+421.43%)
Mutual labels:  home-assistant, homeassistant
hhnl.HomeAssistantNet
No description or website provided.
Stars: ✭ 31 (+121.43%)
Mutual labels:  home-assistant, homeassistant
esphome-weather-station
ESPHome version of Elektor weather station v2
Stars: ✭ 140 (+900%)
Mutual labels:  home-assistant, homeassistant
homeassistant-lightwave2
Lightwave RF custom component for Home Assistant. Requires generation 2 ("Link Plus") hub, but will control both generation 1 ("Connect Series") and generation 2 ("Smart Series") devices.
Stars: ✭ 31 (+121.43%)
Mutual labels:  home-assistant, homeassistant
hass-livebox-component
Livebox Component for Home assistant
Stars: ✭ 24 (+71.43%)
Mutual labels:  home-assistant, homeassistant
better-thermostat-ui-card
a custom card for a better thermostat in home assistant based on ai_thermostat intigration
Stars: ✭ 37 (+164.29%)
Mutual labels:  home-assistant, homeassistant
decluttering-card
🧹 Declutter your lovelace configuration with the help of this card
Stars: ✭ 186 (+1228.57%)
Mutual labels:  home-assistant, homeassistant
HomeAssistant-Config
Here is my current Home Assistant config. Hope this helps who needs it!!
Stars: ✭ 87 (+521.43%)
Mutual labels:  home-assistant, homeassistant
home-assistant-config
Ma configuration Home Assistant commentée en anglais et en français | My Home Assistant config with French and English comments.
Stars: ✭ 29 (+107.14%)
Mutual labels:  home-assistant, homeassistant
openrgb ha
OpenRGB integration for Home Assistant
Stars: ✭ 40 (+185.71%)
Mutual labels:  home-assistant, homeassistant
home
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
Stars: ✭ 104 (+642.86%)
Mutual labels:  home-assistant, homeassistant

hass-actron

Actron Air Conditioner Add-On for Home Assistant (https://blog.mikejmcguire.com/2018/12/19/actronconnect-and-home-assistant/)

This add-on for Home Assistant enables you to control an Actron Air Conditioner equipped with the Actron Connect wireless module.

The add-on requires you to use the Mosquitto MQTT broker on your Home Assistant device, with authentication enabled and a valid credential supplied. You'll also need to ensure that MQTT discovery is enabled with the default prefix 'homeassistant' for HA to discover the climate device and zone switches.

Using this add-on will prevent the Actron Connect application from working on your mobile device, as the communications from the Air Conditioner to the cloud service need to be intercepted and routed to this add-on.

You will need to ensure (through a local DNS configuration on your router or home DNS service), that the following host names resolve to the IP address of your Home Assistant server.

  • actron-connect.actronair.com.au (usage reporting)
  • actron.ninja.is (older firmware versions - data/command traffic)
  • que.actronair.com.au (more recent firmware versions - data/command traffic)
  • updates.lx-cloud.com (more recent firmware versions - firmware updates)

At this stage, you will also need to ensure that you've used the Actron Connect application to configure your Air Conditioner before making these changes.

The add-on will need to maintain the TCP port 80 binding, as the air conditioner will only attempt to connect to the system on port 80.

If you add the local DNS entry for updates.lx-cloud.com, it will prevent the ActronConnect module from auto-updating. Feel free to use auto-updating, but there is a risk that an update will prevent the ActronConnect from working with Home Assistant. If this happens though, let me know and we can investigate the changes.

If you have any issues, powering off the AC (generally at the circuit breaker/mains) and back on again will reboot the Actron Connect module. Sometimes it caches old DNS entries.

Home Assistant AddOn Repository: https://github.com/MikeJMcGuire/HASSAddons.

Configuration

MQTTBroker: string

Set this field to core-mosquitto to use the HA Mosquitto MQTT add-on. Otherwise, specify a host or host:port for an alternative MQTT server.

MQTTTLS: true/false

Setting this option to true will force the MQTT client to attempt a TLS connection to the MQTT broker.

RegisterZoneTemperatures: true/false

If you Actron has temperature sensors per zone, setting this option to true will create a sensor in HA for each zone.

ForwardToOriginalWebService: true/false

If you set this option to true, any data/status received from the Actron will be forwarded to the original cloud service used by the phone app. This will let the phone see (but not control) the state of the Actron.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].