My Device Forums

RTI Drivers => Development => Topic started by: Matt on June 01, 2012, 01:45:23 PM



Title: Mitsubishi AG-150A HVAC
Post by: Matt on June 01, 2012, 01:45:23 PM
I've written the first version of this driver and it's currently undergoing internal testing.

It allows for IP control over 8 zones with full feedback including:

Zone name
Current temperature
Set point
Fan Speed
Power
Mode (cool/heat/etc)


Title: Re: Mitsubishi AG-150A HVAC
Post by: connectednet on January 17, 2013, 01:42:06 PM
Any Chance of obtaing a beta version? ;D


Title: Re: Mitsubishi AG-150A HVAC
Post by: Matt on January 18, 2013, 09:46:13 AM
Sorry, we aren't allowing this one out of the lab due to the complexity of the driver.


Title: Re: Mitsubishi AG-150A HVAC
Post by: connectednet on January 18, 2013, 06:15:14 PM
When it is released will it be able to autodiscover the MNET groups or will they need to be added manually. As I have just finished creating Netlinx Module in SNAPI (as the original CafeDuet module made by AMX was not working with the latest Mitsubishi Firmware.) because as far as I can see it the AG150a does not support the Autodiscovery of MNET Groups.

As the AG150A can be controlled by posting HTTP/XML Strings:

Code:
POST /servlet/MIMEReceiveServlet HTTP/1.0
Content-type: text/xml
Content-length: 242
<?xml version="1.0" encoding="UTF-8"?>
<Packet>
<Command>setRequest</Command>
<DatabaseManager>
<Mnet Group="12" Drive="OFF" Mode="COOL" SetTemp="26" AirDirection="HORIZONTAL" FanSpeed="LOW" />
</DatabaseManager>
</Packet>



Title: Re: Mitsubishi AG-150A HVAC
Post by: CamKrist on March 04, 2013, 08:55:47 PM
I sent you in pm