일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- raspberry pi
- 나스닥
- 티스토리챌린지
- matter
- 월패드
- 힐스테이트 광교산
- 애플
- Bestin
- homebridge
- 엔비디아
- 홈네트워크
- 현대통신
- Espressif
- Apple
- 코스피
- MQTT
- 해외주식
- RS-485
- esp32
- 국내주식
- 배당
- 미국주식
- 퀄컴
- 파이썬
- 오블완
- Home Assistant
- 매터
- Python
- 공모주
- ConnectedHomeIP
- Today
- Total
목록Home Automation (2)
YOGYUI
지난주부터 어마어마한 폭염이 계속되고 있다 오늘 문득 Apple Home 앱에서 Bestin 난방 관련 액세서리를 확인해봤는데 잉? 현재 온도가 5.5도로 표기되고 있었다... ?!?! Homebridge Log를 보니 MQTT로도 이상한 값이 들어오고 있었다 뭐지? 싶어서 월패드를 확인해보니 월패드는 또 제대로 값을 찍고 있었다 뭔가 이상하다 싶어서 RS485 패킷을 로깅해봤다 class Home: def onParserControlResult(self, chunk: bytearray): try: if len(chunk) < 10: return header = chunk[1] # [0x28, 0x31, 0x61] command = chunk[3] if header == 0x28 and command i..
[5] 마무리 거실, 침실, 컴퓨터방 모두 적절하게 액세서리 추가 { "accessory": "Thermostat", "name": "Living room thermostat", "apiroute": "http://localhost:9999/heat/room1", "temperatureDisplayUnits": 0, "currentRelativeHumidity": false, "heatOnly": true, "maxTemp": 40, "minTemp": 5, "minStep": 0.5, "listener": true, "port": 12345, "manufacturer": "Bestin", "serial": "yogyui thermostat", "model": "Bestin", "pollInterval"..