gzeee
gzeee
@chino-lu Hello, If it still possible, I would like to try your code for using SIM7600 by GSM/LTE with my HA server
Hello @pacmac, I don't know yet, I was thinking about another problem concerning my project. Now it's solved, I can start thinking about how to use the code of chino-lu...
Hello there, I wanted to know if with that code I will be able to send data from sensor to my home assistant ? I was looking for doing this...
@randybb okay.. thanks. Maybe it will be possible by using https webhook ? In this case I will need to establish connection of my SIM7600 first, then add webhook to...
@randybb Yes thank's buddy. I was thinking about since the start of my project but I don't have enough programming knowledge to adapt the arduino code to yaml of esphome...
Hello, thank you for your reply, I did indeed succeed, although it's not extremely precise. I use the GPIO of my rain gauge as an alarm clock, with a binary...
script: - id: consider_deep_sleep mode: queued then: - delay: 30s - if: condition: or: - binary_sensor.is_on: prevent_deep_sleep - binary_sensor.is_on: GPIO13_rain then: - logger.log: 'Skipping sleep, per prevent_deep_sleep' - deep_sleep.prevent: deep_sleep_control...