Closed smcallis77 closed 6 years ago
Hi there,
This looks like an issue with AppDaemon itself. This repository is for the add-on. The add-on encapsulates the official AppDaemon software.
Please check the official AppDaemon repository/resources for help on this one.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Problem/Motivation
The following snippet used to work. I think prior to 0.67 of HASSIO
sample code snippet
Expected behavior
2018-04-25 03:24:30.210216 INFO UpdateRainfall: Run rainfall set to execute 2018-04-25 03:25:00.012018 INFO UpdateRainfall: Run rainfall update input_number.pws_accumulated_rainfall with sensor.bom_melbourne_rain_today 2018-04-25 03:25:00.019711 INFO UpdateRainfall: Target = 5.2 2018-04-25 03:25:00.026737 INFO UpdateRainfall: Source = 0.6 2018-04-25 03:25:00.033686 INFO UpdateRainfall: Target = 3.8 2018-04-25 03:25:00.920099 INFO UpdateRainfall: New Target = 3.8
2018-04-25 03:24:30.210216 INFO UpdateRainfall: Run rainfall set to execute 2018-04-25 03:25:00.012018 INFO UpdateRainfall: Run rainfall update input_number.pws_accumulated_rainfall with sensor.bom_melbourne_rain_today 2018-04-25 03:25:00.019711 INFO UpdateRainfall: Target = 5.2 2018-04-25 03:25:00.026737 INFO UpdateRainfall: Source = 0.6 2018-04-25 03:25:00.033686 INFO UpdateRainfall: Target = 3.8 2018-04-25 03:25:00.920099 INFO UpdateRainfall: New Target = 5.2
Steps to reproduce
Run the code snippet.
Proposed changes
Other information. home-assistant.log records no error. However, if I do not have any 'input_text' entities defined (I have created a dummy to try to work around the issue) and call set_value then home-assistant.log records an error similar to 'no such service input_text/set_value'
Note: calling input_number.set value from home assistant works as expected.