-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No value in help #34
Comments
I forgot to mention that I have Nilan 302 polar with CTS602 combined with the HMI350T. From Nilans homepage it says it is the modbus version 22, I guess this could have something to do with me only seing some values. |
I found out that it is only the help section that i don't see the values. If I enter any of the read sections (control, output, temp or info) i see all the values listed there. |
Hey. If I were you - I would strongly recommend using this repo instead https://github.com/Jopand/esphome_components . Much better and stable. Look at the Nilan/Homeassistant community on Facebook for more info on HW etc. |
Thanks for the reply! I will definitely look into the esphome_components. |
Hi Jasc
I've followed your guide and can see that my Wemos d1 mini pro is online when I access the read control page (http://192.168.0.182/read/control). I get the following values:
{
"status": "Modbus connection OK",
"Type": 35,
"RunSet": 1,
"ModeSet": 1,
"VentSet": 2,
"TempSet": 2500,
"ServiceMode": 0,
"ServicePct": 5000,
"Preset": 0,
"requestaddress": 1000,
"requestnum": 8,
"operation": "read",
"group": "control"
}
When i access the help page (http://192.168.0.182/help) i get no values at all:
{
"temp": 0,
"alarm": 0,
"time": 0,
"control": 0,
"speed": 0,
"airtemp": 0,
"airflow": 0,
"airheat": 0,
"program": 0,
"user": 0,
"user2": 0,
"info": 0,
"inputairtemp": 0,
"app": 0,
"output": 0,
"display1": 0,
"display2": 0,
"display": 0,
"operation": "help",
"group": ""
}
However, when i access the read control page (http://192.168.0.182/read/output) i get some values:
{
"status": "Modbus connection OK",
"AirFlap": 1,
"SmokeFlap": 1,
"BypassOpen": 0,
"BypassClose": 1,
"AirCircPump": 0,
"AirHeatAllow": 0,
"AirHeat_1": 0,
"AirHeat_2": 0,
"AirHeat_3": 0,
"Compressor": 1,
"Compressor_2": 0,
"4WayCool": 0,
"HotGasHeat": 0,
"HotGasCool": 0,
"CondOpen": 1,
"CondClose": 0,
"WaterHeat": 0,
"3WayValve": 0,
"CenCircPump": 0,
"CenHeat_1": 0,
"CenHeat_2": 0,
"CenHeat_3": 0,
"CenHeatExt": 1,
"UserFunc": 0,
"UserFunc_2": 0,
"Defrosting": 0,
"requestaddress": 100,
"requestnum": 26,
"operation": "read",
"group": "output"
}
Do you have a suggestion yo what could be the reason i don't get any temperature readings?
Best regards Lasse
The text was updated successfully, but these errors were encountered: