Skip to content
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

Sensors not being returned #32

Open
madasus opened this issue Sep 12, 2022 · 2 comments
Open

Sensors not being returned #32

madasus opened this issue Sep 12, 2022 · 2 comments

Comments

@madasus
Copy link

madasus commented Sep 12, 2022

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 0
@madasus
Copy link
Author

madasus commented Sep 12, 2022

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>

@madasus
Copy link
Author

madasus commented Jul 3, 2024

any chance this can be added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant