LordMike / MBW.BlueRiiot2MQTT

Utility to map between Blue Riiots pool API, and Home Assistant MQTT
47 stars 2 forks source link

Not all the data it seem to be #71

Closed marcel-1984 closed 1 year ago

marcel-1984 commented 2 years ago

Best Mike.

Can you please help me? Ik have add and install the addon and I have some sensors;

C0A5ABC8-EBAE-4FE8-AF4C-396BB354C9BA

In my MQTT the other sensors are Coming in;

1F52F4A2-5F54-46CC-9249-20B4F0E943B4

Only the vallue’s of that sensors ( ph, temp, orb ) are not visible in my dashboard.

I hope you can help me with this. Of you need somthing, let me no.

Best regeards, Marcel

robertjan commented 2 years ago

same issue on my side... hope Mike can help us out

LordMike commented 2 years ago

Hmm, that is odd. Is your BR sensor active and working, and otherwise reporting in values?

If it is, then it should appear. You can try raising the log levels and see what comes of it. I'd be interested in some of the json coming back from BlueRiiot, which should show us what's up.

robertjan commented 2 years ago

The blueriiot app on my iphone is working fine, i have premium subscription but no wifi externder

in the broker logfiles i see some strange behavior: broker_logbook

Sorry but im not that familiar with HA yet, just a beginner so im not quite sure how the rais op the log levers.. sorry

this is a view within the MQTT explorer: MQTTexplorer

LordMike commented 2 years ago

That is weird behavior. Do you know if the ip (..32.2) belongs to blue riiot ?

It could also be HA itself - or maybe you have a third application using mqtt.


From: robertjan @.> Sent: Thursday, August 18, 2022 11:28:38 AM To: LordMike/MBW.BlueRiiot2MQTT @.> Cc: Michael Bisbjerg @.>; Comment @.> Subject: Re: [LordMike/MBW.BlueRiiot2MQTT] Not all the data it seem to be (Issue #71)

The blueriiot app on my iphone is working fine, i have premium subscription but no wifi externder

in the broker logfiles i see some strange behavior: [broker_logbook]https://user-images.githubusercontent.com/4417551/185360887-0aee2bb1-b635-4ebe-bd12-858ec2b44365.jpg

Sorry but im not that familiar with HA yet, just a beginner so im not quite sure how the rais op the log levers.. sorry

— Reply to this email directly, view it on GitHubhttps://github.com/LordMike/MBW.BlueRiiot2MQTT/issues/71#issuecomment-1219250266, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAH2YJ2B6QT2YOPOJ4HRDITVZX64NANCNFSM5ZE77KNA. You are receiving this because you commented.Message ID: @.***>

LordMike commented 2 years ago

Just saw the last picture. So only two clients, this and HA.

That’s so weird. In the discovery document you’ve found, the state topic is set to “sarah/…” - but I have no idea why it would be that. It should be “blueriiot” by default.

Could you post your config for blueriiot2mqtt?

marcel-1984 commented 2 years ago

By me it still don’t work.

563A49B8-2982-4DD8-805D-A1EF3242B9B7 D8198068-9422-4A9D-93D4-A35EF2253FC4 3DB4F4B0-36C0-4B80-AD6F-E6CDB4960E4E 41DD1C6F-8A7D-40B2-BB6E-873FF4CD404E 407E595B-C90E-4E12-B4BE-E1193ACE9340

robertjan commented 2 years ago

I have quite the same setup as Marcel in MQTT, for the test i did change the sarah/ to blueriiot but als that did not change anything.

Status is online but the sensors getting 0 on request

sensor-error-message

LordMike commented 1 year ago

Hey again,

Sorry for the delay - I'm busy elsewhere. You didn't get this solved, did you? I've booted up my Blue Riiot (my pool wasn't used this year), and it updates data just fine - so that parts working.

What's odd on your end is this "sarah" in your state_topic. For some reason, the discovery document (the one you showed) says that the state must be fetched from this topic (sarah/) - and in Robertjans' case, blueriiot - which apparently should be hass-blueriiot..

Looking at the code, the TopicPrefix is blueriiot - why it's sarah and hass-blueriiot here - I don't know.

You could try changing this setting, for env vars its HASS__TopicPrefix and in the addon there should be a json setting under HASS and then TopicPrefix.

For @marcel-1984 - you should set yours to sarah, and @robertjan to hass-blueriiot. Then hopefully the discovery doc will sync up with the actual values being pushed, and you should receive data.

If either of you know why these values would differ on your end, I'd be happy to know :P

KikoSerranoH commented 1 year ago

Hello, good afternoon.

I am new to all this and the truth is that I am quite lost.

I have installed ADDON and I have configured it as I show you:

image

But I only get the following sensors created:

image

What do I still need to do to show me the sensors that show you?

It doesn't show me the temperature, chlorine, etc....

What am I doing wrong? The truth is that I am very lost in this subject and I do not know what to do.

For what it's worth I also show you the Log:

image

Thank you very much in advance.

Best regards.

LordMike commented 1 year ago

Try putting in just the ip in the mqtt server. You should get two devices when it works.

Mike.


From: KikoSerranoH @.> Sent: Thursday, April 20, 2023 3:14:00 PM To: LordMike/MBW.BlueRiiot2MQTT @.> Cc: Michael Bisbjerg @.>; Comment @.> Subject: Re: [LordMike/MBW.BlueRiiot2MQTT] Not all the data it seem to be (Issue #71)

Hello, good afternoon.

I am new to all this and the truth is that I am quite lost.

I have installed ADDON and I have configured it as I show you:

[image]https://user-images.githubusercontent.com/91393764/233375814-27934c3d-bf2c-43e0-abaa-510b0a6c7b18.png

But I only get the following sensors created:

[image]https://user-images.githubusercontent.com/91393764/233376093-21113b1d-e96e-4be2-a313-4707dafad1ea.png

What do I still need to do to show me the sensors that show you?

It doesn't show me the temperature, chlorine, etc....

What am I doing wrong? The truth is that I am very lost in this subject and I do not know what to do.

For what it's worth I also show you the Log:

[image]https://user-images.githubusercontent.com/91393764/233376699-387fb7fe-ecaa-4f89-b6c7-9bf8e9d71957.png

Thank you very much in advance.

Best regards.

— Reply to this email directly, view it on GitHubhttps://github.com/LordMike/MBW.BlueRiiot2MQTT/issues/71#issuecomment-1516307330, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAH2YJ5CUWUSKJJSKCXEIFLXCEZBRANCNFSM5ZE77KNA. You are receiving this because you commented.Message ID: @.***>

KikoSerranoH commented 1 year ago

Thank you very much!!! It was that!!!!

Best regards