netmindz / balboa_GL_ML_spa_control

Control protocol between GL2000 controller and ML series compatibile top panel
17 stars 8 forks source link

Update project to Android Home Assistant - version 2 #19

Closed netmindz closed 1 year ago

netmindz commented 1 year ago

Are you able to test this branch to see if this still works as before with the updated library @tmjo ?

netmindz commented 1 year ago

For some reason I get the initial MQTT messages, that show things like the model name and version, but no values actually sent in the main loop

tmjo commented 1 year ago

Still didn't get everything running to test this, but did some reading. Did you see the limitation stuff in the docs ? Could that be why no data is showing on all sensors?

netmindz commented 1 year ago

Ah no, I hadn't seen the limit of 6, we definitely have more than that. I did remove some of the entities that become redundant, but still think over 6 remain

netmindz commented 1 year ago

I am getting some updates now, like raw data and uptime, but not seeing the status of the light come through, so might have missed something here in updating to be a switch not sensor

netmindz commented 1 year ago

Making much better progress now. Still a few controls to add and wire up to send the right commands and stuff but getting there

netmindz commented 1 year ago

Note that I'm actually now working on the send-command-queue-v2 branch now