Skip to content

Commit

Permalink
Dodanie kolejnego stanu pracy kotła: 9=Alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
twkrol committed Jan 30, 2020
1 parent b416986 commit c621117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecomax860p.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def parseFrame(message):

# funkcja parsująca ramkę typu 0x08 sterownika EcoMax860P
def parseFrame08(message):
#mapa komunikatu stanu ze sterownika pieco EcoMax860P
#mapa komunikatu stanu ze sterownika pieco EcoMax860P Lazar SmartFire
# typ ramki = 0x08 #[0]
OPERATING_STATUS_byte = 33 #[33]
TEMP_CWU_float = 74 #[74-77]
Expand Down Expand Up @@ -57,7 +57,7 @@ def parseFrame08(message):
FEEDER_TIME_short = 241 #[241-242]
IGNITIONS_short = 243 #[243-244]

OPERATION_STATUSES = {0:'WYŁĄCZONY', 1:'ROZPALANIE', 2:'STABILIZACJA', 3:'PRACA', 4:'NADZÓR', 5:'WYGASZANIE', 7:'WYGASZANIE NA ŻĄDANIE'}
OPERATION_STATUSES = {0:'WYŁĄCZONY', 1:'ROZPALANIE', 2:'STABILIZACJA', 3:'PRACA', 4:'NADZÓR', 5:'WYGASZANIE', 7:'WYGASZANIE NA ŻĄDANIE', 9:'ALARM'}

print("")

Expand Down

0 comments on commit c621117

Please sign in to comment.