×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Weather radio don't want connect

  • Posts: 2255
  • Thank you received: 223
it works with this:
3 years 4 weeks ago #68989

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
and what happens if you comment out the begin/endTransmission additionally?
3 years 4 weeks ago #68991

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
with this, it can see the sensor but not getting the right values


{"MLX90614":{"init":true,"T amb":1037.55,"T obj":1037.55}}
{"MLX90614":{"init":true,"T amb":1037.55,"T obj":1037.55}}
{"MLX90614":{"init":true,"T amb":1037.55,"T obj":1037.55}}
3 years 4 weeks ago #68992

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
This works:
Last edit: 3 years 4 weeks ago by Gonzothegreat.
3 years 4 weeks ago #68993

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
I do get the following:
{"MLX90614":1}
{"MLX90614":{"init":true,"T amb":20.11001,"T obj":22.35}}
{"MLX90614":{"init":true,"T amb":20.11001,"T obj":22.35}}
{"MLX90614":{"init":true,"T amb":20.11001,"T obj":22.35}}
3 years 4 weeks ago #68994

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
Hm, but that's syntactically problematic, since you do not return a value although the function is declared as boolean. What happens if you add a "return(true);" ?
3 years 4 weeks ago #68996

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
Where would I put the "return(true);" ?
3 years 4 weeks ago #69040

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
Replace
// return (mlxData.status);
3 years 4 weeks ago #69045

Please Log in or Create an account to join the conversation.

  • Posts: 250
  • Thank you received: 3
Hello
I am coming back to you because I still have my problem.
Indeed, after a while my weather forecast freezes and I have no more data.
I can't find the tmp file that should give me the cause of the problem.
What do you need to see where the problem comes from that I can't get the tmp file?
Thanks for your help guys
Last edit: 3 years 4 weeks ago by Porchet.
3 years 4 weeks ago #69082

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
That works with the return(true");
⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮{"version":"1.12"}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":2}
{}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.80999,"T obj":22.58999}}
{"MLX90614":{"init":true,"T amb":19.02999,"T obj":17.95001}}
{"MLX90614":{"init":true,"T amb":19.02999,"T obj":17.95001}}
{"MLX90614":{"init":true,"T amb":19.02999,"T obj":17.95001}}
 
3 years 3 weeks ago #69170

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
3 years 3 weeks ago #69174

Please Log in or Create an account to join the conversation.

  • Posts: 2255
  • Thank you received: 223
yes it does, thanks for the help. I will carry on connecting the other sensors and debugging if necessary ;)
3 years 3 weeks ago #69189

Please Log in or Create an account to join the conversation.

Time to create page: 0.713 seconds