We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw the issue post about the solar sensors not being returned but i'm also not seeing my temp and cover sensor being returned.
Extract from the config file
The text was updated successfully, but these errors were encountered:
Noticed it got messed up above - here it is again.
<Sensor> <System-Id>17</System-Id> <Name>AirSensor</Name> <Type>SENSOR_AIR_TEMP</Type> <Units>UNITS_FAHRENHEIT</Units> <Operation> PEO_GET_VALUE <Action> <Action-Function>ACT_FNC_GET_AIR_TEMP</Action-Function> <Action-Data1>19</Action-Data1> <Action-Data2>4</Action-Data2> <Action-Data3>0</Action-Data3> </Action> </Operation> </Sensor> <Sensor> <System-Id>38</System-Id> <Name>auto cover</Name> <Type>SENSOR_EXT_INPUT</Type> <Units>UNITS_FAHRENHEIT</Units> <Operation> PEO_GET_VALUE <Action> <Action-Function>ACT_FNC_GET_EXT_INPUT</Action-Function> <Action-Data1>21</Action-Data1> <Action-Data2>6</Action-Data2> <Action-Data3>0</Action-Data3> </Action> </Operation> </Sensor>
Sorry, something went wrong.
any chance this can be added?
No branches or pull requests
I saw the issue post about the solar sensors not being returned but i'm also not seeing my temp and cover sensor being returned.
Extract from the config file
17 AirSensor SENSOR_AIR_TEMP UNITS_FAHRENHEIT PEO_GET_VALUE ACT_FNC_GET_AIR_TEMP 19 4 0 38 auto cover SENSOR_EXT_INPUT UNITS_FAHRENHEIT PEO_GET_VALUE ACT_FNC_GET_EXT_INPUT 21 6 0The text was updated successfully, but these errors were encountered: