Is the IP / the subnet reachable from HAss (can you ping it from HAss CLI)?
If you set in configuration.yaml
logger:
default: info
do you get the following lines in log after restart?
2020-10-13 09:30:57 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {-List includes modbus-}
2020-10-13 09:30:57 INFO (MainThread) [homeassistant.setup] Setting up modbus
2020-10-13 09:31:04 INFO (MainThread) [homeassistant.setup] Setup of domain modbus took 6.1 seconds
2020-10-13 09:31:08 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.modbus
2020-10-13 09:31:08 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.modbus
Are the template sensors being setup and showing nothing / unavailable?
If not: Is the sensors.yaml correctly referenced in configuration.yaml:
sensor: !include sensors.yaml
If yes: It appears modbus is not being setup correctly, but it doesn’t show any error / warning in the log. I can only refer you to opening an issue on GitHub for someone to look at as I can’t debug the integration as such.
Also: Have you tried pinging the IP of your PoloAir from HA CLI?
good news…I made it finally…
Did a complete new setup of home assistant.
I have the following issue…history is not loading? stucks at loading state history…
As well the tab to activate/deactivate eco mode and auto mode doesn’t react really properly (very slow or sensor gets unavailable for a certain time of period).
I have the polo air 250+ in use…but should work the same as your 450.
Have you tried to read out the schedule?
anyway thank you very much for your work and being patient ;).UI looks better than the native mobile app
Are you aware of the changes to the Modbus syntax in YAML introduced earlier this year and made mandatory in 2021.7 (I believe)? The YAML above is no longer valid, I will change it asap…
very kind of you.
I’m back in the game.
I’ve missed the change totally. Thanks for the hint!
So I’ve updated my config and outsourced the modbus code in a separated file.
It could make sense to convert the unit of measurements for a few sensors from W to kW/kWh to integrate them in the energy dashboard as single consumer.
As far as I know the Energy Dashboard accepts only Entities compliant with certain standards - no idea if you can do that using a template sensor. Feel free to give it a try and let us know…
I’ve added/replaced the sensor but it is not possible to select them for the energy dashboard.
I’ve attached my modbus.yaml here. maybe you can have a look at it.