@buzurk wrote:
Hi
I am running the latest HA release and am having some issues with sensors not appearing when specified in my /includes/sensors.yaml
I have two in there now that work fine, being system monitor and an efergy energy sensor, however i cannot get the following three to work
- Spotify
- Octoprint
- Speedtest
Using Octoprint as an example, here is how i had it setup in /includes/sensors.yaml
#Octoprint - platform: octoprint host: 192.168.100.94 api_key: !secret octoprint_api name: Cocoon bed: false number_of_tools: 1 sensors: monitored_conditions: - 'Current State' - 'Temperatures' - 'Job Percentage' - 'Time Remaining' - 'Time Elapsed'
No matter what i try, if i specify these in sensors.yaml, they just dont load, despite config checker validating all is well
If i configure these in configuration.yaml, they work 100%
Posts: 3
Participants: 2