MQTT authentication error after weekly merge #302

Closed
opened 2026-04-15 09:08:03 +00:00 by a24timsv · 1 comment
Collaborator

After the weekly merge the temp sensor doesn't work due to authentication.

After the weekly merge the temp sensor doesn't work due to authentication.
Collaborator

MQTT authentication works the problem was how the view was called.

TempratureView was called with out parameter <TemperatureView/>
It needs sensorId parameter to know witch sensor to use <TemperatureView sensorId={'temp-sensor-001'}/>
I hardcoded the parameter for now and we need to create an issue to fix the dropdown to choose from the avalible sensors.

MQTT authentication works the problem was how the view was called. TempratureView was called with out parameter `<TemperatureView/>` It needs sensorId parameter to know witch sensor to use `<TemperatureView sensorId={'temp-sensor-001'}/>` I hardcoded the parameter for now and we need to create an issue to fix the dropdown to choose from the avalible sensors.
Sign in to join this conversation.
No milestone
No project
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#302
No description provided.