Chenny Du

Results 44 comments of Chenny Du

开机的时候加这个, 自动化实现以下操作. 可以绕开这个问题 > 1312564541: 需要按DC1总开关关了再开才重新通电 ```yaml esphome: name: $device_name platform: ESP8266 board: $board_model #状态恢复保持 esp8266_restore_from_flash: yes on_boot: priority: -10 then: - switch.toggle: switch0 - delay: 3s - switch.toggle: switch0...

@gmshiwoge 那个是因为插线板设置的10分钟连不上Hass wifi的时候就会重启吧? ``` wifi_reboot_timeout: 600s #与客户端(如Home Assistant)失去连接多久后重启设备,秒s/分钟min/小时h,不需要此功能设置为0s api_reboot_timeout: 600s ```

拼错 看的不顺眼 relay 😊

> @volumio Update: I have now downloaded and installed the very latest brcmfmac43455-sdio firmware from Cypress from https://community.cypress.com/docs/DOC-21490 and I'm currently testing if it's stable. I'll report back after testing...

能编译出固件, 但是我暂时还没刷, 一起帮忙测下有没有问题

我用stulzq/azure-openai-proxy 就可以把azure的API转成openAI的API给chatgpt-web用, 如下: ```yml version: "3" services: chatgpt-web: image: chenzhaoyu94/chatgpt-web:{{ web_version }} ports: - "{{ http_port }}:3002" environment: OPENAI_API_KEY: {{ chatgpt_openai_api_key }} OPENAI_API_BASE_URL: http://azure-openai-proxy:8080 AUTH_SECRET_KEY: "" # Leave blank MAX_REQUEST_PER_HOUR:...

This is nice, please merge this PR

> ```shell > ```shell > curl -L https://bypyoauth1.herokuapp.com/ > ``` > > > > > > > > > > > > > ``` @houtianze 不行, 似乎已经被墙, 请提供搭建bypyoauth的方法, 以及让bypy关联自建认证服务器的方法. 准备自建服务器,...

全局翻墙后可以认证, 确认是heroku被党妈屏蔽了. 建议增加自定义地址传入选项. 服务器定义在[这里](https://sourcegraph.com/search?q=context:global+repo:%5Egithub%5C.com/houtianze/bypy%24+hero&patternType=literal)