Gilles van den Hoven
Gilles van den Hoven
> @gvdhoven I'm trying to set this up and am hitting a confusing snag because the example code from #3561 suggests the way to talk to the sensors is through...
@thomasdelaet can i help? With the pool season approaching and the ezo sensor boards at home, i was about to DIY something myself but having esphome support for pH and...
@Assunto there is a PR for EZO pumps pending review --> https://github.com/esphome/esphome/pull/3528 For the rest of the followers; i have revived an (old) PR to add not only calibration commands...
It all is in the capable hands of SSieb, who i've contacted via Discord.
@shmuelzon got a question on that code; ``` static void mqtt_on_disconnected(void) { static uint8_t num_disconnections = 0; ESP_LOGI(TAG, "Disconnected from MQTT, stopping BLE"); cleanup(); if (++num_disconnections % 3 == 0)...
got it fixed locally, and it builds fine. Just wondering how to implement it in a nice way; but for now i'll just add all options and send you a...
as is; but the 'if'' is directly below it, and that seems to work..
@wgiroir i've just made a pull request for this branch; but it seems like your ~./src/openzwave.cc is more advanced.. Do you have a twitter/email account i can contact you on?
@PawelTroka and @rwarner can you also give an example output just like @dieneuser did? I am planning on adding it in: https://github.com/sampsyo/hass-smartthinq/pull/32
@sampsyo i totally agree, but this is as far as my Python code goes right now. I was even thinking of adding some sort of ToString on the device class...