I have a problem regarding the energy per lattice point in case of the 2-state Potts model. The q=2 state Potts model should correspond to the Ising model. The Hamiltonian for the Ising model is $$H = -J \sum_{\langle s_i s_j\rangle} s_i s_j$$ where an external magnetic field is not present and we set $J =1$.
Let's look at the case of a lattice point $s_i$ with spin $s_i = 1$ and the the four neigbours (up, down, left, right) have spins $(-1,1,-1,-1)$. Our Hamiltonian and therefore the energy at that lattice point is then $$H = -\sum_{\langle s_i s_j\rangle} s_i s_j = -s_i \sum_{\langle s_i s_j\rangle} s_j = -1 \cdot (-1+1-1-1) = -1 \cdot (-2) = 2$$.
Now, for the Potts model we have (according to https://en.wikipedia.org/wiki/Potts_model) the Hamiltonian $$H = -J \sum_{\langle s_i s_j\rangle} \delta_{s_i, s_j}$$ where we again set $J = 1$ and neglect any external magnetic field. Since we have $q=2$ Potts model, we have the possible states $s = 1$ and $s = 2$. Analogous to our Ising model, the lattice point has spin $s_i = 1$ and the neighbours (up, down, left, right) have spins $(2,1,2,2)$. We then have $$H = - \sum_{\langle s_i s_j\rangle} \delta_{s_i, s_j} = - (\delta_{1,2} + \delta_{1,1} + \delta_{1,2} + \delta_{1,2}) = - (0+1+0+0) = -1.$$
This is of course not the same as for the Ising model. But, as far as I understand, it should be equal.
Where am I mistaken? And how does it translate for higher $q$-state Potts models?