virgilm / sparkly

Swimming Pool Automation Systen with Raspberry Pi + Home Assistant
MIT License
14 stars 7 forks source link

enity in non-numeric error #21

Open AhmedElsafi opened 4 years ago

AhmedElsafi commented 4 years ago

Hello, I am trying to run the raspipool application. I am getting a message for entity is non-numeric for the ph,orp and the pool temperature. I wonder if you could help me with that Regards,

virgilm commented 4 years ago

Did you build the hardware according to the diagrams? Those errors in general indicate you are not getting any readings from your sensors. If you did, check with the command line python shell provided by Atlas Scientific that all your sensors are working in I2C mode and reading data.

docsparks commented 4 years ago

i had this issue with segalions atlas code and found that i didn't configure my ec probe to give me a reading with out a decimal or comma and the code wasn't able to handle it. forgot which line in the code it was but that was it.

AhmedElsafi commented 4 years ago

Thanks for the response. Will try that.

AhmedElsafi commented 4 years ago

Thanks. I went back to it and changed the configuration to I2C. Now it works.

I have another question for you have an early rev that is based on one- wire temperature sensor.

I followed the original BOM

AhmedElsafi commented 4 years ago

Thanks